Class ArrayDesignFactoryTest
java.lang.Object
ubic.gemma.core.util.test.BaseTest5
ubic.gemma.core.util.test.BaseIntegrationTest5
ubic.gemma.core.util.test.fixture.ArrayDesignFactoryTest
Verifies the Phase 3 typed
ArrayDesignFactory.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseIntegrationTest5
setUpAuthentication, tearDownSecurityContext
-
Constructor Details
-
ArrayDesignFactoryTest
public ArrayDesignFactoryTest()
-
-
Method Details
-
cleanUp
@AfterEach public void cleanUp() -
oneColor_defaults_returnsPersistentEmptyAD
@Test public void oneColor_defaults_returnsPersistentEmptyAD() -
twoColor_setsTechnologyType
@Test public void twoColor_setsTechnologyType() -
geneChip_setsTechnologyType
@Test public void geneChip_setsTechnologyType() -
withProbes_producesExactlyNCompositeSequences
@Test public void withProbes_producesExactlyNCompositeSequences() -
withRandomProbeNamesFalse_namesAreDeterministic
@Test public void withRandomProbeNamesFalse_namesAreDeterministic() -
withSequencesTrue_attachesBioSequencesToEveryProbe
@Test public void withSequencesTrue_attachesBioSequencesToEveryProbe() -
withTaxon_appliesOverride
@Test public void withTaxon_appliesOverride() -
withShortName_appliesOverride
@Test public void withShortName_appliesOverride() -
emptyAD_hasNoProbes_withSequencesIsNoOp
@Test public void emptyAD_hasNoProbes_withSequencesIsNoOp()
-