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:
parent
8b9c3cbf47
commit
4fbe651e57
4 changed files with 160 additions and 83 deletions
|
@ -6,7 +6,8 @@ import org.junit.runners.Suite;
|
|||
@Suite.SuiteClasses({
|
||||
CDLTest.class,
|
||||
CookieTest.class,
|
||||
PropertyTest.class
|
||||
PropertyTest.class,
|
||||
XMLTest.class
|
||||
})
|
||||
public class JunitTestSuite {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue