Class HealthCheckResponseValidationTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.health.tck.TCKBase
org.eclipse.microprofile.health.tck.HealthCheckResponseValidationTest
- All Implemented Interfaces:
org.testng.IHookable,org.testng.ITestNGListener
- Author:
- Prashanth Gunapalasingam
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.microprofile.health.tck.TCKBase
TCKBase.ResponseNested classes/interfaces inherited from class org.jboss.arquillian.testng.Arquillian
org.jboss.arquillian.testng.Arquillian.UpdateResultListener -
Field Summary
Fields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.shrinkwrap.api.ArchivevoidValidates 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.Methods inherited from class org.eclipse.microprofile.health.tck.TCKBase
beforeMethodMethods inherited from class org.jboss.arquillian.testng.Arquillian
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run
-
Constructor Details
-
HealthCheckResponseValidationTest
public HealthCheckResponseValidationTest()
-
-
Method Details
-
getDeployment
@Deployment public static org.jboss.shrinkwrap.api.Archive getDeployment() -
testValidateConcreteHealthCheckResponse
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.- Throws:
Exception
-