Skip to content

Commit

Permalink
Create DummyTest.java
Browse files Browse the repository at this point in the history
For debugging purposes
  • Loading branch information
charlestian23 committed Oct 10, 2023
1 parent 4029b7c commit 19f0c26
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/test/java/DummyTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import org.junit.Test;
import static org.junit.Assert.fail;

public class DummyTest {

@Test
public void testFailure() {
fail("This test intentionally fails. Your JUnit configuration is working if you see this message.");
}
}

0 comments on commit 19f0c26

Please sign in to comment.