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

in progress

This commit is contained in:
stleary 2015-04-06 19:01:54 -05:00
parent 2219b5919b
commit 22d5fd3aed
4 changed files with 215 additions and 1 deletions

View file

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