1219
1220
// ApplyRequestCancelExternalWorkflowExecutionFailedEvent mocks base method.
1221
>
func (m *MockMutableState) ApplyRequestCancelExternalWorkflowExecutionFailedEvent(arg0 *history.HistoryEvent) error {
mutable_state_mock.go
1222
>
m.ctrl.T.Helper()
1223
>
ret := m.ctrl.Call(m, "ApplyRequestCancelExternalWorkflowExecutionFailedEvent", arg0)
1224
>
ret0, _ := ret[0].(error)
1225
>
return ret0
1226
>
}
1227
1228
// ApplyRequestCancelExternalWorkflowExecutionFailedEvent indicates an expected call of ApplyRequestCancelExternalWorkflowExecutionFailedEvent.
1229
>
func (mr *MockMutableStateMockRecorder) ApplyRequestCancelExternalWorkflowExecutionFailedEvent(arg0 any) *gomock.Call {
mutable_state_mock.go
1230
>
mr.mock.ctrl.T.Helper()
1231
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyRequestCancelExternalWorkflowExecutionFailedEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyRequestCancelExternalWorkflowExecutionFailedEvent), arg0)
1232
>
}
1233
1234
// ApplyRequestCancelExternalWorkflowExecutionInitiatedEvent mocks base method.