Class ArrayDesignServiceTest
java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
ubic.gemma.core.util.test.BaseTest
ubic.gemma.core.util.test.BaseIntegrationTest
ubic.gemma.persistence.service.expression.arrayDesign.ArrayDesignServiceTest
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Author:
- pavlidis
-
Field Summary
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtearDown()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidTest retrieving multiple taxa for an arraydesign where hibernate query is not restricted to return just 1 taxon.voidvoidvoidvoidTest to ensure that if one taxon is present on an array only 1 string is returned with taxon namevoidvoidvoidtestThaw()voidvoidMethods inherited from class ubic.gemma.core.util.test.BaseIntegrationTest
setUpAuthentication, tearDownSecurityContextMethods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
Constructor Details
-
ArrayDesignServiceTest
public ArrayDesignServiceTest()
-
-
Method Details
-
tearDown
public void tearDown() -
testCascadeCreateCompositeSequences
public void testCascadeCreateCompositeSequences() -
testCountAll
public void testCountAll() -
testDelete
public void testDelete() -
testFindWithExternalReference
public void testFindWithExternalReference() -
testFindWithExternalReferenceNotFound
public void testFindWithExternalReferenceNotFound() -
testGetExpressionExperimentsById
public void testGetExpressionExperimentsById() -
testGetTaxaFromBioSequencesMultipleTaxonForArray
public void testGetTaxaFromBioSequencesMultipleTaxonForArray()Test retrieving multiple taxa for an arraydesign where hibernate query is not restricted to return just 1 taxon. -
testGetTaxaFromBioSequencesOneTaxonForArray
public void testGetTaxaFromBioSequencesOneTaxonForArray() -
testGetTaxon
public void testGetTaxon() -
testLoadAllValueObjects
public void testLoadAllValueObjects() -
testLoadAllValueObjectsOneTaxon
public void testLoadAllValueObjectsOneTaxon()Test to ensure that if one taxon is present on an array only 1 string is returned with taxon name -
testLoadCompositeSequences
public void testLoadCompositeSequences() -
testCountBioSequencesById
public void testCountBioSequencesById() -
testCountBlatResultsById
public void testCountBlatResultsById() -
testNumCompositeSequencesArrayDesign
public void testNumCompositeSequencesArrayDesign() -
testCountGenes
public void testCountGenes() -
testThaw
public void testThaw() -
testUpdateSubsumingStatus
public void testUpdateSubsumingStatus() -
testUpdateSubsumingStatusTrue
public void testUpdateSubsumingStatusTrue()
-