1
Files
lecture-professional-softwa…/src/test/java/mops/gruppen2/infrastructure/controller/GroupCreationControllerTest.java
2020-04-18 18:19:23 +02:00

20 lines
292 B
Java

package mops.gruppen2.infrastructure.controller;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
class GroupCreationControllerTest {
@BeforeEach
void setUp() {
}
@Test
void getCreate() {
}
@Test
void postCreateOrga() {
}
}