Class TaxonFactoryTest
java.lang.Object
ubic.gemma.core.util.test.BaseTest5
ubic.gemma.core.util.test.BaseIntegrationTest5
ubic.gemma.core.util.test.fixture.TaxonFactoryTest
Verifies the Phase 3 typed
TaxonFactory.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidcleanUp()voidvoidvoidMethods inherited from class BaseIntegrationTest5
setUpAuthentication, tearDownSecurityContext
-
Constructor Details
-
TaxonFactoryTest
public TaxonFactoryTest()
-
-
Method Details
-
cleanUp
@AfterEach public void cleanUp() -
mouse_returnsSeededTaxonWithNcbi10090
@Test public void mouse_returnsSeededTaxonWithNcbi10090() -
human_returnsSeededTaxonWithNcbi9606
@Test public void human_returnsSeededTaxonWithNcbi9606() -
seededShortcutsReturnSameRowAcrossCalls
@Test public void seededShortcutsReturnSameRowAcrossCalls() -
byCommonName_resolvesSeededTaxon
@Test public void byCommonName_resolvesSeededTaxon() -
byNcbiId_resolvesSeededTaxon
@Test public void byNcbiId_resolvesSeededTaxon() -
byScientificName_resolvesSeededTaxon
@Test public void byScientificName_resolvesSeededTaxon() -
byCommonName_unknownThrows
@Test public void byCommonName_unknownThrows() -
adHoc_defaults_returnsPersistentTaxon
@Test public void adHoc_defaults_returnsPersistentTaxon() -
adHoc_withNcbiId_appliesOverride
@Test public void adHoc_withNcbiId_appliesOverride() -
adHoc_withGenesUsableFalse_appliesOverride
@Test public void adHoc_withGenesUsableFalse_appliesOverride()
-