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
-
-
Field Summary
-
Fields inherited from class org.eclipse.microprofile.openapi.tck.AppTestBase
YAML_FILTER
-
-
Constructor Summary
Constructors Constructor Description PetStoreAppTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.spec.WebArchivecreateDeployment()voidtestAPIResponseSchema(String type)voidtestAPIResponseSchemaDefaultResponseCode(String type)voidtestDefaultResponseType()voidtestExtensionPlacement(String type)voidtestOAuthFlow(String type)voidtestOAuthFlows(String type)voidtestOpenAPIEssentials(String type)voidtestRequestBodySchema(String type)voidtestSchema(String type)voidtestSecurityRequirement(String type)voidtestSecurityScheme(String type)voidtestSecuritySchemes(String type)-
Methods inherited from class org.eclipse.microprofile.openapi.tck.AppTestBase
callEndpoint, configureRestAssured, dereference, dereference, provide
-
-
-
-
Method Detail
-
createDeployment
@Deployment(name="petstore", testable=false) public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
-
testOpenAPIEssentials
public void testOpenAPIEssentials(String type)
-
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)
-
-