Spring Initializr: 2.2.2 / Spring Reactive Web / Spring Web / Thymeleaf
[demos/testing] / src / test / java / de / juplo / integrationtest / IntegrationtestApplicationTests.java
1 package de.juplo.integrationtest;
2
3 import org.junit.jupiter.api.Test;
4 import org.springframework.boot.test.context.SpringBootTest;
5
6 @SpringBootTest
7 class IntegrationtestApplicationTests {
8
9         @Test
10         void contextLoads() {
11         }
12
13 }