| 392 | } |
| 393 | |
| 394 | type MockExecutable_Expecter struct { |
| 395 | mock *mock.Mock |
| 396 | } |
| 397 | |
| 398 | func (_m *MockExecutable) EXPECT() *MockExecutable_Expecter { |
| 399 | return &MockExecutable_Expecter{mock: &_m.Mock} |
nothing calls this directly
no outgoing calls
no test coverage detected