Files
iot/iot-analysis/analysis-zl-event/zl-event-boot/src/test/java/com/njcn/AppTest.java

21 lines
280 B
Java
Raw Normal View History

2023-03-30 14:49:30 +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 );
}
}