We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f97601 commit 697cef1Copy full SHA for 697cef1
src/test/kotlin/functional/IntegrationTests.kt
@@ -4,13 +4,15 @@ import org.junit.jupiter.api.AfterAll
4
import org.junit.jupiter.api.BeforeAll
5
import org.junit.jupiter.api.Test
6
import org.junit.jupiter.api.TestInstance
7
+import org.junit.jupiter.api.TestInstance.Lifecycle.*
8
import org.springframework.http.MediaType.*
9
import org.springframework.web.reactive.function.client.WebClient
10
import org.springframework.web.reactive.function.client.bodyToFlux
11
import org.springframework.web.reactive.function.client.bodyToMono
12
import reactor.test.test
13
import java.time.LocalDate
14
15
+@TestInstance(PER_CLASS)
16
class IntegrationTests {
17
18
val application = Application(8181)
0 commit comments