Class BaseAnalyzerConfigurationTest

java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
ubic.gemma.core.util.test.BaseTest
ubic.gemma.core.analysis.expression.diff.BaseAnalyzerConfigurationTest
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
AncovaTest, DifferentialExpressionAnalysisHelperServiceTest, DifferentialExpressionAnalyzerTest, OneWayAnovaAnalyzerTest, SubsettedAnalysisTest, TTestAnalyzerTest, TwoWayAnovaWithInteractionsAnalyzerTest, TwoWayAnovaWithoutInteractionsAnalyzerTest

@ContextConfiguration public abstract class BaseAnalyzerConfigurationTest extends BaseTest
Other tests can extend this class if they want an expression experiment with complete block design and biological replicates.
Author:
keshav
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.apache.commons.logging.Log
     

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

    applicationContext, logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

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

    setApplicationContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected final org.apache.commons.logging.Log log
  • Constructor Details

    • BaseAnalyzerConfigurationTest

      public BaseAnalyzerConfigurationTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      public void tearDown()