Class ProcessedExpressionDataCreateServiceTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseIntegrationTest
-
- ubic.gemma.core.util.test.BaseSpringContextTest
-
- ubic.gemma.core.loader.expression.geo.AbstractGeoServiceTest
-
- ubic.gemma.core.analysis.preprocess.ProcessedExpressionDataCreateServiceTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class ProcessedExpressionDataCreateServiceTest extends AbstractGeoServiceTest
- Author:
- pavlidis
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.util.test.BaseSpringContextTest
externalDatabaseService, log, persisterHelper, rule, taxonService, testHelper
-
-
Constructor Summary
Constructors Constructor Description ProcessedExpressionDataCreateServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tearDown()
void
testComputeDevRankForExpressionExperimentB()
void
testComputeDevRankForExpressionExperimentMultiArrayWithGaps()
Three platforms, one sample was not run on GPL81.void
testReorder()
-
Methods inherited from class ubic.gemma.core.loader.expression.geo.AbstractGeoServiceTest
getTestFileBasePath, getTestFileBasePath
-
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
-
-
-
-
Method Detail
-
tearDown
public void tearDown()
-
testComputeDevRankForExpressionExperimentB
public void testComputeDevRankForExpressionExperimentB() throws Exception
- Throws:
Exception
-
testComputeDevRankForExpressionExperimentMultiArrayWithGaps
public void testComputeDevRankForExpressionExperimentMultiArrayWithGaps() throws Exception
Three platforms, one sample was not run on GPL81. It's 'Norm-1a', but the name we use for the sample is random.- Throws:
Exception
-
-