Package org.bremersee.exception.model
Class RestApiExceptionIntegrationTest
java.lang.Object
org.bremersee.exception.model.RestApiExceptionIntegrationTest
@SpringBootTest(classes=TestConfiguration.class,
webEnvironment=RANDOM_PORT,
properties={"spring.main.web-application-type=servlet","spring.application.name=junit","server.error.include-exception=true","server.error.include-message=always"})
@TestInstance(PER_CLASS)
@ExtendWith(org.assertj.core.api.junit.jupiter.SoftAssertionsExtension.class)
public class RestApiExceptionIntegrationTest
extends Object
The rest api exception integration test.
- Author:
- Christian Bremer
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RestApiExceptionIntegrationTest
public RestApiExceptionIntegrationTest()
-