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

@ContextConfiguration public class ExperimentalDesignControllerTest extends BaseWebTest
  • 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()