Package ubic.gemma.persistence.util
Class ServiceBasedValueObjectConverterTest
java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
ubic.gemma.core.util.test.BaseTest
ubic.gemma.persistence.util.ServiceBasedValueObjectConverterTest
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@ContextConfiguration
@TestExecutionListeners(WithSecurityContextTestExecutionListener.class)
public class ServiceBasedValueObjectConverterTest
extends BaseTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
Constructor Details
-
ServiceBasedValueObjectConverterTest
public ServiceBasedValueObjectConverterTest()
-
-
Method Details
-
setUp
public void setUp() -
tearDown
public void tearDown() -
testConvertEntityFromId
public void testConvertEntityFromId() -
testConvertEntitiesFromIds
public void testConvertEntitiesFromIds() -
testConvertSingleEntity
-
testConvertSingleEntityById
public void testConvertSingleEntityById() -
testConvertSingleEntityToSuperType
-
testConvertSingleEntityFromSubType
-
testConvertCollection
-
testConvertCollectionToListSuperType
-
testConvertCollectionOfIds
public void testConvertCollectionOfIds() -
testConvertCollectionToSuperType
-
testConvertNullEntity
public void testConvertNullEntity() -
testConvertUnknownType
public void testConvertUnknownType()
-