| 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 | ServerUnderTestimplementation forEmbeddedServer. | 
| EmbeddedServerUnderTestProvider | ServerUnderTestProviderimplemntation which returns an instance ofEmbeddedServerUnderTest. | 
| HttpResponseAssertion | Utility class to verify assertions given an HTTP Response. | 
| HttpResponseAssertion.Builder | HTTP Response Assertion Builder. | 
| ServerUnderTestProviderUtils | Utility class to retrieve a  ServerUnderTestProvidervia a Service Loader. | 
| TestScenario | Defines a HTTP Server Test Scenario. | 
| TestScenario.Builder | Test Scenario Builder. |