Class AirlinesAppTest

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

public class AirlinesAppTest extends AppTestBase
  • Constructor Details

    • AirlinesAppTest

      public AirlinesAppTest()
  • Method Details

    • createDeployment

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

      public void testVersion(String type)
    • testInfo

      public void testInfo(String type)
    • testContact

      public void testContact(String type)
    • testLicense

      public void testLicense(String type)
    • testExternalDocumentation

      public void testExternalDocumentation(String type)
    • testServer

      public void testServer(String type)
    • testOperationAirlinesResource

      public void testOperationAirlinesResource(String type)
    • testOperationAvailabilityResource

      public void testOperationAvailabilityResource(String type)
    • testRestClientNotPickedUp

      public void testRestClientNotPickedUp(String type)
    • testOperationBookingResource

      public void testOperationBookingResource(String type)
    • testOperationReviewResource

      public void testOperationReviewResource(String type)
    • testOperationUserResource

      public void testOperationUserResource(String type)
    • testAPIResponse

      public void testAPIResponse(String type)
    • testAPIResponses

      public void testAPIResponses(String type)
    • testParameter

      public void testParameter(String type)
    • testExplode

      public void testExplode(String type)
    • testCallbackAnnotations

      public void testCallbackAnnotations(String type)
    • testCallbackOperationAnnotations

      public void testCallbackOperationAnnotations(String type)
    • testRequestBodyAnnotations

      public void testRequestBodyAnnotations(String type)
    • testSecurityRequirement

      public void testSecurityRequirement(String type)
    • testSecuirtyRequirementInCallback

      public void testSecuirtyRequirementInCallback(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)
    • testOAuthScope

      public void testOAuthScope(String type)
    • testEncodingRequestBody

      public void testEncodingRequestBody(String type)
    • testEncodingResponses

      public void testEncodingResponses(String type)
    • testLink

      public void testLink(String type)
    • testLinkParameter

      public void testLinkParameter(String type)
    • testSchema

      public void testSchema(String type)
    • testSchemaProperty

      public void testSchemaProperty(String type)
    • testSchemaPropertyValuesOverrideClassPropertyValues

      public void testSchemaPropertyValuesOverrideClassPropertyValues(String type)
    • testExampleObject

      public void testExampleObject(String type)
    • testContentExampleAttribute

      public void testContentExampleAttribute(String type)
    • testTagDeclarations

      public void testTagDeclarations(String type)
    • testTagsInOperations

      public void testTagsInOperations(String type)
    • testComponents

      public void testComponents(String type)
    • testHeaderInAPIResponse

      public void testHeaderInAPIResponse(String type)
    • testHeaderInEncoding

      public void testHeaderInEncoding(String type)
    • testRefHeaderInAPIResponse

      public void testRefHeaderInAPIResponse(String type)
    • testRefHeaderInEncoding

      public void testRefHeaderInEncoding(String type)
    • testHeaderInComponents

      public void testHeaderInComponents(String type)
    • testContentInAPIResponse

      public void testContentInAPIResponse(String type)
    • testContentInRequestBody

      public void testContentInRequestBody(String type)
    • testContentInParameter

      public void testContentInParameter(String type)
    • testDefaultParameterRequirement

      public void testDefaultParameterRequirement(String type)
    • testStaticFileDefinitions

      public void testStaticFileDefinitions(String type)
    • testExtensionParsing

      public void testExtensionParsing(String type)
    • testExceptionMappers

      public void testExceptionMappers(String type)
    • testAdditionalPropertiesDefault

      public void testAdditionalPropertiesDefault(String type)
    • testAdditionalPropertiesFalse

      public void testAdditionalPropertiesFalse(String type)
    • testAdditionalPropertiesTrue

      public void testAdditionalPropertiesTrue(String type)
    • testAdditionalPropertiesTypeString

      public void testAdditionalPropertiesTypeString(String type)
    • testOpenAPIDefinitionExtension

      public void testOpenAPIDefinitionExtension(String type)
    • testRef

      public void testRef(String type)
    • testPathItem

      public void testPathItem(String type)
    • testPathItemOperation

      public void testPathItemOperation(String type)
    • testWebhooks

      public void testWebhooks(String type)