FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/test/java/org - aschnab/JSON-Java-unit-test · GitHub
aschnab
/
JSON-Java-unit-test
Public
forked from
effad/JSON-Java-unit-test
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
JSON-Java-unit-test
src
test
java
org
on
master
User selector
Datepicker
Commit history
Commits on Mar 23, 2020
Adapted RTests to johnjaylward's fix for issue 453.
aschnab
committed
860289a
View commit details
Copy full SHA for 860289a
View code at this point
Browse repository at this point
Commits on May 19, 2017
Regression tests for "Fix for issue 269".
Robert Lichtenberger
committed
2dd116a
View commit details
Copy full SHA for 2dd116a
View code at this point
Browse repository at this point
Commits on Apr 27, 2017
comment out second unreliable test
John J. Aylward
committed
c233ae7
View commit details
Copy full SHA for c233ae7
View code at this point
Browse repository at this point
fix spelling in comment
John J. Aylward
committed
95da424
View commit details
Copy full SHA for 95da424
View code at this point
Browse repository at this point
* Update link in the README to the main JSON-Java repo
Show description for 9df5d34
John J. Aylward
committed
9df5d34
View commit details
Copy full SHA for 9df5d34
View code at this point
Browse repository at this point
Commits on Mar 26, 2017
unit tests for query-by-JSONPointer
stleary
committed
d1a5f15
View commit details
Copy full SHA for d1a5f15
View code at this point
Browse repository at this point
Commits on Feb 26, 2017
add a test for unquoted values
stleary
committed
e41972a
View commit details
Copy full SHA for e41972a
View code at this point
Browse repository at this point
Commits on Feb 17, 2017
tests for locale-independent keys
stleary
committed
f41e1d0
View commit details
Copy full SHA for f41e1d0
View code at this point
Browse repository at this point
Commits on Feb 14, 2017
locale tests
stleary
committed
928179a
View commit details
Copy full SHA for 928179a
View code at this point
Browse repository at this point
Commits on Oct 5, 2016
testcase for stleary/JSON-java#292 and adding .idea to .gitiignore
erosb
committed
97e3d6c
View commit details
Copy full SHA for 97e3d6c
View code at this point
Browse repository at this point
Commits on Sep 16, 2016
fixed merge issues
stleary
committed
58aebaa
View commit details
Copy full SHA for 58aebaa
View code at this point
Browse repository at this point
Commits on Aug 19, 2016
Merge pull request #57 from johnjaylward/EnumCleanup
Show description for 3570890
stleary
authored
3570890
View commit details
Copy full SHA for 3570890
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
fixes test to not depend on key order
John J. Aylward
committed
0b1dbe9
View commit details
Copy full SHA for 0b1dbe9
View code at this point
Browse repository at this point
fix test
John J. Aylward
committed
a66b97f
View commit details
Copy full SHA for a66b97f
View code at this point
Browse repository at this point
Update JSONObjectTest.java
Show description for cbd0418
johnjaylward
authored
cbd0418
View commit details
Copy full SHA for cbd0418
View code at this point
Browse repository at this point
Adds tests for numbers
John J. Aylward
committed
bbd3fd5
View commit details
Copy full SHA for bbd3fd5
View code at this point
Browse repository at this point
Commits on Aug 11, 2016
test updates to make sure Enums are handled consistently.
John J. Aylward
committed
5779400
View commit details
Copy full SHA for 5779400
View code at this point
Browse repository at this point
Merge pull request #53 from run2000/master
Show description for c400de3
stleary
authored
c400de3
View commit details
Copy full SHA for c400de3
View code at this point
Browse repository at this point
Commits on Aug 9, 2016
removes unnecessary comparison to true
John J. Aylward
committed
8bae09f
View commit details
Copy full SHA for 8bae09f
View code at this point
Browse repository at this point
Fixes error messages
John J. Aylward
committed
80e36eb
View commit details
Copy full SHA for 80e36eb
View code at this point
Browse repository at this point
Updates tests to include all opt methods and verify for missing keys.
John J. Aylward
committed
a2c3115
View commit details
Copy full SHA for a2c3115
View code at this point
Browse repository at this point
Commits on Jul 24, 2016
Fail when exceptions are not thrown as expected
Show description for e57881f
run2000
authored
e57881f
View commit details
Copy full SHA for e57881f
View code at this point
Browse repository at this point
Fix comment.
run2000
committed
efe33a1
View commit details
Copy full SHA for efe33a1
View code at this point
Browse repository at this point
Factor out Writer from Appendable tests.
run2000
committed
1246e12
View commit details
Copy full SHA for 1246e12
View code at this point
Browse repository at this point
Add JSONString test class.
Show description for ffcfa66
run2000
committed
ffcfa66
View commit details
Copy full SHA for ffcfa66
View code at this point
Browse repository at this point
Commits on Jul 23, 2016
Tests for deep copy and mutability of toList() and toMap().
Show description for ae77b5c
run2000
committed
ae77b5c
View commit details
Copy full SHA for ae77b5c
View code at this point
Browse repository at this point
Tests for toString(), write(), toList(), and toMap().
Show description for 72c2b91
run2000
committed
72c2b91
View commit details
Copy full SHA for 72c2b91
View code at this point
Browse repository at this point
Nesting depth test works as expected.
run2000
committed
c3ba4bd
View commit details
Copy full SHA for c3ba4bd
View code at this point
Browse repository at this point
Commits on Jul 18, 2016
updates Test cases to support new JSONML and XML conversion options
John J. Aylward
committed
215321c
View commit details
Copy full SHA for 215321c
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Verify opt method conversions for JSONArray and JSONObject
John J. Aylward
committed
c2de224
View commit details
Copy full SHA for c2de224
View code at this point
Browse repository at this point
Commits on Jun 16, 2016
Adds test case to confirm the parsing of control characters
John J. Aylward
committed
46a1c9a
View commit details
Copy full SHA for 46a1c9a
View code at this point
Browse repository at this point
Moves src folder to simplify build.gradle configuration. If JSON-Java source is merged, it's src fold would now be src/main/java/org.json/ instead of src/main/org.json as well.
John J. Aylward
committed
80f9e48
View commit details
Copy full SHA for 80f9e48
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL