Test cases for PR #153 in JSON-Java#28
Test cases for PR #153 in JSON-Java#28stleary merged 1 commit intostleary:masterfrom johnjaylward:FixCtorGenerics
Conversation
|
Will try redirecting this into a branch so that unit test and JSON-java master branches stay compatible. |
|
Moved to branch https://github.com/stleary/JSON-Java-unit-test/tree/johnjaylward-FixCtorGenerics so that I could do some minor edits. I don't think any functionality is changed.
|
|
I updated my notes in the description. I was unsure is github notified of description changes. |
|
For your failures on stleary/JSON-java#164, try making both Map generics i.e. I believe your goal for pr 164 is to possibly replace 153. If that is the case, you will want all tests passing similarly to either BaseLine or pr153. No failures should be from "previous unsupported functionality" as pr164 is based off master. |
As far as I can tell, it does not. |
Test cases for PR #153 in JSON-Java
This adds regression test cases for the Constructor and Put methods on JSONObject and JSONArray that should be run again JSON-Java commit stleary/JSON-java@48d31b7 or earlier as a base line.
Notes on running the tests: