Class ExperimentalDesignControllerIntegrationTest

java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
ubic.gemma.core.util.test.BaseTest
ubic.gemma.web.util.BaseWebIntegrationTest
ubic.gemma.web.util.BaseSpringWebTest
ubic.gemma.web.controller.expression.experiment.ExperimentalDesignControllerIntegrationTest
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ExperimentalDesignControllerIntegrationTest extends BaseSpringWebTest
Author:
Kiran Keshav
  • Constructor Details

    • ExperimentalDesignControllerIntegrationTest

      public ExperimentalDesignControllerIntegrationTest()
  • Method Details

    • setUp

      public void setUp()
    • tearDown

      public void tearDown()
    • testShowExperimentalDesign

      public void testShowExperimentalDesign() throws Exception
      Throws:
      Exception
    • testShowExperimentalDesignByExperimentId

      public void testShowExperimentalDesignByExperimentId() throws Exception
      Throws:
      Exception
    • testShowExperimentalDesignByExperimentShortName

      public void testShowExperimentalDesignByExperimentShortName() throws Exception
      Throws:
      Exception
    • testGetExperimentalFactors

      public void testGetExperimentalFactors()
    • testGetExperimentalFactorValues

      public void testGetExperimentalFactorValues()
    • testCreateExperimentalFactor

      public void testCreateExperimentalFactor()
    • testAddCharacteristicToFactorValue

      public void testAddCharacteristicToFactorValue()
    • testAddStatementToFactorValue

      public void testAddStatementToFactorValue()
    • testUpdateFactorValueStatement

      public void testUpdateFactorValueStatement()