Index: generated/googleapis/test/youtube/v3_test.dart |
diff --git a/generated/googleapis/test/youtube/v3_test.dart b/generated/googleapis/test/youtube/v3_test.dart |
index 95b30d82bb11025dbdeb3ddd4078ba280e01cdf9..41c15d443872f02ec7a2e2b9e91606036bdd81d5 100644 |
--- a/generated/googleapis/test/youtube/v3_test.dart |
+++ b/generated/googleapis/test/youtube/v3_test.dart |
@@ -16,14 +16,14 @@ import 'package:googleapis/youtube/v3.dart' as api; |
-buildUnnamed987() { |
+buildUnnamed337() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed987(core.List<core.String> o) { |
+checkUnnamed337(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')); |
@@ -35,7 +35,7 @@ buildAccessPolicy() { |
buildCounterAccessPolicy++; |
if (buildCounterAccessPolicy < 3) { |
o.allowed = true; |
- o.exception = buildUnnamed987(); |
+ o.exception = buildUnnamed337(); |
} |
buildCounterAccessPolicy--; |
return o; |
@@ -45,7 +45,7 @@ checkAccessPolicy(api.AccessPolicy o) { |
buildCounterAccessPolicy++; |
if (buildCounterAccessPolicy < 3) { |
unittest.expect(o.allowed, unittest.isTrue); |
- checkUnnamed987(o.exception); |
+ checkUnnamed337(o.exception); |
} |
buildCounterAccessPolicy--; |
} |
@@ -234,27 +234,27 @@ checkActivityContentDetailsPlaylistItem(api.ActivityContentDetailsPlaylistItem o |
buildCounterActivityContentDetailsPlaylistItem--; |
} |
-buildUnnamed988() { |
+buildUnnamed338() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed988(core.List<core.String> o) { |
+checkUnnamed338(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')); |
} |
-buildUnnamed989() { |
+buildUnnamed339() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed989(core.List<core.String> o) { |
+checkUnnamed339(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')); |
@@ -272,8 +272,8 @@ buildActivityContentDetailsPromotedItem() { |
o.customCtaButtonText = "foo"; |
o.descriptionText = "foo"; |
o.destinationUrl = "foo"; |
- o.forecastingUrl = buildUnnamed988(); |
- o.impressionUrl = buildUnnamed989(); |
+ o.forecastingUrl = buildUnnamed338(); |
+ o.impressionUrl = buildUnnamed339(); |
o.videoId = "foo"; |
} |
buildCounterActivityContentDetailsPromotedItem--; |
@@ -290,8 +290,8 @@ checkActivityContentDetailsPromotedItem(api.ActivityContentDetailsPromotedItem o |
unittest.expect(o.customCtaButtonText, unittest.equals('foo')); |
unittest.expect(o.descriptionText, unittest.equals('foo')); |
unittest.expect(o.destinationUrl, unittest.equals('foo')); |
- checkUnnamed988(o.forecastingUrl); |
- checkUnnamed989(o.impressionUrl); |
+ checkUnnamed338(o.forecastingUrl); |
+ checkUnnamed339(o.impressionUrl); |
unittest.expect(o.videoId, unittest.equals('foo')); |
} |
buildCounterActivityContentDetailsPromotedItem--; |
@@ -385,14 +385,14 @@ checkActivityContentDetailsUpload(api.ActivityContentDetailsUpload o) { |
buildCounterActivityContentDetailsUpload--; |
} |
-buildUnnamed990() { |
+buildUnnamed340() { |
var o = new core.List<api.Activity>(); |
o.add(buildActivity()); |
o.add(buildActivity()); |
return o; |
} |
-checkUnnamed990(core.List<api.Activity> o) { |
+checkUnnamed340(core.List<api.Activity> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkActivity(o[0]); |
checkActivity(o[1]); |
@@ -405,7 +405,7 @@ buildActivityListResponse() { |
if (buildCounterActivityListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed990(); |
+ o.items = buildUnnamed340(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -422,7 +422,7 @@ checkActivityListResponse(api.ActivityListResponse o) { |
if (buildCounterActivityListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed990(o.items); |
+ checkUnnamed340(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -580,14 +580,14 @@ checkChannelBannerResource(api.ChannelBannerResource o) { |
buildCounterChannelBannerResource--; |
} |
-buildUnnamed991() { |
+buildUnnamed341() { |
var o = new core.List<api.PropertyValue>(); |
o.add(buildPropertyValue()); |
o.add(buildPropertyValue()); |
return o; |
} |
-checkUnnamed991(core.List<api.PropertyValue> o) { |
+checkUnnamed341(core.List<api.PropertyValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPropertyValue(o[0]); |
checkPropertyValue(o[1]); |
@@ -599,7 +599,7 @@ buildChannelBrandingSettings() { |
buildCounterChannelBrandingSettings++; |
if (buildCounterChannelBrandingSettings < 3) { |
o.channel = buildChannelSettings(); |
- o.hints = buildUnnamed991(); |
+ o.hints = buildUnnamed341(); |
o.image = buildImageSettings(); |
o.watch = buildWatchSettings(); |
} |
@@ -611,7 +611,7 @@ checkChannelBrandingSettings(api.ChannelBrandingSettings o) { |
buildCounterChannelBrandingSettings++; |
if (buildCounterChannelBrandingSettings < 3) { |
checkChannelSettings(o.channel); |
- checkUnnamed991(o.hints); |
+ checkUnnamed341(o.hints); |
checkImageSettings(o.image); |
checkWatchSettings(o.watch); |
} |
@@ -708,14 +708,14 @@ checkChannelConversionPing(api.ChannelConversionPing o) { |
buildCounterChannelConversionPing--; |
} |
-buildUnnamed992() { |
+buildUnnamed342() { |
var o = new core.List<api.ChannelConversionPing>(); |
o.add(buildChannelConversionPing()); |
o.add(buildChannelConversionPing()); |
return o; |
} |
-checkUnnamed992(core.List<api.ChannelConversionPing> o) { |
+checkUnnamed342(core.List<api.ChannelConversionPing> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChannelConversionPing(o[0]); |
checkChannelConversionPing(o[1]); |
@@ -726,7 +726,7 @@ buildChannelConversionPings() { |
var o = new api.ChannelConversionPings(); |
buildCounterChannelConversionPings++; |
if (buildCounterChannelConversionPings < 3) { |
- o.pings = buildUnnamed992(); |
+ o.pings = buildUnnamed342(); |
} |
buildCounterChannelConversionPings--; |
return o; |
@@ -735,19 +735,19 @@ buildChannelConversionPings() { |
checkChannelConversionPings(api.ChannelConversionPings o) { |
buildCounterChannelConversionPings++; |
if (buildCounterChannelConversionPings < 3) { |
- checkUnnamed992(o.pings); |
+ checkUnnamed342(o.pings); |
} |
buildCounterChannelConversionPings--; |
} |
-buildUnnamed993() { |
+buildUnnamed343() { |
var o = new core.List<api.Channel>(); |
o.add(buildChannel()); |
o.add(buildChannel()); |
return o; |
} |
-checkUnnamed993(core.List<api.Channel> o) { |
+checkUnnamed343(core.List<api.Channel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChannel(o[0]); |
checkChannel(o[1]); |
@@ -760,7 +760,7 @@ buildChannelListResponse() { |
if (buildCounterChannelListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed993(); |
+ o.items = buildUnnamed343(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -777,7 +777,7 @@ checkChannelListResponse(api.ChannelListResponse o) { |
if (buildCounterChannelListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed993(o.items); |
+ checkUnnamed343(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -815,27 +815,27 @@ checkChannelSection(api.ChannelSection o) { |
buildCounterChannelSection--; |
} |
-buildUnnamed994() { |
+buildUnnamed344() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed994(core.List<core.String> o) { |
+checkUnnamed344(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')); |
} |
-buildUnnamed995() { |
+buildUnnamed345() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed995(core.List<core.String> o) { |
+checkUnnamed345(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')); |
@@ -846,8 +846,8 @@ buildChannelSectionContentDetails() { |
var o = new api.ChannelSectionContentDetails(); |
buildCounterChannelSectionContentDetails++; |
if (buildCounterChannelSectionContentDetails < 3) { |
- o.channels = buildUnnamed994(); |
- o.playlists = buildUnnamed995(); |
+ o.channels = buildUnnamed344(); |
+ o.playlists = buildUnnamed345(); |
} |
buildCounterChannelSectionContentDetails--; |
return o; |
@@ -856,20 +856,20 @@ buildChannelSectionContentDetails() { |
checkChannelSectionContentDetails(api.ChannelSectionContentDetails o) { |
buildCounterChannelSectionContentDetails++; |
if (buildCounterChannelSectionContentDetails < 3) { |
- checkUnnamed994(o.channels); |
- checkUnnamed995(o.playlists); |
+ checkUnnamed344(o.channels); |
+ checkUnnamed345(o.playlists); |
} |
buildCounterChannelSectionContentDetails--; |
} |
-buildUnnamed996() { |
+buildUnnamed346() { |
var o = new core.List<api.ChannelSection>(); |
o.add(buildChannelSection()); |
o.add(buildChannelSection()); |
return o; |
} |
-checkUnnamed996(core.List<api.ChannelSection> o) { |
+checkUnnamed346(core.List<api.ChannelSection> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChannelSection(o[0]); |
checkChannelSection(o[1]); |
@@ -882,7 +882,7 @@ buildChannelSectionListResponse() { |
if (buildCounterChannelSectionListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed996(); |
+ o.items = buildUnnamed346(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -895,7 +895,7 @@ checkChannelSectionListResponse(api.ChannelSectionListResponse o) { |
if (buildCounterChannelSectionListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed996(o.items); |
+ checkUnnamed346(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
@@ -929,14 +929,14 @@ checkChannelSectionSnippet(api.ChannelSectionSnippet o) { |
buildCounterChannelSectionSnippet--; |
} |
-buildUnnamed997() { |
+buildUnnamed347() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed997(core.List<core.String> o) { |
+checkUnnamed347(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')); |
@@ -950,7 +950,7 @@ buildChannelSettings() { |
o.defaultTab = "foo"; |
o.description = "foo"; |
o.featuredChannelsTitle = "foo"; |
- o.featuredChannelsUrls = buildUnnamed997(); |
+ o.featuredChannelsUrls = buildUnnamed347(); |
o.keywords = "foo"; |
o.moderateComments = true; |
o.profileColor = "foo"; |
@@ -970,7 +970,7 @@ checkChannelSettings(api.ChannelSettings o) { |
unittest.expect(o.defaultTab, unittest.equals('foo')); |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.featuredChannelsTitle, unittest.equals('foo')); |
- checkUnnamed997(o.featuredChannelsUrls); |
+ checkUnnamed347(o.featuredChannelsUrls); |
unittest.expect(o.keywords, unittest.equals('foo')); |
unittest.expect(o.moderateComments, unittest.isTrue); |
unittest.expect(o.profileColor, unittest.equals('foo')); |
@@ -1058,14 +1058,14 @@ checkChannelStatus(api.ChannelStatus o) { |
buildCounterChannelStatus--; |
} |
-buildUnnamed998() { |
+buildUnnamed348() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed998(core.List<core.String> o) { |
+checkUnnamed348(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')); |
@@ -1076,7 +1076,7 @@ buildChannelTopicDetails() { |
var o = new api.ChannelTopicDetails(); |
buildCounterChannelTopicDetails++; |
if (buildCounterChannelTopicDetails < 3) { |
- o.topicIds = buildUnnamed998(); |
+ o.topicIds = buildUnnamed348(); |
} |
buildCounterChannelTopicDetails--; |
return o; |
@@ -1085,7 +1085,7 @@ buildChannelTopicDetails() { |
checkChannelTopicDetails(api.ChannelTopicDetails o) { |
buildCounterChannelTopicDetails++; |
if (buildCounterChannelTopicDetails < 3) { |
- checkUnnamed998(o.topicIds); |
+ checkUnnamed348(o.topicIds); |
} |
buildCounterChannelTopicDetails--; |
} |
@@ -1281,14 +1281,14 @@ checkGuideCategory(api.GuideCategory o) { |
buildCounterGuideCategory--; |
} |
-buildUnnamed999() { |
+buildUnnamed349() { |
var o = new core.List<api.GuideCategory>(); |
o.add(buildGuideCategory()); |
o.add(buildGuideCategory()); |
return o; |
} |
-checkUnnamed999(core.List<api.GuideCategory> o) { |
+checkUnnamed349(core.List<api.GuideCategory> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkGuideCategory(o[0]); |
checkGuideCategory(o[1]); |
@@ -1301,7 +1301,7 @@ buildGuideCategoryListResponse() { |
if (buildCounterGuideCategoryListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed999(); |
+ o.items = buildUnnamed349(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -1318,7 +1318,7 @@ checkGuideCategoryListResponse(api.GuideCategoryListResponse o) { |
if (buildCounterGuideCategoryListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed999(o.items); |
+ checkUnnamed349(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -1375,14 +1375,14 @@ checkI18nLanguage(api.I18nLanguage o) { |
buildCounterI18nLanguage--; |
} |
-buildUnnamed1000() { |
+buildUnnamed350() { |
var o = new core.List<api.I18nLanguage>(); |
o.add(buildI18nLanguage()); |
o.add(buildI18nLanguage()); |
return o; |
} |
-checkUnnamed1000(core.List<api.I18nLanguage> o) { |
+checkUnnamed350(core.List<api.I18nLanguage> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkI18nLanguage(o[0]); |
checkI18nLanguage(o[1]); |
@@ -1395,7 +1395,7 @@ buildI18nLanguageListResponse() { |
if (buildCounterI18nLanguageListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1000(); |
+ o.items = buildUnnamed350(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -1408,7 +1408,7 @@ checkI18nLanguageListResponse(api.I18nLanguageListResponse o) { |
if (buildCounterI18nLanguageListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1000(o.items); |
+ checkUnnamed350(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
@@ -1461,14 +1461,14 @@ checkI18nRegion(api.I18nRegion o) { |
buildCounterI18nRegion--; |
} |
-buildUnnamed1001() { |
+buildUnnamed351() { |
var o = new core.List<api.I18nRegion>(); |
o.add(buildI18nRegion()); |
o.add(buildI18nRegion()); |
return o; |
} |
-checkUnnamed1001(core.List<api.I18nRegion> o) { |
+checkUnnamed351(core.List<api.I18nRegion> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkI18nRegion(o[0]); |
checkI18nRegion(o[1]); |
@@ -1481,7 +1481,7 @@ buildI18nRegionListResponse() { |
if (buildCounterI18nRegionListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1001(); |
+ o.items = buildUnnamed351(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -1494,7 +1494,7 @@ checkI18nRegionListResponse(api.I18nRegionListResponse o) { |
if (buildCounterI18nRegionListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1001(o.items); |
+ checkUnnamed351(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
@@ -1654,14 +1654,14 @@ checkInvideoPosition(api.InvideoPosition o) { |
buildCounterInvideoPosition--; |
} |
-buildUnnamed1002() { |
+buildUnnamed352() { |
var o = new core.List<api.PromotedItem>(); |
o.add(buildPromotedItem()); |
o.add(buildPromotedItem()); |
return o; |
} |
-checkUnnamed1002(core.List<api.PromotedItem> o) { |
+checkUnnamed352(core.List<api.PromotedItem> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPromotedItem(o[0]); |
checkPromotedItem(o[1]); |
@@ -1673,7 +1673,7 @@ buildInvideoPromotion() { |
buildCounterInvideoPromotion++; |
if (buildCounterInvideoPromotion < 3) { |
o.defaultTiming = buildInvideoTiming(); |
- o.items = buildUnnamed1002(); |
+ o.items = buildUnnamed352(); |
o.position = buildInvideoPosition(); |
o.useSmartTiming = true; |
} |
@@ -1685,7 +1685,7 @@ checkInvideoPromotion(api.InvideoPromotion o) { |
buildCounterInvideoPromotion++; |
if (buildCounterInvideoPromotion < 3) { |
checkInvideoTiming(o.defaultTiming); |
- checkUnnamed1002(o.items); |
+ checkUnnamed352(o.items); |
checkInvideoPosition(o.position); |
unittest.expect(o.useSmartTiming, unittest.isTrue); |
} |
@@ -1777,14 +1777,14 @@ checkLiveBroadcastContentDetails(api.LiveBroadcastContentDetails o) { |
buildCounterLiveBroadcastContentDetails--; |
} |
-buildUnnamed1003() { |
+buildUnnamed353() { |
var o = new core.List<api.LiveBroadcast>(); |
o.add(buildLiveBroadcast()); |
o.add(buildLiveBroadcast()); |
return o; |
} |
-checkUnnamed1003(core.List<api.LiveBroadcast> o) { |
+checkUnnamed353(core.List<api.LiveBroadcast> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLiveBroadcast(o[0]); |
checkLiveBroadcast(o[1]); |
@@ -1797,7 +1797,7 @@ buildLiveBroadcastListResponse() { |
if (buildCounterLiveBroadcastListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1003(); |
+ o.items = buildUnnamed353(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -1814,7 +1814,7 @@ checkLiveBroadcastListResponse(api.LiveBroadcastListResponse o) { |
if (buildCounterLiveBroadcastListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1003(o.items); |
+ checkUnnamed353(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -1937,14 +1937,14 @@ checkLiveStreamContentDetails(api.LiveStreamContentDetails o) { |
buildCounterLiveStreamContentDetails--; |
} |
-buildUnnamed1004() { |
+buildUnnamed354() { |
var o = new core.List<api.LiveStream>(); |
o.add(buildLiveStream()); |
o.add(buildLiveStream()); |
return o; |
} |
-checkUnnamed1004(core.List<api.LiveStream> o) { |
+checkUnnamed354(core.List<api.LiveStream> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLiveStream(o[0]); |
checkLiveStream(o[1]); |
@@ -1957,7 +1957,7 @@ buildLiveStreamListResponse() { |
if (buildCounterLiveStreamListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1004(); |
+ o.items = buildUnnamed354(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -1974,7 +1974,7 @@ checkLiveStreamListResponse(api.LiveStreamListResponse o) { |
if (buildCounterLiveStreamListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1004(o.items); |
+ checkUnnamed354(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2029,14 +2029,14 @@ checkLiveStreamStatus(api.LiveStreamStatus o) { |
buildCounterLiveStreamStatus--; |
} |
-buildUnnamed1005() { |
+buildUnnamed355() { |
var o = new core.List<api.LocalizedString>(); |
o.add(buildLocalizedString()); |
o.add(buildLocalizedString()); |
return o; |
} |
-checkUnnamed1005(core.List<api.LocalizedString> o) { |
+checkUnnamed355(core.List<api.LocalizedString> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLocalizedString(o[0]); |
checkLocalizedString(o[1]); |
@@ -2048,7 +2048,7 @@ buildLocalizedProperty() { |
buildCounterLocalizedProperty++; |
if (buildCounterLocalizedProperty < 3) { |
o.default_ = "foo"; |
- o.localized = buildUnnamed1005(); |
+ o.localized = buildUnnamed355(); |
} |
buildCounterLocalizedProperty--; |
return o; |
@@ -2058,7 +2058,7 @@ checkLocalizedProperty(api.LocalizedProperty o) { |
buildCounterLocalizedProperty++; |
if (buildCounterLocalizedProperty < 3) { |
unittest.expect(o.default_, unittest.equals('foo')); |
- checkUnnamed1005(o.localized); |
+ checkUnnamed355(o.localized); |
} |
buildCounterLocalizedProperty--; |
} |
@@ -2232,14 +2232,14 @@ checkPlaylistItemContentDetails(api.PlaylistItemContentDetails o) { |
buildCounterPlaylistItemContentDetails--; |
} |
-buildUnnamed1006() { |
+buildUnnamed356() { |
var o = new core.List<api.PlaylistItem>(); |
o.add(buildPlaylistItem()); |
o.add(buildPlaylistItem()); |
return o; |
} |
-checkUnnamed1006(core.List<api.PlaylistItem> o) { |
+checkUnnamed356(core.List<api.PlaylistItem> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlaylistItem(o[0]); |
checkPlaylistItem(o[1]); |
@@ -2252,7 +2252,7 @@ buildPlaylistItemListResponse() { |
if (buildCounterPlaylistItemListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1006(); |
+ o.items = buildUnnamed356(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2269,7 +2269,7 @@ checkPlaylistItemListResponse(api.PlaylistItemListResponse o) { |
if (buildCounterPlaylistItemListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1006(o.items); |
+ checkUnnamed356(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2334,14 +2334,14 @@ checkPlaylistItemStatus(api.PlaylistItemStatus o) { |
buildCounterPlaylistItemStatus--; |
} |
-buildUnnamed1007() { |
+buildUnnamed357() { |
var o = new core.List<api.Playlist>(); |
o.add(buildPlaylist()); |
o.add(buildPlaylist()); |
return o; |
} |
-checkUnnamed1007(core.List<api.Playlist> o) { |
+checkUnnamed357(core.List<api.Playlist> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlaylist(o[0]); |
checkPlaylist(o[1]); |
@@ -2354,7 +2354,7 @@ buildPlaylistListResponse() { |
if (buildCounterPlaylistListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1007(); |
+ o.items = buildUnnamed357(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2371,7 +2371,7 @@ checkPlaylistListResponse(api.PlaylistListResponse o) { |
if (buildCounterPlaylistListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1007(o.items); |
+ checkUnnamed357(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2401,14 +2401,14 @@ checkPlaylistPlayer(api.PlaylistPlayer o) { |
buildCounterPlaylistPlayer--; |
} |
-buildUnnamed1008() { |
+buildUnnamed358() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1008(core.List<core.String> o) { |
+checkUnnamed358(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')); |
@@ -2423,7 +2423,7 @@ buildPlaylistSnippet() { |
o.channelTitle = "foo"; |
o.description = "foo"; |
o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.tags = buildUnnamed1008(); |
+ o.tags = buildUnnamed358(); |
o.thumbnails = buildThumbnailDetails(); |
o.title = "foo"; |
} |
@@ -2438,7 +2438,7 @@ checkPlaylistSnippet(api.PlaylistSnippet o) { |
unittest.expect(o.channelTitle, unittest.equals('foo')); |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.publishedAt, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02"))); |
- checkUnnamed1008(o.tags); |
+ checkUnnamed358(o.tags); |
checkThumbnailDetails(o.thumbnails); |
unittest.expect(o.title, unittest.equals('foo')); |
} |
@@ -2560,14 +2560,14 @@ checkResourceId(api.ResourceId o) { |
buildCounterResourceId--; |
} |
-buildUnnamed1009() { |
+buildUnnamed359() { |
var o = new core.List<api.SearchResult>(); |
o.add(buildSearchResult()); |
o.add(buildSearchResult()); |
return o; |
} |
-checkUnnamed1009(core.List<api.SearchResult> o) { |
+checkUnnamed359(core.List<api.SearchResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSearchResult(o[0]); |
checkSearchResult(o[1]); |
@@ -2580,7 +2580,7 @@ buildSearchListResponse() { |
if (buildCounterSearchListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1009(); |
+ o.items = buildUnnamed359(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2597,7 +2597,7 @@ checkSearchListResponse(api.SearchListResponse o) { |
if (buildCounterSearchListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1009(o.items); |
+ checkUnnamed359(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2716,14 +2716,14 @@ checkSubscriptionContentDetails(api.SubscriptionContentDetails o) { |
buildCounterSubscriptionContentDetails--; |
} |
-buildUnnamed1010() { |
+buildUnnamed360() { |
var o = new core.List<api.Subscription>(); |
o.add(buildSubscription()); |
o.add(buildSubscription()); |
return o; |
} |
-checkUnnamed1010(core.List<api.Subscription> o) { |
+checkUnnamed360(core.List<api.Subscription> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSubscription(o[0]); |
checkSubscription(o[1]); |
@@ -2736,7 +2736,7 @@ buildSubscriptionListResponse() { |
if (buildCounterSubscriptionListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1010(); |
+ o.items = buildUnnamed360(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -2753,7 +2753,7 @@ checkSubscriptionListResponse(api.SubscriptionListResponse o) { |
if (buildCounterSubscriptionListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1010(o.items); |
+ checkUnnamed360(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -2870,14 +2870,14 @@ checkThumbnailDetails(api.ThumbnailDetails o) { |
buildCounterThumbnailDetails--; |
} |
-buildUnnamed1011() { |
+buildUnnamed361() { |
var o = new core.List<api.ThumbnailDetails>(); |
o.add(buildThumbnailDetails()); |
o.add(buildThumbnailDetails()); |
return o; |
} |
-checkUnnamed1011(core.List<api.ThumbnailDetails> o) { |
+checkUnnamed361(core.List<api.ThumbnailDetails> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkThumbnailDetails(o[0]); |
checkThumbnailDetails(o[1]); |
@@ -2890,7 +2890,7 @@ buildThumbnailSetResponse() { |
if (buildCounterThumbnailSetResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1011(); |
+ o.items = buildUnnamed361(); |
o.kind = "foo"; |
o.visitorId = "foo"; |
} |
@@ -2903,7 +2903,7 @@ checkThumbnailSetResponse(api.ThumbnailSetResponse o) { |
if (buildCounterThumbnailSetResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1011(o.items); |
+ checkUnnamed361(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.visitorId, unittest.equals('foo')); |
} |
@@ -3028,14 +3028,14 @@ checkVideoCategory(api.VideoCategory o) { |
buildCounterVideoCategory--; |
} |
-buildUnnamed1012() { |
+buildUnnamed362() { |
var o = new core.List<api.VideoCategory>(); |
o.add(buildVideoCategory()); |
o.add(buildVideoCategory()); |
return o; |
} |
-checkUnnamed1012(core.List<api.VideoCategory> o) { |
+checkUnnamed362(core.List<api.VideoCategory> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoCategory(o[0]); |
checkVideoCategory(o[1]); |
@@ -3048,7 +3048,7 @@ buildVideoCategoryListResponse() { |
if (buildCounterVideoCategoryListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1012(); |
+ o.items = buildUnnamed362(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -3065,7 +3065,7 @@ checkVideoCategoryListResponse(api.VideoCategoryListResponse o) { |
if (buildCounterVideoCategoryListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1012(o.items); |
+ checkUnnamed362(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -3132,27 +3132,27 @@ checkVideoContentDetails(api.VideoContentDetails o) { |
buildCounterVideoContentDetails--; |
} |
-buildUnnamed1013() { |
+buildUnnamed363() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1013(core.List<core.String> o) { |
+checkUnnamed363(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')); |
} |
-buildUnnamed1014() { |
+buildUnnamed364() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1014(core.List<core.String> o) { |
+checkUnnamed364(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')); |
@@ -3163,8 +3163,8 @@ buildVideoContentDetailsRegionRestriction() { |
var o = new api.VideoContentDetailsRegionRestriction(); |
buildCounterVideoContentDetailsRegionRestriction++; |
if (buildCounterVideoContentDetailsRegionRestriction < 3) { |
- o.allowed = buildUnnamed1013(); |
- o.blocked = buildUnnamed1014(); |
+ o.allowed = buildUnnamed363(); |
+ o.blocked = buildUnnamed364(); |
} |
buildCounterVideoContentDetailsRegionRestriction--; |
return o; |
@@ -3173,8 +3173,8 @@ buildVideoContentDetailsRegionRestriction() { |
checkVideoContentDetailsRegionRestriction(api.VideoContentDetailsRegionRestriction o) { |
buildCounterVideoContentDetailsRegionRestriction++; |
if (buildCounterVideoContentDetailsRegionRestriction < 3) { |
- checkUnnamed1013(o.allowed); |
- checkUnnamed1014(o.blocked); |
+ checkUnnamed363(o.allowed); |
+ checkUnnamed364(o.blocked); |
} |
buildCounterVideoContentDetailsRegionRestriction--; |
} |
@@ -3200,14 +3200,14 @@ checkVideoConversionPing(api.VideoConversionPing o) { |
buildCounterVideoConversionPing--; |
} |
-buildUnnamed1015() { |
+buildUnnamed365() { |
var o = new core.List<api.VideoConversionPing>(); |
o.add(buildVideoConversionPing()); |
o.add(buildVideoConversionPing()); |
return o; |
} |
-checkUnnamed1015(core.List<api.VideoConversionPing> o) { |
+checkUnnamed365(core.List<api.VideoConversionPing> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoConversionPing(o[0]); |
checkVideoConversionPing(o[1]); |
@@ -3218,7 +3218,7 @@ buildVideoConversionPings() { |
var o = new api.VideoConversionPings(); |
buildCounterVideoConversionPings++; |
if (buildCounterVideoConversionPings < 3) { |
- o.pings = buildUnnamed1015(); |
+ o.pings = buildUnnamed365(); |
} |
buildCounterVideoConversionPings--; |
return o; |
@@ -3227,32 +3227,32 @@ buildVideoConversionPings() { |
checkVideoConversionPings(api.VideoConversionPings o) { |
buildCounterVideoConversionPings++; |
if (buildCounterVideoConversionPings < 3) { |
- checkUnnamed1015(o.pings); |
+ checkUnnamed365(o.pings); |
} |
buildCounterVideoConversionPings--; |
} |
-buildUnnamed1016() { |
+buildUnnamed366() { |
var o = new core.List<api.VideoFileDetailsAudioStream>(); |
o.add(buildVideoFileDetailsAudioStream()); |
o.add(buildVideoFileDetailsAudioStream()); |
return o; |
} |
-checkUnnamed1016(core.List<api.VideoFileDetailsAudioStream> o) { |
+checkUnnamed366(core.List<api.VideoFileDetailsAudioStream> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoFileDetailsAudioStream(o[0]); |
checkVideoFileDetailsAudioStream(o[1]); |
} |
-buildUnnamed1017() { |
+buildUnnamed367() { |
var o = new core.List<api.VideoFileDetailsVideoStream>(); |
o.add(buildVideoFileDetailsVideoStream()); |
o.add(buildVideoFileDetailsVideoStream()); |
return o; |
} |
-checkUnnamed1017(core.List<api.VideoFileDetailsVideoStream> o) { |
+checkUnnamed367(core.List<api.VideoFileDetailsVideoStream> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoFileDetailsVideoStream(o[0]); |
checkVideoFileDetailsVideoStream(o[1]); |
@@ -3263,7 +3263,7 @@ buildVideoFileDetails() { |
var o = new api.VideoFileDetails(); |
buildCounterVideoFileDetails++; |
if (buildCounterVideoFileDetails < 3) { |
- o.audioStreams = buildUnnamed1016(); |
+ o.audioStreams = buildUnnamed366(); |
o.bitrateBps = "foo"; |
o.container = "foo"; |
o.creationTime = "foo"; |
@@ -3272,7 +3272,7 @@ buildVideoFileDetails() { |
o.fileSize = "foo"; |
o.fileType = "foo"; |
o.recordingLocation = buildGeoPoint(); |
- o.videoStreams = buildUnnamed1017(); |
+ o.videoStreams = buildUnnamed367(); |
} |
buildCounterVideoFileDetails--; |
return o; |
@@ -3281,7 +3281,7 @@ buildVideoFileDetails() { |
checkVideoFileDetails(api.VideoFileDetails o) { |
buildCounterVideoFileDetails++; |
if (buildCounterVideoFileDetails < 3) { |
- checkUnnamed1016(o.audioStreams); |
+ checkUnnamed366(o.audioStreams); |
unittest.expect(o.bitrateBps, unittest.equals('foo')); |
unittest.expect(o.container, unittest.equals('foo')); |
unittest.expect(o.creationTime, unittest.equals('foo')); |
@@ -3290,7 +3290,7 @@ checkVideoFileDetails(api.VideoFileDetails o) { |
unittest.expect(o.fileSize, unittest.equals('foo')); |
unittest.expect(o.fileType, unittest.equals('foo')); |
checkGeoPoint(o.recordingLocation); |
- checkUnnamed1017(o.videoStreams); |
+ checkUnnamed367(o.videoStreams); |
} |
buildCounterVideoFileDetails--; |
} |
@@ -3353,14 +3353,14 @@ checkVideoFileDetailsVideoStream(api.VideoFileDetailsVideoStream o) { |
buildCounterVideoFileDetailsVideoStream--; |
} |
-buildUnnamed1018() { |
+buildUnnamed368() { |
var o = new core.List<api.VideoRating>(); |
o.add(buildVideoRating()); |
o.add(buildVideoRating()); |
return o; |
} |
-checkUnnamed1018(core.List<api.VideoRating> o) { |
+checkUnnamed368(core.List<api.VideoRating> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoRating(o[0]); |
checkVideoRating(o[1]); |
@@ -3372,7 +3372,7 @@ buildVideoGetRatingResponse() { |
buildCounterVideoGetRatingResponse++; |
if (buildCounterVideoGetRatingResponse < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed1018(); |
+ o.items = buildUnnamed368(); |
o.kind = "foo"; |
} |
buildCounterVideoGetRatingResponse--; |
@@ -3383,20 +3383,20 @@ checkVideoGetRatingResponse(api.VideoGetRatingResponse o) { |
buildCounterVideoGetRatingResponse++; |
if (buildCounterVideoGetRatingResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed1018(o.items); |
+ checkUnnamed368(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterVideoGetRatingResponse--; |
} |
-buildUnnamed1019() { |
+buildUnnamed369() { |
var o = new core.List<api.Video>(); |
o.add(buildVideo()); |
o.add(buildVideo()); |
return o; |
} |
-checkUnnamed1019(core.List<api.Video> o) { |
+checkUnnamed369(core.List<api.Video> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideo(o[0]); |
checkVideo(o[1]); |
@@ -3409,7 +3409,7 @@ buildVideoListResponse() { |
if (buildCounterVideoListResponse < 3) { |
o.etag = "foo"; |
o.eventId = "foo"; |
- o.items = buildUnnamed1019(); |
+ o.items = buildUnnamed369(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.pageInfo = buildPageInfo(); |
@@ -3426,7 +3426,7 @@ checkVideoListResponse(api.VideoListResponse o) { |
if (buildCounterVideoListResponse < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.eventId, unittest.equals('foo')); |
- checkUnnamed1019(o.items); |
+ checkUnnamed369(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
checkPageInfo(o.pageInfo); |
@@ -3558,14 +3558,14 @@ checkVideoProcessingDetailsProcessingProgress(api.VideoProcessingDetailsProcessi |
buildCounterVideoProcessingDetailsProcessingProgress--; |
} |
-buildUnnamed1020() { |
+buildUnnamed370() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1020(core.List<core.String> o) { |
+checkUnnamed370(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')); |
@@ -3576,7 +3576,7 @@ buildVideoProjectDetails() { |
var o = new api.VideoProjectDetails(); |
buildCounterVideoProjectDetails++; |
if (buildCounterVideoProjectDetails < 3) { |
- o.tags = buildUnnamed1020(); |
+ o.tags = buildUnnamed370(); |
} |
buildCounterVideoProjectDetails--; |
return o; |
@@ -3585,7 +3585,7 @@ buildVideoProjectDetails() { |
checkVideoProjectDetails(api.VideoProjectDetails o) { |
buildCounterVideoProjectDetails++; |
if (buildCounterVideoProjectDetails < 3) { |
- checkUnnamed1020(o.tags); |
+ checkUnnamed370(o.tags); |
} |
buildCounterVideoProjectDetails--; |
} |
@@ -3634,14 +3634,14 @@ checkVideoRecordingDetails(api.VideoRecordingDetails o) { |
buildCounterVideoRecordingDetails--; |
} |
-buildUnnamed1021() { |
+buildUnnamed371() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1021(core.List<core.String> o) { |
+checkUnnamed371(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')); |
@@ -3658,7 +3658,7 @@ buildVideoSnippet() { |
o.description = "foo"; |
o.liveBroadcastContent = "foo"; |
o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.tags = buildUnnamed1021(); |
+ o.tags = buildUnnamed371(); |
o.thumbnails = buildThumbnailDetails(); |
o.title = "foo"; |
} |
@@ -3675,7 +3675,7 @@ checkVideoSnippet(api.VideoSnippet o) { |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.liveBroadcastContent, unittest.equals('foo')); |
unittest.expect(o.publishedAt, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02"))); |
- checkUnnamed1021(o.tags); |
+ checkUnnamed371(o.tags); |
checkThumbnailDetails(o.thumbnails); |
unittest.expect(o.title, unittest.equals('foo')); |
} |
@@ -3742,66 +3742,66 @@ checkVideoStatus(api.VideoStatus o) { |
buildCounterVideoStatus--; |
} |
-buildUnnamed1022() { |
+buildUnnamed372() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1022(core.List<core.String> o) { |
+checkUnnamed372(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')); |
} |
-buildUnnamed1023() { |
+buildUnnamed373() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1023(core.List<core.String> o) { |
+checkUnnamed373(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')); |
} |
-buildUnnamed1024() { |
+buildUnnamed374() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1024(core.List<core.String> o) { |
+checkUnnamed374(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')); |
} |
-buildUnnamed1025() { |
+buildUnnamed375() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1025(core.List<core.String> o) { |
+checkUnnamed375(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')); |
} |
-buildUnnamed1026() { |
+buildUnnamed376() { |
var o = new core.List<api.VideoSuggestionsTagSuggestion>(); |
o.add(buildVideoSuggestionsTagSuggestion()); |
o.add(buildVideoSuggestionsTagSuggestion()); |
return o; |
} |
-checkUnnamed1026(core.List<api.VideoSuggestionsTagSuggestion> o) { |
+checkUnnamed376(core.List<api.VideoSuggestionsTagSuggestion> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVideoSuggestionsTagSuggestion(o[0]); |
checkVideoSuggestionsTagSuggestion(o[1]); |
@@ -3812,11 +3812,11 @@ buildVideoSuggestions() { |
var o = new api.VideoSuggestions(); |
buildCounterVideoSuggestions++; |
if (buildCounterVideoSuggestions < 3) { |
- o.editorSuggestions = buildUnnamed1022(); |
- o.processingErrors = buildUnnamed1023(); |
- o.processingHints = buildUnnamed1024(); |
- o.processingWarnings = buildUnnamed1025(); |
- o.tagSuggestions = buildUnnamed1026(); |
+ o.editorSuggestions = buildUnnamed372(); |
+ o.processingErrors = buildUnnamed373(); |
+ o.processingHints = buildUnnamed374(); |
+ o.processingWarnings = buildUnnamed375(); |
+ o.tagSuggestions = buildUnnamed376(); |
} |
buildCounterVideoSuggestions--; |
return o; |
@@ -3825,23 +3825,23 @@ buildVideoSuggestions() { |
checkVideoSuggestions(api.VideoSuggestions o) { |
buildCounterVideoSuggestions++; |
if (buildCounterVideoSuggestions < 3) { |
- checkUnnamed1022(o.editorSuggestions); |
- checkUnnamed1023(o.processingErrors); |
- checkUnnamed1024(o.processingHints); |
- checkUnnamed1025(o.processingWarnings); |
- checkUnnamed1026(o.tagSuggestions); |
+ checkUnnamed372(o.editorSuggestions); |
+ checkUnnamed373(o.processingErrors); |
+ checkUnnamed374(o.processingHints); |
+ checkUnnamed375(o.processingWarnings); |
+ checkUnnamed376(o.tagSuggestions); |
} |
buildCounterVideoSuggestions--; |
} |
-buildUnnamed1027() { |
+buildUnnamed377() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1027(core.List<core.String> o) { |
+checkUnnamed377(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')); |
@@ -3852,7 +3852,7 @@ buildVideoSuggestionsTagSuggestion() { |
var o = new api.VideoSuggestionsTagSuggestion(); |
buildCounterVideoSuggestionsTagSuggestion++; |
if (buildCounterVideoSuggestionsTagSuggestion < 3) { |
- o.categoryRestricts = buildUnnamed1027(); |
+ o.categoryRestricts = buildUnnamed377(); |
o.tag = "foo"; |
} |
buildCounterVideoSuggestionsTagSuggestion--; |
@@ -3862,33 +3862,33 @@ buildVideoSuggestionsTagSuggestion() { |
checkVideoSuggestionsTagSuggestion(api.VideoSuggestionsTagSuggestion o) { |
buildCounterVideoSuggestionsTagSuggestion++; |
if (buildCounterVideoSuggestionsTagSuggestion < 3) { |
- checkUnnamed1027(o.categoryRestricts); |
+ checkUnnamed377(o.categoryRestricts); |
unittest.expect(o.tag, unittest.equals('foo')); |
} |
buildCounterVideoSuggestionsTagSuggestion--; |
} |
-buildUnnamed1028() { |
+buildUnnamed378() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1028(core.List<core.String> o) { |
+checkUnnamed378(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')); |
} |
-buildUnnamed1029() { |
+buildUnnamed379() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1029(core.List<core.String> o) { |
+checkUnnamed379(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')); |
@@ -3899,8 +3899,8 @@ buildVideoTopicDetails() { |
var o = new api.VideoTopicDetails(); |
buildCounterVideoTopicDetails++; |
if (buildCounterVideoTopicDetails < 3) { |
- o.relevantTopicIds = buildUnnamed1028(); |
- o.topicIds = buildUnnamed1029(); |
+ o.relevantTopicIds = buildUnnamed378(); |
+ o.topicIds = buildUnnamed379(); |
} |
buildCounterVideoTopicDetails--; |
return o; |
@@ -3909,8 +3909,8 @@ buildVideoTopicDetails() { |
checkVideoTopicDetails(api.VideoTopicDetails o) { |
buildCounterVideoTopicDetails++; |
if (buildCounterVideoTopicDetails < 3) { |
- checkUnnamed1028(o.relevantTopicIds); |
- checkUnnamed1029(o.topicIds); |
+ checkUnnamed378(o.relevantTopicIds); |
+ checkUnnamed379(o.topicIds); |
} |
buildCounterVideoTopicDetails--; |
} |