1516
1517
// ApplyWorkflowExecutionTerminatedEvent mocks base method.
1518
>
func (m *MockMutableState) ApplyWorkflowExecutionTerminatedEvent(arg0 int64, arg1 *history.HistoryEvent) error {
mutable_state_mock.go
1519
>
m.ctrl.T.Helper()
1520
>
ret := m.ctrl.Call(m, "ApplyWorkflowExecutionTerminatedEvent", arg0, arg1)
1521
>
ret0, _ := ret[0].(error)
1522
>
return ret0
1523
>
}
1524
1525
// ApplyWorkflowExecutionTerminatedEvent indicates an expected call of ApplyWorkflowExecutionTerminatedEvent.
1526
>
func (mr *MockMutableStateMockRecorder) ApplyWorkflowExecutionTerminatedEvent(arg0, arg1 any) *gomock.Call {
mutable_state_mock.go
1527
>
mr.mock.ctrl.T.Helper()
1528
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyWorkflowExecutionTerminatedEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyWorkflowExecutionTerminatedEvent), arg0, arg1)
1529
>
}
1530
1531
// ApplyWorkflowExecutionTimeSkippingTransitionedEvent mocks base method.