Mocks out facade fields and methods for testing purposes.
@inheritdoc
| Name | Type | Description | 
|---|---|---|
| customer$ | BehaviorSubject< DaffCustomer> | Whether there is a pending customer operation. | 
| loading$ | BehaviorSubject<boolean> | |
| errors$ | BehaviorSubject< DaffStateError[]> | |
| dispatch |