Files
govern/cs-device/cs-device-boot/src/test/java/com/njcn/AppTest.java
2023-07-11 09:29:29 +08:00

21 lines
280 B
Java

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