Gitignore + JUnit5 import fix

This commit is contained in:
2020-10-15 10:42:53 +02:00
parent dcbb133489
commit cfdab3230d
11 changed files with 72 additions and 29 deletions

View File

@ -1,9 +1,6 @@
import org.junit.Test;
import org.junit.jupiter.api.Test;
import static org.junit.Assert.*;
import static org.junit.jupiter.api.Assertions.assertTrue;
public class CardTest {