| Index: generated/googleapis/test/androidpublisher/v2_test.dart
|
| diff --git a/generated/googleapis/test/androidpublisher/v2_test.dart b/generated/googleapis/test/androidpublisher/v2_test.dart
|
| index 07763ed5887227739ffe9cbc8c3d428de682c684..310f5db1a5c413626fbbde8ee550944a91e2cdd1 100644
|
| --- a/generated/googleapis/test/androidpublisher/v2_test.dart
|
| +++ b/generated/googleapis/test/androidpublisher/v2_test.dart
|
| @@ -112,14 +112,14 @@ checkApkListing(api.ApkListing o) {
|
| buildCounterApkListing--;
|
| }
|
|
|
| -buildUnnamed2501() {
|
| +buildUnnamed432() {
|
| var o = new core.List<api.ApkListing>();
|
| o.add(buildApkListing());
|
| o.add(buildApkListing());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2501(core.List<api.ApkListing> o) {
|
| +checkUnnamed432(core.List<api.ApkListing> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkApkListing(o[0]);
|
| checkApkListing(o[1]);
|
| @@ -131,7 +131,7 @@ buildApkListingsListResponse() {
|
| buildCounterApkListingsListResponse++;
|
| if (buildCounterApkListingsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.listings = buildUnnamed2501();
|
| + o.listings = buildUnnamed432();
|
| }
|
| buildCounterApkListingsListResponse--;
|
| return o;
|
| @@ -141,7 +141,7 @@ checkApkListingsListResponse(api.ApkListingsListResponse o) {
|
| buildCounterApkListingsListResponse++;
|
| if (buildCounterApkListingsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2501(o.listings);
|
| + checkUnnamed432(o.listings);
|
| }
|
| buildCounterApkListingsListResponse--;
|
| }
|
| @@ -184,14 +184,14 @@ checkApksAddExternallyHostedResponse(api.ApksAddExternallyHostedResponse o) {
|
| buildCounterApksAddExternallyHostedResponse--;
|
| }
|
|
|
| -buildUnnamed2502() {
|
| +buildUnnamed433() {
|
| var o = new core.List<api.Apk>();
|
| o.add(buildApk());
|
| o.add(buildApk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2502(core.List<api.Apk> o) {
|
| +checkUnnamed433(core.List<api.Apk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkApk(o[0]);
|
| checkApk(o[1]);
|
| @@ -202,7 +202,7 @@ buildApksListResponse() {
|
| var o = new api.ApksListResponse();
|
| buildCounterApksListResponse++;
|
| if (buildCounterApksListResponse < 3) {
|
| - o.apks = buildUnnamed2502();
|
| + o.apks = buildUnnamed433();
|
| o.kind = "foo";
|
| }
|
| buildCounterApksListResponse--;
|
| @@ -212,7 +212,7 @@ buildApksListResponse() {
|
| checkApksListResponse(api.ApksListResponse o) {
|
| buildCounterApksListResponse++;
|
| if (buildCounterApksListResponse < 3) {
|
| - checkUnnamed2502(o.apks);
|
| + checkUnnamed433(o.apks);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterApksListResponse--;
|
| @@ -331,14 +331,14 @@ checkEntitlement(api.Entitlement o) {
|
| buildCounterEntitlement--;
|
| }
|
|
|
| -buildUnnamed2503() {
|
| +buildUnnamed434() {
|
| var o = new core.List<api.Entitlement>();
|
| o.add(buildEntitlement());
|
| o.add(buildEntitlement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2503(core.List<api.Entitlement> o) {
|
| +checkUnnamed434(core.List<api.Entitlement> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntitlement(o[0]);
|
| checkEntitlement(o[1]);
|
| @@ -350,7 +350,7 @@ buildEntitlementsListResponse() {
|
| buildCounterEntitlementsListResponse++;
|
| if (buildCounterEntitlementsListResponse < 3) {
|
| o.pageInfo = buildPageInfo();
|
| - o.resources = buildUnnamed2503();
|
| + o.resources = buildUnnamed434();
|
| o.tokenPagination = buildTokenPagination();
|
| }
|
| buildCounterEntitlementsListResponse--;
|
| @@ -361,7 +361,7 @@ checkEntitlementsListResponse(api.EntitlementsListResponse o) {
|
| buildCounterEntitlementsListResponse++;
|
| if (buildCounterEntitlementsListResponse < 3) {
|
| checkPageInfo(o.pageInfo);
|
| - checkUnnamed2503(o.resources);
|
| + checkUnnamed434(o.resources);
|
| checkTokenPagination(o.tokenPagination);
|
| }
|
| buildCounterEntitlementsListResponse--;
|
| @@ -407,53 +407,53 @@ checkExpansionFilesUploadResponse(api.ExpansionFilesUploadResponse o) {
|
| buildCounterExpansionFilesUploadResponse--;
|
| }
|
|
|
| -buildUnnamed2504() {
|
| +buildUnnamed435() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2504(core.List<core.String> o) {
|
| +checkUnnamed435(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'));
|
| }
|
|
|
| -buildUnnamed2505() {
|
| +buildUnnamed436() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2505(core.List<core.String> o) {
|
| +checkUnnamed436(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'));
|
| }
|
|
|
| -buildUnnamed2506() {
|
| +buildUnnamed437() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2506(core.List<core.String> o) {
|
| +checkUnnamed437(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'));
|
| }
|
|
|
| -buildUnnamed2507() {
|
| +buildUnnamed438() {
|
| var o = new core.List<api.ExternallyHostedApkUsesPermission>();
|
| o.add(buildExternallyHostedApkUsesPermission());
|
| o.add(buildExternallyHostedApkUsesPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2507(core.List<api.ExternallyHostedApkUsesPermission> o) {
|
| +checkUnnamed438(core.List<api.ExternallyHostedApkUsesPermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExternallyHostedApkUsesPermission(o[0]);
|
| checkExternallyHostedApkUsesPermission(o[1]);
|
| @@ -465,7 +465,7 @@ buildExternallyHostedApk() {
|
| buildCounterExternallyHostedApk++;
|
| if (buildCounterExternallyHostedApk < 3) {
|
| o.applicationLabel = "foo";
|
| - o.certificateBase64s = buildUnnamed2504();
|
| + o.certificateBase64s = buildUnnamed435();
|
| o.externallyHostedUrl = "foo";
|
| o.fileSha1Base64 = "foo";
|
| o.fileSha256Base64 = "foo";
|
| @@ -473,10 +473,10 @@ buildExternallyHostedApk() {
|
| o.iconBase64 = "foo";
|
| o.maximumSdk = 42;
|
| o.minimumSdk = 42;
|
| - o.nativeCodes = buildUnnamed2505();
|
| + o.nativeCodes = buildUnnamed436();
|
| o.packageName = "foo";
|
| - o.usesFeatures = buildUnnamed2506();
|
| - o.usesPermissions = buildUnnamed2507();
|
| + o.usesFeatures = buildUnnamed437();
|
| + o.usesPermissions = buildUnnamed438();
|
| o.versionCode = 42;
|
| o.versionName = "foo";
|
| }
|
| @@ -488,7 +488,7 @@ checkExternallyHostedApk(api.ExternallyHostedApk o) {
|
| buildCounterExternallyHostedApk++;
|
| if (buildCounterExternallyHostedApk < 3) {
|
| unittest.expect(o.applicationLabel, unittest.equals('foo'));
|
| - checkUnnamed2504(o.certificateBase64s);
|
| + checkUnnamed435(o.certificateBase64s);
|
| unittest.expect(o.externallyHostedUrl, unittest.equals('foo'));
|
| unittest.expect(o.fileSha1Base64, unittest.equals('foo'));
|
| unittest.expect(o.fileSha256Base64, unittest.equals('foo'));
|
| @@ -496,10 +496,10 @@ checkExternallyHostedApk(api.ExternallyHostedApk o) {
|
| unittest.expect(o.iconBase64, unittest.equals('foo'));
|
| unittest.expect(o.maximumSdk, unittest.equals(42));
|
| unittest.expect(o.minimumSdk, unittest.equals(42));
|
| - checkUnnamed2505(o.nativeCodes);
|
| + checkUnnamed436(o.nativeCodes);
|
| unittest.expect(o.packageName, unittest.equals('foo'));
|
| - checkUnnamed2506(o.usesFeatures);
|
| - checkUnnamed2507(o.usesPermissions);
|
| + checkUnnamed437(o.usesFeatures);
|
| + checkUnnamed438(o.usesPermissions);
|
| unittest.expect(o.versionCode, unittest.equals(42));
|
| unittest.expect(o.versionName, unittest.equals('foo'));
|
| }
|
| @@ -550,14 +550,14 @@ checkImage(api.Image o) {
|
| buildCounterImage--;
|
| }
|
|
|
| -buildUnnamed2508() {
|
| +buildUnnamed439() {
|
| var o = new core.List<api.Image>();
|
| o.add(buildImage());
|
| o.add(buildImage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2508(core.List<api.Image> o) {
|
| +checkUnnamed439(core.List<api.Image> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkImage(o[0]);
|
| checkImage(o[1]);
|
| @@ -568,7 +568,7 @@ buildImagesDeleteAllResponse() {
|
| var o = new api.ImagesDeleteAllResponse();
|
| buildCounterImagesDeleteAllResponse++;
|
| if (buildCounterImagesDeleteAllResponse < 3) {
|
| - o.deleted = buildUnnamed2508();
|
| + o.deleted = buildUnnamed439();
|
| }
|
| buildCounterImagesDeleteAllResponse--;
|
| return o;
|
| @@ -577,19 +577,19 @@ buildImagesDeleteAllResponse() {
|
| checkImagesDeleteAllResponse(api.ImagesDeleteAllResponse o) {
|
| buildCounterImagesDeleteAllResponse++;
|
| if (buildCounterImagesDeleteAllResponse < 3) {
|
| - checkUnnamed2508(o.deleted);
|
| + checkUnnamed439(o.deleted);
|
| }
|
| buildCounterImagesDeleteAllResponse--;
|
| }
|
|
|
| -buildUnnamed2509() {
|
| +buildUnnamed440() {
|
| var o = new core.List<api.Image>();
|
| o.add(buildImage());
|
| o.add(buildImage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2509(core.List<api.Image> o) {
|
| +checkUnnamed440(core.List<api.Image> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkImage(o[0]);
|
| checkImage(o[1]);
|
| @@ -600,7 +600,7 @@ buildImagesListResponse() {
|
| var o = new api.ImagesListResponse();
|
| buildCounterImagesListResponse++;
|
| if (buildCounterImagesListResponse < 3) {
|
| - o.images = buildUnnamed2509();
|
| + o.images = buildUnnamed440();
|
| }
|
| buildCounterImagesListResponse--;
|
| return o;
|
| @@ -609,7 +609,7 @@ buildImagesListResponse() {
|
| checkImagesListResponse(api.ImagesListResponse o) {
|
| buildCounterImagesListResponse++;
|
| if (buildCounterImagesListResponse < 3) {
|
| - checkUnnamed2509(o.images);
|
| + checkUnnamed440(o.images);
|
| }
|
| buildCounterImagesListResponse--;
|
| }
|
| @@ -633,27 +633,27 @@ checkImagesUploadResponse(api.ImagesUploadResponse o) {
|
| buildCounterImagesUploadResponse--;
|
| }
|
|
|
| -buildUnnamed2510() {
|
| +buildUnnamed441() {
|
| var o = new core.Map<core.String, api.InAppProductListing>();
|
| o["x"] = buildInAppProductListing();
|
| o["y"] = buildInAppProductListing();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2510(core.Map<core.String, api.InAppProductListing> o) {
|
| +checkUnnamed441(core.Map<core.String, api.InAppProductListing> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInAppProductListing(o["x"]);
|
| checkInAppProductListing(o["y"]);
|
| }
|
|
|
| -buildUnnamed2511() {
|
| +buildUnnamed442() {
|
| var o = new core.Map<core.String, api.Price>();
|
| o["x"] = buildPrice();
|
| o["y"] = buildPrice();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2511(core.Map<core.String, api.Price> o) {
|
| +checkUnnamed442(core.Map<core.String, api.Price> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPrice(o["x"]);
|
| checkPrice(o["y"]);
|
| @@ -666,9 +666,9 @@ buildInAppProduct() {
|
| if (buildCounterInAppProduct < 3) {
|
| o.defaultLanguage = "foo";
|
| o.defaultPrice = buildPrice();
|
| - o.listings = buildUnnamed2510();
|
| + o.listings = buildUnnamed441();
|
| o.packageName = "foo";
|
| - o.prices = buildUnnamed2511();
|
| + o.prices = buildUnnamed442();
|
| o.purchaseType = "foo";
|
| o.season = buildSeason();
|
| o.sku = "foo";
|
| @@ -685,9 +685,9 @@ checkInAppProduct(api.InAppProduct o) {
|
| if (buildCounterInAppProduct < 3) {
|
| unittest.expect(o.defaultLanguage, unittest.equals('foo'));
|
| checkPrice(o.defaultPrice);
|
| - checkUnnamed2510(o.listings);
|
| + checkUnnamed441(o.listings);
|
| unittest.expect(o.packageName, unittest.equals('foo'));
|
| - checkUnnamed2511(o.prices);
|
| + checkUnnamed442(o.prices);
|
| unittest.expect(o.purchaseType, unittest.equals('foo'));
|
| checkSeason(o.season);
|
| unittest.expect(o.sku, unittest.equals('foo'));
|
| @@ -719,14 +719,14 @@ checkInAppProductListing(api.InAppProductListing o) {
|
| buildCounterInAppProductListing--;
|
| }
|
|
|
| -buildUnnamed2512() {
|
| +buildUnnamed443() {
|
| var o = new core.List<api.InappproductsBatchRequestEntry>();
|
| o.add(buildInappproductsBatchRequestEntry());
|
| o.add(buildInappproductsBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2512(core.List<api.InappproductsBatchRequestEntry> o) {
|
| +checkUnnamed443(core.List<api.InappproductsBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInappproductsBatchRequestEntry(o[0]);
|
| checkInappproductsBatchRequestEntry(o[1]);
|
| @@ -737,7 +737,7 @@ buildInappproductsBatchRequest() {
|
| var o = new api.InappproductsBatchRequest();
|
| buildCounterInappproductsBatchRequest++;
|
| if (buildCounterInappproductsBatchRequest < 3) {
|
| - o.entrys = buildUnnamed2512();
|
| + o.entrys = buildUnnamed443();
|
| }
|
| buildCounterInappproductsBatchRequest--;
|
| return o;
|
| @@ -746,7 +746,7 @@ buildInappproductsBatchRequest() {
|
| checkInappproductsBatchRequest(api.InappproductsBatchRequest o) {
|
| buildCounterInappproductsBatchRequest++;
|
| if (buildCounterInappproductsBatchRequest < 3) {
|
| - checkUnnamed2512(o.entrys);
|
| + checkUnnamed443(o.entrys);
|
| }
|
| buildCounterInappproductsBatchRequest--;
|
| }
|
| @@ -776,14 +776,14 @@ checkInappproductsBatchRequestEntry(api.InappproductsBatchRequestEntry o) {
|
| buildCounterInappproductsBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed2513() {
|
| +buildUnnamed444() {
|
| var o = new core.List<api.InappproductsBatchResponseEntry>();
|
| o.add(buildInappproductsBatchResponseEntry());
|
| o.add(buildInappproductsBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2513(core.List<api.InappproductsBatchResponseEntry> o) {
|
| +checkUnnamed444(core.List<api.InappproductsBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInappproductsBatchResponseEntry(o[0]);
|
| checkInappproductsBatchResponseEntry(o[1]);
|
| @@ -794,7 +794,7 @@ buildInappproductsBatchResponse() {
|
| var o = new api.InappproductsBatchResponse();
|
| buildCounterInappproductsBatchResponse++;
|
| if (buildCounterInappproductsBatchResponse < 3) {
|
| - o.entrys = buildUnnamed2513();
|
| + o.entrys = buildUnnamed444();
|
| o.kind = "foo";
|
| }
|
| buildCounterInappproductsBatchResponse--;
|
| @@ -804,7 +804,7 @@ buildInappproductsBatchResponse() {
|
| checkInappproductsBatchResponse(api.InappproductsBatchResponse o) {
|
| buildCounterInappproductsBatchResponse++;
|
| if (buildCounterInappproductsBatchResponse < 3) {
|
| - checkUnnamed2513(o.entrys);
|
| + checkUnnamed444(o.entrys);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterInappproductsBatchResponse--;
|
| @@ -871,14 +871,14 @@ checkInappproductsInsertResponse(api.InappproductsInsertResponse o) {
|
| buildCounterInappproductsInsertResponse--;
|
| }
|
|
|
| -buildUnnamed2514() {
|
| +buildUnnamed445() {
|
| var o = new core.List<api.InAppProduct>();
|
| o.add(buildInAppProduct());
|
| o.add(buildInAppProduct());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2514(core.List<api.InAppProduct> o) {
|
| +checkUnnamed445(core.List<api.InAppProduct> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInAppProduct(o[0]);
|
| checkInAppProduct(o[1]);
|
| @@ -889,7 +889,7 @@ buildInappproductsListResponse() {
|
| var o = new api.InappproductsListResponse();
|
| buildCounterInappproductsListResponse++;
|
| if (buildCounterInappproductsListResponse < 3) {
|
| - o.inappproduct = buildUnnamed2514();
|
| + o.inappproduct = buildUnnamed445();
|
| o.kind = "foo";
|
| o.pageInfo = buildPageInfo();
|
| o.tokenPagination = buildTokenPagination();
|
| @@ -901,7 +901,7 @@ buildInappproductsListResponse() {
|
| checkInappproductsListResponse(api.InappproductsListResponse o) {
|
| buildCounterInappproductsListResponse++;
|
| if (buildCounterInappproductsListResponse < 3) {
|
| - checkUnnamed2514(o.inappproduct);
|
| + checkUnnamed445(o.inappproduct);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| checkTokenPagination(o.tokenPagination);
|
| @@ -974,14 +974,14 @@ checkListing(api.Listing o) {
|
| buildCounterListing--;
|
| }
|
|
|
| -buildUnnamed2515() {
|
| +buildUnnamed446() {
|
| var o = new core.List<api.Listing>();
|
| o.add(buildListing());
|
| o.add(buildListing());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2515(core.List<api.Listing> o) {
|
| +checkUnnamed446(core.List<api.Listing> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListing(o[0]);
|
| checkListing(o[1]);
|
| @@ -993,7 +993,7 @@ buildListingsListResponse() {
|
| buildCounterListingsListResponse++;
|
| if (buildCounterListingsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.listings = buildUnnamed2515();
|
| + o.listings = buildUnnamed446();
|
| }
|
| buildCounterListingsListResponse--;
|
| return o;
|
| @@ -1003,7 +1003,7 @@ checkListingsListResponse(api.ListingsListResponse o) {
|
| buildCounterListingsListResponse++;
|
| if (buildCounterListingsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2515(o.listings);
|
| + checkUnnamed446(o.listings);
|
| }
|
| buildCounterListingsListResponse--;
|
| }
|
| @@ -1121,14 +1121,14 @@ checkProrate(api.Prorate o) {
|
| buildCounterProrate--;
|
| }
|
|
|
| -buildUnnamed2516() {
|
| +buildUnnamed447() {
|
| var o = new core.List<api.Comment>();
|
| o.add(buildComment());
|
| o.add(buildComment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2516(core.List<api.Comment> o) {
|
| +checkUnnamed447(core.List<api.Comment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkComment(o[0]);
|
| checkComment(o[1]);
|
| @@ -1140,7 +1140,7 @@ buildReview() {
|
| buildCounterReview++;
|
| if (buildCounterReview < 3) {
|
| o.authorName = "foo";
|
| - o.comments = buildUnnamed2516();
|
| + o.comments = buildUnnamed447();
|
| o.reviewId = "foo";
|
| }
|
| buildCounterReview--;
|
| @@ -1151,7 +1151,7 @@ checkReview(api.Review o) {
|
| buildCounterReview++;
|
| if (buildCounterReview < 3) {
|
| unittest.expect(o.authorName, unittest.equals('foo'));
|
| - checkUnnamed2516(o.comments);
|
| + checkUnnamed447(o.comments);
|
| unittest.expect(o.reviewId, unittest.equals('foo'));
|
| }
|
| buildCounterReview--;
|
| @@ -1178,14 +1178,14 @@ checkReviewReplyResult(api.ReviewReplyResult o) {
|
| buildCounterReviewReplyResult--;
|
| }
|
|
|
| -buildUnnamed2517() {
|
| +buildUnnamed448() {
|
| var o = new core.List<api.Review>();
|
| o.add(buildReview());
|
| o.add(buildReview());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2517(core.List<api.Review> o) {
|
| +checkUnnamed448(core.List<api.Review> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReview(o[0]);
|
| checkReview(o[1]);
|
| @@ -1197,7 +1197,7 @@ buildReviewsListResponse() {
|
| buildCounterReviewsListResponse++;
|
| if (buildCounterReviewsListResponse < 3) {
|
| o.pageInfo = buildPageInfo();
|
| - o.reviews = buildUnnamed2517();
|
| + o.reviews = buildUnnamed448();
|
| o.tokenPagination = buildTokenPagination();
|
| }
|
| buildCounterReviewsListResponse--;
|
| @@ -1208,7 +1208,7 @@ checkReviewsListResponse(api.ReviewsListResponse o) {
|
| buildCounterReviewsListResponse++;
|
| if (buildCounterReviewsListResponse < 3) {
|
| checkPageInfo(o.pageInfo);
|
| - checkUnnamed2517(o.reviews);
|
| + checkUnnamed448(o.reviews);
|
| checkTokenPagination(o.tokenPagination);
|
| }
|
| buildCounterReviewsListResponse--;
|
| @@ -1252,14 +1252,14 @@ checkReviewsReplyResponse(api.ReviewsReplyResponse o) {
|
| buildCounterReviewsReplyResponse--;
|
| }
|
|
|
| -buildUnnamed2518() {
|
| +buildUnnamed449() {
|
| var o = new core.List<api.Prorate>();
|
| o.add(buildProrate());
|
| o.add(buildProrate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2518(core.List<api.Prorate> o) {
|
| +checkUnnamed449(core.List<api.Prorate> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProrate(o[0]);
|
| checkProrate(o[1]);
|
| @@ -1271,7 +1271,7 @@ buildSeason() {
|
| buildCounterSeason++;
|
| if (buildCounterSeason < 3) {
|
| o.end = buildMonthDay();
|
| - o.prorations = buildUnnamed2518();
|
| + o.prorations = buildUnnamed449();
|
| o.start = buildMonthDay();
|
| }
|
| buildCounterSeason--;
|
| @@ -1282,7 +1282,7 @@ checkSeason(api.Season o) {
|
| buildCounterSeason++;
|
| if (buildCounterSeason < 3) {
|
| checkMonthDay(o.end);
|
| - checkUnnamed2518(o.prorations);
|
| + checkUnnamed449(o.prorations);
|
| checkMonthDay(o.start);
|
| }
|
| buildCounterSeason--;
|
| @@ -1384,27 +1384,27 @@ checkSubscriptionPurchasesDeferResponse(api.SubscriptionPurchasesDeferResponse o
|
| buildCounterSubscriptionPurchasesDeferResponse--;
|
| }
|
|
|
| -buildUnnamed2519() {
|
| +buildUnnamed450() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2519(core.List<core.String> o) {
|
| +checkUnnamed450(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'));
|
| }
|
|
|
| -buildUnnamed2520() {
|
| +buildUnnamed451() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2520(core.List<core.String> o) {
|
| +checkUnnamed451(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'));
|
| @@ -1415,8 +1415,8 @@ buildTesters() {
|
| var o = new api.Testers();
|
| buildCounterTesters++;
|
| if (buildCounterTesters < 3) {
|
| - o.googleGroups = buildUnnamed2519();
|
| - o.googlePlusCommunities = buildUnnamed2520();
|
| + o.googleGroups = buildUnnamed450();
|
| + o.googlePlusCommunities = buildUnnamed451();
|
| }
|
| buildCounterTesters--;
|
| return o;
|
| @@ -1425,8 +1425,8 @@ buildTesters() {
|
| checkTesters(api.Testers o) {
|
| buildCounterTesters++;
|
| if (buildCounterTesters < 3) {
|
| - checkUnnamed2519(o.googleGroups);
|
| - checkUnnamed2520(o.googlePlusCommunities);
|
| + checkUnnamed450(o.googleGroups);
|
| + checkUnnamed451(o.googlePlusCommunities);
|
| }
|
| buildCounterTesters--;
|
| }
|
| @@ -1473,14 +1473,14 @@ checkTokenPagination(api.TokenPagination o) {
|
| buildCounterTokenPagination--;
|
| }
|
|
|
| -buildUnnamed2521() {
|
| +buildUnnamed452() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2521(core.List<core.int> o) {
|
| +checkUnnamed452(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| @@ -1493,7 +1493,7 @@ buildTrack() {
|
| if (buildCounterTrack < 3) {
|
| o.track = "foo";
|
| o.userFraction = 42.0;
|
| - o.versionCodes = buildUnnamed2521();
|
| + o.versionCodes = buildUnnamed452();
|
| }
|
| buildCounterTrack--;
|
| return o;
|
| @@ -1504,19 +1504,19 @@ checkTrack(api.Track o) {
|
| if (buildCounterTrack < 3) {
|
| unittest.expect(o.track, unittest.equals('foo'));
|
| unittest.expect(o.userFraction, unittest.equals(42.0));
|
| - checkUnnamed2521(o.versionCodes);
|
| + checkUnnamed452(o.versionCodes);
|
| }
|
| buildCounterTrack--;
|
| }
|
|
|
| -buildUnnamed2522() {
|
| +buildUnnamed453() {
|
| var o = new core.List<api.Track>();
|
| o.add(buildTrack());
|
| o.add(buildTrack());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2522(core.List<api.Track> o) {
|
| +checkUnnamed453(core.List<api.Track> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrack(o[0]);
|
| checkTrack(o[1]);
|
| @@ -1528,7 +1528,7 @@ buildTracksListResponse() {
|
| buildCounterTracksListResponse++;
|
| if (buildCounterTracksListResponse < 3) {
|
| o.kind = "foo";
|
| - o.tracks = buildUnnamed2522();
|
| + o.tracks = buildUnnamed453();
|
| }
|
| buildCounterTracksListResponse--;
|
| return o;
|
| @@ -1538,7 +1538,7 @@ checkTracksListResponse(api.TracksListResponse o) {
|
| buildCounterTracksListResponse++;
|
| if (buildCounterTracksListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2522(o.tracks);
|
| + checkUnnamed453(o.tracks);
|
| }
|
| buildCounterTracksListResponse--;
|
| }
|
|
|