| 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 ade32cd90d297452ebdf153241b99875eaa2a412..61b9fcb5389de8af8c45ec004f3691aeaab8fcdb 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--;
|
| }
|
|
|
| -buildUnnamed2812() {
|
| +buildUnnamed2826() {
|
| var o = new core.List<api.ApkListing>();
|
| o.add(buildApkListing());
|
| o.add(buildApkListing());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2812(core.List<api.ApkListing> o) {
|
| +checkUnnamed2826(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 = buildUnnamed2812();
|
| + o.listings = buildUnnamed2826();
|
| }
|
| buildCounterApkListingsListResponse--;
|
| return o;
|
| @@ -141,7 +141,7 @@ checkApkListingsListResponse(api.ApkListingsListResponse o) {
|
| buildCounterApkListingsListResponse++;
|
| if (buildCounterApkListingsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2812(o.listings);
|
| + checkUnnamed2826(o.listings);
|
| }
|
| buildCounterApkListingsListResponse--;
|
| }
|
| @@ -184,14 +184,14 @@ checkApksAddExternallyHostedResponse(api.ApksAddExternallyHostedResponse o) {
|
| buildCounterApksAddExternallyHostedResponse--;
|
| }
|
|
|
| -buildUnnamed2813() {
|
| +buildUnnamed2827() {
|
| var o = new core.List<api.Apk>();
|
| o.add(buildApk());
|
| o.add(buildApk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2813(core.List<api.Apk> o) {
|
| +checkUnnamed2827(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 = buildUnnamed2813();
|
| + o.apks = buildUnnamed2827();
|
| o.kind = "foo";
|
| }
|
| buildCounterApksListResponse--;
|
| @@ -212,7 +212,7 @@ buildApksListResponse() {
|
| checkApksListResponse(api.ApksListResponse o) {
|
| buildCounterApksListResponse++;
|
| if (buildCounterApksListResponse < 3) {
|
| - checkUnnamed2813(o.apks);
|
| + checkUnnamed2827(o.apks);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterApksListResponse--;
|
| @@ -408,14 +408,14 @@ checkEntitlement(api.Entitlement o) {
|
| buildCounterEntitlement--;
|
| }
|
|
|
| -buildUnnamed2814() {
|
| +buildUnnamed2828() {
|
| var o = new core.List<api.Entitlement>();
|
| o.add(buildEntitlement());
|
| o.add(buildEntitlement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2814(core.List<api.Entitlement> o) {
|
| +checkUnnamed2828(core.List<api.Entitlement> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntitlement(o[0]);
|
| checkEntitlement(o[1]);
|
| @@ -427,7 +427,7 @@ buildEntitlementsListResponse() {
|
| buildCounterEntitlementsListResponse++;
|
| if (buildCounterEntitlementsListResponse < 3) {
|
| o.pageInfo = buildPageInfo();
|
| - o.resources = buildUnnamed2814();
|
| + o.resources = buildUnnamed2828();
|
| o.tokenPagination = buildTokenPagination();
|
| }
|
| buildCounterEntitlementsListResponse--;
|
| @@ -438,7 +438,7 @@ checkEntitlementsListResponse(api.EntitlementsListResponse o) {
|
| buildCounterEntitlementsListResponse++;
|
| if (buildCounterEntitlementsListResponse < 3) {
|
| checkPageInfo(o.pageInfo);
|
| - checkUnnamed2814(o.resources);
|
| + checkUnnamed2828(o.resources);
|
| checkTokenPagination(o.tokenPagination);
|
| }
|
| buildCounterEntitlementsListResponse--;
|
| @@ -484,53 +484,53 @@ checkExpansionFilesUploadResponse(api.ExpansionFilesUploadResponse o) {
|
| buildCounterExpansionFilesUploadResponse--;
|
| }
|
|
|
| -buildUnnamed2815() {
|
| +buildUnnamed2829() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2815(core.List<core.String> o) {
|
| +checkUnnamed2829(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'));
|
| }
|
|
|
| -buildUnnamed2816() {
|
| +buildUnnamed2830() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2816(core.List<core.String> o) {
|
| +checkUnnamed2830(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'));
|
| }
|
|
|
| -buildUnnamed2817() {
|
| +buildUnnamed2831() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2817(core.List<core.String> o) {
|
| +checkUnnamed2831(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'));
|
| }
|
|
|
| -buildUnnamed2818() {
|
| +buildUnnamed2832() {
|
| var o = new core.List<api.ExternallyHostedApkUsesPermission>();
|
| o.add(buildExternallyHostedApkUsesPermission());
|
| o.add(buildExternallyHostedApkUsesPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2818(core.List<api.ExternallyHostedApkUsesPermission> o) {
|
| +checkUnnamed2832(core.List<api.ExternallyHostedApkUsesPermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExternallyHostedApkUsesPermission(o[0]);
|
| checkExternallyHostedApkUsesPermission(o[1]);
|
| @@ -542,7 +542,7 @@ buildExternallyHostedApk() {
|
| buildCounterExternallyHostedApk++;
|
| if (buildCounterExternallyHostedApk < 3) {
|
| o.applicationLabel = "foo";
|
| - o.certificateBase64s = buildUnnamed2815();
|
| + o.certificateBase64s = buildUnnamed2829();
|
| o.externallyHostedUrl = "foo";
|
| o.fileSha1Base64 = "foo";
|
| o.fileSha256Base64 = "foo";
|
| @@ -550,10 +550,10 @@ buildExternallyHostedApk() {
|
| o.iconBase64 = "foo";
|
| o.maximumSdk = 42;
|
| o.minimumSdk = 42;
|
| - o.nativeCodes = buildUnnamed2816();
|
| + o.nativeCodes = buildUnnamed2830();
|
| o.packageName = "foo";
|
| - o.usesFeatures = buildUnnamed2817();
|
| - o.usesPermissions = buildUnnamed2818();
|
| + o.usesFeatures = buildUnnamed2831();
|
| + o.usesPermissions = buildUnnamed2832();
|
| o.versionCode = 42;
|
| o.versionName = "foo";
|
| }
|
| @@ -565,7 +565,7 @@ checkExternallyHostedApk(api.ExternallyHostedApk o) {
|
| buildCounterExternallyHostedApk++;
|
| if (buildCounterExternallyHostedApk < 3) {
|
| unittest.expect(o.applicationLabel, unittest.equals('foo'));
|
| - checkUnnamed2815(o.certificateBase64s);
|
| + checkUnnamed2829(o.certificateBase64s);
|
| unittest.expect(o.externallyHostedUrl, unittest.equals('foo'));
|
| unittest.expect(o.fileSha1Base64, unittest.equals('foo'));
|
| unittest.expect(o.fileSha256Base64, unittest.equals('foo'));
|
| @@ -573,10 +573,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));
|
| - checkUnnamed2816(o.nativeCodes);
|
| + checkUnnamed2830(o.nativeCodes);
|
| unittest.expect(o.packageName, unittest.equals('foo'));
|
| - checkUnnamed2817(o.usesFeatures);
|
| - checkUnnamed2818(o.usesPermissions);
|
| + checkUnnamed2831(o.usesFeatures);
|
| + checkUnnamed2832(o.usesPermissions);
|
| unittest.expect(o.versionCode, unittest.equals(42));
|
| unittest.expect(o.versionName, unittest.equals('foo'));
|
| }
|
| @@ -627,14 +627,14 @@ checkImage(api.Image o) {
|
| buildCounterImage--;
|
| }
|
|
|
| -buildUnnamed2819() {
|
| +buildUnnamed2833() {
|
| var o = new core.List<api.Image>();
|
| o.add(buildImage());
|
| o.add(buildImage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2819(core.List<api.Image> o) {
|
| +checkUnnamed2833(core.List<api.Image> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkImage(o[0]);
|
| checkImage(o[1]);
|
| @@ -645,7 +645,7 @@ buildImagesDeleteAllResponse() {
|
| var o = new api.ImagesDeleteAllResponse();
|
| buildCounterImagesDeleteAllResponse++;
|
| if (buildCounterImagesDeleteAllResponse < 3) {
|
| - o.deleted = buildUnnamed2819();
|
| + o.deleted = buildUnnamed2833();
|
| }
|
| buildCounterImagesDeleteAllResponse--;
|
| return o;
|
| @@ -654,19 +654,19 @@ buildImagesDeleteAllResponse() {
|
| checkImagesDeleteAllResponse(api.ImagesDeleteAllResponse o) {
|
| buildCounterImagesDeleteAllResponse++;
|
| if (buildCounterImagesDeleteAllResponse < 3) {
|
| - checkUnnamed2819(o.deleted);
|
| + checkUnnamed2833(o.deleted);
|
| }
|
| buildCounterImagesDeleteAllResponse--;
|
| }
|
|
|
| -buildUnnamed2820() {
|
| +buildUnnamed2834() {
|
| var o = new core.List<api.Image>();
|
| o.add(buildImage());
|
| o.add(buildImage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2820(core.List<api.Image> o) {
|
| +checkUnnamed2834(core.List<api.Image> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkImage(o[0]);
|
| checkImage(o[1]);
|
| @@ -677,7 +677,7 @@ buildImagesListResponse() {
|
| var o = new api.ImagesListResponse();
|
| buildCounterImagesListResponse++;
|
| if (buildCounterImagesListResponse < 3) {
|
| - o.images = buildUnnamed2820();
|
| + o.images = buildUnnamed2834();
|
| }
|
| buildCounterImagesListResponse--;
|
| return o;
|
| @@ -686,7 +686,7 @@ buildImagesListResponse() {
|
| checkImagesListResponse(api.ImagesListResponse o) {
|
| buildCounterImagesListResponse++;
|
| if (buildCounterImagesListResponse < 3) {
|
| - checkUnnamed2820(o.images);
|
| + checkUnnamed2834(o.images);
|
| }
|
| buildCounterImagesListResponse--;
|
| }
|
| @@ -710,27 +710,27 @@ checkImagesUploadResponse(api.ImagesUploadResponse o) {
|
| buildCounterImagesUploadResponse--;
|
| }
|
|
|
| -buildUnnamed2821() {
|
| +buildUnnamed2835() {
|
| var o = new core.Map<core.String, api.InAppProductListing>();
|
| o["x"] = buildInAppProductListing();
|
| o["y"] = buildInAppProductListing();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2821(core.Map<core.String, api.InAppProductListing> o) {
|
| +checkUnnamed2835(core.Map<core.String, api.InAppProductListing> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInAppProductListing(o["x"]);
|
| checkInAppProductListing(o["y"]);
|
| }
|
|
|
| -buildUnnamed2822() {
|
| +buildUnnamed2836() {
|
| var o = new core.Map<core.String, api.Price>();
|
| o["x"] = buildPrice();
|
| o["y"] = buildPrice();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2822(core.Map<core.String, api.Price> o) {
|
| +checkUnnamed2836(core.Map<core.String, api.Price> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPrice(o["x"]);
|
| checkPrice(o["y"]);
|
| @@ -743,9 +743,9 @@ buildInAppProduct() {
|
| if (buildCounterInAppProduct < 3) {
|
| o.defaultLanguage = "foo";
|
| o.defaultPrice = buildPrice();
|
| - o.listings = buildUnnamed2821();
|
| + o.listings = buildUnnamed2835();
|
| o.packageName = "foo";
|
| - o.prices = buildUnnamed2822();
|
| + o.prices = buildUnnamed2836();
|
| o.purchaseType = "foo";
|
| o.season = buildSeason();
|
| o.sku = "foo";
|
| @@ -762,9 +762,9 @@ checkInAppProduct(api.InAppProduct o) {
|
| if (buildCounterInAppProduct < 3) {
|
| unittest.expect(o.defaultLanguage, unittest.equals('foo'));
|
| checkPrice(o.defaultPrice);
|
| - checkUnnamed2821(o.listings);
|
| + checkUnnamed2835(o.listings);
|
| unittest.expect(o.packageName, unittest.equals('foo'));
|
| - checkUnnamed2822(o.prices);
|
| + checkUnnamed2836(o.prices);
|
| unittest.expect(o.purchaseType, unittest.equals('foo'));
|
| checkSeason(o.season);
|
| unittest.expect(o.sku, unittest.equals('foo'));
|
| @@ -796,14 +796,14 @@ checkInAppProductListing(api.InAppProductListing o) {
|
| buildCounterInAppProductListing--;
|
| }
|
|
|
| -buildUnnamed2823() {
|
| +buildUnnamed2837() {
|
| var o = new core.List<api.InappproductsBatchRequestEntry>();
|
| o.add(buildInappproductsBatchRequestEntry());
|
| o.add(buildInappproductsBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2823(core.List<api.InappproductsBatchRequestEntry> o) {
|
| +checkUnnamed2837(core.List<api.InappproductsBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInappproductsBatchRequestEntry(o[0]);
|
| checkInappproductsBatchRequestEntry(o[1]);
|
| @@ -814,7 +814,7 @@ buildInappproductsBatchRequest() {
|
| var o = new api.InappproductsBatchRequest();
|
| buildCounterInappproductsBatchRequest++;
|
| if (buildCounterInappproductsBatchRequest < 3) {
|
| - o.entrys = buildUnnamed2823();
|
| + o.entrys = buildUnnamed2837();
|
| }
|
| buildCounterInappproductsBatchRequest--;
|
| return o;
|
| @@ -823,7 +823,7 @@ buildInappproductsBatchRequest() {
|
| checkInappproductsBatchRequest(api.InappproductsBatchRequest o) {
|
| buildCounterInappproductsBatchRequest++;
|
| if (buildCounterInappproductsBatchRequest < 3) {
|
| - checkUnnamed2823(o.entrys);
|
| + checkUnnamed2837(o.entrys);
|
| }
|
| buildCounterInappproductsBatchRequest--;
|
| }
|
| @@ -853,14 +853,14 @@ checkInappproductsBatchRequestEntry(api.InappproductsBatchRequestEntry o) {
|
| buildCounterInappproductsBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed2824() {
|
| +buildUnnamed2838() {
|
| var o = new core.List<api.InappproductsBatchResponseEntry>();
|
| o.add(buildInappproductsBatchResponseEntry());
|
| o.add(buildInappproductsBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2824(core.List<api.InappproductsBatchResponseEntry> o) {
|
| +checkUnnamed2838(core.List<api.InappproductsBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInappproductsBatchResponseEntry(o[0]);
|
| checkInappproductsBatchResponseEntry(o[1]);
|
| @@ -871,7 +871,7 @@ buildInappproductsBatchResponse() {
|
| var o = new api.InappproductsBatchResponse();
|
| buildCounterInappproductsBatchResponse++;
|
| if (buildCounterInappproductsBatchResponse < 3) {
|
| - o.entrys = buildUnnamed2824();
|
| + o.entrys = buildUnnamed2838();
|
| o.kind = "foo";
|
| }
|
| buildCounterInappproductsBatchResponse--;
|
| @@ -881,7 +881,7 @@ buildInappproductsBatchResponse() {
|
| checkInappproductsBatchResponse(api.InappproductsBatchResponse o) {
|
| buildCounterInappproductsBatchResponse++;
|
| if (buildCounterInappproductsBatchResponse < 3) {
|
| - checkUnnamed2824(o.entrys);
|
| + checkUnnamed2838(o.entrys);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterInappproductsBatchResponse--;
|
| @@ -948,14 +948,14 @@ checkInappproductsInsertResponse(api.InappproductsInsertResponse o) {
|
| buildCounterInappproductsInsertResponse--;
|
| }
|
|
|
| -buildUnnamed2825() {
|
| +buildUnnamed2839() {
|
| var o = new core.List<api.InAppProduct>();
|
| o.add(buildInAppProduct());
|
| o.add(buildInAppProduct());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2825(core.List<api.InAppProduct> o) {
|
| +checkUnnamed2839(core.List<api.InAppProduct> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInAppProduct(o[0]);
|
| checkInAppProduct(o[1]);
|
| @@ -966,7 +966,7 @@ buildInappproductsListResponse() {
|
| var o = new api.InappproductsListResponse();
|
| buildCounterInappproductsListResponse++;
|
| if (buildCounterInappproductsListResponse < 3) {
|
| - o.inappproduct = buildUnnamed2825();
|
| + o.inappproduct = buildUnnamed2839();
|
| o.kind = "foo";
|
| o.pageInfo = buildPageInfo();
|
| o.tokenPagination = buildTokenPagination();
|
| @@ -978,7 +978,7 @@ buildInappproductsListResponse() {
|
| checkInappproductsListResponse(api.InappproductsListResponse o) {
|
| buildCounterInappproductsListResponse++;
|
| if (buildCounterInappproductsListResponse < 3) {
|
| - checkUnnamed2825(o.inappproduct);
|
| + checkUnnamed2839(o.inappproduct);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkPageInfo(o.pageInfo);
|
| checkTokenPagination(o.tokenPagination);
|
| @@ -1051,14 +1051,14 @@ checkListing(api.Listing o) {
|
| buildCounterListing--;
|
| }
|
|
|
| -buildUnnamed2826() {
|
| +buildUnnamed2840() {
|
| var o = new core.List<api.Listing>();
|
| o.add(buildListing());
|
| o.add(buildListing());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2826(core.List<api.Listing> o) {
|
| +checkUnnamed2840(core.List<api.Listing> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListing(o[0]);
|
| checkListing(o[1]);
|
| @@ -1070,7 +1070,7 @@ buildListingsListResponse() {
|
| buildCounterListingsListResponse++;
|
| if (buildCounterListingsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.listings = buildUnnamed2826();
|
| + o.listings = buildUnnamed2840();
|
| }
|
| buildCounterListingsListResponse--;
|
| return o;
|
| @@ -1080,7 +1080,7 @@ checkListingsListResponse(api.ListingsListResponse o) {
|
| buildCounterListingsListResponse++;
|
| if (buildCounterListingsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2826(o.listings);
|
| + checkUnnamed2840(o.listings);
|
| }
|
| buildCounterListingsListResponse--;
|
| }
|
| @@ -1198,14 +1198,14 @@ checkProrate(api.Prorate o) {
|
| buildCounterProrate--;
|
| }
|
|
|
| -buildUnnamed2827() {
|
| +buildUnnamed2841() {
|
| var o = new core.List<api.Comment>();
|
| o.add(buildComment());
|
| o.add(buildComment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2827(core.List<api.Comment> o) {
|
| +checkUnnamed2841(core.List<api.Comment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkComment(o[0]);
|
| checkComment(o[1]);
|
| @@ -1217,7 +1217,7 @@ buildReview() {
|
| buildCounterReview++;
|
| if (buildCounterReview < 3) {
|
| o.authorName = "foo";
|
| - o.comments = buildUnnamed2827();
|
| + o.comments = buildUnnamed2841();
|
| o.reviewId = "foo";
|
| }
|
| buildCounterReview--;
|
| @@ -1228,7 +1228,7 @@ checkReview(api.Review o) {
|
| buildCounterReview++;
|
| if (buildCounterReview < 3) {
|
| unittest.expect(o.authorName, unittest.equals('foo'));
|
| - checkUnnamed2827(o.comments);
|
| + checkUnnamed2841(o.comments);
|
| unittest.expect(o.reviewId, unittest.equals('foo'));
|
| }
|
| buildCounterReview--;
|
| @@ -1255,14 +1255,14 @@ checkReviewReplyResult(api.ReviewReplyResult o) {
|
| buildCounterReviewReplyResult--;
|
| }
|
|
|
| -buildUnnamed2828() {
|
| +buildUnnamed2842() {
|
| var o = new core.List<api.Review>();
|
| o.add(buildReview());
|
| o.add(buildReview());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2828(core.List<api.Review> o) {
|
| +checkUnnamed2842(core.List<api.Review> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReview(o[0]);
|
| checkReview(o[1]);
|
| @@ -1274,7 +1274,7 @@ buildReviewsListResponse() {
|
| buildCounterReviewsListResponse++;
|
| if (buildCounterReviewsListResponse < 3) {
|
| o.pageInfo = buildPageInfo();
|
| - o.reviews = buildUnnamed2828();
|
| + o.reviews = buildUnnamed2842();
|
| o.tokenPagination = buildTokenPagination();
|
| }
|
| buildCounterReviewsListResponse--;
|
| @@ -1285,7 +1285,7 @@ checkReviewsListResponse(api.ReviewsListResponse o) {
|
| buildCounterReviewsListResponse++;
|
| if (buildCounterReviewsListResponse < 3) {
|
| checkPageInfo(o.pageInfo);
|
| - checkUnnamed2828(o.reviews);
|
| + checkUnnamed2842(o.reviews);
|
| checkTokenPagination(o.tokenPagination);
|
| }
|
| buildCounterReviewsListResponse--;
|
| @@ -1329,14 +1329,14 @@ checkReviewsReplyResponse(api.ReviewsReplyResponse o) {
|
| buildCounterReviewsReplyResponse--;
|
| }
|
|
|
| -buildUnnamed2829() {
|
| +buildUnnamed2843() {
|
| var o = new core.List<api.Prorate>();
|
| o.add(buildProrate());
|
| o.add(buildProrate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2829(core.List<api.Prorate> o) {
|
| +checkUnnamed2843(core.List<api.Prorate> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProrate(o[0]);
|
| checkProrate(o[1]);
|
| @@ -1348,7 +1348,7 @@ buildSeason() {
|
| buildCounterSeason++;
|
| if (buildCounterSeason < 3) {
|
| o.end = buildMonthDay();
|
| - o.prorations = buildUnnamed2829();
|
| + o.prorations = buildUnnamed2843();
|
| o.start = buildMonthDay();
|
| }
|
| buildCounterSeason--;
|
| @@ -1359,7 +1359,7 @@ checkSeason(api.Season o) {
|
| buildCounterSeason++;
|
| if (buildCounterSeason < 3) {
|
| checkMonthDay(o.end);
|
| - checkUnnamed2829(o.prorations);
|
| + checkUnnamed2843(o.prorations);
|
| checkMonthDay(o.start);
|
| }
|
| buildCounterSeason--;
|
| @@ -1463,27 +1463,27 @@ checkSubscriptionPurchasesDeferResponse(api.SubscriptionPurchasesDeferResponse o
|
| buildCounterSubscriptionPurchasesDeferResponse--;
|
| }
|
|
|
| -buildUnnamed2830() {
|
| +buildUnnamed2844() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2830(core.List<core.String> o) {
|
| +checkUnnamed2844(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'));
|
| }
|
|
|
| -buildUnnamed2831() {
|
| +buildUnnamed2845() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2831(core.List<core.String> o) {
|
| +checkUnnamed2845(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'));
|
| @@ -1494,8 +1494,8 @@ buildTesters() {
|
| var o = new api.Testers();
|
| buildCounterTesters++;
|
| if (buildCounterTesters < 3) {
|
| - o.googleGroups = buildUnnamed2830();
|
| - o.googlePlusCommunities = buildUnnamed2831();
|
| + o.googleGroups = buildUnnamed2844();
|
| + o.googlePlusCommunities = buildUnnamed2845();
|
| }
|
| buildCounterTesters--;
|
| return o;
|
| @@ -1504,8 +1504,8 @@ buildTesters() {
|
| checkTesters(api.Testers o) {
|
| buildCounterTesters++;
|
| if (buildCounterTesters < 3) {
|
| - checkUnnamed2830(o.googleGroups);
|
| - checkUnnamed2831(o.googlePlusCommunities);
|
| + checkUnnamed2844(o.googleGroups);
|
| + checkUnnamed2845(o.googlePlusCommunities);
|
| }
|
| buildCounterTesters--;
|
| }
|
| @@ -1552,14 +1552,14 @@ checkTokenPagination(api.TokenPagination o) {
|
| buildCounterTokenPagination--;
|
| }
|
|
|
| -buildUnnamed2832() {
|
| +buildUnnamed2846() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2832(core.List<core.int> o) {
|
| +checkUnnamed2846(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));
|
| @@ -1572,7 +1572,7 @@ buildTrack() {
|
| if (buildCounterTrack < 3) {
|
| o.track = "foo";
|
| o.userFraction = 42.0;
|
| - o.versionCodes = buildUnnamed2832();
|
| + o.versionCodes = buildUnnamed2846();
|
| }
|
| buildCounterTrack--;
|
| return o;
|
| @@ -1583,19 +1583,19 @@ checkTrack(api.Track o) {
|
| if (buildCounterTrack < 3) {
|
| unittest.expect(o.track, unittest.equals('foo'));
|
| unittest.expect(o.userFraction, unittest.equals(42.0));
|
| - checkUnnamed2832(o.versionCodes);
|
| + checkUnnamed2846(o.versionCodes);
|
| }
|
| buildCounterTrack--;
|
| }
|
|
|
| -buildUnnamed2833() {
|
| +buildUnnamed2847() {
|
| var o = new core.List<api.Track>();
|
| o.add(buildTrack());
|
| o.add(buildTrack());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2833(core.List<api.Track> o) {
|
| +checkUnnamed2847(core.List<api.Track> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrack(o[0]);
|
| checkTrack(o[1]);
|
| @@ -1607,7 +1607,7 @@ buildTracksListResponse() {
|
| buildCounterTracksListResponse++;
|
| if (buildCounterTracksListResponse < 3) {
|
| o.kind = "foo";
|
| - o.tracks = buildUnnamed2833();
|
| + o.tracks = buildUnnamed2847();
|
| }
|
| buildCounterTracksListResponse--;
|
| return o;
|
| @@ -1617,7 +1617,7 @@ checkTracksListResponse(api.TracksListResponse o) {
|
| buildCounterTracksListResponse++;
|
| if (buildCounterTracksListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2833(o.tracks);
|
| + checkUnnamed2847(o.tracks);
|
| }
|
| buildCounterTracksListResponse--;
|
| }
|
| @@ -1688,14 +1688,14 @@ checkVoidedPurchase(api.VoidedPurchase o) {
|
| buildCounterVoidedPurchase--;
|
| }
|
|
|
| -buildUnnamed2834() {
|
| +buildUnnamed2848() {
|
| var o = new core.List<api.VoidedPurchase>();
|
| o.add(buildVoidedPurchase());
|
| o.add(buildVoidedPurchase());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2834(core.List<api.VoidedPurchase> o) {
|
| +checkUnnamed2848(core.List<api.VoidedPurchase> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVoidedPurchase(o[0]);
|
| checkVoidedPurchase(o[1]);
|
| @@ -1708,7 +1708,7 @@ buildVoidedPurchasesListResponse() {
|
| if (buildCounterVoidedPurchasesListResponse < 3) {
|
| o.pageInfo = buildPageInfo();
|
| o.tokenPagination = buildTokenPagination();
|
| - o.voidedPurchases = buildUnnamed2834();
|
| + o.voidedPurchases = buildUnnamed2848();
|
| }
|
| buildCounterVoidedPurchasesListResponse--;
|
| return o;
|
| @@ -1719,7 +1719,7 @@ checkVoidedPurchasesListResponse(api.VoidedPurchasesListResponse o) {
|
| if (buildCounterVoidedPurchasesListResponse < 3) {
|
| checkPageInfo(o.pageInfo);
|
| checkTokenPagination(o.tokenPagination);
|
| - checkUnnamed2834(o.voidedPurchases);
|
| + checkUnnamed2848(o.voidedPurchases);
|
| }
|
| buildCounterVoidedPurchasesListResponse--;
|
| }
|
|
|