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
public class HealthCheckResponseValidationTest extends TCKBase
- 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 HealthCheckResponseValidationTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.Archive
getDeployment()
void
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.-
Methods inherited from class org.eclipse.microprofile.health.tck.TCKBase
beforeMethod
-
-
-
-
Method Detail
-
getDeployment
@Deployment public static org.jboss.shrinkwrap.api.Archive getDeployment()
-
testValidateConcreteHealthCheckResponse
@RunAsClient public void testValidateConcreteHealthCheckResponse() throws Exception
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
-
-