This commit is contained in:
Jan-Philipp Luithardt
2025-12-02 11:11:23 +01:00
parent b5524dbec2
commit 6992100fff
78 changed files with 3811 additions and 30 deletions

View File

@@ -0,0 +1,19 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
public class BadCaseTaskTest {
@BeforeEach
public void setup() {
}
@Test
@DisplayName("Assert stores initial values")
public void assertStringInitialized() {
}
}