Created test module
This commit is contained in:
9
tests/src/test/java/Tests.java
Normal file
9
tests/src/test/java/Tests.java
Normal file
@@ -0,0 +1,9 @@
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class Tests{
|
||||
|
||||
@Test
|
||||
void testThings(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user