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