OSSEZ-45 add all test file to the PRJ
This commit is contained in:
parent
8f7816a6c0
commit
6f3a50f915
|
@ -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);
|
||||
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue