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