Interface | Description |
---|---|
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 |
HTTP Reponse's body assertions.
|
BodyAssertion.Builder |
BodyAssertion Builder.
|
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.
|