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 e585789cad05e76bf3db7e083d7e26e85c1ff327..049f693a9508e576407ff5fb23eaab05c4fab54a 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); |
} |
-buildUnnamed2584() { |
+buildUnnamed2930() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2584(core.List<core.String> o) { |
+checkUnnamed2930(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')); |
@@ -82,7 +82,7 @@ buildAvail() { |
o.episodeTitleInternalAlias = "foo"; |
o.formatProfile = "foo"; |
o.licenseType = "foo"; |
- o.pphNames = buildUnnamed2584(); |
+ o.pphNames = buildUnnamed2930(); |
o.priceType = "foo"; |
o.priceValue = "foo"; |
o.productId = "foo"; |
@@ -123,7 +123,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')); |
- checkUnnamed2584(o.pphNames); |
+ checkUnnamed2930(o.pphNames); |
unittest.expect(o.priceType, unittest.equals('foo')); |
unittest.expect(o.priceValue, unittest.equals('foo')); |
unittest.expect(o.productId, unittest.equals('foo')); |
@@ -147,79 +147,79 @@ checkAvail(api.Avail o) { |
buildCounterAvail--; |
} |
-buildUnnamed2585() { |
+buildUnnamed2931() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2585(core.List<core.String> o) { |
+checkUnnamed2931(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')); |
} |
-buildUnnamed2586() { |
+buildUnnamed2932() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2586(core.List<core.String> o) { |
+checkUnnamed2932(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')); |
} |
-buildUnnamed2587() { |
+buildUnnamed2933() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2587(core.List<core.String> o) { |
+checkUnnamed2933(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')); |
} |
-buildUnnamed2588() { |
+buildUnnamed2934() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2588(core.List<core.String> o) { |
+checkUnnamed2934(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')); |
} |
-buildUnnamed2589() { |
+buildUnnamed2935() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2589(core.List<core.String> o) { |
+checkUnnamed2935(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')); |
} |
-buildUnnamed2590() { |
+buildUnnamed2936() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2590(core.List<core.String> o) { |
+checkUnnamed2936(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')); |
@@ -230,13 +230,13 @@ buildComponent() { |
var o = new api.Component(); |
buildCounterComponent++; |
if (buildCounterComponent < 3) { |
- o.altCutIds = buildUnnamed2585(); |
+ o.altCutIds = buildUnnamed2931(); |
o.approvedTime = "foo"; |
o.componentDetailType = "foo"; |
o.componentId = "foo"; |
- o.customIds = buildUnnamed2586(); |
- o.editLevelEidrs = buildUnnamed2587(); |
- o.elIds = buildUnnamed2588(); |
+ o.customIds = buildUnnamed2932(); |
+ o.editLevelEidrs = buildUnnamed2933(); |
+ o.elIds = buildUnnamed2934(); |
o.filename = "foo"; |
o.language = "foo"; |
o.name = "foo"; |
@@ -244,13 +244,13 @@ buildComponent() { |
o.playableUnitType = "foo"; |
o.pphName = "foo"; |
o.priority = 42.0; |
- o.processingErrors = buildUnnamed2589(); |
+ o.processingErrors = buildUnnamed2935(); |
o.receivedTime = "foo"; |
o.rejectionNote = "foo"; |
o.status = "foo"; |
o.statusDetail = "foo"; |
o.studioName = "foo"; |
- o.titleLevelEidrs = buildUnnamed2590(); |
+ o.titleLevelEidrs = buildUnnamed2936(); |
o.type = "foo"; |
} |
buildCounterComponent--; |
@@ -260,13 +260,13 @@ buildComponent() { |
checkComponent(api.Component o) { |
buildCounterComponent++; |
if (buildCounterComponent < 3) { |
- checkUnnamed2585(o.altCutIds); |
+ checkUnnamed2931(o.altCutIds); |
unittest.expect(o.approvedTime, unittest.equals('foo')); |
unittest.expect(o.componentDetailType, unittest.equals('foo')); |
unittest.expect(o.componentId, unittest.equals('foo')); |
- checkUnnamed2586(o.customIds); |
- checkUnnamed2587(o.editLevelEidrs); |
- checkUnnamed2588(o.elIds); |
+ checkUnnamed2932(o.customIds); |
+ checkUnnamed2933(o.editLevelEidrs); |
+ checkUnnamed2934(o.elIds); |
unittest.expect(o.filename, unittest.equals('foo')); |
unittest.expect(o.language, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
@@ -274,39 +274,39 @@ checkComponent(api.Component o) { |
unittest.expect(o.playableUnitType, unittest.equals('foo')); |
unittest.expect(o.pphName, unittest.equals('foo')); |
unittest.expect(o.priority, unittest.equals(42.0)); |
- checkUnnamed2589(o.processingErrors); |
+ checkUnnamed2935(o.processingErrors); |
unittest.expect(o.receivedTime, unittest.equals('foo')); |
unittest.expect(o.rejectionNote, unittest.equals('foo')); |
unittest.expect(o.status, unittest.equals('foo')); |
unittest.expect(o.statusDetail, unittest.equals('foo')); |
unittest.expect(o.studioName, unittest.equals('foo')); |
- checkUnnamed2590(o.titleLevelEidrs); |
+ checkUnnamed2936(o.titleLevelEidrs); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterComponent--; |
} |
-buildUnnamed2591() { |
+buildUnnamed2937() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2591(core.List<core.String> o) { |
+checkUnnamed2937(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')); |
} |
-buildUnnamed2592() { |
+buildUnnamed2938() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2592(core.List<core.String> o) { |
+checkUnnamed2938(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')); |
@@ -322,7 +322,7 @@ buildExperienceLocale() { |
o.channelId = "foo"; |
o.country = "foo"; |
o.createdTime = "foo"; |
- o.customIds = buildUnnamed2591(); |
+ o.customIds = buildUnnamed2937(); |
o.earliestAvailStartTime = "foo"; |
o.editLevelEidr = "foo"; |
o.elId = "foo"; |
@@ -331,7 +331,7 @@ buildExperienceLocale() { |
o.name = "foo"; |
o.normalizedPriority = "foo"; |
o.playableSequenceId = "foo"; |
- o.pphNames = buildUnnamed2592(); |
+ o.pphNames = buildUnnamed2938(); |
o.presentationId = "foo"; |
o.priority = 42.0; |
o.status = "foo"; |
@@ -353,7 +353,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')); |
- checkUnnamed2591(o.customIds); |
+ checkUnnamed2937(o.customIds); |
unittest.expect(o.earliestAvailStartTime, unittest.equals('foo')); |
unittest.expect(o.editLevelEidr, unittest.equals('foo')); |
unittest.expect(o.elId, unittest.equals('foo')); |
@@ -362,7 +362,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')); |
- checkUnnamed2592(o.pphNames); |
+ checkUnnamed2938(o.pphNames); |
unittest.expect(o.presentationId, unittest.equals('foo')); |
unittest.expect(o.priority, unittest.equals(42.0)); |
unittest.expect(o.status, unittest.equals('foo')); |
@@ -375,14 +375,14 @@ checkExperienceLocale(api.ExperienceLocale o) { |
buildCounterExperienceLocale--; |
} |
-buildUnnamed2593() { |
+buildUnnamed2939() { |
var o = new core.List<api.Avail>(); |
o.add(buildAvail()); |
o.add(buildAvail()); |
return o; |
} |
-checkUnnamed2593(core.List<api.Avail> o) { |
+checkUnnamed2939(core.List<api.Avail> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAvail(o[0]); |
checkAvail(o[1]); |
@@ -393,7 +393,7 @@ buildListAvailsResponse() { |
var o = new api.ListAvailsResponse(); |
buildCounterListAvailsResponse++; |
if (buildCounterListAvailsResponse < 3) { |
- o.avails = buildUnnamed2593(); |
+ o.avails = buildUnnamed2939(); |
o.nextPageToken = "foo"; |
o.totalSize = 42; |
} |
@@ -404,21 +404,21 @@ buildListAvailsResponse() { |
checkListAvailsResponse(api.ListAvailsResponse o) { |
buildCounterListAvailsResponse++; |
if (buildCounterListAvailsResponse < 3) { |
- checkUnnamed2593(o.avails); |
+ checkUnnamed2939(o.avails); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListAvailsResponse--; |
} |
-buildUnnamed2594() { |
+buildUnnamed2940() { |
var o = new core.List<api.Component>(); |
o.add(buildComponent()); |
o.add(buildComponent()); |
return o; |
} |
-checkUnnamed2594(core.List<api.Component> o) { |
+checkUnnamed2940(core.List<api.Component> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkComponent(o[0]); |
checkComponent(o[1]); |
@@ -429,7 +429,7 @@ buildListComponentsResponse() { |
var o = new api.ListComponentsResponse(); |
buildCounterListComponentsResponse++; |
if (buildCounterListComponentsResponse < 3) { |
- o.components = buildUnnamed2594(); |
+ o.components = buildUnnamed2940(); |
o.nextPageToken = "foo"; |
o.totalSize = 42; |
} |
@@ -440,21 +440,21 @@ buildListComponentsResponse() { |
checkListComponentsResponse(api.ListComponentsResponse o) { |
buildCounterListComponentsResponse++; |
if (buildCounterListComponentsResponse < 3) { |
- checkUnnamed2594(o.components); |
+ checkUnnamed2940(o.components); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListComponentsResponse--; |
} |
-buildUnnamed2595() { |
+buildUnnamed2941() { |
var o = new core.List<api.ExperienceLocale>(); |
o.add(buildExperienceLocale()); |
o.add(buildExperienceLocale()); |
return o; |
} |
-checkUnnamed2595(core.List<api.ExperienceLocale> o) { |
+checkUnnamed2941(core.List<api.ExperienceLocale> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkExperienceLocale(o[0]); |
checkExperienceLocale(o[1]); |
@@ -465,7 +465,7 @@ buildListExperienceLocalesResponse() { |
var o = new api.ListExperienceLocalesResponse(); |
buildCounterListExperienceLocalesResponse++; |
if (buildCounterListExperienceLocalesResponse < 3) { |
- o.experienceLocales = buildUnnamed2595(); |
+ o.experienceLocales = buildUnnamed2941(); |
o.nextPageToken = "foo"; |
o.totalSize = 42; |
} |
@@ -476,21 +476,21 @@ buildListExperienceLocalesResponse() { |
checkListExperienceLocalesResponse(api.ListExperienceLocalesResponse o) { |
buildCounterListExperienceLocalesResponse++; |
if (buildCounterListExperienceLocalesResponse < 3) { |
- checkUnnamed2595(o.experienceLocales); |
+ checkUnnamed2941(o.experienceLocales); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListExperienceLocalesResponse--; |
} |
-buildUnnamed2596() { |
+buildUnnamed2942() { |
var o = new core.List<api.Order>(); |
o.add(buildOrder()); |
o.add(buildOrder()); |
return o; |
} |
-checkUnnamed2596(core.List<api.Order> o) { |
+checkUnnamed2942(core.List<api.Order> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrder(o[0]); |
checkOrder(o[1]); |
@@ -502,7 +502,7 @@ buildListOrdersResponse() { |
buildCounterListOrdersResponse++; |
if (buildCounterListOrdersResponse < 3) { |
o.nextPageToken = "foo"; |
- o.orders = buildUnnamed2596(); |
+ o.orders = buildUnnamed2942(); |
o.totalSize = 42; |
} |
buildCounterListOrdersResponse--; |
@@ -513,20 +513,20 @@ checkListOrdersResponse(api.ListOrdersResponse o) { |
buildCounterListOrdersResponse++; |
if (buildCounterListOrdersResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2596(o.orders); |
+ checkUnnamed2942(o.orders); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListOrdersResponse--; |
} |
-buildUnnamed2597() { |
+buildUnnamed2943() { |
var o = new core.List<api.StoreInfo>(); |
o.add(buildStoreInfo()); |
o.add(buildStoreInfo()); |
return o; |
} |
-checkUnnamed2597(core.List<api.StoreInfo> o) { |
+checkUnnamed2943(core.List<api.StoreInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkStoreInfo(o[0]); |
checkStoreInfo(o[1]); |
@@ -538,7 +538,7 @@ buildListStoreInfosResponse() { |
buildCounterListStoreInfosResponse++; |
if (buildCounterListStoreInfosResponse < 3) { |
o.nextPageToken = "foo"; |
- o.storeInfos = buildUnnamed2597(); |
+ o.storeInfos = buildUnnamed2943(); |
o.totalSize = 42; |
} |
buildCounterListStoreInfosResponse--; |
@@ -549,20 +549,20 @@ checkListStoreInfosResponse(api.ListStoreInfosResponse o) { |
buildCounterListStoreInfosResponse++; |
if (buildCounterListStoreInfosResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2597(o.storeInfos); |
+ checkUnnamed2943(o.storeInfos); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListStoreInfosResponse--; |
} |
-buildUnnamed2598() { |
+buildUnnamed2944() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2598(core.List<core.String> o) { |
+checkUnnamed2944(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')); |
@@ -576,7 +576,7 @@ buildOrder() { |
o.approvedTime = "foo"; |
o.channelId = "foo"; |
o.channelName = "foo"; |
- o.countries = buildUnnamed2598(); |
+ o.countries = buildUnnamed2944(); |
o.customId = "foo"; |
o.earliestAvailStartTime = "foo"; |
o.episodeName = "foo"; |
@@ -607,7 +607,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')); |
- checkUnnamed2598(o.countries); |
+ checkUnnamed2944(o.countries); |
unittest.expect(o.customId, unittest.equals('foo')); |
unittest.expect(o.earliestAvailStartTime, unittest.equals('foo')); |
unittest.expect(o.episodeName, unittest.equals('foo')); |
@@ -631,40 +631,40 @@ checkOrder(api.Order o) { |
buildCounterOrder--; |
} |
-buildUnnamed2599() { |
+buildUnnamed2945() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2599(core.List<core.String> o) { |
+checkUnnamed2945(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')); |
} |
-buildUnnamed2600() { |
+buildUnnamed2946() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2600(core.List<core.String> o) { |
+checkUnnamed2946(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')); |
} |
-buildUnnamed2601() { |
+buildUnnamed2947() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2601(core.List<core.String> o) { |
+checkUnnamed2947(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')); |
@@ -675,7 +675,7 @@ buildStoreInfo() { |
var o = new api.StoreInfo(); |
buildCounterStoreInfo++; |
if (buildCounterStoreInfo < 3) { |
- o.audioTracks = buildUnnamed2599(); |
+ o.audioTracks = buildUnnamed2945(); |
o.country = "foo"; |
o.editLevelEidr = "foo"; |
o.episodeNumber = "foo"; |
@@ -688,14 +688,14 @@ buildStoreInfo() { |
o.liveTime = "foo"; |
o.mid = "foo"; |
o.name = "foo"; |
- o.pphNames = buildUnnamed2600(); |
+ o.pphNames = buildUnnamed2946(); |
o.seasonId = "foo"; |
o.seasonName = "foo"; |
o.seasonNumber = "foo"; |
o.showId = "foo"; |
o.showName = "foo"; |
o.studioName = "foo"; |
- o.subtitles = buildUnnamed2601(); |
+ o.subtitles = buildUnnamed2947(); |
o.titleLevelEidr = "foo"; |
o.trailerId = "foo"; |
o.type = "foo"; |
@@ -708,7 +708,7 @@ buildStoreInfo() { |
checkStoreInfo(api.StoreInfo o) { |
buildCounterStoreInfo++; |
if (buildCounterStoreInfo < 3) { |
- checkUnnamed2599(o.audioTracks); |
+ checkUnnamed2945(o.audioTracks); |
unittest.expect(o.country, unittest.equals('foo')); |
unittest.expect(o.editLevelEidr, unittest.equals('foo')); |
unittest.expect(o.episodeNumber, unittest.equals('foo')); |
@@ -721,14 +721,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')); |
- checkUnnamed2600(o.pphNames); |
+ checkUnnamed2946(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')); |
- checkUnnamed2601(o.subtitles); |
+ checkUnnamed2947(o.subtitles); |
unittest.expect(o.titleLevelEidr, unittest.equals('foo')); |
unittest.expect(o.trailerId, unittest.equals('foo')); |
unittest.expect(o.type, unittest.equals('foo')); |
@@ -737,274 +737,274 @@ checkStoreInfo(api.StoreInfo o) { |
buildCounterStoreInfo--; |
} |
-buildUnnamed2602() { |
+buildUnnamed2948() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2602(core.List<core.String> o) { |
+checkUnnamed2948(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')); |
} |
-buildUnnamed2603() { |
+buildUnnamed2949() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2603(core.List<core.String> o) { |
+checkUnnamed2949(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')); |
} |
-buildUnnamed2604() { |
+buildUnnamed2950() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2604(core.List<core.String> o) { |
+checkUnnamed2950(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')); |
} |
-buildUnnamed2605() { |
+buildUnnamed2951() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2605(core.List<core.String> o) { |
+checkUnnamed2951(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')); |
} |
-buildUnnamed2606() { |
+buildUnnamed2952() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2606(core.List<core.String> o) { |
+checkUnnamed2952(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')); |
} |
-buildUnnamed2607() { |
+buildUnnamed2953() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2607(core.List<core.String> o) { |
+checkUnnamed2953(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')); |
} |
-buildUnnamed2608() { |
+buildUnnamed2954() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2608(core.List<core.String> o) { |
+checkUnnamed2954(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')); |
} |
-buildUnnamed2609() { |
+buildUnnamed2955() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2609(core.List<core.String> o) { |
+checkUnnamed2955(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')); |
} |
-buildUnnamed2610() { |
+buildUnnamed2956() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2610(core.List<core.String> o) { |
+checkUnnamed2956(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')); |
} |
-buildUnnamed2611() { |
+buildUnnamed2957() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2611(core.List<core.String> o) { |
+checkUnnamed2957(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')); |
} |
-buildUnnamed2612() { |
+buildUnnamed2958() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2612(core.List<core.String> o) { |
+checkUnnamed2958(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')); |
} |
-buildUnnamed2613() { |
+buildUnnamed2959() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2613(core.List<core.String> o) { |
+checkUnnamed2959(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')); |
} |
-buildUnnamed2614() { |
+buildUnnamed2960() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2614(core.List<core.String> o) { |
+checkUnnamed2960(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')); |
} |
-buildUnnamed2615() { |
+buildUnnamed2961() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2615(core.List<core.String> o) { |
+checkUnnamed2961(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')); |
} |
-buildUnnamed2616() { |
+buildUnnamed2962() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2616(core.List<core.String> o) { |
+checkUnnamed2962(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')); |
} |
-buildUnnamed2617() { |
+buildUnnamed2963() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2617(core.List<core.String> o) { |
+checkUnnamed2963(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')); |
} |
-buildUnnamed2618() { |
+buildUnnamed2964() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2618(core.List<core.String> o) { |
+checkUnnamed2964(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')); |
} |
-buildUnnamed2619() { |
+buildUnnamed2965() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2619(core.List<core.String> o) { |
+checkUnnamed2965(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')); |
} |
-buildUnnamed2620() { |
+buildUnnamed2966() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2620(core.List<core.String> o) { |
+checkUnnamed2966(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')); |
} |
-buildUnnamed2621() { |
+buildUnnamed2967() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2621(core.List<core.String> o) { |
+checkUnnamed2967(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')); |
} |
-buildUnnamed2622() { |
+buildUnnamed2968() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2622(core.List<core.String> o) { |
+checkUnnamed2968(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')); |
@@ -1165,13 +1165,13 @@ main() { |
var arg_accountId = "foo"; |
var arg_pageSize = 42; |
var arg_pageToken = "foo"; |
- var arg_pphNames = buildUnnamed2602(); |
- var arg_studioNames = buildUnnamed2603(); |
+ var arg_pphNames = buildUnnamed2948(); |
+ var arg_studioNames = buildUnnamed2949(); |
var arg_title = "foo"; |
- var arg_territories = buildUnnamed2604(); |
+ var arg_territories = buildUnnamed2950(); |
var arg_altId = "foo"; |
- var arg_videoIds = buildUnnamed2605(); |
- var arg_altIds = buildUnnamed2606(); |
+ var arg_videoIds = buildUnnamed2951(); |
+ var arg_altIds = buildUnnamed2952(); |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |
@@ -1238,11 +1238,11 @@ main() { |
var arg_accountId = "foo"; |
var arg_pageSize = 42; |
var arg_pageToken = "foo"; |
- var arg_pphNames = buildUnnamed2607(); |
- var arg_studioNames = buildUnnamed2608(); |
+ var arg_pphNames = buildUnnamed2953(); |
+ var arg_studioNames = buildUnnamed2954(); |
var arg_titleLevelEidr = "foo"; |
var arg_editLevelEidr = "foo"; |
- var arg_status = buildUnnamed2609(); |
+ var arg_status = buildUnnamed2955(); |
var arg_customId = "foo"; |
var arg_inventoryId = "foo"; |
var arg_presentationId = "foo"; |
@@ -1443,11 +1443,11 @@ main() { |
var arg_accountId = "foo"; |
var arg_pageSize = 42; |
var arg_pageToken = "foo"; |
- var arg_pphNames = buildUnnamed2610(); |
- var arg_studioNames = buildUnnamed2611(); |
+ var arg_pphNames = buildUnnamed2956(); |
+ var arg_studioNames = buildUnnamed2957(); |
var arg_titleLevelEidr = "foo"; |
var arg_editLevelEidr = "foo"; |
- var arg_status = buildUnnamed2612(); |
+ var arg_status = buildUnnamed2958(); |
var arg_customId = "foo"; |
var arg_altCutId = "foo"; |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
@@ -1571,12 +1571,12 @@ main() { |
var arg_accountId = "foo"; |
var arg_pageSize = 42; |
var arg_pageToken = "foo"; |
- var arg_pphNames = buildUnnamed2613(); |
- var arg_studioNames = buildUnnamed2614(); |
+ var arg_pphNames = buildUnnamed2959(); |
+ var arg_studioNames = buildUnnamed2960(); |
var arg_name = "foo"; |
- var arg_status = buildUnnamed2615(); |
+ var arg_status = buildUnnamed2961(); |
var arg_customId = "foo"; |
- var arg_videoIds = buildUnnamed2616(); |
+ var arg_videoIds = buildUnnamed2962(); |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |
@@ -1642,14 +1642,14 @@ main() { |
var arg_accountId = "foo"; |
var arg_pageSize = 42; |
var arg_pageToken = "foo"; |
- var arg_pphNames = buildUnnamed2617(); |
- var arg_studioNames = buildUnnamed2618(); |
+ var arg_pphNames = buildUnnamed2963(); |
+ var arg_studioNames = buildUnnamed2964(); |
var arg_videoId = "foo"; |
- var arg_countries = buildUnnamed2619(); |
+ var arg_countries = buildUnnamed2965(); |
var arg_name = "foo"; |
- var arg_videoIds = buildUnnamed2620(); |
- var arg_mids = buildUnnamed2621(); |
- var arg_seasonIds = buildUnnamed2622(); |
+ var arg_videoIds = buildUnnamed2966(); |
+ var arg_mids = buildUnnamed2967(); |
+ var arg_seasonIds = buildUnnamed2968(); |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |