Class OASConfigScanDisableTest
- java.lang.Object
-
- org.jboss.arquillian.testng.Arquillian
-
- org.eclipse.microprofile.openapi.tck.AppTestBase
-
- org.eclipse.microprofile.openapi.tck.OASConfigScanDisableTest
-
- All Implemented Interfaces:
org.testng.IHookable
,org.testng.ITestNGListener
public class OASConfigScanDisableTest extends AppTestBase
-
-
Field Summary
-
Fields inherited from class org.eclipse.microprofile.openapi.tck.AppTestBase
YAML_FILTER
-
-
Constructor Summary
Constructors Constructor Description OASConfigScanDisableTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.spec.WebArchive
createDeployment()
void
testScanDisable(String type)
-
Methods inherited from class org.eclipse.microprofile.openapi.tck.AppTestBase
callEndpoint, configureRestAssured, dereference, dereference, provide
-
-
-
-
Method Detail
-
createDeployment
@Deployment(name="airlines", testable=false) public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
-
testScanDisable
public void testScanDisable(String type) throws InterruptedException
- Throws:
InterruptedException
-
-