Class ExperimentalDesignControllerIntegrationTest
- java.lang.Object
- 
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
- 
- ubic.gemma.core.util.test.BaseTest
- 
- 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:
- org.springframework.beans.factory.Aware,- org.springframework.context.ApplicationContextAware
 
 public class ExperimentalDesignControllerIntegrationTest extends BaseSpringWebTest - Author:
- Kiran Keshav
 
- 
- 
Field Summary- 
Fields inherited from class ubic.gemma.core.util.test.BaseSpringContextTestexternalDatabaseService, log, persisterHelper, rule, taxonService, testHelper
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExperimentalDesignControllerIntegrationTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestAddCharacteristicToFactorValue()voidtestAddStatementToFactorValue()voidtestCreateExperimentalFactor()voidtestGetExperimentalFactors()voidtestGetExperimentalFactorValues()voidtestShowExperimentalDesign()voidtestShowExperimentalDesignByExperimentId()voidtestShowExperimentalDesignByExperimentShortName()voidtestUpdateFactorValueStatement()- 
Methods inherited from class ubic.gemma.web.util.BaseSpringWebTestperform
 - 
Methods inherited from class ubic.gemma.core.util.test.BaseSpringContextTestaddTestAnalyses, 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.BaseIntegrationTestsetUpAuthentication, tearDownSecurityContext
 
- 
 
- 
- 
- 
Method Detail- 
setUppublic void setUp() 
 - 
tearDownpublic void tearDown() 
 - 
testShowExperimentalDesignpublic void testShowExperimentalDesign() throws Exception- Throws:
- Exception
 
 - 
testShowExperimentalDesignByExperimentIdpublic void testShowExperimentalDesignByExperimentId() throws Exception- Throws:
- Exception
 
 - 
testShowExperimentalDesignByExperimentShortNamepublic void testShowExperimentalDesignByExperimentShortName() throws Exception- Throws:
- Exception
 
 - 
testGetExperimentalFactorspublic void testGetExperimentalFactors() 
 - 
testGetExperimentalFactorValuespublic void testGetExperimentalFactorValues() 
 - 
testCreateExperimentalFactorpublic void testCreateExperimentalFactor() 
 - 
testAddCharacteristicToFactorValuepublic void testAddCharacteristicToFactorValue() 
 - 
testAddStatementToFactorValuepublic void testAddStatementToFactorValue() 
 - 
testUpdateFactorValueStatementpublic void testUpdateFactorValueStatement() 
 
- 
 
-