This commit is contained in:
i22011 2024-05-08 09:45:38 +02:00
parent 56c32fe9d3
commit 3823da5b2f

View File

@ -2,7 +2,9 @@ import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
/**
* run: mvn test
*/
public class MainTest {
@Test
void testAdd() {
@ -13,6 +15,3 @@ public class MainTest {
}
/**
* run: mvn test
*/