FixtureFactoryable

public protocol FixtureFactoryable

Allow the model to define his own factory.

  • Undocumented

    Declaration

    Swift

    associatedtype Factory : FixtureFactory
  • Get a new factory instance for the model.

    Declaration

    Swift

    static var factory: Factory { get }