OSSEZ-45 add all test file to the PRJ

This commit is contained in:
YuCheng Hu 2020-04-07 16:59:00 -04:00
parent 8f7816a6c0
commit 6f3a50f915
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
package com.ossez.covid19.tests;
import java.math.BigDecimal;
public class Test {
@org.junit.Test
public void testNumber() {
BigDecimal bd = new BigDecimal(999);
}
}