Class AbstractServiceTest
java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
ubic.gemma.core.util.test.BaseDatabaseTest
ubic.gemma.persistence.service.AbstractServiceTest
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class BaseDatabaseTestBaseDatabaseTest.BaseDatabaseTestContextConfiguration
- 
Field SummaryFields inherited from class BaseDatabaseTestaclService, sessionFactoryFields inherited from class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTestsjdbcTemplate, simpleJdbcTemplateFields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTestsapplicationContext, logger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidMethods inherited from class BaseDatabaseTestflushAndClearSessionMethods inherited from class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTestscountRowsInTable, countRowsInTableWhere, deleteFromTables, dropTables, executeSqlScript, setDataSource, setSqlScriptEncodingMethods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTestssetApplicationContext
- 
Constructor Details- 
AbstractServiceTestpublic AbstractServiceTest()
 
- 
- 
Method Details- 
testLoadOrFailpublic void testLoadOrFail()
- 
testEnsureInSessionpublic void testEnsureInSession()
- 
testEnsureInSessionReturnsOriginalCollectionIfAlreadyInSessionpublic void testEnsureInSessionReturnsOriginalCollectionIfAlreadyInSession()
- 
testEnsureInSessionPreserveInputOrderpublic void testEnsureInSessionPreserveInputOrder()
- 
testEnsureInSessionWhenSomeElementsAreNotInSessionOnlyLoadThoseElementspublic void testEnsureInSessionWhenSomeElementsAreNotInSessionOnlyLoadThoseElements()
 
-