Class StaticDocumentTest

  • All Implemented Interfaces:
    org.testng.IHookable, org.testng.ITestNGListener

    public class StaticDocumentTest
    extends AppTestBase
    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.
    • Constructor Detail

      • StaticDocumentTest

        public StaticDocumentTest()
    • Method Detail

      • createDeployment

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

        public void testStaticDocument​(String type)