1

created GruppTest

This commit is contained in:
LukasEttel
2020-03-06 14:49:05 +01:00
parent 1ddfab0091
commit 2143fe814b

View File

@ -0,0 +1,12 @@
package mops.gruppen2.entities;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class GruppeTest {
@Test
void applyEvent() {
}
}