Package io.micronaut.testresources.server


package io.micronaut.testresources.server
  • Classes
    Class
    Description
    Configuration 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.
    Stores metadata about a running test container.
    A client responsible for connecting to a test resources server.
    Main entry point for the server.
    The application context configurer.