IsUpToDate is a helper method to define mock.On call - t
(t interface{})
| 154 | // IsUpToDate is a helper method to define mock.On call |
| 155 | // - t |
| 156 | func (_e *MockSourcesCheckable_Expecter) IsUpToDate(t interface{}) *MockSourcesCheckable_IsUpToDate_Call { |
| 157 | return &MockSourcesCheckable_IsUpToDate_Call{Call: _e.mock.On("IsUpToDate", t)} |
| 158 | } |
| 159 | |
| 160 | func (_c *MockSourcesCheckable_IsUpToDate_Call) Run(run func(t *ast.Task)) *MockSourcesCheckable_IsUpToDate_Call { |
| 161 | _c.Call.Run(func(args mock.Arguments) { |
nothing calls this directly
no outgoing calls
no test coverage detected