Class ClassConverterTest
- java.lang.Object
-
- org.jboss.arquillian.testng.Arquillian
-
- org.eclipse.microprofile.config.tck.ClassConverterTest
-
- All Implemented Interfaces:
org.testng.IHookable,org.testng.ITestNGListener
public class ClassConverterTest extends org.jboss.arquillian.testng.ArquillianTest Class type converter handling- Author:
- John D. Ament
-
-
Constructor Summary
Constructors Constructor Description ClassConverterTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.spec.WebArchivedeploy()voidtestClassConverterWithLookup()voidtestConverterForClassLoadedInBean()voidtestGetClassConverter()
-
-
-
Method Detail
-
deploy
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
-
testClassConverterWithLookup
public void testClassConverterWithLookup()
-
testGetClassConverter
public void testGetClassConverter()
-
testConverterForClassLoadedInBean
public void testConverterForClassLoadedInBean()
-
-