mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-18 00:10:51 -07:00
* Fixes Gradle config so tests are only run once
* Adds missing test to the test suite
This commit is contained in:
parent
cf411b3187
commit
f2f6ad3b1f
2 changed files with 6 additions and 2 deletions
|
@ -17,7 +17,8 @@ import org.junit.runners.Suite;
|
|||
JSONArrayTest.class,
|
||||
EnumTest.class,
|
||||
JSONPointerTest.class,
|
||||
JSONStringTest.class
|
||||
JSONStringTest.class,
|
||||
JSONTokenerTest.class
|
||||
})
|
||||
public class JunitTestSuite {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue