mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 16:00:51 -07:00
refactor test classes to their own modules
This commit is contained in:
parent
c6204a9f01
commit
7f83a51718
5 changed files with 55 additions and 45 deletions
9
MyPublicClass.java
Normal file
9
MyPublicClass.java
Normal file
|
@ -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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue