This commit is contained in:
2023-05-24 20:17:45 +08:00
parent 47c91887bd
commit 2fcbd9bc37
52 changed files with 75 additions and 75 deletions

View File

@@ -0,0 +1,20 @@
package com.njcn;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}