Add junit test info
This commit is contained in:
BIN
bin/test/TestCase.class
Normal file
BIN
bin/test/TestCase.class
Normal file
Binary file not shown.
14
src/test/TestCase.java
Normal file
14
src/test/TestCase.java
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
package test;
|
||||||
|
|
||||||
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
public class TestCase {
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void test() {
|
||||||
|
assertTrue(true);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user