Package io.micronaut.testresources.server
package io.micronaut.testresources.server
-
ClassDescriptionConfiguration properties used to control access to the server.A filter used to restrict access to the server: the server should only be available from a loopback connection, and if an access token is specified, then the request should include the access token header.A
ResolverLoader
that loadsTestResourcesResolver
instances from both Java service loading and the Micronaut application context.The expiry manager will handle pings from the client to keep the server alive.Marker interface for aTestResourcesResolver
implementations that can be injected.ATestResourcesResolver
that resolves properties regarding the Test Resource Service itself, such asmicronaut.test.resources.server.uri
.Annotation for controllers which participate to keeping the server alive.A test resources property resolution listener will be notified whenever a property is resolved by aTestResourcesResolver
.Stores metadata about a running test container.The main test resources controller, which will answer requests performed by the test resources client to resolve properties or close test resources.Main entry point for the server.The application context configurer.