| Index: generated/googleapis/test/partners/v2_test.dart
|
| diff --git a/generated/googleapis/test/partners/v2_test.dart b/generated/googleapis/test/partners/v2_test.dart
|
| index 264d096928b43039e7619e479e4c2b4aa8e0906e..257f84c21ea4cea9fb1295cd3b420e63dc1d9d14 100644
|
| --- a/generated/googleapis/test/partners/v2_test.dart
|
| +++ b/generated/googleapis/test/partners/v2_test.dart
|
| @@ -72,14 +72,14 @@ checkCertificationExamStatus(api.CertificationExamStatus o) {
|
| buildCounterCertificationExamStatus--;
|
| }
|
|
|
| -buildUnnamed2869() {
|
| +buildUnnamed2257() {
|
| var o = new core.List<api.CertificationExamStatus>();
|
| o.add(buildCertificationExamStatus());
|
| o.add(buildCertificationExamStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2869(core.List<api.CertificationExamStatus> o) {
|
| +checkUnnamed2257(core.List<api.CertificationExamStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCertificationExamStatus(o[0]);
|
| checkCertificationExamStatus(o[1]);
|
| @@ -90,7 +90,7 @@ buildCertificationStatus() {
|
| var o = new api.CertificationStatus();
|
| buildCounterCertificationStatus++;
|
| if (buildCounterCertificationStatus < 3) {
|
| - o.examStatuses = buildUnnamed2869();
|
| + o.examStatuses = buildUnnamed2257();
|
| o.isCertified = true;
|
| o.type = "foo";
|
| }
|
| @@ -101,86 +101,86 @@ buildCertificationStatus() {
|
| checkCertificationStatus(api.CertificationStatus o) {
|
| buildCounterCertificationStatus++;
|
| if (buildCounterCertificationStatus < 3) {
|
| - checkUnnamed2869(o.examStatuses);
|
| + checkUnnamed2257(o.examStatuses);
|
| unittest.expect(o.isCertified, unittest.isTrue);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterCertificationStatus--;
|
| }
|
|
|
| -buildUnnamed2870() {
|
| +buildUnnamed2258() {
|
| var o = new core.List<api.CertificationStatus>();
|
| o.add(buildCertificationStatus());
|
| o.add(buildCertificationStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2870(core.List<api.CertificationStatus> o) {
|
| +checkUnnamed2258(core.List<api.CertificationStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCertificationStatus(o[0]);
|
| checkCertificationStatus(o[1]);
|
| }
|
|
|
| -buildUnnamed2871() {
|
| +buildUnnamed2259() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2871(core.List<core.String> o) {
|
| +checkUnnamed2259(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2872() {
|
| +buildUnnamed2260() {
|
| var o = new core.List<api.LocalizedCompanyInfo>();
|
| o.add(buildLocalizedCompanyInfo());
|
| o.add(buildLocalizedCompanyInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2872(core.List<api.LocalizedCompanyInfo> o) {
|
| +checkUnnamed2260(core.List<api.LocalizedCompanyInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLocalizedCompanyInfo(o[0]);
|
| checkLocalizedCompanyInfo(o[1]);
|
| }
|
|
|
| -buildUnnamed2873() {
|
| +buildUnnamed2261() {
|
| var o = new core.List<api.Location>();
|
| o.add(buildLocation());
|
| o.add(buildLocation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2873(core.List<api.Location> o) {
|
| +checkUnnamed2261(core.List<api.Location> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLocation(o[0]);
|
| checkLocation(o[1]);
|
| }
|
|
|
| -buildUnnamed2874() {
|
| +buildUnnamed2262() {
|
| var o = new core.List<api.Rank>();
|
| o.add(buildRank());
|
| o.add(buildRank());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2874(core.List<api.Rank> o) {
|
| +checkUnnamed2262(core.List<api.Rank> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRank(o[0]);
|
| checkRank(o[1]);
|
| }
|
|
|
| -buildUnnamed2875() {
|
| +buildUnnamed2263() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2875(core.List<core.String> o) {
|
| +checkUnnamed2263(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -191,17 +191,17 @@ buildCompany() {
|
| var o = new api.Company();
|
| buildCounterCompany++;
|
| if (buildCounterCompany < 3) {
|
| - o.certificationStatuses = buildUnnamed2870();
|
| + o.certificationStatuses = buildUnnamed2258();
|
| o.convertedMinMonthlyBudget = buildMoney();
|
| o.id = "foo";
|
| - o.industries = buildUnnamed2871();
|
| - o.localizedInfos = buildUnnamed2872();
|
| - o.locations = buildUnnamed2873();
|
| + o.industries = buildUnnamed2259();
|
| + o.localizedInfos = buildUnnamed2260();
|
| + o.locations = buildUnnamed2261();
|
| o.name = "foo";
|
| o.originalMinMonthlyBudget = buildMoney();
|
| o.publicProfile = buildPublicProfile();
|
| - o.ranks = buildUnnamed2874();
|
| - o.services = buildUnnamed2875();
|
| + o.ranks = buildUnnamed2262();
|
| + o.services = buildUnnamed2263();
|
| o.websiteUrl = "foo";
|
| }
|
| buildCounterCompany--;
|
| @@ -211,17 +211,17 @@ buildCompany() {
|
| checkCompany(api.Company o) {
|
| buildCounterCompany++;
|
| if (buildCounterCompany < 3) {
|
| - checkUnnamed2870(o.certificationStatuses);
|
| + checkUnnamed2258(o.certificationStatuses);
|
| checkMoney(o.convertedMinMonthlyBudget);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2871(o.industries);
|
| - checkUnnamed2872(o.localizedInfos);
|
| - checkUnnamed2873(o.locations);
|
| + checkUnnamed2259(o.industries);
|
| + checkUnnamed2260(o.localizedInfos);
|
| + checkUnnamed2261(o.locations);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkMoney(o.originalMinMonthlyBudget);
|
| checkPublicProfile(o.publicProfile);
|
| - checkUnnamed2874(o.ranks);
|
| - checkUnnamed2875(o.services);
|
| + checkUnnamed2262(o.ranks);
|
| + checkUnnamed2263(o.services);
|
| unittest.expect(o.websiteUrl, unittest.equals('foo'));
|
| }
|
| buildCounterCompany--;
|
| @@ -296,14 +296,14 @@ checkDebugInfo(api.DebugInfo o) {
|
| buildCounterDebugInfo--;
|
| }
|
|
|
| -buildUnnamed2876() {
|
| +buildUnnamed2264() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2876(core.List<core.String> o) {
|
| +checkUnnamed2264(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -315,7 +315,7 @@ buildEventData() {
|
| buildCounterEventData++;
|
| if (buildCounterEventData < 3) {
|
| o.key = "foo";
|
| - o.values = buildUnnamed2876();
|
| + o.values = buildUnnamed2264();
|
| }
|
| buildCounterEventData--;
|
| return o;
|
| @@ -325,7 +325,7 @@ checkEventData(api.EventData o) {
|
| buildCounterEventData++;
|
| if (buildCounterEventData < 3) {
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| - checkUnnamed2876(o.values);
|
| + checkUnnamed2264(o.values);
|
| }
|
| buildCounterEventData--;
|
| }
|
| @@ -372,14 +372,14 @@ checkLatLng(api.LatLng o) {
|
| buildCounterLatLng--;
|
| }
|
|
|
| -buildUnnamed2877() {
|
| +buildUnnamed2265() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2877(core.List<core.String> o) {
|
| +checkUnnamed2265(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -394,7 +394,7 @@ buildLead() {
|
| o.email = "foo";
|
| o.familyName = "foo";
|
| o.givenName = "foo";
|
| - o.gpsMotivations = buildUnnamed2877();
|
| + o.gpsMotivations = buildUnnamed2265();
|
| o.id = "foo";
|
| o.minMonthlyBudget = buildMoney();
|
| o.phoneNumber = "foo";
|
| @@ -412,7 +412,7 @@ checkLead(api.Lead o) {
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| unittest.expect(o.familyName, unittest.equals('foo'));
|
| unittest.expect(o.givenName, unittest.equals('foo'));
|
| - checkUnnamed2877(o.gpsMotivations);
|
| + checkUnnamed2265(o.gpsMotivations);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkMoney(o.minMonthlyBudget);
|
| unittest.expect(o.phoneNumber, unittest.equals('foo'));
|
| @@ -422,14 +422,14 @@ checkLead(api.Lead o) {
|
| buildCounterLead--;
|
| }
|
|
|
| -buildUnnamed2878() {
|
| +buildUnnamed2266() {
|
| var o = new core.List<api.Company>();
|
| o.add(buildCompany());
|
| o.add(buildCompany());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2878(core.List<api.Company> o) {
|
| +checkUnnamed2266(core.List<api.Company> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCompany(o[0]);
|
| checkCompany(o[1]);
|
| @@ -440,7 +440,7 @@ buildListCompaniesResponse() {
|
| var o = new api.ListCompaniesResponse();
|
| buildCounterListCompaniesResponse++;
|
| if (buildCounterListCompaniesResponse < 3) {
|
| - o.companies = buildUnnamed2878();
|
| + o.companies = buildUnnamed2266();
|
| o.nextPageToken = "foo";
|
| o.responseMetadata = buildResponseMetadata();
|
| }
|
| @@ -451,21 +451,21 @@ buildListCompaniesResponse() {
|
| checkListCompaniesResponse(api.ListCompaniesResponse o) {
|
| buildCounterListCompaniesResponse++;
|
| if (buildCounterListCompaniesResponse < 3) {
|
| - checkUnnamed2878(o.companies);
|
| + checkUnnamed2266(o.companies);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkResponseMetadata(o.responseMetadata);
|
| }
|
| buildCounterListCompaniesResponse--;
|
| }
|
|
|
| -buildUnnamed2879() {
|
| +buildUnnamed2267() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2879(core.List<core.String> o) {
|
| +checkUnnamed2267(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -477,7 +477,7 @@ buildListUserStatesResponse() {
|
| buildCounterListUserStatesResponse++;
|
| if (buildCounterListUserStatesResponse < 3) {
|
| o.responseMetadata = buildResponseMetadata();
|
| - o.userStates = buildUnnamed2879();
|
| + o.userStates = buildUnnamed2267();
|
| }
|
| buildCounterListUserStatesResponse--;
|
| return o;
|
| @@ -487,19 +487,19 @@ checkListUserStatesResponse(api.ListUserStatesResponse o) {
|
| buildCounterListUserStatesResponse++;
|
| if (buildCounterListUserStatesResponse < 3) {
|
| checkResponseMetadata(o.responseMetadata);
|
| - checkUnnamed2879(o.userStates);
|
| + checkUnnamed2267(o.userStates);
|
| }
|
| buildCounterListUserStatesResponse--;
|
| }
|
|
|
| -buildUnnamed2880() {
|
| +buildUnnamed2268() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2880(core.List<core.String> o) {
|
| +checkUnnamed2268(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -510,7 +510,7 @@ buildLocalizedCompanyInfo() {
|
| var o = new api.LocalizedCompanyInfo();
|
| buildCounterLocalizedCompanyInfo++;
|
| if (buildCounterLocalizedCompanyInfo < 3) {
|
| - o.countryCodes = buildUnnamed2880();
|
| + o.countryCodes = buildUnnamed2268();
|
| o.displayName = "foo";
|
| o.languageCode = "foo";
|
| o.overview = "foo";
|
| @@ -522,7 +522,7 @@ buildLocalizedCompanyInfo() {
|
| checkLocalizedCompanyInfo(api.LocalizedCompanyInfo o) {
|
| buildCounterLocalizedCompanyInfo++;
|
| if (buildCounterLocalizedCompanyInfo < 3) {
|
| - checkUnnamed2880(o.countryCodes);
|
| + checkUnnamed2268(o.countryCodes);
|
| unittest.expect(o.displayName, unittest.equals('foo'));
|
| unittest.expect(o.languageCode, unittest.equals('foo'));
|
| unittest.expect(o.overview, unittest.equals('foo'));
|
| @@ -551,14 +551,14 @@ checkLocation(api.Location o) {
|
| buildCounterLocation--;
|
| }
|
|
|
| -buildUnnamed2881() {
|
| +buildUnnamed2269() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2881(core.Map<core.String, core.String> o) {
|
| +checkUnnamed2269(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| @@ -569,7 +569,7 @@ buildLogMessageRequest() {
|
| var o = new api.LogMessageRequest();
|
| buildCounterLogMessageRequest++;
|
| if (buildCounterLogMessageRequest < 3) {
|
| - o.clientInfo = buildUnnamed2881();
|
| + o.clientInfo = buildUnnamed2269();
|
| o.details = "foo";
|
| o.level = "foo";
|
| o.requestMetadata = buildRequestMetadata();
|
| @@ -581,7 +581,7 @@ buildLogMessageRequest() {
|
| checkLogMessageRequest(api.LogMessageRequest o) {
|
| buildCounterLogMessageRequest++;
|
| if (buildCounterLogMessageRequest < 3) {
|
| - checkUnnamed2881(o.clientInfo);
|
| + checkUnnamed2269(o.clientInfo);
|
| unittest.expect(o.details, unittest.equals('foo'));
|
| unittest.expect(o.level, unittest.equals('foo'));
|
| checkRequestMetadata(o.requestMetadata);
|
| @@ -608,14 +608,14 @@ checkLogMessageResponse(api.LogMessageResponse o) {
|
| buildCounterLogMessageResponse--;
|
| }
|
|
|
| -buildUnnamed2882() {
|
| +buildUnnamed2270() {
|
| var o = new core.List<api.EventData>();
|
| o.add(buildEventData());
|
| o.add(buildEventData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2882(core.List<api.EventData> o) {
|
| +checkUnnamed2270(core.List<api.EventData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventData(o[0]);
|
| checkEventData(o[1]);
|
| @@ -628,7 +628,7 @@ buildLogUserEventRequest() {
|
| if (buildCounterLogUserEventRequest < 3) {
|
| o.eventAction = "foo";
|
| o.eventCategory = "foo";
|
| - o.eventDatas = buildUnnamed2882();
|
| + o.eventDatas = buildUnnamed2270();
|
| o.eventScope = "foo";
|
| o.lead = buildLead();
|
| o.requestMetadata = buildRequestMetadata();
|
| @@ -643,7 +643,7 @@ checkLogUserEventRequest(api.LogUserEventRequest o) {
|
| if (buildCounterLogUserEventRequest < 3) {
|
| unittest.expect(o.eventAction, unittest.equals('foo'));
|
| unittest.expect(o.eventCategory, unittest.equals('foo'));
|
| - checkUnnamed2882(o.eventDatas);
|
| + checkUnnamed2270(o.eventDatas);
|
| unittest.expect(o.eventScope, unittest.equals('foo'));
|
| checkLead(o.lead);
|
| checkRequestMetadata(o.requestMetadata);
|
| @@ -761,14 +761,14 @@ checkRecaptchaChallenge(api.RecaptchaChallenge o) {
|
| buildCounterRecaptchaChallenge--;
|
| }
|
|
|
| -buildUnnamed2883() {
|
| +buildUnnamed2271() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2883(core.List<core.String> o) {
|
| +checkUnnamed2271(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -779,7 +779,7 @@ buildRequestMetadata() {
|
| var o = new api.RequestMetadata();
|
| buildCounterRequestMetadata++;
|
| if (buildCounterRequestMetadata < 3) {
|
| - o.experimentIds = buildUnnamed2883();
|
| + o.experimentIds = buildUnnamed2271();
|
| o.locale = "foo";
|
| o.partnersSessionId = "foo";
|
| o.trafficSource = buildTrafficSource();
|
| @@ -792,7 +792,7 @@ buildRequestMetadata() {
|
| checkRequestMetadata(api.RequestMetadata o) {
|
| buildCounterRequestMetadata++;
|
| if (buildCounterRequestMetadata < 3) {
|
| - checkUnnamed2883(o.experimentIds);
|
| + checkUnnamed2271(o.experimentIds);
|
| unittest.expect(o.locale, unittest.equals('foo'));
|
| unittest.expect(o.partnersSessionId, unittest.equals('foo'));
|
| checkTrafficSource(o.trafficSource);
|
| @@ -862,92 +862,92 @@ checkUserOverrides(api.UserOverrides o) {
|
| buildCounterUserOverrides--;
|
| }
|
|
|
| -buildUnnamed2884() {
|
| +buildUnnamed2272() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2884(core.List<core.String> o) {
|
| +checkUnnamed2272(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2885() {
|
| +buildUnnamed2273() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2885(core.List<core.String> o) {
|
| +checkUnnamed2273(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2886() {
|
| +buildUnnamed2274() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2886(core.List<core.String> o) {
|
| +checkUnnamed2274(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2887() {
|
| +buildUnnamed2275() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2887(core.List<core.String> o) {
|
| +checkUnnamed2275(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2888() {
|
| +buildUnnamed2276() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2888(core.List<core.String> o) {
|
| +checkUnnamed2276(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2889() {
|
| +buildUnnamed2277() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2889(core.List<core.String> o) {
|
| +checkUnnamed2277(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2890() {
|
| +buildUnnamed2278() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2890(core.List<core.String> o) {
|
| +checkUnnamed2278(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -1250,7 +1250,7 @@ main() {
|
| var arg_requestMetadata_userOverrides_userId = "foo";
|
| var arg_requestMetadata_locale = "foo";
|
| var arg_requestMetadata_partnersSessionId = "foo";
|
| - var arg_requestMetadata_experimentIds = buildUnnamed2884();
|
| + var arg_requestMetadata_experimentIds = buildUnnamed2272();
|
| var arg_requestMetadata_trafficSource_trafficSourceId = "foo";
|
| var arg_requestMetadata_trafficSource_trafficSubId = "foo";
|
| var arg_view = "foo";
|
| @@ -1318,7 +1318,7 @@ main() {
|
| var arg_requestMetadata_userOverrides_userId = "foo";
|
| var arg_requestMetadata_locale = "foo";
|
| var arg_requestMetadata_partnersSessionId = "foo";
|
| - var arg_requestMetadata_experimentIds = buildUnnamed2885();
|
| + var arg_requestMetadata_experimentIds = buildUnnamed2273();
|
| var arg_requestMetadata_trafficSource_trafficSourceId = "foo";
|
| var arg_requestMetadata_trafficSource_trafficSubId = "foo";
|
| var arg_pageSize = 42;
|
| @@ -1331,12 +1331,12 @@ main() {
|
| var arg_maxMonthlyBudget_currencyCode = "foo";
|
| var arg_maxMonthlyBudget_units = "foo";
|
| var arg_maxMonthlyBudget_nanos = 42;
|
| - var arg_industries = buildUnnamed2886();
|
| - var arg_services = buildUnnamed2887();
|
| - var arg_languageCodes = buildUnnamed2888();
|
| + var arg_industries = buildUnnamed2274();
|
| + var arg_services = buildUnnamed2275();
|
| + var arg_languageCodes = buildUnnamed2276();
|
| var arg_address = "foo";
|
| var arg_orderBy = "foo";
|
| - var arg_gpsMotivations = buildUnnamed2889();
|
| + var arg_gpsMotivations = buildUnnamed2277();
|
| var arg_websiteUrl = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -1523,7 +1523,7 @@ main() {
|
| var arg_requestMetadata_userOverrides_userId = "foo";
|
| var arg_requestMetadata_locale = "foo";
|
| var arg_requestMetadata_partnersSessionId = "foo";
|
| - var arg_requestMetadata_experimentIds = buildUnnamed2890();
|
| + var arg_requestMetadata_experimentIds = buildUnnamed2278();
|
| var arg_requestMetadata_trafficSource_trafficSourceId = "foo";
|
| var arg_requestMetadata_trafficSource_trafficSubId = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
|
|