AddTransition is a helper method to define mock.On call - port string - tr Transition
(port interface{}, tr interface{})
| 425 | // - port string |
| 426 | // - tr Transition |
| 427 | func (_e *MockExecutable_Expecter) AddTransition(port interface{}, tr interface{}) *MockExecutable_AddTransition_Call { |
| 428 | return &MockExecutable_AddTransition_Call{Call: _e.mock.On("AddTransition", port, tr)} |
| 429 | } |
| 430 | |
| 431 | func (_c *MockExecutable_AddTransition_Call) Run(run func(port string, tr Transition)) *MockExecutable_AddTransition_Call { |
| 432 | _c.Call.Run(func(args mock.Arguments) { |
nothing calls this directly
no outgoing calls
no test coverage detected