调整项目结构

This commit is contained in:
2023-07-19 11:37:41 +08:00
parent 36c5394681
commit 1ba3474431
25 changed files with 610 additions and 49 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 );
}
}