1149
1150
// ApplyChildWorkflowExecutionTerminatedEvent mocks base method.
1151
>
func (m *MockMutableState) ApplyChildWorkflowExecutionTerminatedEvent(arg0 *history.HistoryEvent) error {
mutable_state_mock.go
1152
>
m.ctrl.T.Helper()
1153
>
ret := m.ctrl.Call(m, "ApplyChildWorkflowExecutionTerminatedEvent", arg0)
1154
>
ret0, _ := ret[0].(error)
1155
>
return ret0
1156
>
}
1157
1158
// ApplyChildWorkflowExecutionTerminatedEvent indicates an expected call of ApplyChildWorkflowExecutionTerminatedEvent.
1159
>
func (mr *MockMutableStateMockRecorder) ApplyChildWorkflowExecutionTerminatedEvent(arg0 any) *gomock.Call {
mutable_state_mock.go
1160
>
mr.mock.ctrl.T.Helper()
1161
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyChildWorkflowExecutionTerminatedEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyChildWorkflowExecutionTerminatedEvent), arg0)
1162
>
}
1163
1164
// ApplyChildWorkflowExecutionTimedOutEvent mocks base method.