Class 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.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 Detail

      • HealthCheckResponseValidationTest

        public HealthCheckResponseValidationTest()
    • 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