Class OASFactoryErrorTest
- java.lang.Object
-
- org.jboss.arquillian.testng.Arquillian
-
- org.eclipse.microprofile.openapi.tck.OASFactoryErrorTest
-
- All Implemented Interfaces:
org.testng.IHookable
,org.testng.ITestNGListener
public class OASFactoryErrorTest extends org.jboss.arquillian.testng.Arquillian
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
OASFactoryErrorTest.MyAbstractLicenseImpl
static interface
OASFactoryErrorTest.MyConstructible
static interface
OASFactoryErrorTest.MyLicense
class
OASFactoryErrorTest.MyLicenseImpl
-
Constructor Summary
Constructors Constructor Description OASFactoryErrorTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
baseInterfaceTest()
static org.jboss.shrinkwrap.api.spec.WebArchive
createDeployment()
void
customAbstractClassTest()
void
customClassTest()
void
extendedBaseInterfaceTest()
void
extendedInterfaceTest()
void
nullValueTest()
-
-
-
Method Detail
-
createDeployment
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
-
nullValueTest
public void nullValueTest()
-
baseInterfaceTest
public void baseInterfaceTest()
-
extendedBaseInterfaceTest
public void extendedBaseInterfaceTest()
-
extendedInterfaceTest
public void extendedInterfaceTest()
-
customAbstractClassTest
public void customAbstractClassTest()
-
customClassTest
public void customClassTest()
-
-