GitHub

MockOrderCollection

Mocked DaffOrderCollection object.

import { MockOrderCollection } from '@daffodil/order/testing'
class MockOrderCollection implements DaffOrderCollection {
  metadata: DaffOrderCollection['metadata']
  data: DaffOrderCollection['data']
  protected orderFactory: DaffOrderFactory
  protected metadataFactory: DaffCollectionMetadataFactory
}

Properties

Name Type Description
metadata DaffOrderCollection['metadata']
data DaffOrderCollection['data']
orderFactory DaffOrderFactory
metadataFactory DaffCollectionMetadataFactory