public class PetStoreAppTest extends AppTestBase
YAML_FILTER
Constructor and Description |
---|
PetStoreAppTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
void |
testAPIResponseSchema(String type) |
void |
testAPIResponseSchemaDefaultResponseCode(String type) |
void |
testDefaultResponseType() |
void |
testJsonResponseTypeWithQueryParameter() |
void |
testOAuthFlow(String type) |
void |
testOAuthFlows(String type) |
void |
testRequestBodySchema(String type) |
void |
testSchema(String type) |
void |
testSecurityRequirement(String type) |
void |
testSecurityScheme(String type) |
void |
testSecuritySchemes(String type) |
callEndpoint, configureRestAssured, dereference, provide
@Deployment(name="petstore") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
@RunAsClient public void testSchema(String type)
@RunAsClient public void testSecurityRequirement(String type)
@RunAsClient public void testSecuritySchemes(String type)
@RunAsClient public void testSecurityScheme(String type)
@RunAsClient public void testOAuthFlows(String type)
@RunAsClient public void testOAuthFlow(String type)
@RunAsClient public void testDefaultResponseType()
@RunAsClient public void testJsonResponseTypeWithQueryParameter()
@RunAsClient public void testRequestBodySchema(String type)
@RunAsClient public void testAPIResponseSchema(String type)
@RunAsClient public void testAPIResponseSchemaDefaultResponseCode(String type)
Copyright © 2022 Eclipse Foundation. All rights reserved.