Class GeneFactoryTest
java.lang.Object
ubic.gemma.core.util.test.BaseTest5
ubic.gemma.core.util.test.BaseIntegrationTest5
ubic.gemma.core.util.test.fixture.GeneFactoryTest
Verifies the Phase 3 typed
GeneFactory.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseIntegrationTest5
setUpAuthentication, tearDownSecurityContext
-
Constructor Details
-
GeneFactoryTest
public GeneFactoryTest()
-
-
Method Details
-
cleanUp
@AfterEach public void cleanUp() -
defaults_returnPersistentMouseGene_withSyntheticNcbiId
@Test public void defaults_returnPersistentMouseGene_withSyntheticNcbiId() -
withTaxon_appliesOverride
@Test public void withTaxon_appliesOverride() -
withOfficialSymbolAndName_appliesOverride
@Test public void withOfficialSymbolAndName_appliesOverride() -
withNcbiId_appliesOverride
@Test public void withNcbiId_appliesOverride() -
withGeneProducts_attachesAndPersistsThem
@Test public void withGeneProducts_attachesAndPersistsThem() -
withGeneProductsZero_isLegalAndProducesEmptyProducts
@Test public void withGeneProductsZero_isLegalAndProducesEmptyProducts() -
reloadByNcbiId_findsTheSameGene
@Test public void reloadByNcbiId_findsTheSameGene()
-