(slice []bool)
| 97 | } |
| 98 | |
| 99 | func (i *TestExampleImplementation) TheExampleMethod7(slice []bool) error { |
| 100 | args := i.Called(slice) |
| 101 | return args.Error(0) |
| 102 | } |
| 103 | |
| 104 | func (i *TestExampleImplementation) TheExampleMethodFunc(fn func(string) error) error { |
| 105 | args := i.Called(fn) |
no test coverage detected