(ch chan struct{})
| 87 | } |
| 88 | |
| 89 | func (i *TestExampleImplementation) TheExampleMethod5(ch chan struct{}) error { |
| 90 | args := i.Called(ch) |
| 91 | return args.Error(0) |
| 92 | } |
| 93 | |
| 94 | func (i *TestExampleImplementation) TheExampleMethod6(m map[string]bool) error { |
| 95 | args := i.Called(m) |
no test coverage detected