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
number
the number of models to make.
Return Value
the array of models.
-
make()
Extension methodCreate a model.
Declaration
Swift
public func make() -> Model
Return Value
the model.
-
create(_:
Extension methodin: ) -
create(in:
Extension method)