1446
1447
// ApplyWorkflowExecutionFailedEvent mocks base method.
1448
>
func (m *MockMutableState) ApplyWorkflowExecutionFailedEvent(arg0 int64, arg1 *history.HistoryEvent) error {
mutable_state_mock.go
1449
>
m.ctrl.T.Helper()
1450
>
ret := m.ctrl.Call(m, "ApplyWorkflowExecutionFailedEvent", arg0, arg1)
1451
>
ret0, _ := ret[0].(error)
1452
>
return ret0
1453
>
}
1454
1455
// ApplyWorkflowExecutionFailedEvent indicates an expected call of ApplyWorkflowExecutionFailedEvent.
1456
>
func (mr *MockMutableStateMockRecorder) ApplyWorkflowExecutionFailedEvent(arg0, arg1 any) *gomock.Call {
mutable_state_mock.go
1457
>
mr.mock.ctrl.T.Helper()
1458
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyWorkflowExecutionFailedEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyWorkflowExecutionFailedEvent), arg0, arg1)
1459
>
}
1460
1461
// ApplyWorkflowExecutionOptionsUpdatedEvent mocks base method.