You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ When adding a new unit test, don't forget to update <b>JunitTestSuite.java</b>.
81
81
* If you have unit test results along with pull requests, the reviewer has an easier time understanding your code and determining if the it works as intended.
82
82
83
83
When you start working on a test, add the empty file to the repository and update the readme, so that others will know that test is taken.
84
+
84
85
**Caveats:**
85
86
JSON-Java is Java 1.6-compatible, but JSON-Java-unit-tests requests Java 1.8. If you see this error, make sure you have 1.8 installed, on your path, and set in JAVA_HOME:
0 commit comments