- TCKBase - Class in org.eclipse.microprofile.health.tck
-
- TCKBase() - Constructor for class org.eclipse.microprofile.health.tck.TCKBase
-
- TCKBase.Response - Class in org.eclipse.microprofile.health.tck
-
- testEmptyReadinessWithConfig() - Method in class org.eclipse.microprofile.health.tck.ConfigTest
-
Verifies the default processing of the empty readiness checks with "mp.health.default.readiness.empty.response"
defined is respected.
- testFailedResponsePayload() - Method in class org.eclipse.microprofile.health.tck.SingleStartnessFailedTest
-
Verifies the startness integration with CDI at the scope of a server runtime
- testFailingHealthResponsePayload() - Method in class org.eclipse.microprofile.health.tck.MultipleStartnessFailedTest
-
Test that Health is down
- testFailingStartnessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.MultipleStartnessFailedTest
-
Test that Startness is down
- testFailureLivenessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.MultipleLivenessFailedTest
-
Verifies the liveness health integration with CDI at the scope of a server runtime
- testFailureReadinessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.CDIProducedProceduresTest
-
Tests that Readiness is down, for Readiness health check procedure defined with CDI Producers.
- testFailureResponsePayload() - Method in class org.eclipse.microprofile.health.tck.EnforceQualifierTest
-
Verifies the health integration with CDI at the scope of a server runtime
- testFailureResponsePayload() - Method in class org.eclipse.microprofile.health.tck.MultipleProceduresFailedTest
-
Verifies the /health endpoint with the liveness and readiness integration with CDI at the scope of a server
runtime
- testFailureResponsePayload() - Method in class org.eclipse.microprofile.health.tck.MultipleReadinessFailedTest
-
Verifies the readiness health integration with CDI at the scope of a server runtime
- testFailureResponsePayload() - Method in class org.eclipse.microprofile.health.tck.SingleLivenessFailedTest
-
Verifies the failed single Liveness integration with CDI at the scope of a server runtime
- testFailureResponsePayload() - Method in class org.eclipse.microprofile.health.tck.SingleReadinessFailedTest
-
Verifies the failed Readiness integration with CDI at the scope of a server runtime
- testPayloadJsonVerifiesWithTheSpecificationSchema() - Method in class org.eclipse.microprofile.health.tck.JsonSchemaValidationTest
-
Verifies that the JSON object returned by the implementation is following the JSON schema defined by the
specification
- testSuccessfulDelegateInvocation() - Method in class org.eclipse.microprofile.health.tck.DelegateHealthSuccessfulTest
-
Verifies CDI scoped beans can be used as delegate to resolve the system state
- testSuccessfulLivenessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.CDIProducedProceduresTest
-
Verifies the liveness and readiness health integration with CDI when the Health Check procedures are defined with
CDI Producers.
- testSuccessfulLivenessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.MultipleReadinessFailedTest
-
Test that Liveness is up
- testSuccessfulLivenessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.MultipleStartnessFailedTest
-
Test that Liveness is up
- testSuccessfulLivenessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.OnlySuccessfulProcedureTest
-
Verifies the health integration with CDI at the scope of a server runtime
- testSuccessfulReadinessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.MultipleLivenessFailedTest
-
Test that Readiness is up
- testSuccessfulReadinessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.MultipleStartnessFailedTest
-
Test that Readiness is up
- testSuccessfulReadinessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.OnlySuccessfulProcedureTest
-
- testSuccessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.DelayedCheckTest
-
Verifies the health integration with CDI when the bean creation takes longer than the first request
- testSuccessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.HealthCheckResponseAttributesTest
-
Verifies the health integration with CDI at the scope of a server runtime
- testSuccessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.NoProcedureSuccessfulTest
-
Verifies the health integration with CDI at the scope of a server runtime
- testSuccessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.SingleLivenessSuccessfulTest
-
Verifies the successful single Liveness integration with CDI at the scope of a server runtime
- testSuccessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.SingleReadinessSuccessfulTest
-
Verifies the successful Readiness integration with CDI at the scope of a server runtime
- testSuccessResponsePayload() - Method in class org.eclipse.microprofile.health.tck.SingleStartnessSuccessfulTest
-
Verifies the startness integration with CDI at the scope of a server runtime
- testValidateConcreteHealthCheckResponse() - Method in class org.eclipse.microprofile.health.tck.HealthCheckResponseValidationTest
-
Validates the HealthCheckResponse concrete class definition by verifying if its deserialized properties correctly
maps to the JSON schema protocol defined by the specification and the JSON health check response returned by the
implementation.