Classes
The following classes are available globally.
-
It defines a fixture to generate the model.
See moreDeclaration
Swift
public class FixtureDefinition<Model> : FixtureMaker where Model : FixtureFactoryable
-
It defines a fixture to generate the model and the associated JSON.
See moreDeclaration
Swift
public class JSONFixtureDefinition<Model> : JSONFixtureMaker where Model : FixtureFactoryable