scenario()
Composes multiple fixture definitions into a scenario.
#
SignatureFluseScenarioComposer.with()
#
Adds an additional fixture onto the composition
#
Signaturename
(required): A unique name to refer to the specific entry in the scenario.fixture
(required): A fixture to generate the data for the given name.fixtures
(required): A list of fixtures to generate the data for the given name.factory
(required): A factory function returning a fixture to generate the data for the given name. The factory is any previous results in the chain as input arguments.multiFactory
(required): A factory function returning a list of fixtures to generate the data for the given name. The multi factory is any previous results in the chain as input arguments.
FluseScenarioComposer.compose()
#
Composes the scenario into an executable fixture.