mirror of
https://gitee.com/BDWare/contract-java-example.git
synced 2026-01-29 08:49:30 +00:00
add readme
add bdserver-docker add yjs plugin
This commit is contained in:
10
backend/src/test/java/HelloTest.java
Normal file
10
backend/src/test/java/HelloTest.java
Normal file
@@ -0,0 +1,10 @@
|
||||
import org.bdware.sc.debugger.DebugMain;
|
||||
import org.junit.Test;
|
||||
|
||||
public class HelloTest {
|
||||
@Test
|
||||
public void run() {
|
||||
DebugMain.runWithConf("./debugconf.json");
|
||||
for (; ; ) ;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user