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 afdc4504b8d59d4ed64d2561b013c1719d46d520..a98f4d3de85d58e7df07fb72b21044c9b47df4c7 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); |
} |
-buildUnnamed3229() { |
+buildUnnamed3019() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3229(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')); |
@@ -82,7 +82,7 @@ buildAvail() { |
o.episodeTitleInternalAlias = "foo"; |
o.formatProfile = "foo"; |
o.licenseType = "foo"; |
- o.pphNames = buildUnnamed3229(); |
+ o.pphNames = buildUnnamed3019(); |
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')); |
- checkUnnamed3229(o.pphNames); |
+ checkUnnamed3019(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--; |
} |
-buildUnnamed3230() { |
+buildUnnamed3020() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3230(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')); |
} |
-buildUnnamed3231() { |
+buildUnnamed3021() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3231(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')); |
} |
-buildUnnamed3232() { |
+buildUnnamed3022() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3232(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')); |
} |
-buildUnnamed3233() { |
+buildUnnamed3023() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3233(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')); |
} |
-buildUnnamed3234() { |
+buildUnnamed3024() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3234(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')); |
} |
-buildUnnamed3235() { |
+buildUnnamed3025() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3235(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')); |
@@ -230,13 +230,13 @@ buildComponent() { |
var o = new api.Component(); |
buildCounterComponent++; |
if (buildCounterComponent < 3) { |
- o.altCutIds = buildUnnamed3230(); |
+ o.altCutIds = buildUnnamed3020(); |
o.approvedTime = "foo"; |
o.componentDetailType = "foo"; |
o.componentId = "foo"; |
- o.customIds = buildUnnamed3231(); |
- o.editLevelEidrs = buildUnnamed3232(); |
- o.elIds = buildUnnamed3233(); |
+ o.customIds = buildUnnamed3021(); |
+ o.editLevelEidrs = buildUnnamed3022(); |
+ o.elIds = buildUnnamed3023(); |
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 = buildUnnamed3234(); |
+ o.processingErrors = buildUnnamed3024(); |
o.receivedTime = "foo"; |
o.rejectionNote = "foo"; |
o.status = "foo"; |
o.statusDetail = "foo"; |
o.studioName = "foo"; |
- o.titleLevelEidrs = buildUnnamed3235(); |
+ o.titleLevelEidrs = buildUnnamed3025(); |
o.type = "foo"; |
} |
buildCounterComponent--; |
@@ -260,13 +260,13 @@ buildComponent() { |
checkComponent(api.Component o) { |
buildCounterComponent++; |
if (buildCounterComponent < 3) { |
- checkUnnamed3230(o.altCutIds); |
+ checkUnnamed3020(o.altCutIds); |
unittest.expect(o.approvedTime, unittest.equals('foo')); |
unittest.expect(o.componentDetailType, unittest.equals('foo')); |
unittest.expect(o.componentId, unittest.equals('foo')); |
- checkUnnamed3231(o.customIds); |
- checkUnnamed3232(o.editLevelEidrs); |
- checkUnnamed3233(o.elIds); |
+ checkUnnamed3021(o.customIds); |
+ checkUnnamed3022(o.editLevelEidrs); |
+ checkUnnamed3023(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)); |
- checkUnnamed3234(o.processingErrors); |
+ checkUnnamed3024(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')); |
- checkUnnamed3235(o.titleLevelEidrs); |
+ checkUnnamed3025(o.titleLevelEidrs); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterComponent--; |
} |
-buildUnnamed3236() { |
+buildUnnamed3026() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3236(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')); |
} |
-buildUnnamed3237() { |
+buildUnnamed3027() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3237(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')); |
@@ -322,7 +322,7 @@ buildExperienceLocale() { |
o.channelId = "foo"; |
o.country = "foo"; |
o.createdTime = "foo"; |
- o.customIds = buildUnnamed3236(); |
+ o.customIds = buildUnnamed3026(); |
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 = buildUnnamed3237(); |
+ o.pphNames = buildUnnamed3027(); |
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')); |
- checkUnnamed3236(o.customIds); |
+ checkUnnamed3026(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')); |
- checkUnnamed3237(o.pphNames); |
+ checkUnnamed3027(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--; |
} |
-buildUnnamed3238() { |
+buildUnnamed3028() { |
var o = new core.List<api.Avail>(); |
o.add(buildAvail()); |
o.add(buildAvail()); |
return o; |
} |
-checkUnnamed3238(core.List<api.Avail> o) { |
+checkUnnamed3028(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 = buildUnnamed3238(); |
+ o.avails = buildUnnamed3028(); |
o.nextPageToken = "foo"; |
o.totalSize = 42; |
} |
@@ -404,21 +404,21 @@ buildListAvailsResponse() { |
checkListAvailsResponse(api.ListAvailsResponse o) { |
buildCounterListAvailsResponse++; |
if (buildCounterListAvailsResponse < 3) { |
- checkUnnamed3238(o.avails); |
+ checkUnnamed3028(o.avails); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListAvailsResponse--; |
} |
-buildUnnamed3239() { |
+buildUnnamed3029() { |
var o = new core.List<api.Component>(); |
o.add(buildComponent()); |
o.add(buildComponent()); |
return o; |
} |
-checkUnnamed3239(core.List<api.Component> o) { |
+checkUnnamed3029(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 = buildUnnamed3239(); |
+ o.components = buildUnnamed3029(); |
o.nextPageToken = "foo"; |
o.totalSize = 42; |
} |
@@ -440,21 +440,21 @@ buildListComponentsResponse() { |
checkListComponentsResponse(api.ListComponentsResponse o) { |
buildCounterListComponentsResponse++; |
if (buildCounterListComponentsResponse < 3) { |
- checkUnnamed3239(o.components); |
+ checkUnnamed3029(o.components); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListComponentsResponse--; |
} |
-buildUnnamed3240() { |
+buildUnnamed3030() { |
var o = new core.List<api.ExperienceLocale>(); |
o.add(buildExperienceLocale()); |
o.add(buildExperienceLocale()); |
return o; |
} |
-checkUnnamed3240(core.List<api.ExperienceLocale> o) { |
+checkUnnamed3030(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 = buildUnnamed3240(); |
+ o.experienceLocales = buildUnnamed3030(); |
o.nextPageToken = "foo"; |
o.totalSize = 42; |
} |
@@ -476,21 +476,21 @@ buildListExperienceLocalesResponse() { |
checkListExperienceLocalesResponse(api.ListExperienceLocalesResponse o) { |
buildCounterListExperienceLocalesResponse++; |
if (buildCounterListExperienceLocalesResponse < 3) { |
- checkUnnamed3240(o.experienceLocales); |
+ checkUnnamed3030(o.experienceLocales); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListExperienceLocalesResponse--; |
} |
-buildUnnamed3241() { |
+buildUnnamed3031() { |
var o = new core.List<api.Order>(); |
o.add(buildOrder()); |
o.add(buildOrder()); |
return o; |
} |
-checkUnnamed3241(core.List<api.Order> o) { |
+checkUnnamed3031(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 = buildUnnamed3241(); |
+ o.orders = buildUnnamed3031(); |
o.totalSize = 42; |
} |
buildCounterListOrdersResponse--; |
@@ -513,20 +513,20 @@ checkListOrdersResponse(api.ListOrdersResponse o) { |
buildCounterListOrdersResponse++; |
if (buildCounterListOrdersResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3241(o.orders); |
+ checkUnnamed3031(o.orders); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListOrdersResponse--; |
} |
-buildUnnamed3242() { |
+buildUnnamed3032() { |
var o = new core.List<api.StoreInfo>(); |
o.add(buildStoreInfo()); |
o.add(buildStoreInfo()); |
return o; |
} |
-checkUnnamed3242(core.List<api.StoreInfo> o) { |
+checkUnnamed3032(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 = buildUnnamed3242(); |
+ o.storeInfos = buildUnnamed3032(); |
o.totalSize = 42; |
} |
buildCounterListStoreInfosResponse--; |
@@ -549,20 +549,20 @@ checkListStoreInfosResponse(api.ListStoreInfosResponse o) { |
buildCounterListStoreInfosResponse++; |
if (buildCounterListStoreInfosResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3242(o.storeInfos); |
+ checkUnnamed3032(o.storeInfos); |
unittest.expect(o.totalSize, unittest.equals(42)); |
} |
buildCounterListStoreInfosResponse--; |
} |
-buildUnnamed3243() { |
+buildUnnamed3033() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3243(core.List<core.String> o) { |
+checkUnnamed3033(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 = buildUnnamed3243(); |
+ o.countries = buildUnnamed3033(); |
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')); |
- checkUnnamed3243(o.countries); |
+ checkUnnamed3033(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--; |
} |
-buildUnnamed3244() { |
+buildUnnamed3034() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3244(core.List<core.String> o) { |
+checkUnnamed3034(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')); |
} |
-buildUnnamed3245() { |
+buildUnnamed3035() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3245(core.List<core.String> o) { |
+checkUnnamed3035(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')); |
} |
-buildUnnamed3246() { |
+buildUnnamed3036() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3246(core.List<core.String> o) { |
+checkUnnamed3036(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 = buildUnnamed3244(); |
+ o.audioTracks = buildUnnamed3034(); |
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 = buildUnnamed3245(); |
+ o.pphNames = buildUnnamed3035(); |
o.seasonId = "foo"; |
o.seasonName = "foo"; |
o.seasonNumber = "foo"; |
o.showId = "foo"; |
o.showName = "foo"; |
o.studioName = "foo"; |
- o.subtitles = buildUnnamed3246(); |
+ o.subtitles = buildUnnamed3036(); |
o.titleLevelEidr = "foo"; |
o.trailerId = "foo"; |
o.type = "foo"; |
@@ -708,7 +708,7 @@ buildStoreInfo() { |
checkStoreInfo(api.StoreInfo o) { |
buildCounterStoreInfo++; |
if (buildCounterStoreInfo < 3) { |
- checkUnnamed3244(o.audioTracks); |
+ checkUnnamed3034(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')); |
- checkUnnamed3245(o.pphNames); |
+ checkUnnamed3035(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')); |
- checkUnnamed3246(o.subtitles); |
+ checkUnnamed3036(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--; |
} |
-buildUnnamed3247() { |
+buildUnnamed3037() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3247(core.List<core.String> o) { |
+checkUnnamed3037(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')); |
} |
-buildUnnamed3248() { |
+buildUnnamed3038() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3248(core.List<core.String> o) { |
+checkUnnamed3038(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')); |
} |
-buildUnnamed3249() { |
+buildUnnamed3039() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3249(core.List<core.String> o) { |
+checkUnnamed3039(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')); |
} |
-buildUnnamed3250() { |
+buildUnnamed3040() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3250(core.List<core.String> o) { |
+checkUnnamed3040(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')); |
} |
-buildUnnamed3251() { |
+buildUnnamed3041() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3251(core.List<core.String> o) { |
+checkUnnamed3041(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')); |
} |
-buildUnnamed3252() { |
+buildUnnamed3042() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3252(core.List<core.String> o) { |
+checkUnnamed3042(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')); |
} |
-buildUnnamed3253() { |
+buildUnnamed3043() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3253(core.List<core.String> o) { |
+checkUnnamed3043(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')); |
} |
-buildUnnamed3254() { |
+buildUnnamed3044() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3254(core.List<core.String> o) { |
+checkUnnamed3044(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')); |
} |
-buildUnnamed3255() { |
+buildUnnamed3045() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3255(core.List<core.String> o) { |
+checkUnnamed3045(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')); |
} |
-buildUnnamed3256() { |
+buildUnnamed3046() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3256(core.List<core.String> o) { |
+checkUnnamed3046(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')); |
} |
-buildUnnamed3257() { |
+buildUnnamed3047() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3257(core.List<core.String> o) { |
+checkUnnamed3047(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')); |
} |
-buildUnnamed3258() { |
+buildUnnamed3048() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3258(core.List<core.String> o) { |
+checkUnnamed3048(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')); |
} |
-buildUnnamed3259() { |
+buildUnnamed3049() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3259(core.List<core.String> o) { |
+checkUnnamed3049(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')); |
} |
-buildUnnamed3260() { |
+buildUnnamed3050() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3260(core.List<core.String> o) { |
+checkUnnamed3050(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')); |
} |
-buildUnnamed3261() { |
+buildUnnamed3051() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3261(core.List<core.String> o) { |
+checkUnnamed3051(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')); |
} |
-buildUnnamed3262() { |
+buildUnnamed3052() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3262(core.List<core.String> o) { |
+checkUnnamed3052(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')); |
} |
-buildUnnamed3263() { |
+buildUnnamed3053() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3263(core.List<core.String> o) { |
+checkUnnamed3053(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')); |
} |
-buildUnnamed3264() { |
+buildUnnamed3054() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3264(core.List<core.String> o) { |
+checkUnnamed3054(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')); |
} |
-buildUnnamed3265() { |
+buildUnnamed3055() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3265(core.List<core.String> o) { |
+checkUnnamed3055(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')); |
} |
-buildUnnamed3266() { |
+buildUnnamed3056() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3266(core.List<core.String> o) { |
+checkUnnamed3056(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')); |
} |
-buildUnnamed3267() { |
+buildUnnamed3057() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3267(core.List<core.String> o) { |
+checkUnnamed3057(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 = buildUnnamed3247(); |
- var arg_studioNames = buildUnnamed3248(); |
+ var arg_pphNames = buildUnnamed3037(); |
+ var arg_studioNames = buildUnnamed3038(); |
var arg_title = "foo"; |
- var arg_territories = buildUnnamed3249(); |
+ var arg_territories = buildUnnamed3039(); |
var arg_altId = "foo"; |
- var arg_videoIds = buildUnnamed3250(); |
- var arg_altIds = buildUnnamed3251(); |
+ var arg_videoIds = buildUnnamed3040(); |
+ var arg_altIds = buildUnnamed3041(); |
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 = buildUnnamed3252(); |
- var arg_studioNames = buildUnnamed3253(); |
+ var arg_pphNames = buildUnnamed3042(); |
+ var arg_studioNames = buildUnnamed3043(); |
var arg_titleLevelEidr = "foo"; |
var arg_editLevelEidr = "foo"; |
- var arg_status = buildUnnamed3254(); |
+ var arg_status = buildUnnamed3044(); |
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 = buildUnnamed3255(); |
- var arg_studioNames = buildUnnamed3256(); |
+ var arg_pphNames = buildUnnamed3045(); |
+ var arg_studioNames = buildUnnamed3046(); |
var arg_titleLevelEidr = "foo"; |
var arg_editLevelEidr = "foo"; |
- var arg_status = buildUnnamed3257(); |
+ var arg_status = buildUnnamed3047(); |
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 = buildUnnamed3258(); |
- var arg_studioNames = buildUnnamed3259(); |
+ var arg_pphNames = buildUnnamed3048(); |
+ var arg_studioNames = buildUnnamed3049(); |
var arg_name = "foo"; |
- var arg_status = buildUnnamed3260(); |
+ var arg_status = buildUnnamed3050(); |
var arg_customId = "foo"; |
- var arg_videoIds = buildUnnamed3261(); |
+ var arg_videoIds = buildUnnamed3051(); |
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 = buildUnnamed3262(); |
- var arg_studioNames = buildUnnamed3263(); |
+ var arg_pphNames = buildUnnamed3052(); |
+ var arg_studioNames = buildUnnamed3053(); |
var arg_videoId = "foo"; |
- var arg_countries = buildUnnamed3264(); |
+ var arg_countries = buildUnnamed3054(); |
var arg_name = "foo"; |
- var arg_videoIds = buildUnnamed3265(); |
- var arg_mids = buildUnnamed3266(); |
- var arg_seasonIds = buildUnnamed3267(); |
+ var arg_videoIds = buildUnnamed3055(); |
+ var arg_mids = buildUnnamed3056(); |
+ var arg_seasonIds = buildUnnamed3057(); |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |