Class ExperimentalDesignControllerTest
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.ExperimentalDesignControllerTest
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
-
Nested Class Summary
Nested classes/interfaces inherited from class ubic.gemma.web.util.BaseWebTest
BaseWebTest.BaseWebTestContextConfiguration -
Field Summary
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.web.util.BaseWebTest
performMethods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
Constructor Details
-
ExperimentalDesignControllerTest
public ExperimentalDesignControllerTest()
-
-
Method Details
-
setUp
public void setUp() -
tearDown
public void tearDown() -
testCreateFactorValueCharacteristic
public void testCreateFactorValueCharacteristic() -
testCreateFactorValueWithBlankCategory
public void testCreateFactorValueWithBlankCategory() -
testCreateFactorValueWithBlankValue
public void testCreateFactorValueWithBlankValue() -
testUpdateFactorValueCharacteristic
public void testUpdateFactorValueCharacteristic() -
testMarkAsNeedsAttention
public void testMarkAsNeedsAttention() -
testMarkAsNeedsAttentionWhenFactorValueIsAlreadyMarked
public void testMarkAsNeedsAttentionWhenFactorValueIsAlreadyMarked() -
testClearNeedsAttention
public void testClearNeedsAttention() -
testNeedsAttentionIsResetWhenFVIsSaved
public void testNeedsAttentionIsResetWhenFVIsSaved()
-