Class ExpressionExperimentEditControllerTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseTest
-
- ubic.gemma.web.util.BaseWebTest
-
- ubic.gemma.web.controller.expression.experiment.ExpressionExperimentEditControllerTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@ContextConfiguration public class ExpressionExperimentEditControllerTest extends BaseWebTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ubic.gemma.web.util.BaseWebTest
BaseWebTest.BaseWebTestContextConfiguration
-
-
Constructor Summary
Constructors Constructor Description ExpressionExperimentEditControllerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
test()
void
testFixDenormalizedQt()
void
testSignificantChangeOnPreferredQt()
void
testSwitchNonPreferredVectorToPreferred()
void
testSwitchPreferredVectorToNonPreferred()
void
testUpdatePreferredSingleCellVectors()
void
testUpdatePreferredSingleCellVectorsToNonPreferred()
-
Methods inherited from class ubic.gemma.web.util.BaseWebTest
perform
-
-
-
-
Method Detail
-
setUp
public void setUp()
-
tearDown
public void tearDown()
-
testSignificantChangeOnPreferredQt
public void testSignificantChangeOnPreferredQt() throws Exception
- Throws:
Exception
-
testSwitchNonPreferredVectorToPreferred
public void testSwitchNonPreferredVectorToPreferred() throws Exception
- Throws:
Exception
-
testSwitchPreferredVectorToNonPreferred
public void testSwitchPreferredVectorToNonPreferred() throws Exception
- Throws:
Exception
-
testUpdatePreferredSingleCellVectors
public void testUpdatePreferredSingleCellVectors() throws Exception
- Throws:
Exception
-
-