1121
1122
// ApplyChildWorkflowExecutionFailedEvent mocks base method.
1123
>
func (m *MockMutableState) ApplyChildWorkflowExecutionFailedEvent(arg0 *history.HistoryEvent) error {
mutable_state_mock.go
1124
>
m.ctrl.T.Helper()
1125
>
ret := m.ctrl.Call(m, "ApplyChildWorkflowExecutionFailedEvent", arg0)
1126
>
ret0, _ := ret[0].(error)
1127
>
return ret0
1128
>
}
1129
1130
// ApplyChildWorkflowExecutionFailedEvent indicates an expected call of ApplyChildWorkflowExecutionFailedEvent.
1131
>
func (mr *MockMutableStateMockRecorder) ApplyChildWorkflowExecutionFailedEvent(arg0 any) *gomock.Call {
mutable_state_mock.go
1132
>
mr.mock.ctrl.T.Helper()
1133
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyChildWorkflowExecutionFailedEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyChildWorkflowExecutionFailedEvent), arg0)
1134
>
}
1135
1136
// ApplyChildWorkflowExecutionStartedEvent mocks base method.