The base class for model factories.
The mock class is passed as the first constructor arg and any additional args are passed to the mock class constructor.
The constructor args can be omitted if the create
method is overridden.
Name | Type | Description |
---|---|---|
_instantiationArgs | ConstructorParameters<Klass> | |
type | Klass | |
create | T | |
createMany | T[] |