mirror of
https://github.com/stleary/JSON-java.git
synced 2026-05-19 00:00:46 -04:00
support enum testing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.json.junit;
|
||||
|
||||
public enum MyEnum {
|
||||
VAL1,
|
||||
VAL2,
|
||||
VAL3;
|
||||
}
|
||||
Reference in New Issue
Block a user