mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 18:55:30 +08:00
test suite and cookie test
This commit is contained in:
11
JunitTestSuite.java
Normal file
11
JunitTestSuite.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package org.json.junit;
|
||||
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Suite;
|
||||
@RunWith(Suite.class)
|
||||
@Suite.SuiteClasses({
|
||||
CDLTest.class,
|
||||
CookieTest.class
|
||||
})
|
||||
public class JunitTestSuite {
|
||||
}
|
Reference in New Issue
Block a user