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