1390
1391
// ApplyWorkflowExecutionCancelRequestedEvent mocks base method.
1392
>
func (m *MockMutableState) ApplyWorkflowExecutionCancelRequestedEvent(arg0 *history.HistoryEvent) error {
mutable_state_mock.go
1393
>
m.ctrl.T.Helper()
1394
>
ret := m.ctrl.Call(m, "ApplyWorkflowExecutionCancelRequestedEvent", arg0)
1395
>
ret0, _ := ret[0].(error)
1396
>
return ret0
1397
>
}
1398
1399
// ApplyWorkflowExecutionCancelRequestedEvent indicates an expected call of ApplyWorkflowExecutionCancelRequestedEvent.
1400
>
func (mr *MockMutableStateMockRecorder) ApplyWorkflowExecutionCancelRequestedEvent(arg0 any) *gomock.Call {
mutable_state_mock.go
1401
>
mr.mock.ctrl.T.Helper()
1402
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyWorkflowExecutionCancelRequestedEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyWorkflowExecutionCancelRequestedEvent), arg0)
1403
>
}
1404
1405
// ApplyWorkflowExecutionCanceledEvent mocks base method.