Files
govern/cs-harmonic/cs-harmonic-boot/src/test/java/com/njcn/AppTest.java

21 lines
280 B
Java
Raw Normal View History

2023-05-22 13:27:22 +08:00
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 );
}
}