Class ExperimentFactory.Builder
java.lang.Object
ubic.gemma.core.util.test.fixture.ExperimentFactory.Builder
- Enclosing class:
ExperimentFactory
Fluent builder for an
ExpressionExperiment. All
withXxx(...) methods return this for chaining. The
builder is single-use; call build() exactly once.- Author:
- Phase 3 (Vision §3 — test-fixture rewrite)
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build, persist, and return the EE.includeRawDataQt(boolean v) withSamples(int n) withShortName(String name)
-
Method Details
-
withSamples
-
withArrayDesign
-
withTaxon
-
withShortName
-
includeRawDataQt
-
build
Build, persist, and return the EE. Goes throughSecurableBaseImmutableService.create(ExpressionExperiment)so the ACL-creation listener fires.
-