FixtureMaker
public protocol FixtureMaker
This protocol define a fixture maker.
-
Undocumented
Declaration
Swift
associatedtype Model : FixtureFactoryable -
Create an array of models.
Declaration
Swift
func make(_ number: Int) -> [Model]Parameters
numberthe number of models to make.
Return Value
the array of models.
-
make()Extension methodCreate a model.
Declaration
Swift
public func make() -> ModelReturn Value
the model.
-
create(_:Extension methodin: ) -
create(in:Extension method)
View on GitHub
Install in Dash
FixtureMaker Protocol Reference