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-24 00:27:34 -05:00
parent 3112e32089
commit 571b1a79bb

View file

@ -26,11 +26,13 @@ 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:
|No test| | Test phase |
|In progress| |----|
|Coverage > 90%| | No test |
|Reasonable test cases| | In progress |
|Checked against previous unit tests| | Coverage > 90% |
| Reasonable test cases |
| Checked against previous unit tests |
| Test file name | Coverage | Comments | | Test file name | Coverage | Comments |
| ------------- | ------------- | ---- | | ------------- | ------------- | ---- |