// GetRunID mocks base method.
m.ctrl.T.Helper()
ret := m.ctrl.Call(m, "GetRunID")
ret0, _ := ret[0].(string)
return ret0
}
// GetRunID indicates an expected call of GetRunID.
mr.mock.ctrl.T.Helper()
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetRunID", reflect.TypeOf((*MockWorkflowRun)(nil).GetRunID))
}
// GetWithOptions mocks base method.