WIP
[demos/spring-boot] / src / test / java / de / juplo / demo / DemoApplicationTests.java
index e5729d5..791a60b 100644 (file)
@@ -1,22 +1,13 @@
 package de.juplo.demo;
 
-import lombok.extern.slf4j.Slf4j;
 import org.junit.jupiter.api.Test;
-import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.boot.test.context.SpringBootTest;
-import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT;
-import org.springframework.test.web.reactive.server.WebTestClient;
 
-@SpringBootTest(webEnvironment = RANDOM_PORT)
-@Slf4j
-class DemoApplicationTests
-{
-  @Autowired
-  WebTestClient client;
+@SpringBootTest
+class DemoApplicationTests {
 
-
-  @Test
-       void contextLoads()
-  {
+       @Test
+       void contextLoads() {
        }
+
 }