John J. Aylward
|
43f3f5e80b
|
Add another test
|
2018-03-19 09:49:42 -04:00 |
|
John J. Aylward
|
f4201cf318
|
Test cases for issue described in https://github.com/stleary/JSON-java/issues/410.
|
2018-03-19 09:34:13 -04:00 |
|
Sean Leary
|
770cb9c4e5
|
Merge pull request #84 from johnjaylward/FixBeanKeyNameing
New test cases for Bean Name customization
|
2018-03-14 21:19:11 -05:00 |
|
Sean Leary
|
37f1f4c8ca
|
Merge pull request #83 from johnjaylward/FixNPE
add test cases for null keys
|
2018-03-11 15:59:21 -05:00 |
|
John J. Aylward
|
193a3823b5
|
new test cases to support bean annotation
|
2018-03-11 16:56:07 -04:00 |
|
John J. Aylward
|
aa5e80bc8d
|
add test cases for null keys
|
2018-03-07 12:11:17 -05:00 |
|
Sean Leary
|
fc881e2631
|
Merge pull request #82 from billdeng/master
Correct the message to match the function
|
2018-02-02 23:56:36 -06:00 |
|
dengjianbao
|
cc2ed79e57
|
Correct the message to match the function
|
2018-02-02 22:54:08 +08:00 |
|
Sean Leary
|
77d142d494
|
Merge pull request #81 from johnjaylward/FixFalsePositiveSimilar
Test cases to verify Similar methods
|
2017-11-11 16:12:26 -06:00 |
|
John J. Aylward
|
dae88d7c5c
|
fix method names
|
2017-11-06 10:35:49 -05:00 |
|
John J. Aylward
|
08d93f3eb5
|
test cases for issue https://github.com/stleary/JSON-java/issues/379
|
2017-11-06 10:27:45 -05:00 |
|
Sean Leary
|
bf26eba0d2
|
Merge pull request #80 from johnjaylward/UnclosedJSONArray
New test to verify unclosed array
|
2017-11-02 20:03:00 -05:00 |
|
Sean Leary
|
936db93445
|
Update README.md
|
2017-10-30 08:46:43 -05:00 |
|
Sean Leary
|
e0801befe5
|
Update README.md
|
2017-10-30 08:45:41 -05:00 |
|
Sean Leary
|
ee3aa03da1
|
Update README.md
|
2017-10-30 08:44:21 -05:00 |
|
Sean Leary
|
578a442ef7
|
Update README.md
|
2017-10-30 08:43:56 -05:00 |
|
John J. Aylward
|
dfa37a298f
|
Add more tests for unclosed arrays
|
2017-10-30 08:53:50 -04:00 |
|
John J. Aylward
|
bde6ba1c52
|
Updates exception expected message
|
2017-10-30 08:53:50 -04:00 |
|
John J. Aylward
|
52ecc89702
|
New test to verify unclosed array
|
2017-10-30 08:53:50 -04:00 |
|
Sean Leary
|
af3b7dc443
|
Merge pull request #79 from johnjaylward/FixXMLUnescape
New tests for XML unescaping
|
2017-08-27 10:59:36 -05:00 |
|
John J. Aylward
|
2713f2e2a4
|
Adds testing for unicode entities
|
2017-08-19 18:45:53 -04:00 |
|
John J. Aylward
|
cb61bbf720
|
New tests for XML unescaping
|
2017-08-19 18:19:22 -04:00 |
|
Sean Leary
|
d0e2cf41a3
|
Merge pull request #78 from migueltt/tokener-error-message
Unit tests for constructor JSONObject(JSONTokener)
|
2017-08-17 21:29:13 -05:00 |
|
Miguel
|
b90bee0f22
|
Update error message location (+1)
`JSONTokener.back()` call removed from `JSONObject(JSONTokener)` constructor.
|
2017-08-14 13:05:23 -04:00 |
|
Miguel
|
68b262914d
|
JSONObject(JSONTokener) now points to last character of duplicate key
Updating exception message accordingly (position -1)
|
2017-08-10 19:06:55 -04:00 |
|
Miguel
|
c365e2a774
|
Remov slf4j reference
|
2017-08-09 22:03:09 -04:00 |
|
Miguel
|
df466db7b9
|
Replacing tabs with 4 spaces
|
2017-08-09 21:59:08 -04:00 |
|
Miguel
|
1acb18091a
|
Remove System.out.println
|
2017-08-09 21:57:10 -04:00 |
|
Miguel
|
fefd616d73
|
Unit tests for JSONTokener
|
2017-08-09 21:51:46 -04:00 |
|
Sean Leary
|
44c3e321b5
|
Merge pull request #77 from johnjaylward/FixJUnitGradleConfig
Fixes Gradle config so tests are only run once
|
2017-07-20 06:51:14 -05:00 |
|
John J. Aylward
|
f2f6ad3b1f
|
* Fixes Gradle config so tests are only run once
* Adds missing test to the test suite
|
2017-07-19 20:34:59 -04:00 |
|
Sean Leary
|
cf411b3187
|
Merge pull request #75 from johnjaylward/PopulateMapMoreStrict
Populate map more strict
|
2017-07-19 18:57:55 -05:00 |
|
Sean Leary
|
1aeadd1765
|
Merge pull request #76 from johnjaylward/WriteJavadocUpdate
Update test for issue https://github.com/stleary/JSON-java/issues/356
|
2017-07-15 18:46:58 -05:00 |
|
John J. Aylward
|
aa562b5ec3
|
Update test for issue https://github.com/stleary/JSON-java/issues/356
|
2017-07-15 12:19:02 -04:00 |
|
John J. Aylward
|
38d11227ee
|
Adds exception tests
|
2017-07-09 19:05:00 -04:00 |
|
John J. Aylward
|
e94783f91b
|
Updates javadocs
|
2017-07-09 18:19:27 -04:00 |
|
John J. Aylward
|
7bc8f41023
|
Add override of the generic getter to generate a Bridge method.
|
2017-07-09 18:10:09 -04:00 |
|
John J. Aylward
|
49117f33dc
|
Adds new tests for testing bean->JSONObject mapping
|
2017-07-09 17:57:46 -04:00 |
|
John J. Aylward
|
0e3f23d7a1
|
reorganize classes so test data is separate from test cases
|
2017-07-09 16:48:01 -04:00 |
|
Sean Leary
|
974a5f7d5d
|
Merge pull request #74 from johnjaylward/AndroidSupport
Correct expected position information in error messages
|
2017-07-06 18:08:20 -05:00 |
|
John J. Aylward
|
899cf528df
|
More test cases for position information
|
2017-06-24 13:10:14 -04:00 |
|
John J. Aylward
|
47ff774f5c
|
Updates test coverage table
|
2017-06-23 23:55:22 -04:00 |
|
John J. Aylward
|
af39376d92
|
more fixes for testing postition information
|
2017-06-23 23:25:11 -04:00 |
|
John J. Aylward
|
0e612ba8a4
|
More test corrections for correct position reports in error messages
|
2017-06-21 19:56:00 -04:00 |
|
John J. Aylward
|
971614ac8b
|
fix expected exception message
|
2017-06-21 18:28:04 -04:00 |
|
John J. Aylward
|
3081b4bd96
|
Fixes for failing tests due to android integration
|
2017-06-21 14:59:42 -04:00 |
|
Sean Leary
|
441fec7498
|
Merge pull request #73 from johnjaylward/BetterErrorHandling
Updates tests for better error handling changes
|
2017-06-11 14:12:56 -05:00 |
|
John J. Aylward
|
c5e4b91fa4
|
Updates tests for better error handling changes
|
2017-06-08 02:25:59 -04:00 |
|
Sean Leary
|
93ca7b176f
|
Merge pull request #71 from johnjaylward/OptimizeOpt
Adjustments to tests for https://github.com/stleary/JSON-java/pull/337
|
2017-05-22 22:59:37 -05:00 |
|
Sean Leary
|
f5d3086c55
|
Merge pull request #70 from johnjaylward/fixSpelling
test support for Numeric enhancements, Refactoring, Fix spelling: stleary/JSON-java/pull/336
|
2017-05-20 12:37:58 -05:00 |
|