1
0
Fork 0
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:
Sean Leary 2015-04-26 17:53:39 -05:00
parent ee06176ab2
commit f115d6a3b8

View file

@ -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: A unit test has the following stages:
| Test phase | | Test phase |Description |
|----| |----|----|
| No test | | No test | No test specifically for this class has been written, or the class contains no executable code. |
| In progress | | In progress | Unit tests have been started for this class. |
| Coverage > 90% | | Coverage > 90% | Initial goal of 90% coverage has been reached. Test quality may be questionable |
| Reasonable test cases | | Reasonable test cases | 90% coverage. Functionality and behavior has been confirmed |
| Checked against previous unit tests | | Checked against previous unit tests | Historical unit tests have been checked in case something important was missed |
| Completed | | Completed | The unit test is completed |
| Test file name | Coverage | Comments | | Test file name | Coverage | Comments |