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

support enum testing

This commit is contained in:
stleary 2015-06-03 22:50:08 -05:00
parent 32ea7e0ba3
commit 6b03f1bbe7
5 changed files with 131 additions and 1 deletions

View file

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