1163
1164
// ApplyChildWorkflowExecutionTimedOutEvent mocks base method.
1165
>
func (m *MockMutableState) ApplyChildWorkflowExecutionTimedOutEvent(arg0 *history.HistoryEvent) error {
mutable_state_mock.go
1166
>
m.ctrl.T.Helper()
1167
>
ret := m.ctrl.Call(m, "ApplyChildWorkflowExecutionTimedOutEvent", arg0)
1168
>
ret0, _ := ret[0].(error)
1169
>
return ret0
1170
>
}
1171
1172
// ApplyChildWorkflowExecutionTimedOutEvent indicates an expected call of ApplyChildWorkflowExecutionTimedOutEvent.
1173
>
func (mr *MockMutableStateMockRecorder) ApplyChildWorkflowExecutionTimedOutEvent(arg0 any) *gomock.Call {
mutable_state_mock.go
1174
>
mr.mock.ctrl.T.Helper()
1175
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyChildWorkflowExecutionTimedOutEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyChildWorkflowExecutionTimedOutEvent), arg0)
1176
>
}
1177
1178
// ApplyExternalWorkflowExecutionCancelRequested mocks base method.