Initial Test Push
This commit is contained in:
Binary file not shown.
BIN
.gradle/8.14/checksums/md5-checksums.bin
Normal file
BIN
.gradle/8.14/checksums/md5-checksums.bin
Normal file
Binary file not shown.
BIN
.gradle/8.14/checksums/sha1-checksums.bin
Normal file
BIN
.gradle/8.14/checksums/sha1-checksums.bin
Normal file
Binary file not shown.
@@ -3,7 +3,7 @@ package java;
|
|||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
import org.junit.jupiter.api.Assertions.*;
|
import org.junit.jupiter.api.Assertions.*;
|
||||||
|
|
||||||
public class MainTest {
|
public class BadCasesTest {
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
public void setup() {
|
public void setup() {
|
||||||
14
test/java/GoodCasesTest.java
Normal file
14
test/java/GoodCasesTest.java
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
package java;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
|
import org.junit.jupiter.api.Assertions.*;
|
||||||
|
|
||||||
|
public class GoodCasesTest {
|
||||||
|
|
||||||
|
@BeforeEach
|
||||||
|
public void setup() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user