MockCompositeProduct
Mocked DaffCompositeProduct object.
import { MockCompositeProduct } from '@daffodil/product-composite/testing'
class MockCompositeProduct extends MockProduct implements DaffCompositeProduct {
type: DaffProductTypeEnum.Composite
items: this.itemFactory.createMany(2)
protected itemFactory: DaffCompositeProductItemFactory
}
Properties
Name | Type | Description |
---|---|---|
type | DaffProductTypeEnum.Composite | |
items | this.itemFactory.createMany(2) | |
itemFactory | DaffCompositeProductItemFactory |