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