1544
1545
// ApplyWorkflowExecutionTimedoutEvent mocks base method.
1546
>
func (m *MockMutableState) ApplyWorkflowExecutionTimedoutEvent(arg0 int64, arg1 *history.HistoryEvent) error {
mutable_state_mock.go
1547
>
m.ctrl.T.Helper()
1548
>
ret := m.ctrl.Call(m, "ApplyWorkflowExecutionTimedoutEvent", arg0, arg1)
1549
>
ret0, _ := ret[0].(error)
1550
>
return ret0
1551
>
}
1552
1553
// ApplyWorkflowExecutionTimedoutEvent indicates an expected call of ApplyWorkflowExecutionTimedoutEvent.
1554
>
func (mr *MockMutableStateMockRecorder) ApplyWorkflowExecutionTimedoutEvent(arg0, arg1 any) *gomock.Call {
mutable_state_mock.go
1555
>
mr.mock.ctrl.T.Helper()
1556
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyWorkflowExecutionTimedoutEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyWorkflowExecutionTimedoutEvent), arg0, arg1)
1557
>
}
1558
1559
// ApplyWorkflowExecutionUnpausedEvent mocks base method.