1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

added JSONArrayTest

This commit is contained in:
stleary 2015-04-23 21:47:15 -05:00
parent 30c86811c0
commit 9bca907208

View file

@ -12,7 +12,8 @@ import org.junit.runners.Suite;
JSONMLTest.class,
HTTPTest.class,
JSONStringerTest.class,
JSONObjectTest.class
JSONObjectTest.class,
JSONArrayTest.class
})
public class JunitTestSuite {
}