38
39
// EXPECT returns an object that allows the caller to indicate expected use.
41
>
return m.recorder
42
>
}
43
44
// dispatchForNewWorkflow mocks base method.
46
>
m.ctrl.T.Helper()
47
>
ret := m.ctrl.Call(m, "dispatchForNewWorkflow", ctx, archetypeID, targetWorkflow)
48
>
ret0, _ := ret[0].(error)
49
>
return ret0
50
>
}
51
52
// dispatchForNewWorkflow indicates an expected call of dispatchForNewWorkflow.
54
>
mr.mock.ctrl.T.Helper()
55
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "dispatchForNewWorkflow", reflect.TypeOf((*MocktransactionMgrForNewWorkflow)(nil).dispatchForNewWorkflow), ctx, archetypeID, targetWorkflow)
56
>
}