Split or move testing-modules/junit-5 module (#7879)
This commit is contained in:
committed by
Josh Cummings
parent
2e030a63b7
commit
160fd28fdd
@@ -0,0 +1,14 @@
|
||||
package com.baeldung.junit5vstestng;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class Class2UnitTest {
|
||||
|
||||
@Test
|
||||
public void testCase_InClass2UnitTest() {
|
||||
assertTrue(true);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user