| Index: generated/googleapis/test/playmoviespartner/v1_test.dart
|
| diff --git a/generated/googleapis/test/playmoviespartner/v1_test.dart b/generated/googleapis/test/playmoviespartner/v1_test.dart
|
| index f562c5eaccd89248aac42cd257b343b9770ff246..47d98392bdc45272e539cdcdda4eeb2822fa2fed 100644
|
| --- a/generated/googleapis/test/playmoviespartner/v1_test.dart
|
| +++ b/generated/googleapis/test/playmoviespartner/v1_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed2681() {
|
| +buildUnnamed3006() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2681(core.List<core.String> o) {
|
| +checkUnnamed3006(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'));
|
| @@ -81,7 +81,7 @@ buildAvail() {
|
| o.episodeTitleInternalAlias = "foo";
|
| o.formatProfile = "foo";
|
| o.licenseType = "foo";
|
| - o.pphNames = buildUnnamed2681();
|
| + o.pphNames = buildUnnamed3006();
|
| o.priceType = "foo";
|
| o.priceValue = "foo";
|
| o.productId = "foo";
|
| @@ -121,7 +121,7 @@ checkAvail(api.Avail o) {
|
| unittest.expect(o.episodeTitleInternalAlias, unittest.equals('foo'));
|
| unittest.expect(o.formatProfile, unittest.equals('foo'));
|
| unittest.expect(o.licenseType, unittest.equals('foo'));
|
| - checkUnnamed2681(o.pphNames);
|
| + checkUnnamed3006(o.pphNames);
|
| unittest.expect(o.priceType, unittest.equals('foo'));
|
| unittest.expect(o.priceValue, unittest.equals('foo'));
|
| unittest.expect(o.productId, unittest.equals('foo'));
|
| @@ -145,27 +145,27 @@ checkAvail(api.Avail o) {
|
| buildCounterAvail--;
|
| }
|
|
|
| -buildUnnamed2682() {
|
| +buildUnnamed3007() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2682(core.List<core.String> o) {
|
| +checkUnnamed3007(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'));
|
| }
|
|
|
| -buildUnnamed2683() {
|
| +buildUnnamed3008() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2683(core.List<core.String> o) {
|
| +checkUnnamed3008(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'));
|
| @@ -181,7 +181,7 @@ buildExperienceLocale() {
|
| o.channelId = "foo";
|
| o.country = "foo";
|
| o.createdTime = "foo";
|
| - o.customIds = buildUnnamed2682();
|
| + o.customIds = buildUnnamed3007();
|
| o.earliestAvailStartTime = "foo";
|
| o.editLevelEidr = "foo";
|
| o.elId = "foo";
|
| @@ -190,7 +190,7 @@ buildExperienceLocale() {
|
| o.name = "foo";
|
| o.normalizedPriority = "foo";
|
| o.playableSequenceId = "foo";
|
| - o.pphNames = buildUnnamed2683();
|
| + o.pphNames = buildUnnamed3008();
|
| o.presentationId = "foo";
|
| o.priority = 42.0;
|
| o.status = "foo";
|
| @@ -212,7 +212,7 @@ checkExperienceLocale(api.ExperienceLocale o) {
|
| unittest.expect(o.channelId, unittest.equals('foo'));
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| unittest.expect(o.createdTime, unittest.equals('foo'));
|
| - checkUnnamed2682(o.customIds);
|
| + checkUnnamed3007(o.customIds);
|
| unittest.expect(o.earliestAvailStartTime, unittest.equals('foo'));
|
| unittest.expect(o.editLevelEidr, unittest.equals('foo'));
|
| unittest.expect(o.elId, unittest.equals('foo'));
|
| @@ -221,7 +221,7 @@ checkExperienceLocale(api.ExperienceLocale o) {
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.normalizedPriority, unittest.equals('foo'));
|
| unittest.expect(o.playableSequenceId, unittest.equals('foo'));
|
| - checkUnnamed2683(o.pphNames);
|
| + checkUnnamed3008(o.pphNames);
|
| unittest.expect(o.presentationId, unittest.equals('foo'));
|
| unittest.expect(o.priority, unittest.equals(42.0));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| @@ -234,14 +234,14 @@ checkExperienceLocale(api.ExperienceLocale o) {
|
| buildCounterExperienceLocale--;
|
| }
|
|
|
| -buildUnnamed2684() {
|
| +buildUnnamed3009() {
|
| var o = new core.List<api.Avail>();
|
| o.add(buildAvail());
|
| o.add(buildAvail());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2684(core.List<api.Avail> o) {
|
| +checkUnnamed3009(core.List<api.Avail> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAvail(o[0]);
|
| checkAvail(o[1]);
|
| @@ -252,7 +252,7 @@ buildListAvailsResponse() {
|
| var o = new api.ListAvailsResponse();
|
| buildCounterListAvailsResponse++;
|
| if (buildCounterListAvailsResponse < 3) {
|
| - o.avails = buildUnnamed2684();
|
| + o.avails = buildUnnamed3009();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListAvailsResponse--;
|
| @@ -262,20 +262,20 @@ buildListAvailsResponse() {
|
| checkListAvailsResponse(api.ListAvailsResponse o) {
|
| buildCounterListAvailsResponse++;
|
| if (buildCounterListAvailsResponse < 3) {
|
| - checkUnnamed2684(o.avails);
|
| + checkUnnamed3009(o.avails);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListAvailsResponse--;
|
| }
|
|
|
| -buildUnnamed2685() {
|
| +buildUnnamed3010() {
|
| var o = new core.List<api.ExperienceLocale>();
|
| o.add(buildExperienceLocale());
|
| o.add(buildExperienceLocale());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2685(core.List<api.ExperienceLocale> o) {
|
| +checkUnnamed3010(core.List<api.ExperienceLocale> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExperienceLocale(o[0]);
|
| checkExperienceLocale(o[1]);
|
| @@ -286,7 +286,7 @@ buildListExperienceLocalesResponse() {
|
| var o = new api.ListExperienceLocalesResponse();
|
| buildCounterListExperienceLocalesResponse++;
|
| if (buildCounterListExperienceLocalesResponse < 3) {
|
| - o.experienceLocales = buildUnnamed2685();
|
| + o.experienceLocales = buildUnnamed3010();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListExperienceLocalesResponse--;
|
| @@ -296,20 +296,20 @@ buildListExperienceLocalesResponse() {
|
| checkListExperienceLocalesResponse(api.ListExperienceLocalesResponse o) {
|
| buildCounterListExperienceLocalesResponse++;
|
| if (buildCounterListExperienceLocalesResponse < 3) {
|
| - checkUnnamed2685(o.experienceLocales);
|
| + checkUnnamed3010(o.experienceLocales);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListExperienceLocalesResponse--;
|
| }
|
|
|
| -buildUnnamed2686() {
|
| +buildUnnamed3011() {
|
| var o = new core.List<api.Order>();
|
| o.add(buildOrder());
|
| o.add(buildOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2686(core.List<api.Order> o) {
|
| +checkUnnamed3011(core.List<api.Order> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrder(o[0]);
|
| checkOrder(o[1]);
|
| @@ -321,7 +321,7 @@ buildListOrdersResponse() {
|
| buildCounterListOrdersResponse++;
|
| if (buildCounterListOrdersResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.orders = buildUnnamed2686();
|
| + o.orders = buildUnnamed3011();
|
| }
|
| buildCounterListOrdersResponse--;
|
| return o;
|
| @@ -331,19 +331,19 @@ checkListOrdersResponse(api.ListOrdersResponse o) {
|
| buildCounterListOrdersResponse++;
|
| if (buildCounterListOrdersResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2686(o.orders);
|
| + checkUnnamed3011(o.orders);
|
| }
|
| buildCounterListOrdersResponse--;
|
| }
|
|
|
| -buildUnnamed2687() {
|
| +buildUnnamed3012() {
|
| var o = new core.List<api.StoreInfo>();
|
| o.add(buildStoreInfo());
|
| o.add(buildStoreInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2687(core.List<api.StoreInfo> o) {
|
| +checkUnnamed3012(core.List<api.StoreInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStoreInfo(o[0]);
|
| checkStoreInfo(o[1]);
|
| @@ -355,7 +355,7 @@ buildListStoreInfosResponse() {
|
| buildCounterListStoreInfosResponse++;
|
| if (buildCounterListStoreInfosResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.storeInfos = buildUnnamed2687();
|
| + o.storeInfos = buildUnnamed3012();
|
| }
|
| buildCounterListStoreInfosResponse--;
|
| return o;
|
| @@ -365,19 +365,19 @@ checkListStoreInfosResponse(api.ListStoreInfosResponse o) {
|
| buildCounterListStoreInfosResponse++;
|
| if (buildCounterListStoreInfosResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2687(o.storeInfos);
|
| + checkUnnamed3012(o.storeInfos);
|
| }
|
| buildCounterListStoreInfosResponse--;
|
| }
|
|
|
| -buildUnnamed2688() {
|
| +buildUnnamed3013() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2688(core.List<core.String> o) {
|
| +checkUnnamed3013(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'));
|
| @@ -391,7 +391,7 @@ buildOrder() {
|
| o.approvedTime = "foo";
|
| o.channelId = "foo";
|
| o.channelName = "foo";
|
| - o.countries = buildUnnamed2688();
|
| + o.countries = buildUnnamed3013();
|
| o.customId = "foo";
|
| o.earliestAvailStartTime = "foo";
|
| o.episodeName = "foo";
|
| @@ -422,7 +422,7 @@ checkOrder(api.Order o) {
|
| unittest.expect(o.approvedTime, unittest.equals('foo'));
|
| unittest.expect(o.channelId, unittest.equals('foo'));
|
| unittest.expect(o.channelName, unittest.equals('foo'));
|
| - checkUnnamed2688(o.countries);
|
| + checkUnnamed3013(o.countries);
|
| unittest.expect(o.customId, unittest.equals('foo'));
|
| unittest.expect(o.earliestAvailStartTime, unittest.equals('foo'));
|
| unittest.expect(o.episodeName, unittest.equals('foo'));
|
| @@ -446,40 +446,40 @@ checkOrder(api.Order o) {
|
| buildCounterOrder--;
|
| }
|
|
|
| -buildUnnamed2689() {
|
| +buildUnnamed3014() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2689(core.List<core.String> o) {
|
| +checkUnnamed3014(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'));
|
| }
|
|
|
| -buildUnnamed2690() {
|
| +buildUnnamed3015() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2690(core.List<core.String> o) {
|
| +checkUnnamed3015(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'));
|
| }
|
|
|
| -buildUnnamed2691() {
|
| +buildUnnamed3016() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2691(core.List<core.String> o) {
|
| +checkUnnamed3016(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'));
|
| @@ -490,7 +490,7 @@ buildStoreInfo() {
|
| var o = new api.StoreInfo();
|
| buildCounterStoreInfo++;
|
| if (buildCounterStoreInfo < 3) {
|
| - o.audioTracks = buildUnnamed2689();
|
| + o.audioTracks = buildUnnamed3014();
|
| o.country = "foo";
|
| o.editLevelEidr = "foo";
|
| o.episodeNumber = "foo";
|
| @@ -503,14 +503,14 @@ buildStoreInfo() {
|
| o.liveTime = "foo";
|
| o.mid = "foo";
|
| o.name = "foo";
|
| - o.pphNames = buildUnnamed2690();
|
| + o.pphNames = buildUnnamed3015();
|
| o.seasonId = "foo";
|
| o.seasonName = "foo";
|
| o.seasonNumber = "foo";
|
| o.showId = "foo";
|
| o.showName = "foo";
|
| o.studioName = "foo";
|
| - o.subtitles = buildUnnamed2691();
|
| + o.subtitles = buildUnnamed3016();
|
| o.titleLevelEidr = "foo";
|
| o.trailerId = "foo";
|
| o.type = "foo";
|
| @@ -523,7 +523,7 @@ buildStoreInfo() {
|
| checkStoreInfo(api.StoreInfo o) {
|
| buildCounterStoreInfo++;
|
| if (buildCounterStoreInfo < 3) {
|
| - checkUnnamed2689(o.audioTracks);
|
| + checkUnnamed3014(o.audioTracks);
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| unittest.expect(o.editLevelEidr, unittest.equals('foo'));
|
| unittest.expect(o.episodeNumber, unittest.equals('foo'));
|
| @@ -536,14 +536,14 @@ checkStoreInfo(api.StoreInfo o) {
|
| unittest.expect(o.liveTime, unittest.equals('foo'));
|
| unittest.expect(o.mid, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2690(o.pphNames);
|
| + checkUnnamed3015(o.pphNames);
|
| unittest.expect(o.seasonId, unittest.equals('foo'));
|
| unittest.expect(o.seasonName, unittest.equals('foo'));
|
| unittest.expect(o.seasonNumber, unittest.equals('foo'));
|
| unittest.expect(o.showId, unittest.equals('foo'));
|
| unittest.expect(o.showName, unittest.equals('foo'));
|
| unittest.expect(o.studioName, unittest.equals('foo'));
|
| - checkUnnamed2691(o.subtitles);
|
| + checkUnnamed3016(o.subtitles);
|
| unittest.expect(o.titleLevelEidr, unittest.equals('foo'));
|
| unittest.expect(o.trailerId, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -552,183 +552,183 @@ checkStoreInfo(api.StoreInfo o) {
|
| buildCounterStoreInfo--;
|
| }
|
|
|
| -buildUnnamed2692() {
|
| +buildUnnamed3017() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2692(core.List<core.String> o) {
|
| +checkUnnamed3017(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'));
|
| }
|
|
|
| -buildUnnamed2693() {
|
| +buildUnnamed3018() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2693(core.List<core.String> o) {
|
| +checkUnnamed3018(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'));
|
| }
|
|
|
| -buildUnnamed2694() {
|
| +buildUnnamed3019() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2694(core.List<core.String> o) {
|
| +checkUnnamed3019(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'));
|
| }
|
|
|
| -buildUnnamed2695() {
|
| +buildUnnamed3020() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2695(core.List<core.String> o) {
|
| +checkUnnamed3020(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'));
|
| }
|
|
|
| -buildUnnamed2696() {
|
| +buildUnnamed3021() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2696(core.List<core.String> o) {
|
| +checkUnnamed3021(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'));
|
| }
|
|
|
| -buildUnnamed2697() {
|
| +buildUnnamed3022() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2697(core.List<core.String> o) {
|
| +checkUnnamed3022(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'));
|
| }
|
|
|
| -buildUnnamed2698() {
|
| +buildUnnamed3023() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2698(core.List<core.String> o) {
|
| +checkUnnamed3023(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'));
|
| }
|
|
|
| -buildUnnamed2699() {
|
| +buildUnnamed3024() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2699(core.List<core.String> o) {
|
| +checkUnnamed3024(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'));
|
| }
|
|
|
| -buildUnnamed2700() {
|
| +buildUnnamed3025() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2700(core.List<core.String> o) {
|
| +checkUnnamed3025(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'));
|
| }
|
|
|
| -buildUnnamed2701() {
|
| +buildUnnamed3026() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2701(core.List<core.String> o) {
|
| +checkUnnamed3026(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'));
|
| }
|
|
|
| -buildUnnamed2702() {
|
| +buildUnnamed3027() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2702(core.List<core.String> o) {
|
| +checkUnnamed3027(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'));
|
| }
|
|
|
| -buildUnnamed2703() {
|
| +buildUnnamed3028() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2703(core.List<core.String> o) {
|
| +checkUnnamed3028(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'));
|
| }
|
|
|
| -buildUnnamed2704() {
|
| +buildUnnamed3029() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2704(core.List<core.String> o) {
|
| +checkUnnamed3029(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'));
|
| }
|
|
|
| -buildUnnamed2705() {
|
| +buildUnnamed3030() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2705(core.List<core.String> o) {
|
| +checkUnnamed3030(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'));
|
| @@ -816,12 +816,12 @@ main() {
|
| var arg_accountId = "foo";
|
| var arg_pageSize = 42;
|
| var arg_pageToken = "foo";
|
| - var arg_pphNames = buildUnnamed2692();
|
| - var arg_studioNames = buildUnnamed2693();
|
| + var arg_pphNames = buildUnnamed3017();
|
| + var arg_studioNames = buildUnnamed3018();
|
| var arg_title = "foo";
|
| - var arg_territories = buildUnnamed2694();
|
| + var arg_territories = buildUnnamed3019();
|
| var arg_altId = "foo";
|
| - var arg_videoIds = buildUnnamed2695();
|
| + var arg_videoIds = buildUnnamed3020();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -942,11 +942,11 @@ main() {
|
| var arg_accountId = "foo";
|
| var arg_pageSize = 42;
|
| var arg_pageToken = "foo";
|
| - var arg_pphNames = buildUnnamed2696();
|
| - var arg_studioNames = buildUnnamed2697();
|
| + var arg_pphNames = buildUnnamed3021();
|
| + var arg_studioNames = buildUnnamed3022();
|
| var arg_titleLevelEidr = "foo";
|
| var arg_editLevelEidr = "foo";
|
| - var arg_status = buildUnnamed2698();
|
| + var arg_status = buildUnnamed3023();
|
| var arg_customId = "foo";
|
| var arg_altCutId = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -1070,10 +1070,10 @@ main() {
|
| var arg_accountId = "foo";
|
| var arg_pageSize = 42;
|
| var arg_pageToken = "foo";
|
| - var arg_pphNames = buildUnnamed2699();
|
| - var arg_studioNames = buildUnnamed2700();
|
| + var arg_pphNames = buildUnnamed3024();
|
| + var arg_studioNames = buildUnnamed3025();
|
| var arg_name = "foo";
|
| - var arg_status = buildUnnamed2701();
|
| + var arg_status = buildUnnamed3026();
|
| var arg_customId = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -1139,12 +1139,12 @@ main() {
|
| var arg_accountId = "foo";
|
| var arg_pageSize = 42;
|
| var arg_pageToken = "foo";
|
| - var arg_pphNames = buildUnnamed2702();
|
| - var arg_studioNames = buildUnnamed2703();
|
| + var arg_pphNames = buildUnnamed3027();
|
| + var arg_studioNames = buildUnnamed3028();
|
| var arg_videoId = "foo";
|
| - var arg_countries = buildUnnamed2704();
|
| + var arg_countries = buildUnnamed3029();
|
| var arg_name = "foo";
|
| - var arg_videoIds = buildUnnamed2705();
|
| + var arg_videoIds = buildUnnamed3030();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|