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

XMLTest, in progress

This commit is contained in:
stleary 2015-03-22 20:37:24 -05:00
parent 8b9c3cbf47
commit 4fbe651e57
4 changed files with 160 additions and 83 deletions

View file

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