1432
1433
// ApplyWorkflowExecutionContinuedAsNewEvent mocks base method.
1434
>
func (m *MockMutableState) ApplyWorkflowExecutionContinuedAsNewEvent(arg0 int64, arg1 *history.HistoryEvent) error {
mutable_state_mock.go
1435
>
m.ctrl.T.Helper()
1436
>
ret := m.ctrl.Call(m, "ApplyWorkflowExecutionContinuedAsNewEvent", arg0, arg1)
1437
>
ret0, _ := ret[0].(error)
1438
>
return ret0
1439
>
}
1440
1441
// ApplyWorkflowExecutionContinuedAsNewEvent indicates an expected call of ApplyWorkflowExecutionContinuedAsNewEvent.
1442
>
func (mr *MockMutableStateMockRecorder) ApplyWorkflowExecutionContinuedAsNewEvent(arg0, arg1 any) *gomock.Call {
mutable_state_mock.go
1443
>
mr.mock.ctrl.T.Helper()
1444
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyWorkflowExecutionContinuedAsNewEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyWorkflowExecutionContinuedAsNewEvent), arg0, arg1)
1445
>
}
1446
1447
// ApplyWorkflowExecutionFailedEvent mocks base method.