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

starting jsonml test

This commit is contained in:
stleary 2015-03-27 17:52:41 -05:00
parent 1ff945de69
commit bc07b5196b
2 changed files with 299 additions and 1 deletions

View file

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