1418
1419
// ApplyWorkflowExecutionCompletedEvent mocks base method.
1420
>
func (m *MockMutableState) ApplyWorkflowExecutionCompletedEvent(arg0 int64, arg1 *history.HistoryEvent) error {
mutable_state_mock.go
1421
>
m.ctrl.T.Helper()
1422
>
ret := m.ctrl.Call(m, "ApplyWorkflowExecutionCompletedEvent", arg0, arg1)
1423
>
ret0, _ := ret[0].(error)
1424
>
return ret0
1425
>
}
1426
1427
// ApplyWorkflowExecutionCompletedEvent indicates an expected call of ApplyWorkflowExecutionCompletedEvent.
1428
>
func (mr *MockMutableStateMockRecorder) ApplyWorkflowExecutionCompletedEvent(arg0, arg1 any) *gomock.Call {
mutable_state_mock.go
1429
>
mr.mock.ctrl.T.Helper()
1430
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyWorkflowExecutionCompletedEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyWorkflowExecutionCompletedEvent), arg0, arg1)
1431
>
}
1432
1433
// ApplyWorkflowExecutionContinuedAsNewEvent mocks base method.