Interface | Description |
---|---|
BodyAssertion.AssertionBuilder<T> |
The interface for typed BodyAssertion Builders.
|
RequestSupplier |
Allows defining an HttpRequest based on some property of the server (ie: Port).
|
ServerUnderTest |
An API for a Micronaut HTTP Server under test.
|
ServerUnderTestProvider |
Provides a server to test.
|
Class | Description |
---|---|
AssertionUtils |
Utility class used to perform assertions.
|
BodyAssertion<T> |
HTTP Response's body assertions.
|
BodyAssertion.Builder |
BodyAssertion Builder.
|
BodyAssertion.ByteArrayBodyAssertionBuilder |
Byte Array BodyAssertion Builder.
|
BodyAssertion.StringBodyAssertionBuilder |
String BodyAssertion Builder.
|
CorsAssertion |
CORS assertion.
|
CorsAssertion.Builder |
CORS Assertion Builder.
|
CorsUtils |
Utility class to do CORS related assertions.
|
EmbeddedServerUnderTest |
ServerUnderTest implementation for EmbeddedServer . |
EmbeddedServerUnderTestProvider |
ServerUnderTestProvider implemntation which returns an instance of EmbeddedServerUnderTest . |
HttpResponseAssertion |
Utility class to verify assertions given an HTTP Response.
|
HttpResponseAssertion.Builder |
HTTP Response Assertion Builder.
|
ServerUnderTestProviderUtils |
Utility class to retrieve a
ServerUnderTestProvider via a Service Loader. |
TestScenario |
Defines a HTTP Server Test Scenario.
|
TestScenario.Builder |
Test Scenario Builder.
|