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

add JSONStringerTest

This commit is contained in:
stleary 2015-04-04 14:00:57 -05:00
parent 03d1f0af72
commit 2db11cd4db

View file

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