Class PetStoreAppTest

java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.openapi.tck.AppTestBase
org.eclipse.microprofile.openapi.tck.PetStoreAppTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

public class PetStoreAppTest extends AppTestBase
  • Constructor Details

    • PetStoreAppTest

      public PetStoreAppTest()
  • Method Details

    • createDeployment

      @Deployment(name="petstore", testable=false) public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
    • testSchema

      public void testSchema(String type)
    • testSecurityRequirement

      public void testSecurityRequirement(String type)
    • testSecuritySchemes

      public void testSecuritySchemes(String type)
    • testSecurityScheme

      public void testSecurityScheme(String type)
    • testOAuthFlows

      public void testOAuthFlows(String type)
    • testOAuthFlow

      public void testOAuthFlow(String type)
    • testDefaultResponseType

      public void testDefaultResponseType()
    • testRequestBodySchema

      public void testRequestBodySchema(String type)
    • testAPIResponseSchema

      public void testAPIResponseSchema(String type)
    • testAPIResponseSchemaDefaultResponseCode

      public void testAPIResponseSchemaDefaultResponseCode(String type)
    • testExtensionPlacement

      public void testExtensionPlacement(String type)