Class HealthTest
java.lang.Object
io.micronaut.http.server.tck.tests.endpoints.health.HealthTest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This test verifies health endpoint is exposed.
-
Constructor Details
-
HealthTest
public HealthTest()
-
-
Method Details
-
healthEndpointExposed
This test verifies health endpoint is exposed. The server under test needs to publish theServiceReadyEvent
orServerStartupEvent
forServiceReadyHealthIndicator
to be UP.- Throws:
IOException
- Exception thrown while getting the server under test.
-