Tests
This commit is contained in:
parent
56c32fe9d3
commit
3823da5b2f
@ -2,7 +2,9 @@ import org.junit.jupiter.api.Test;
|
|||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* run: mvn test
|
||||||
|
*/
|
||||||
public class MainTest {
|
public class MainTest {
|
||||||
@Test
|
@Test
|
||||||
void testAdd() {
|
void testAdd() {
|
||||||
@ -13,6 +15,3 @@ public class MainTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* run: mvn test
|
|
||||||
*/
|
|
Loading…
Reference in New Issue
Block a user