public class CustomConverterTest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
CustomConverterTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
deploy() |
void |
testBoolean() |
void |
testBooleanPrimitive() |
void |
testCharacter() |
void |
testCharPrimitive() |
void |
testDouble() |
void |
testDoublePrimitive() |
void |
testGetBooleanConverter() |
void |
testGetBooleanPrimitiveConverter() |
void |
testGetCharacterConverter() |
void |
testGetCharPrimitiveConverter() |
void |
testGetDoubleConverter() |
void |
testGetDoublePrimitiveConverter() |
void |
testGetIntegerConverter() |
void |
testGetIntPrimitiveConverter() |
void |
testGetLongConverter() |
void |
testGetLongPrimitiveConverter() |
void |
testInteger() |
void |
testIntPrimitive() |
void |
testLong() |
void |
testLongPrimitive() |
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
public void testInteger()
public void testIntPrimitive()
public void testLong()
public void testLongPrimitive()
public void testDouble()
public void testDoublePrimitive()
public void testBoolean()
public void testBooleanPrimitive()
public void testCharacter()
public void testCharPrimitive()
public void testGetIntegerConverter()
public void testGetIntPrimitiveConverter()
public void testGetLongConverter()
public void testGetLongPrimitiveConverter()
public void testGetDoubleConverter()
public void testGetDoublePrimitiveConverter()
public void testGetBooleanConverter()
public void testGetBooleanPrimitiveConverter()
public void testGetCharacterConverter()
public void testGetCharPrimitiveConverter()
Copyright © 2020 Eclipse Foundation. All rights reserved.