1291
1292
// ApplyStartChildWorkflowExecutionFailedEvent mocks base method.
1293
>
func (m *MockMutableState) ApplyStartChildWorkflowExecutionFailedEvent(arg0 *history.HistoryEvent) error {
mutable_state_mock.go
1294
>
m.ctrl.T.Helper()
1295
>
ret := m.ctrl.Call(m, "ApplyStartChildWorkflowExecutionFailedEvent", arg0)
1296
>
ret0, _ := ret[0].(error)
1297
>
return ret0
1298
>
}
1299
1300
// ApplyStartChildWorkflowExecutionFailedEvent indicates an expected call of ApplyStartChildWorkflowExecutionFailedEvent.
1301
>
func (mr *MockMutableStateMockRecorder) ApplyStartChildWorkflowExecutionFailedEvent(arg0 any) *gomock.Call {
mutable_state_mock.go
1302
>
mr.mock.ctrl.T.Helper()
1303
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyStartChildWorkflowExecutionFailedEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyStartChildWorkflowExecutionFailedEvent), arg0)
1304
>
}
1305
1306
// ApplyStartChildWorkflowExecutionInitiatedEvent mocks base method.