Skip to content

Commit 08cd24b

Browse files
committed
docs: update documentation:
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 1f3b6cd commit 08cd24b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lesson_15/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Please review the following resources before lecture:
1414

1515
### Unit Testing
1616

17-
For the code in the Lesson 15 app, you will write tests in the [unit tests project][unit-tests-link]. You must write *at least* 5 tests for each of the `Employee` and `EmployeeManager` classes (10 tests minimum). Each class must have it's own corresponding test file.
17+
For the code in the Lesson 15 app, you will write tests in the [unit tests project][unit-tests-link]. You must achieve a code coverage of 90% or more. The coverage report can be viewed at [./tdd/tdd_app/build/reports/jacoco/test/html/index.html][coverage-report] after running `./gradlew check` or `./gradlew jacocoTestReport`.
1818

1919
In addition to writing unit tests, you will need to implement a new method on the `Employee` class called `getDetails` that returns a string describing the employee using the Test-Driven Development methodology.
2020

21+
[coverage-report]: ./tdd/tdd_app/build/reports/jacoco/test/html/index.html
2122
[unit-tests-link]: ./tdd/tdd_app/src/test/java/com/codedifferently/lesson15/

0 commit comments

Comments
 (0)