mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 10:45:23 +08:00
* Fixes Gradle config so tests are only run once
* Adds missing test to the test suite
This commit is contained in:
@@ -17,7 +17,8 @@ import org.junit.runners.Suite;
|
||||
JSONArrayTest.class,
|
||||
EnumTest.class,
|
||||
JSONPointerTest.class,
|
||||
JSONStringTest.class
|
||||
JSONStringTest.class,
|
||||
JSONTokenerTest.class
|
||||
})
|
||||
public class JunitTestSuite {
|
||||
}
|
||||
|
Reference in New Issue
Block a user