Class TaxonFactoryTest


public class TaxonFactoryTest extends BaseIntegrationTest5
Verifies the Phase 3 typed TaxonFactory.
See Also:
  • 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()