mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Update README.md
This commit is contained in:
parent
ee06176ab2
commit
f115d6a3b8
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -26,14 +26,14 @@ When you start working on a test, add the empty file to the repository and updat
|
|||
|
||||
A unit test has the following stages:
|
||||
|
||||
| Test phase |
|
||||
|----|
|
||||
| No test |
|
||||
| In progress |
|
||||
| Coverage > 90% |
|
||||
| Reasonable test cases |
|
||||
| Checked against previous unit tests |
|
||||
| Completed |
|
||||
| Test phase |Description |
|
||||
|----|----|
|
||||
| No test | No test specifically for this class has been written, or the class contains no executable code. |
|
||||
| In progress | Unit tests have been started for this class. |
|
||||
| Coverage > 90% | Initial goal of 90% coverage has been reached. Test quality may be questionable |
|
||||
| Reasonable test cases | 90% coverage. Functionality and behavior has been confirmed |
|
||||
| Checked against previous unit tests | Historical unit tests have been checked in case something important was missed |
|
||||
| Completed | The unit test is completed |
|
||||
|
||||
|
||||
| Test file name | Coverage | Comments |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue