Class ExperimentalDesignControllerTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.web.util.BaseWebTest
-
- ubic.gemma.web.controller.expression.experiment.ExperimentalDesignControllerTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
@ContextConfiguration public class ExperimentalDesignControllerTest extends BaseWebTest
-
-
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 Constructor Description ExperimentalDesignControllerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testClearNeedsAttention()
void
testCreateFactorValueCharacteristic()
void
testCreateFactorValueWithBlankCategory()
void
testCreateFactorValueWithBlankValue()
void
testMarkAsNeedsAttention()
void
testMarkAsNeedsAttentionWhenFactorValueIsAlreadyMarked()
void
testNeedsAttentionIsResetWhenFVIsSaved()
void
testUpdateFactorValueCharacteristic()
-
Methods inherited from class ubic.gemma.web.util.BaseWebTest
perform
-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
Method Detail
-
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()
-
-