mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 16:00:51 -07:00
Unit tests for JSONTokener
This commit is contained in:
parent
44c3e321b5
commit
fefd616d73
2 changed files with 171 additions and 0 deletions
|
@ -22,6 +22,7 @@ dependencies {
|
|||
testCompile group: 'junit', name: 'junit', version: '4.+'
|
||||
testCompile group: 'com.jayway.jsonpath', name: 'json-path', version: '2.1.0'
|
||||
testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5'
|
||||
testCompile group: 'slf4j.org', name: 'slf4j', version: '1.6.1'
|
||||
// Uncomment if you are testing against a JSON-Java release
|
||||
// testCompile 'org.json:json:20160212'
|
||||
// Uncomment if you have copied a local JSON-Java jar file into this project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue