Class CDIProducedProceduresTest
- java.lang.Object
-
- org.jboss.arquillian.testng.Arquillian
-
- org.eclipse.microprofile.health.tck.TCKBase
-
- org.eclipse.microprofile.health.tck.CDIProducedProceduresTest
-
- All Implemented Interfaces:
org.testng.IHookable
,org.testng.ITestNGListener
public class CDIProducedProceduresTest extends TCKBase
Verifies the liveness, readiness, and startup health integration with CDI when the Health Check procedures are defined with CDI method Producers.- Author:
- Prashanth Gunapalasingam
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.microprofile.health.tck.TCKBase
TCKBase.Response
-
-
Constructor Summary
Constructors Constructor Description CDIProducedProceduresTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.Archive
getDeployment()
void
testFailureReadinessResponsePayload()
Verifies the failed Readiness Health Check integration with CDI method producers.void
testSuccessfulLivenessResponsePayload()
Verifies the successful Liveness Health Check integration with CDI method producers.void
testSuccessStartupResponsePayload()
Verifies the successful Startup Health Check integration with CDI method producers.-
Methods inherited from class org.eclipse.microprofile.health.tck.TCKBase
beforeMethod
-
-
-
-
Method Detail
-
getDeployment
@Deployment public static org.jboss.shrinkwrap.api.Archive getDeployment()
-
testSuccessfulLivenessResponsePayload
@RunAsClient public void testSuccessfulLivenessResponsePayload()
Verifies the successful Liveness Health Check integration with CDI method producers.
-
testFailureReadinessResponsePayload
@RunAsClient public void testFailureReadinessResponsePayload()
Verifies the failed Readiness Health Check integration with CDI method producers.
-
testSuccessStartupResponsePayload
@RunAsClient public void testSuccessStartupResponsePayload()
Verifies the successful Startup Health Check integration with CDI method producers.
-
-