Class FactorValueDaoTest
- 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.expression.experiment.FactorValueDaoTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@ContextConfiguration public class FactorValueDaoTest extends BaseDatabaseTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ubic.gemma.core.util.test.BaseDatabaseTest
BaseDatabaseTest.BaseDatabaseTestContextConfiguration
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.util.test.BaseDatabaseTest
aclService, sessionFactory
-
-
Constructor Summary
Constructors Constructor Description FactorValueDaoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createFactorWithMeasurementThatDiffersFromValue()
void
testFactorValueStatementsNotListedInOldStyleCharacteristics()
void
testFind()
void
testLoadFactorValueWithRegularCharacteristic()
void
testPersistStatement()
void
testRemove()
-
Methods inherited from class ubic.gemma.core.util.test.BaseDatabaseTest
flushAndClearSession
-
Methods inherited from class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
countRowsInTable, countRowsInTableWhere, deleteFromTables, dropTables, executeSqlScript, setDataSource, setSqlScriptEncoding
-
-
-
-
Method Detail
-
testFind
public void testFind()
-
testFactorValueStatementsNotListedInOldStyleCharacteristics
public void testFactorValueStatementsNotListedInOldStyleCharacteristics()
-
testPersistStatement
public void testPersistStatement()
-
testLoadFactorValueWithRegularCharacteristic
public void testLoadFactorValueWithRegularCharacteristic()
-
testRemove
public void testRemove()
-
createFactorWithMeasurementThatDiffersFromValue
public void createFactorWithMeasurementThatDiffersFromValue()
-
-