Formatting ...

This commit is contained in:
jvi
2020-09-08 13:03:42 +02:00
parent 9f0b32ff71
commit fb3cbcca8b
3 changed files with 71 additions and 75 deletions

View File

@@ -11,14 +11,11 @@ import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.context.annotation.Import;
import org.springframework.test.context.TestPropertySource;
import org.springframework.test.context.junit.jupiter.SpringExtension;
import static org.junit.jupiter.api.Assertions.assertEquals;
@ExtendWith(SpringExtension.class)
@TestPropertySource(locations = "/application-integrationtest.yaml")
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = Application.class, properties =
{
"spring.batch.job.enabled=false",

View File

@@ -151,7 +151,6 @@ public class ExampleServerR4IT {
}
@BeforeEach
void beforeEach() {

View File

@@ -122,7 +122,7 @@ public class ExampleServerR5IT {
/*
* Ensure that we receive a ping on the websocket
*/
await().until(()->mySocketImplementation.myPingCount > 0);
await().until(() -> mySocketImplementation.myPingCount > 0);
/*
* Clean up