mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-10 12:34:30 +08:00
reorganize classes so test data is separate from test cases
This commit is contained in:
10
src/test/java/org/json/junit/data/MyEnum.java
Normal file
10
src/test/java/org/json/junit/data/MyEnum.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package org.json.junit.data;
|
||||
|
||||
/**
|
||||
* An enum with no methods or data
|
||||
*/
|
||||
public enum MyEnum {
|
||||
VAL1,
|
||||
VAL2,
|
||||
VAL3;
|
||||
}
|
Reference in New Issue
Block a user