mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-18 00:10:51 -07:00
reorganize classes so test data is separate from test cases
This commit is contained in:
parent
974a5f7d5d
commit
0e3f23d7a1
16 changed files with 44 additions and 30 deletions
|
@ -1,14 +0,0 @@
|
|||
package org.json.junit;
|
||||
|
||||
import org.json.*;
|
||||
|
||||
/**
|
||||
* Used in testing when a JSONString is needed
|
||||
*/
|
||||
class MyJsonString implements JSONString {
|
||||
|
||||
@Override
|
||||
public String toJSONString() {
|
||||
return "my string";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue