mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05:00
refactor test classes to their own modules
This commit is contained in:
11
MyBigNumberBean.java
Normal file
11
MyBigNumberBean.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package org.json.junit;
|
||||
|
||||
import java.math.*;
|
||||
|
||||
/**
|
||||
* Used in testing when a Bean containing big numbers is needed
|
||||
*/
|
||||
interface MyBigNumberBean {
|
||||
public BigInteger getBigInteger();
|
||||
public BigDecimal getBigDecimal();
|
||||
}
|
||||
Reference in New Issue
Block a user