Class ExperimentalDesignControllerIntegrationTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseIntegrationTest
-
- ubic.gemma.core.util.test.BaseSpringContextTest
-
- ubic.gemma.web.util.BaseSpringWebTest
-
- ubic.gemma.web.controller.expression.experiment.ExperimentalDesignControllerIntegrationTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
public class ExperimentalDesignControllerIntegrationTest extends BaseSpringWebTest
- Author:
- Kiran Keshav
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.util.test.BaseSpringContextTest
externalDatabaseService, log, persisterHelper, rule, taxonService, testHelper
-
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
logger
-
-
Constructor Summary
Constructors Constructor Description ExperimentalDesignControllerIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testAddCharacteristicToFactorValue()
void
testAddStatementToFactorValue()
void
testCreateExperimentalFactor()
void
testGetExperimentalFactors()
void
testGetExperimentalFactorValues()
void
testShowExperimentalDesign()
void
testShowExperimentalDesignByExperimentId()
void
testShowExperimentalDesignByExperimentShortName()
void
testUpdateFactorValueStatement()
-
Methods inherited from class ubic.gemma.web.util.BaseSpringWebTest
perform
-
Methods inherited from class ubic.gemma.core.util.test.BaseSpringContextTest
addTestAnalyses, countRowsInTable, deleteFromTables, getJdbcTemplate, getNewTestPersistentCompleteExpressionExperiment, getTaxon, getTestNonPersistentBioSequence, getTestPersistentArrayDesign, getTestPersistentArrayDesign, getTestPersistentArrayDesign, getTestPersistentBasicExpressionExperiment, getTestPersistentBasicExpressionExperiment, getTestPersistentBibliographicReference, getTestPersistentBioAssay, getTestPersistentBioAssay, getTestPersistentBioMaterial, getTestPersistentBioMaterial, getTestPersistentBioSequence, getTestPersistentBioSequence, getTestPersistentBioSequence2GeneProducts, getTestPersistentBlatResult, getTestPersistentBlatResult, getTestPersistentCompleteExpressionExperiment, getTestPersistentCompleteExpressionExperimentWithSequences, getTestPersistentCompleteExpressionExperimentWithSequences, getTestPersistentContact, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentExpressionExperiment, getTestPersistentExpressionExperiment, getTestPersistentGene, getTestPersistentGene, getTestPersistentGeneProduct, getTestPersistentQuantitationType, randomName, resetTestCollectionSize, runAsAdmin, runAsAgent, runAsAnonymous, runAsUser, runAsUser, setTestCollectionSize
-
Methods inherited from class ubic.gemma.core.util.test.BaseIntegrationTest
setUpAuthentication, tearDownSecurityContext
-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
Method Detail
-
setUp
public void setUp()
-
tearDown
public void tearDown()
-
testShowExperimentalDesign
public void testShowExperimentalDesign() throws Exception
- Throws:
Exception
-
testShowExperimentalDesignByExperimentId
public void testShowExperimentalDesignByExperimentId() throws Exception
- Throws:
Exception
-
testShowExperimentalDesignByExperimentShortName
public void testShowExperimentalDesignByExperimentShortName() throws Exception
- Throws:
Exception
-
testGetExperimentalFactors
public void testGetExperimentalFactors()
-
testGetExperimentalFactorValues
public void testGetExperimentalFactorValues()
-
testCreateExperimentalFactor
public void testCreateExperimentalFactor()
-
testAddCharacteristicToFactorValue
public void testAddCharacteristicToFactorValue()
-
testAddStatementToFactorValue
public void testAddStatementToFactorValue()
-
testUpdateFactorValueStatement
public void testUpdateFactorValueStatement()
-
-