java.lang.Object
io.micronaut.http.server.tck.tests.endpoints.health.HealthTest

public class HealthTest extends Object
  • Constructor Details

    • HealthTest

      public HealthTest()
  • Method Details

    • healthEndpointExposed

      @Test public void healthEndpointExposed() throws IOException
      This test verifies health endpoint is exposed. The server under test needs to publish the ServiceReadyEvent or ServerStartupEvent for ServiceReadyHealthIndicator to be UP.
      Throws:
      IOException - Exception thrown while getting the server under test.