新建物联网交互项目

This commit is contained in:
2023-03-30 14:49:30 +08:00
parent da0553bae2
commit b605486736
13 changed files with 602 additions and 0 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 );
}
}