Class JsonSchemaValidationTest

  • All Implemented Interfaces:
    org.testng.IHookable, org.testng.ITestNGListener

    public class JsonSchemaValidationTest
    extends TCKBase
    Author:
    Martin Stefanko
    • Constructor Detail

      • JsonSchemaValidationTest

        public JsonSchemaValidationTest()
    • Method Detail

      • getDeployment

        @Deployment
        public static org.jboss.shrinkwrap.api.Archive getDeployment()
      • testPayloadJsonVerifiesWithTheSpecificationSchema

        @RunAsClient
        public void testPayloadJsonVerifiesWithTheSpecificationSchema()
                                                               throws Exception
        Verifies that the JSON object returned by the implementation is following the JSON schema defined by the specification
        Throws:
        Exception