5ISS-Gestion-automatique-de.../RoomsService/src/test/java/fr/insa/arm/RoomsService/RoomsServiceApplicationTests.java
2022-01-07 11:00:26 +01:00

13 řádky
222 B
Java

package fr.insa.arm.RoomsService;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class RoomsServiceApplicationTests {
@Test
void contextLoads() {
}
}