Initial Test Push
This commit is contained in:
14
test/java/BadCasesTest.java
Normal file
14
test/java/BadCasesTest.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package java;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
public class BadCasesTest {
|
||||
|
||||
@BeforeEach
|
||||
public void setup() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user