mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 22:59:02 +00:00
Initial commit
This commit is contained in:
19
Plugin Cubot/test/net/simon987/cubotplugin/CubotTest.java
Normal file
19
Plugin Cubot/test/net/simon987/cubotplugin/CubotTest.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package net.simon987.cubotplugin;
|
||||
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
public class CubotTest {
|
||||
|
||||
@Test
|
||||
public void test(){
|
||||
try {
|
||||
Thread.sleep(1000);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
assertEquals(1,2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user