(m map[string]bool)
| 91 | } |
| 92 | |
| 93 | func (i *TestExampleImplementation) TheExampleMethod6(m map[string]bool) error { |
| 94 | args := i.Called(m) |
| 95 | return args.Error(0) |
| 96 | } |
| 97 | |
| 98 | func (i *TestExampleImplementation) TheExampleMethod7(slice []bool) error { |
| 99 | args := i.Called(slice) |
no test coverage detected