mirror of
https://github.com/stleary/JSON-java.git
synced 2026-05-19 00:00:46 -04:00
refactor test classes to their own modules
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.json.junit;
|
||||
|
||||
/**
|
||||
* Need a class with some public data members for testing
|
||||
*/
|
||||
public class MyPublicClass {
|
||||
public Integer publicInt = 42;
|
||||
public String publicString = "abc";
|
||||
}
|
||||
Reference in New Issue
Block a user