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.BaseWebTestBaseWebTest.BaseWebTestContextConfiguration
 
- 
 - 
Field Summary- 
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTestslogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExperimentalDesignControllerTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestClearNeedsAttention()voidtestCreateFactorValueCharacteristic()voidtestCreateFactorValueWithBlankCategory()voidtestCreateFactorValueWithBlankValue()voidtestMarkAsNeedsAttention()voidtestMarkAsNeedsAttentionWhenFactorValueIsAlreadyMarked()voidtestNeedsAttentionIsResetWhenFVIsSaved()voidtestUpdateFactorValueCharacteristic()- 
Methods inherited from class ubic.gemma.web.util.BaseWebTestperform
 - 
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTestssetApplicationContext
 
- 
 
- 
- 
- 
Method Detail- 
setUppublic void setUp() 
 - 
tearDownpublic void tearDown() 
 - 
testCreateFactorValueCharacteristicpublic void testCreateFactorValueCharacteristic() 
 - 
testCreateFactorValueWithBlankCategorypublic void testCreateFactorValueWithBlankCategory() 
 - 
testCreateFactorValueWithBlankValuepublic void testCreateFactorValueWithBlankValue() 
 - 
testUpdateFactorValueCharacteristicpublic void testUpdateFactorValueCharacteristic() 
 - 
testMarkAsNeedsAttentionpublic void testMarkAsNeedsAttention() 
 - 
testMarkAsNeedsAttentionWhenFactorValueIsAlreadyMarkedpublic void testMarkAsNeedsAttentionWhenFactorValueIsAlreadyMarked() 
 - 
testClearNeedsAttentionpublic void testClearNeedsAttention() 
 - 
testNeedsAttentionIsResetWhenFVIsSavedpublic void testNeedsAttentionIsResetWhenFVIsSaved() 
 
- 
 
-