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
John J. Aylward
04d76b638b
split out tests for better readability
2017-05-19 15:01:37 -04:00
John J. Aylward
cfe6851d8c
Adds testing for -0 with optNumber
2017-05-18 14:25:42 -04:00
John J. Aylward
1967bee236
expands the coercion tests a little more
2017-05-18 12:11:43 -04:00
John J. Aylward
0150639119
update the new coercion test to use actual values and show the parseDouble method is not robust enough for large numbers
2017-05-18 11:58:28 -04:00
John J. Aylward
bdb1163445
Adds conversion tests to ensure downward type coercions are handled sanely
2017-05-18 11:38:42 -04:00
John J. Aylward
2867aaa8c8
Updates test cases to support new optFloat and optNumber
2017-05-17 12:33:59 -04:00
John J. Aylward
49d47e3ff2
Adjustments to tests for https://github.com/stleary/JSON-java/pull/337/
2017-05-16 19:42:46 -04:00
John J. Aylward
1d040ec407
fixes errors with tests relating to https://github.com/stleary/JSON-java/pull/336
2017-05-16 18:16:07 -04:00
Sean Leary
c945b53308
Merge pull request #69 from johnjaylward/TestCleanup
...
Couple of the files were difficult to identify the changes, but it was worth it to add the new tests. Thanks!!!
2017-04-28 01:04:56 -05:00
John J. Aylward
c233ae709e
comment out second unreliable test
2017-04-27 12:52:02 -04:00
John J. Aylward
95da4246a2
fix spelling in comment
2017-04-27 12:48:43 -04:00
John J. Aylward
9df5d34bbe
* Update link in the README to the main JSON-Java repo
...
* Cleans up some warnings
* Adds new test for bug https://github.com/stleary/JSON-java/issues/332
* Adds some resource handling for string writers using pre-java1.7
support. I know StringWriters don't need a close method called, but the
tests should still handle their resources properly.
2017-04-27 12:39:42 -04:00
Sean Leary
f6ab6d7b27
Merge pull request #68 from stleary/jsonpointer-query
...
unit tests for query-by-JSONPointer
2017-03-27 20:05:05 -05:00
stleary
d1a5f15f0c
unit tests for query-by-JSONPointer
2017-03-26 15:03:09 -05:00
Sean Leary
82ff14ed8d
Merge pull request #66 from stleary/document-unquoted-strings
...
add a test for unquoted values
2017-02-26 11:10:38 -06:00
stleary
e41972a574
add a test for unquoted values
2017-02-26 11:09:41 -06:00