Package ubic.gemma.persistence.util
Class GenericValueObjectConverterTest
- java.lang.Object
-
- ubic.gemma.persistence.util.GenericValueObjectConverterTest
-
public class GenericValueObjectConverterTest extends Object
-
-
Constructor Summary
Constructors Constructor Description GenericValueObjectConverterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
test()
void
testConvertCollection()
void
testConvertCollectionToListSuperType()
void
testConvertFromSubClass()
void
testConvertNull()
void
testConvertToSuperClass()
void
testConvertUnsupportedType()
-
-
-
Method Detail
-
setUp
public void setUp()
-
test
public void test()
-
testConvertToSuperClass
public void testConvertToSuperClass()
-
testConvertFromSubClass
public void testConvertFromSubClass()
-
testConvertCollection
public void testConvertCollection()
-
testConvertCollectionToListSuperType
public void testConvertCollectionToListSuperType()
-
testConvertUnsupportedType
public void testConvertUnsupportedType()
-
testConvertNull
public void testConvertNull()
-
-