Test der Magierkarte und Narrenkarte angepasst.

pull/37/head
Kai Sellmann 2023-10-23 10:17:32 +02:00
parent 9a64896350
commit a868f82c56
2 changed files with 0 additions and 12 deletions

View File

@ -7,16 +7,6 @@ written on: 10 / 10 / 2023 at: 21:18
package Test.Domain.Karten;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertThrows;
import java.util.ArrayList;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import Domain.Enums.Kartenfarbe;
import Domain.Karten.Magierkarte;

View File

@ -7,8 +7,6 @@ written on: 10 / 10 / 2023 at: 21:18
package Test.Domain.Karten;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThrows;
import org.junit.Test;
import Domain.Enums.Kartenfarbe;