Class StaticDocumentTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.openapi.tck.AppTestBase
org.eclipse.microprofile.openapi.tck.StaticDocumentTest
- All Implemented Interfaces:
org.testng.IHookable,org.testng.ITestNGListener
This test covers Open API documents that are specified by the META-INF/openapi.yaml file. It verifies that the
/openapi endpoint returns the correct content for these static files.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.arquillian.testng.Arquillian
org.jboss.arquillian.testng.Arquillian.UpdateResultListener -
Field Summary
Fields inherited from class org.eclipse.microprofile.openapi.tck.AppTestBase
YAML_FILTERFields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.shrinkwrap.api.spec.WebArchivevoidtestStaticDocument(String type) Methods inherited from class org.eclipse.microprofile.openapi.tck.AppTestBase
callEndpoint, configureRestAssured, dereference, dereference, provideMethods inherited from class org.jboss.arquillian.testng.Arquillian
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run
-
Constructor Details
-
StaticDocumentTest
public StaticDocumentTest()
-
-
Method Details
-
createDeployment
@Deployment(name="static", testable=false) public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() -
testStaticDocument
-