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 2fa43d5815b6f0f599dfd0b6276371332b465ad6..afdc4504b8d59d4ed64d2561b013c1719d46d520 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); |
} |
-buildUnnamed3415() { |
+buildUnnamed3229() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3415(core.List<core.String> o) { |
+checkUnnamed3229(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 = buildUnnamed3415(); |
+ o.pphNames = buildUnnamed3229(); |
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')); |
- checkUnnamed3415(o.pphNames); |
+ checkUnnamed3229(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--; |
} |
-buildUnnamed3416() { |
+buildUnnamed3230() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3416(core.List<core.String> o) { |
+checkUnnamed3230(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')); |
} |
-buildUnnamed3417() { |
+buildUnnamed3231() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3417(core.List<core.String> o) { |
+checkUnnamed3231(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')); |
} |
-buildUnnamed3418() { |
+buildUnnamed3232() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3418(core.List<core.String> o) { |
+checkUnnamed3232(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')); |
} |
-buildUnnamed3419() { |
+buildUnnamed3233() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3419(core.List<core.String> o) { |
+checkUnnamed3233(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')); |
} |
-buildUnnamed3420() { |
+buildUnnamed3234() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3420(core.List<core.String> o) { |
+checkUnnamed3234(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')); |
} |
-buildUnnamed3421() { |
+buildUnnamed3235() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3421(core.List<core.String> o) { |
+checkUnnamed3235(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 = buildUnnamed3416(); |
+ o.altCutIds = buildUnnamed3230(); |
o.approvedTime = "foo"; |
o.componentDetailType = "foo"; |
o.componentId = "foo"; |
- o.customIds = buildUnnamed3417(); |
- o.editLevelEidrs = buildUnnamed3418(); |
- o.elIds = buildUnnamed3419(); |
+ o.customIds = buildUnnamed3231(); |
+ o.editLevelEidrs = buildUnnamed3232(); |
+ o.elIds = buildUnnamed3233(); |
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 = buildUnnamed3420(); |
+ o.processingErrors = buildUnnamed3234(); |
o.receivedTime = "foo"; |
o.rejectionNote = "foo"; |
o.status = "foo"; |
o.statusDetail = "foo"; |
o.studioName = "foo"; |
- o.titleLevelEidrs = buildUnnamed3421(); |
+ o.titleLevelEidrs = buildUnnamed3235(); |
o.type = "foo"; |
} |
buildCounterComponent--; |
@@ -260,13 +260,13 @@ buildComponent() { |
checkComponent(api.Component o) { |
buildCounterComponent++; |
if (buildCounterComponent < 3) { |
- checkUnnamed3416(o.altCutIds); |
+ checkUnnamed3230(o.altCutIds); |
unittest.expect(o.approvedTime, unittest.equals('foo')); |
unittest.expect(o.componentDetailType, unittest.equals('foo')); |
unittest.expect(o.componentId, unittest.equals('foo')); |
- checkUnnamed3417(o.customIds); |
- checkUnnamed3418(o.editLevelEidrs); |
- checkUnnamed3419(o.elIds); |
+ checkUnnamed3231(o.customIds); |
+ checkUnnamed3232(o.editLevelEidrs); |
+ checkUnnamed3233(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)); |
- checkUnnamed3420(o.processingErrors); |
+ checkUnnamed3234(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')); |
- checkUnnamed3421(o.titleLevelEidrs); |
+ checkUnnamed3235(o.titleLevelEidrs); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterComponent--; |
} |
-buildUnnamed3422() { |
+buildUnnamed3236() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3422(core.List<core.String> o) { |
+checkUnnamed3236(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')); |
} |
-buildUnnamed3423() { |
+buildUnnamed3237() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3423(core.List<core.String> o) { |
+checkUnnamed3237(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 = buildUnnamed3422(); |
+ o.customIds = buildUnnamed3236(); |
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 = buildUnnamed3423(); |
+ o.pphNames = buildUnnamed3237(); |
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')); |
- checkUnnamed3422(o.customIds); |
+ checkUnnamed3236(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')); |
- checkUnnamed3423(o.pphNames); |
+ checkUnnamed3237(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--; |
} |
-buildUnnamed3424() { |
+buildUnnamed3238() { |
var o = new core.List<api.Avail>(); |
o.add(buildAvail()); |
o.add(buildAvail()); |
return o; |
} |
-checkUnnamed3424(core.List<api.Avail> o) { |
+checkUnnamed3238(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 = buildUnnamed3424(); |
+ o.avails = buildUnnamed3238(); |
o.nextPageToken = "foo"; |
o.totalSize = 42; |
} |
@@ -404,21 +404,21 @@ buildListAvailsResponse() { |
checkListAvailsResponse(api.ListAvailsResponse o) { |
buildCounterListAvailsResponse++; |
if (buildCounterListAvailsResponse < 3) { |
- checkUnnamed3424(o.avails); |
+ checkUnnamed3238(o.avails); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListAvailsResponse--; |
} |
-buildUnnamed3425() { |
+buildUnnamed3239() { |
var o = new core.List<api.Component>(); |
o.add(buildComponent()); |
o.add(buildComponent()); |
return o; |
} |
-checkUnnamed3425(core.List<api.Component> o) { |
+checkUnnamed3239(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 = buildUnnamed3425(); |
+ o.components = buildUnnamed3239(); |
o.nextPageToken = "foo"; |
o.totalSize = 42; |
} |
@@ -440,21 +440,21 @@ buildListComponentsResponse() { |
checkListComponentsResponse(api.ListComponentsResponse o) { |
buildCounterListComponentsResponse++; |
if (buildCounterListComponentsResponse < 3) { |
- checkUnnamed3425(o.components); |
+ checkUnnamed3239(o.components); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListComponentsResponse--; |
} |
-buildUnnamed3426() { |
+buildUnnamed3240() { |
var o = new core.List<api.ExperienceLocale>(); |
o.add(buildExperienceLocale()); |
o.add(buildExperienceLocale()); |
return o; |
} |
-checkUnnamed3426(core.List<api.ExperienceLocale> o) { |
+checkUnnamed3240(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 = buildUnnamed3426(); |
+ o.experienceLocales = buildUnnamed3240(); |
o.nextPageToken = "foo"; |
o.totalSize = 42; |
} |
@@ -476,21 +476,21 @@ buildListExperienceLocalesResponse() { |
checkListExperienceLocalesResponse(api.ListExperienceLocalesResponse o) { |
buildCounterListExperienceLocalesResponse++; |
if (buildCounterListExperienceLocalesResponse < 3) { |
- checkUnnamed3426(o.experienceLocales); |
+ checkUnnamed3240(o.experienceLocales); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListExperienceLocalesResponse--; |
} |
-buildUnnamed3427() { |
+buildUnnamed3241() { |
var o = new core.List<api.Order>(); |
o.add(buildOrder()); |
o.add(buildOrder()); |
return o; |
} |
-checkUnnamed3427(core.List<api.Order> o) { |
+checkUnnamed3241(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 = buildUnnamed3427(); |
+ o.orders = buildUnnamed3241(); |
o.totalSize = 42; |
} |
buildCounterListOrdersResponse--; |
@@ -513,20 +513,20 @@ checkListOrdersResponse(api.ListOrdersResponse o) { |
buildCounterListOrdersResponse++; |
if (buildCounterListOrdersResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3427(o.orders); |
+ checkUnnamed3241(o.orders); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListOrdersResponse--; |
} |
-buildUnnamed3428() { |
+buildUnnamed3242() { |
var o = new core.List<api.StoreInfo>(); |
o.add(buildStoreInfo()); |
o.add(buildStoreInfo()); |
return o; |
} |
-checkUnnamed3428(core.List<api.StoreInfo> o) { |
+checkUnnamed3242(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 = buildUnnamed3428(); |
+ o.storeInfos = buildUnnamed3242(); |
o.totalSize = 42; |
} |
buildCounterListStoreInfosResponse--; |
@@ -549,20 +549,20 @@ checkListStoreInfosResponse(api.ListStoreInfosResponse o) { |
buildCounterListStoreInfosResponse++; |
if (buildCounterListStoreInfosResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3428(o.storeInfos); |
+ checkUnnamed3242(o.storeInfos); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListStoreInfosResponse--; |
} |
-buildUnnamed3429() { |
+buildUnnamed3243() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3429(core.List<core.String> o) { |
+checkUnnamed3243(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 = buildUnnamed3429(); |
+ o.countries = buildUnnamed3243(); |
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')); |
- checkUnnamed3429(o.countries); |
+ checkUnnamed3243(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--; |
} |
-buildUnnamed3430() { |
+buildUnnamed3244() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3430(core.List<core.String> o) { |
+checkUnnamed3244(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')); |
} |
-buildUnnamed3431() { |
+buildUnnamed3245() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3431(core.List<core.String> o) { |
+checkUnnamed3245(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')); |
} |
-buildUnnamed3432() { |
+buildUnnamed3246() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3432(core.List<core.String> o) { |
+checkUnnamed3246(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 = buildUnnamed3430(); |
+ o.audioTracks = buildUnnamed3244(); |
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 = buildUnnamed3431(); |
+ o.pphNames = buildUnnamed3245(); |
o.seasonId = "foo"; |
o.seasonName = "foo"; |
o.seasonNumber = "foo"; |
o.showId = "foo"; |
o.showName = "foo"; |
o.studioName = "foo"; |
- o.subtitles = buildUnnamed3432(); |
+ o.subtitles = buildUnnamed3246(); |
o.titleLevelEidr = "foo"; |
o.trailerId = "foo"; |
o.type = "foo"; |
@@ -708,7 +708,7 @@ buildStoreInfo() { |
checkStoreInfo(api.StoreInfo o) { |
buildCounterStoreInfo++; |
if (buildCounterStoreInfo < 3) { |
- checkUnnamed3430(o.audioTracks); |
+ checkUnnamed3244(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')); |
- checkUnnamed3431(o.pphNames); |
+ checkUnnamed3245(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')); |
- checkUnnamed3432(o.subtitles); |
+ checkUnnamed3246(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--; |
} |
-buildUnnamed3433() { |
+buildUnnamed3247() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3433(core.List<core.String> o) { |
+checkUnnamed3247(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')); |
} |
-buildUnnamed3434() { |
+buildUnnamed3248() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3434(core.List<core.String> o) { |
+checkUnnamed3248(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')); |
} |
-buildUnnamed3435() { |
+buildUnnamed3249() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3435(core.List<core.String> o) { |
+checkUnnamed3249(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')); |
} |
-buildUnnamed3436() { |
+buildUnnamed3250() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3436(core.List<core.String> o) { |
+checkUnnamed3250(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')); |
} |
-buildUnnamed3437() { |
+buildUnnamed3251() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3437(core.List<core.String> o) { |
+checkUnnamed3251(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')); |
} |
-buildUnnamed3438() { |
+buildUnnamed3252() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3438(core.List<core.String> o) { |
+checkUnnamed3252(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')); |
} |
-buildUnnamed3439() { |
+buildUnnamed3253() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3439(core.List<core.String> o) { |
+checkUnnamed3253(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')); |
} |
-buildUnnamed3440() { |
+buildUnnamed3254() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3440(core.List<core.String> o) { |
+checkUnnamed3254(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')); |
} |
-buildUnnamed3441() { |
+buildUnnamed3255() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3441(core.List<core.String> o) { |
+checkUnnamed3255(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')); |
} |
-buildUnnamed3442() { |
+buildUnnamed3256() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3442(core.List<core.String> o) { |
+checkUnnamed3256(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')); |
} |
-buildUnnamed3443() { |
+buildUnnamed3257() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3443(core.List<core.String> o) { |
+checkUnnamed3257(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')); |
} |
-buildUnnamed3444() { |
+buildUnnamed3258() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3444(core.List<core.String> o) { |
+checkUnnamed3258(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')); |
} |
-buildUnnamed3445() { |
+buildUnnamed3259() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3445(core.List<core.String> o) { |
+checkUnnamed3259(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')); |
} |
-buildUnnamed3446() { |
+buildUnnamed3260() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3446(core.List<core.String> o) { |
+checkUnnamed3260(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')); |
} |
-buildUnnamed3447() { |
+buildUnnamed3261() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3447(core.List<core.String> o) { |
+checkUnnamed3261(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')); |
} |
-buildUnnamed3448() { |
+buildUnnamed3262() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3448(core.List<core.String> o) { |
+checkUnnamed3262(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')); |
} |
-buildUnnamed3449() { |
+buildUnnamed3263() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3449(core.List<core.String> o) { |
+checkUnnamed3263(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')); |
} |
-buildUnnamed3450() { |
+buildUnnamed3264() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3450(core.List<core.String> o) { |
+checkUnnamed3264(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')); |
} |
-buildUnnamed3451() { |
+buildUnnamed3265() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3451(core.List<core.String> o) { |
+checkUnnamed3265(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')); |
} |
-buildUnnamed3452() { |
+buildUnnamed3266() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3452(core.List<core.String> o) { |
+checkUnnamed3266(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')); |
} |
-buildUnnamed3453() { |
+buildUnnamed3267() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3453(core.List<core.String> o) { |
+checkUnnamed3267(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 = buildUnnamed3433(); |
- var arg_studioNames = buildUnnamed3434(); |
+ var arg_pphNames = buildUnnamed3247(); |
+ var arg_studioNames = buildUnnamed3248(); |
var arg_title = "foo"; |
- var arg_territories = buildUnnamed3435(); |
+ var arg_territories = buildUnnamed3249(); |
var arg_altId = "foo"; |
- var arg_videoIds = buildUnnamed3436(); |
- var arg_altIds = buildUnnamed3437(); |
+ var arg_videoIds = buildUnnamed3250(); |
+ var arg_altIds = buildUnnamed3251(); |
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 = buildUnnamed3438(); |
- var arg_studioNames = buildUnnamed3439(); |
+ var arg_pphNames = buildUnnamed3252(); |
+ var arg_studioNames = buildUnnamed3253(); |
var arg_titleLevelEidr = "foo"; |
var arg_editLevelEidr = "foo"; |
- var arg_status = buildUnnamed3440(); |
+ var arg_status = buildUnnamed3254(); |
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 = buildUnnamed3441(); |
- var arg_studioNames = buildUnnamed3442(); |
+ var arg_pphNames = buildUnnamed3255(); |
+ var arg_studioNames = buildUnnamed3256(); |
var arg_titleLevelEidr = "foo"; |
var arg_editLevelEidr = "foo"; |
- var arg_status = buildUnnamed3443(); |
+ var arg_status = buildUnnamed3257(); |
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 = buildUnnamed3444(); |
- var arg_studioNames = buildUnnamed3445(); |
+ var arg_pphNames = buildUnnamed3258(); |
+ var arg_studioNames = buildUnnamed3259(); |
var arg_name = "foo"; |
- var arg_status = buildUnnamed3446(); |
+ var arg_status = buildUnnamed3260(); |
var arg_customId = "foo"; |
- var arg_videoIds = buildUnnamed3447(); |
+ var arg_videoIds = buildUnnamed3261(); |
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 = buildUnnamed3448(); |
- var arg_studioNames = buildUnnamed3449(); |
+ var arg_pphNames = buildUnnamed3262(); |
+ var arg_studioNames = buildUnnamed3263(); |
var arg_videoId = "foo"; |
- var arg_countries = buildUnnamed3450(); |
+ var arg_countries = buildUnnamed3264(); |
var arg_name = "foo"; |
- var arg_videoIds = buildUnnamed3451(); |
- var arg_mids = buildUnnamed3452(); |
- var arg_seasonIds = buildUnnamed3453(); |
+ var arg_videoIds = buildUnnamed3265(); |
+ var arg_mids = buildUnnamed3266(); |
+ var arg_seasonIds = buildUnnamed3267(); |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |