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 {
}