Commit 1f85adfe authored by Kevin Kaminski's avatar Kevin Kaminski

quick commit testing IntelliJ commit functionality

parent e39e6419
...@@ -13,10 +13,13 @@ class JUnitIntroApplicationTest { ...@@ -13,10 +13,13 @@ class JUnitIntroApplicationTest {
@BeforeEach @BeforeEach
void setUp() { void setUp() {
System.out.println("Here's the setup for testing.");
} }
@AfterEach @AfterEach
void tearDown() {} void tearDown() {
System.out.println("Here's the end of testing.");
}
@Test @Test
void add() { void add() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment