Class HealthTest
- java.lang.Object
-
- io.micronaut.http.server.tck.tests.endpoints.health.HealthTest
-
public class HealthTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HealthTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhealthEndpointExposed()This test verifies health endpoint is exposed.
-
-
-
Method Detail
-
healthEndpointExposed
@Test public void healthEndpointExposed() throws java.io.IOExceptionThis test verifies health endpoint is exposed. The server under test needs to publish theServiceReadyEventorServerStartupEventforServiceReadyHealthIndicatorto be UP.- Throws:
java.io.IOException- Exception thrown while getting the server under test.
-
-