Class ExperimentalDesignControllerIntegrationTest

java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
ubic.gemma.core.util.test.BaseTest
ubic.gemma.core.util.test.BaseIntegrationTest
ubic.gemma.core.util.test.BaseSpringContextTest
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
  • Field Summary

    Fields inherited from class ubic.gemma.core.util.test.BaseSpringContextTest

    externalDatabaseService, log, persisterHelper, rule, taxonService, testHelper

    Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class BaseSpringWebTest

    perform

    Methods inherited from class ubic.gemma.core.util.test.BaseSpringContextTest

    addTestAnalyses, countRowsInTable, deleteFromTables, getJdbcTemplate, getNewTestPersistentCompleteExpressionExperiment, getTaxon, getTestNonPersistentBioSequence, getTestPersistentArrayDesign, getTestPersistentArrayDesign, getTestPersistentArrayDesign, getTestPersistentBasicExpressionExperiment, getTestPersistentBasicExpressionExperiment, getTestPersistentBibliographicReference, getTestPersistentBioAssay, getTestPersistentBioAssay, getTestPersistentBioMaterial, getTestPersistentBioMaterial, getTestPersistentBioSequence, getTestPersistentBioSequence, getTestPersistentBioSequence2GeneProducts, getTestPersistentBlatResult, getTestPersistentBlatResult, getTestPersistentCompleteExpressionExperiment, getTestPersistentCompleteExpressionExperimentWithSequences, getTestPersistentCompleteExpressionExperimentWithSequences, getTestPersistentContact, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentExpressionExperiment, getTestPersistentExpressionExperiment, getTestPersistentGene, getTestPersistentGene, getTestPersistentGeneProduct, getTestPersistentQuantitationType, randomName, resetTestCollectionSize, runAsAdmin, runAsAgent, runAsAnonymous, runAsUser, runAsUser, setTestCollectionSize

    Methods inherited from class ubic.gemma.core.util.test.BaseIntegrationTest

    setUpAuthentication, tearDownSecurityContext

    Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests

    setApplicationContext

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()