mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-10 04:24:31 +08:00
Add JSONString test class.
This set of tests demonstrates what happens when JSONString returns various results from its toJSONString() method. Tests for null returns and exceptions thrown. Also tests what happens for non-JSONString objects. The intent is to cover JSONObject's valueToString() and writeValue() methods.
This commit is contained in:
@@ -15,7 +15,8 @@ import org.junit.runners.Suite;
|
||||
JSONObjectTest.class,
|
||||
JSONArrayTest.class,
|
||||
EnumTest.class,
|
||||
JSONPointerTest.class
|
||||
JSONPointerTest.class,
|
||||
JSONStringTest.class
|
||||
})
|
||||
public class JunitTestSuite {
|
||||
}
|
||||
public class JunitTestSuite {
|
||||
}
|
||||
|
Reference in New Issue
Block a user