Index: generated/googleapis/test/drive/v2_test.dart |
diff --git a/generated/googleapis/test/drive/v2_test.dart b/generated/googleapis/test/drive/v2_test.dart |
index 18a3cbe84fc5134e42f6bdddbe300e6b585ed563..fb5baeabb48c68674ea8c4f9783fd0d4d96a3c40 100644 |
--- a/generated/googleapis/test/drive/v2_test.dart |
+++ b/generated/googleapis/test/drive/v2_test.dart |
@@ -16,14 +16,14 @@ import 'package:googleapis/drive/v2.dart' as api; |
-buildUnnamed403() { |
+buildUnnamed722() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed403(core.List<core.String> o) { |
+checkUnnamed722(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')); |
@@ -34,7 +34,7 @@ buildAboutAdditionalRoleInfoRoleSets() { |
var o = new api.AboutAdditionalRoleInfoRoleSets(); |
buildCounterAboutAdditionalRoleInfoRoleSets++; |
if (buildCounterAboutAdditionalRoleInfoRoleSets < 3) { |
- o.additionalRoles = buildUnnamed403(); |
+ o.additionalRoles = buildUnnamed722(); |
o.primaryRole = "foo"; |
} |
buildCounterAboutAdditionalRoleInfoRoleSets--; |
@@ -44,20 +44,20 @@ buildAboutAdditionalRoleInfoRoleSets() { |
checkAboutAdditionalRoleInfoRoleSets(api.AboutAdditionalRoleInfoRoleSets o) { |
buildCounterAboutAdditionalRoleInfoRoleSets++; |
if (buildCounterAboutAdditionalRoleInfoRoleSets < 3) { |
- checkUnnamed403(o.additionalRoles); |
+ checkUnnamed722(o.additionalRoles); |
unittest.expect(o.primaryRole, unittest.equals('foo')); |
} |
buildCounterAboutAdditionalRoleInfoRoleSets--; |
} |
-buildUnnamed404() { |
+buildUnnamed723() { |
var o = new core.List<api.AboutAdditionalRoleInfoRoleSets>(); |
o.add(buildAboutAdditionalRoleInfoRoleSets()); |
o.add(buildAboutAdditionalRoleInfoRoleSets()); |
return o; |
} |
-checkUnnamed404(core.List<api.AboutAdditionalRoleInfoRoleSets> o) { |
+checkUnnamed723(core.List<api.AboutAdditionalRoleInfoRoleSets> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutAdditionalRoleInfoRoleSets(o[0]); |
checkAboutAdditionalRoleInfoRoleSets(o[1]); |
@@ -68,7 +68,7 @@ buildAboutAdditionalRoleInfo() { |
var o = new api.AboutAdditionalRoleInfo(); |
buildCounterAboutAdditionalRoleInfo++; |
if (buildCounterAboutAdditionalRoleInfo < 3) { |
- o.roleSets = buildUnnamed404(); |
+ o.roleSets = buildUnnamed723(); |
o.type = "foo"; |
} |
buildCounterAboutAdditionalRoleInfo--; |
@@ -78,33 +78,33 @@ buildAboutAdditionalRoleInfo() { |
checkAboutAdditionalRoleInfo(api.AboutAdditionalRoleInfo o) { |
buildCounterAboutAdditionalRoleInfo++; |
if (buildCounterAboutAdditionalRoleInfo < 3) { |
- checkUnnamed404(o.roleSets); |
+ checkUnnamed723(o.roleSets); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterAboutAdditionalRoleInfo--; |
} |
-buildUnnamed405() { |
+buildUnnamed724() { |
var o = new core.List<api.AboutAdditionalRoleInfo>(); |
o.add(buildAboutAdditionalRoleInfo()); |
o.add(buildAboutAdditionalRoleInfo()); |
return o; |
} |
-checkUnnamed405(core.List<api.AboutAdditionalRoleInfo> o) { |
+checkUnnamed724(core.List<api.AboutAdditionalRoleInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutAdditionalRoleInfo(o[0]); |
checkAboutAdditionalRoleInfo(o[1]); |
} |
-buildUnnamed406() { |
+buildUnnamed725() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed406(core.List<core.String> o) { |
+checkUnnamed725(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')); |
@@ -116,7 +116,7 @@ buildAboutExportFormats() { |
buildCounterAboutExportFormats++; |
if (buildCounterAboutExportFormats < 3) { |
o.source = "foo"; |
- o.targets = buildUnnamed406(); |
+ o.targets = buildUnnamed725(); |
} |
buildCounterAboutExportFormats--; |
return o; |
@@ -126,19 +126,19 @@ checkAboutExportFormats(api.AboutExportFormats o) { |
buildCounterAboutExportFormats++; |
if (buildCounterAboutExportFormats < 3) { |
unittest.expect(o.source, unittest.equals('foo')); |
- checkUnnamed406(o.targets); |
+ checkUnnamed725(o.targets); |
} |
buildCounterAboutExportFormats--; |
} |
-buildUnnamed407() { |
+buildUnnamed726() { |
var o = new core.List<api.AboutExportFormats>(); |
o.add(buildAboutExportFormats()); |
o.add(buildAboutExportFormats()); |
return o; |
} |
-checkUnnamed407(core.List<api.AboutExportFormats> o) { |
+checkUnnamed726(core.List<api.AboutExportFormats> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutExportFormats(o[0]); |
checkAboutExportFormats(o[1]); |
@@ -165,27 +165,27 @@ checkAboutFeatures(api.AboutFeatures o) { |
buildCounterAboutFeatures--; |
} |
-buildUnnamed408() { |
+buildUnnamed727() { |
var o = new core.List<api.AboutFeatures>(); |
o.add(buildAboutFeatures()); |
o.add(buildAboutFeatures()); |
return o; |
} |
-checkUnnamed408(core.List<api.AboutFeatures> o) { |
+checkUnnamed727(core.List<api.AboutFeatures> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutFeatures(o[0]); |
checkAboutFeatures(o[1]); |
} |
-buildUnnamed409() { |
+buildUnnamed728() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed409(core.List<core.String> o) { |
+checkUnnamed728(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')); |
@@ -197,7 +197,7 @@ buildAboutImportFormats() { |
buildCounterAboutImportFormats++; |
if (buildCounterAboutImportFormats < 3) { |
o.source = "foo"; |
- o.targets = buildUnnamed409(); |
+ o.targets = buildUnnamed728(); |
} |
buildCounterAboutImportFormats--; |
return o; |
@@ -207,19 +207,19 @@ checkAboutImportFormats(api.AboutImportFormats o) { |
buildCounterAboutImportFormats++; |
if (buildCounterAboutImportFormats < 3) { |
unittest.expect(o.source, unittest.equals('foo')); |
- checkUnnamed409(o.targets); |
+ checkUnnamed728(o.targets); |
} |
buildCounterAboutImportFormats--; |
} |
-buildUnnamed410() { |
+buildUnnamed729() { |
var o = new core.List<api.AboutImportFormats>(); |
o.add(buildAboutImportFormats()); |
o.add(buildAboutImportFormats()); |
return o; |
} |
-checkUnnamed410(core.List<api.AboutImportFormats> o) { |
+checkUnnamed729(core.List<api.AboutImportFormats> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutImportFormats(o[0]); |
checkAboutImportFormats(o[1]); |
@@ -246,14 +246,14 @@ checkAboutMaxUploadSizes(api.AboutMaxUploadSizes o) { |
buildCounterAboutMaxUploadSizes--; |
} |
-buildUnnamed411() { |
+buildUnnamed730() { |
var o = new core.List<api.AboutMaxUploadSizes>(); |
o.add(buildAboutMaxUploadSizes()); |
o.add(buildAboutMaxUploadSizes()); |
return o; |
} |
-checkUnnamed411(core.List<api.AboutMaxUploadSizes> o) { |
+checkUnnamed730(core.List<api.AboutMaxUploadSizes> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutMaxUploadSizes(o[0]); |
checkAboutMaxUploadSizes(o[1]); |
@@ -280,14 +280,14 @@ checkAboutQuotaBytesByService(api.AboutQuotaBytesByService o) { |
buildCounterAboutQuotaBytesByService--; |
} |
-buildUnnamed412() { |
+buildUnnamed731() { |
var o = new core.List<api.AboutQuotaBytesByService>(); |
o.add(buildAboutQuotaBytesByService()); |
o.add(buildAboutQuotaBytesByService()); |
return o; |
} |
-checkUnnamed412(core.List<api.AboutQuotaBytesByService> o) { |
+checkUnnamed731(core.List<api.AboutQuotaBytesByService> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutQuotaBytesByService(o[0]); |
checkAboutQuotaBytesByService(o[1]); |
@@ -298,20 +298,20 @@ buildAbout() { |
var o = new api.About(); |
buildCounterAbout++; |
if (buildCounterAbout < 3) { |
- o.additionalRoleInfo = buildUnnamed405(); |
+ o.additionalRoleInfo = buildUnnamed724(); |
o.domainSharingPolicy = "foo"; |
o.etag = "foo"; |
- o.exportFormats = buildUnnamed407(); |
- o.features = buildUnnamed408(); |
- o.importFormats = buildUnnamed410(); |
+ o.exportFormats = buildUnnamed726(); |
+ o.features = buildUnnamed727(); |
+ o.importFormats = buildUnnamed729(); |
o.isCurrentAppInstalled = true; |
o.kind = "foo"; |
o.languageCode = "foo"; |
o.largestChangeId = "foo"; |
- o.maxUploadSizes = buildUnnamed411(); |
+ o.maxUploadSizes = buildUnnamed730(); |
o.name = "foo"; |
o.permissionId = "foo"; |
- o.quotaBytesByService = buildUnnamed412(); |
+ o.quotaBytesByService = buildUnnamed731(); |
o.quotaBytesTotal = "foo"; |
o.quotaBytesUsed = "foo"; |
o.quotaBytesUsedAggregate = "foo"; |
@@ -329,20 +329,20 @@ buildAbout() { |
checkAbout(api.About o) { |
buildCounterAbout++; |
if (buildCounterAbout < 3) { |
- checkUnnamed405(o.additionalRoleInfo); |
+ checkUnnamed724(o.additionalRoleInfo); |
unittest.expect(o.domainSharingPolicy, unittest.equals('foo')); |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed407(o.exportFormats); |
- checkUnnamed408(o.features); |
- checkUnnamed410(o.importFormats); |
+ checkUnnamed726(o.exportFormats); |
+ checkUnnamed727(o.features); |
+ checkUnnamed729(o.importFormats); |
unittest.expect(o.isCurrentAppInstalled, unittest.isTrue); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.languageCode, unittest.equals('foo')); |
unittest.expect(o.largestChangeId, unittest.equals('foo')); |
- checkUnnamed411(o.maxUploadSizes); |
+ checkUnnamed730(o.maxUploadSizes); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.permissionId, unittest.equals('foo')); |
- checkUnnamed412(o.quotaBytesByService); |
+ checkUnnamed731(o.quotaBytesByService); |
unittest.expect(o.quotaBytesTotal, unittest.equals('foo')); |
unittest.expect(o.quotaBytesUsed, unittest.equals('foo')); |
unittest.expect(o.quotaBytesUsedAggregate, unittest.equals('foo')); |
@@ -379,66 +379,66 @@ checkAppIcons(api.AppIcons o) { |
buildCounterAppIcons--; |
} |
-buildUnnamed413() { |
+buildUnnamed732() { |
var o = new core.List<api.AppIcons>(); |
o.add(buildAppIcons()); |
o.add(buildAppIcons()); |
return o; |
} |
-checkUnnamed413(core.List<api.AppIcons> o) { |
+checkUnnamed732(core.List<api.AppIcons> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAppIcons(o[0]); |
checkAppIcons(o[1]); |
} |
-buildUnnamed414() { |
+buildUnnamed733() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed414(core.List<core.String> o) { |
+checkUnnamed733(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')); |
} |
-buildUnnamed415() { |
+buildUnnamed734() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed415(core.List<core.String> o) { |
+checkUnnamed734(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')); |
} |
-buildUnnamed416() { |
+buildUnnamed735() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed416(core.List<core.String> o) { |
+checkUnnamed735(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')); |
} |
-buildUnnamed417() { |
+buildUnnamed736() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed417(core.List<core.String> o) { |
+checkUnnamed736(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')); |
@@ -453,7 +453,7 @@ buildApp() { |
o.createInFolderTemplate = "foo"; |
o.createUrl = "foo"; |
o.hasDriveWideScope = true; |
- o.icons = buildUnnamed413(); |
+ o.icons = buildUnnamed732(); |
o.id = "foo"; |
o.installed = true; |
o.kind = "foo"; |
@@ -461,12 +461,12 @@ buildApp() { |
o.name = "foo"; |
o.objectType = "foo"; |
o.openUrlTemplate = "foo"; |
- o.primaryFileExtensions = buildUnnamed414(); |
- o.primaryMimeTypes = buildUnnamed415(); |
+ o.primaryFileExtensions = buildUnnamed733(); |
+ o.primaryMimeTypes = buildUnnamed734(); |
o.productId = "foo"; |
o.productUrl = "foo"; |
- o.secondaryFileExtensions = buildUnnamed416(); |
- o.secondaryMimeTypes = buildUnnamed417(); |
+ o.secondaryFileExtensions = buildUnnamed735(); |
+ o.secondaryMimeTypes = buildUnnamed736(); |
o.shortDescription = "foo"; |
o.supportsCreate = true; |
o.supportsImport = true; |
@@ -485,7 +485,7 @@ checkApp(api.App o) { |
unittest.expect(o.createInFolderTemplate, unittest.equals('foo')); |
unittest.expect(o.createUrl, unittest.equals('foo')); |
unittest.expect(o.hasDriveWideScope, unittest.isTrue); |
- checkUnnamed413(o.icons); |
+ checkUnnamed732(o.icons); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.installed, unittest.isTrue); |
unittest.expect(o.kind, unittest.equals('foo')); |
@@ -493,12 +493,12 @@ checkApp(api.App o) { |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.objectType, unittest.equals('foo')); |
unittest.expect(o.openUrlTemplate, unittest.equals('foo')); |
- checkUnnamed414(o.primaryFileExtensions); |
- checkUnnamed415(o.primaryMimeTypes); |
+ checkUnnamed733(o.primaryFileExtensions); |
+ checkUnnamed734(o.primaryMimeTypes); |
unittest.expect(o.productId, unittest.equals('foo')); |
unittest.expect(o.productUrl, unittest.equals('foo')); |
- checkUnnamed416(o.secondaryFileExtensions); |
- checkUnnamed417(o.secondaryMimeTypes); |
+ checkUnnamed735(o.secondaryFileExtensions); |
+ checkUnnamed736(o.secondaryMimeTypes); |
unittest.expect(o.shortDescription, unittest.equals('foo')); |
unittest.expect(o.supportsCreate, unittest.isTrue); |
unittest.expect(o.supportsImport, unittest.isTrue); |
@@ -509,27 +509,27 @@ checkApp(api.App o) { |
buildCounterApp--; |
} |
-buildUnnamed418() { |
+buildUnnamed737() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed418(core.List<core.String> o) { |
+checkUnnamed737(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')); |
} |
-buildUnnamed419() { |
+buildUnnamed738() { |
var o = new core.List<api.App>(); |
o.add(buildApp()); |
o.add(buildApp()); |
return o; |
} |
-checkUnnamed419(core.List<api.App> o) { |
+checkUnnamed738(core.List<api.App> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkApp(o[0]); |
checkApp(o[1]); |
@@ -540,9 +540,9 @@ buildAppList() { |
var o = new api.AppList(); |
buildCounterAppList++; |
if (buildCounterAppList < 3) { |
- o.defaultAppIds = buildUnnamed418(); |
+ o.defaultAppIds = buildUnnamed737(); |
o.etag = "foo"; |
- o.items = buildUnnamed419(); |
+ o.items = buildUnnamed738(); |
o.kind = "foo"; |
o.selfLink = "foo"; |
} |
@@ -553,9 +553,9 @@ buildAppList() { |
checkAppList(api.AppList o) { |
buildCounterAppList++; |
if (buildCounterAppList < 3) { |
- checkUnnamed418(o.defaultAppIds); |
+ checkUnnamed737(o.defaultAppIds); |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed419(o.items); |
+ checkUnnamed738(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
} |
@@ -593,14 +593,14 @@ checkChange(api.Change o) { |
buildCounterChange--; |
} |
-buildUnnamed420() { |
+buildUnnamed739() { |
var o = new core.List<api.Change>(); |
o.add(buildChange()); |
o.add(buildChange()); |
return o; |
} |
-checkUnnamed420(core.List<api.Change> o) { |
+checkUnnamed739(core.List<api.Change> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChange(o[0]); |
checkChange(o[1]); |
@@ -612,7 +612,7 @@ buildChangeList() { |
buildCounterChangeList++; |
if (buildCounterChangeList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed420(); |
+ o.items = buildUnnamed739(); |
o.kind = "foo"; |
o.largestChangeId = "foo"; |
o.nextLink = "foo"; |
@@ -627,7 +627,7 @@ checkChangeList(api.ChangeList o) { |
buildCounterChangeList++; |
if (buildCounterChangeList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed420(o.items); |
+ checkUnnamed739(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.largestChangeId, unittest.equals('foo')); |
unittest.expect(o.nextLink, unittest.equals('foo')); |
@@ -637,14 +637,14 @@ checkChangeList(api.ChangeList o) { |
buildCounterChangeList--; |
} |
-buildUnnamed421() { |
+buildUnnamed740() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed421(core.Map<core.String, core.String> o) { |
+checkUnnamed740(core.Map<core.String, core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o["x"], unittest.equals('foo')); |
unittest.expect(o["y"], unittest.equals('foo')); |
@@ -659,7 +659,7 @@ buildChannel() { |
o.expiration = "foo"; |
o.id = "foo"; |
o.kind = "foo"; |
- o.params = buildUnnamed421(); |
+ o.params = buildUnnamed740(); |
o.payload = true; |
o.resourceId = "foo"; |
o.resourceUri = "foo"; |
@@ -677,7 +677,7 @@ checkChannel(api.Channel o) { |
unittest.expect(o.expiration, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed421(o.params); |
+ checkUnnamed740(o.params); |
unittest.expect(o.payload, unittest.isTrue); |
unittest.expect(o.resourceId, unittest.equals('foo')); |
unittest.expect(o.resourceUri, unittest.equals('foo')); |
@@ -687,14 +687,14 @@ checkChannel(api.Channel o) { |
buildCounterChannel--; |
} |
-buildUnnamed422() { |
+buildUnnamed741() { |
var o = new core.List<api.ChildReference>(); |
o.add(buildChildReference()); |
o.add(buildChildReference()); |
return o; |
} |
-checkUnnamed422(core.List<api.ChildReference> o) { |
+checkUnnamed741(core.List<api.ChildReference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChildReference(o[0]); |
checkChildReference(o[1]); |
@@ -706,7 +706,7 @@ buildChildList() { |
buildCounterChildList++; |
if (buildCounterChildList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed422(); |
+ o.items = buildUnnamed741(); |
o.kind = "foo"; |
o.nextLink = "foo"; |
o.nextPageToken = "foo"; |
@@ -720,7 +720,7 @@ checkChildList(api.ChildList o) { |
buildCounterChildList++; |
if (buildCounterChildList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed422(o.items); |
+ checkUnnamed741(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextLink, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -775,14 +775,14 @@ checkCommentContext(api.CommentContext o) { |
buildCounterCommentContext--; |
} |
-buildUnnamed423() { |
+buildUnnamed742() { |
var o = new core.List<api.CommentReply>(); |
o.add(buildCommentReply()); |
o.add(buildCommentReply()); |
return o; |
} |
-checkUnnamed423(core.List<api.CommentReply> o) { |
+checkUnnamed742(core.List<api.CommentReply> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCommentReply(o[0]); |
checkCommentReply(o[1]); |
@@ -805,7 +805,7 @@ buildComment() { |
o.htmlContent = "foo"; |
o.kind = "foo"; |
o.modifiedDate = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.replies = buildUnnamed423(); |
+ o.replies = buildUnnamed742(); |
o.selfLink = "foo"; |
o.status = "foo"; |
} |
@@ -828,21 +828,21 @@ checkComment(api.Comment o) { |
unittest.expect(o.htmlContent, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.modifiedDate, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02"))); |
- checkUnnamed423(o.replies); |
+ checkUnnamed742(o.replies); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
unittest.expect(o.status, unittest.equals('foo')); |
} |
buildCounterComment--; |
} |
-buildUnnamed424() { |
+buildUnnamed743() { |
var o = new core.List<api.Comment>(); |
o.add(buildComment()); |
o.add(buildComment()); |
return o; |
} |
-checkUnnamed424(core.List<api.Comment> o) { |
+checkUnnamed743(core.List<api.Comment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkComment(o[0]); |
checkComment(o[1]); |
@@ -853,7 +853,7 @@ buildCommentList() { |
var o = new api.CommentList(); |
buildCounterCommentList++; |
if (buildCounterCommentList < 3) { |
- o.items = buildUnnamed424(); |
+ o.items = buildUnnamed743(); |
o.kind = "foo"; |
o.nextLink = "foo"; |
o.nextPageToken = "foo"; |
@@ -866,7 +866,7 @@ buildCommentList() { |
checkCommentList(api.CommentList o) { |
buildCounterCommentList++; |
if (buildCounterCommentList < 3) { |
- checkUnnamed424(o.items); |
+ checkUnnamed743(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextLink, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -910,14 +910,14 @@ checkCommentReply(api.CommentReply o) { |
buildCounterCommentReply--; |
} |
-buildUnnamed425() { |
+buildUnnamed744() { |
var o = new core.List<api.CommentReply>(); |
o.add(buildCommentReply()); |
o.add(buildCommentReply()); |
return o; |
} |
-checkUnnamed425(core.List<api.CommentReply> o) { |
+checkUnnamed744(core.List<api.CommentReply> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCommentReply(o[0]); |
checkCommentReply(o[1]); |
@@ -928,7 +928,7 @@ buildCommentReplyList() { |
var o = new api.CommentReplyList(); |
buildCounterCommentReplyList++; |
if (buildCounterCommentReplyList < 3) { |
- o.items = buildUnnamed425(); |
+ o.items = buildUnnamed744(); |
o.kind = "foo"; |
o.nextLink = "foo"; |
o.nextPageToken = "foo"; |
@@ -941,7 +941,7 @@ buildCommentReplyList() { |
checkCommentReplyList(api.CommentReplyList o) { |
buildCounterCommentReplyList++; |
if (buildCounterCommentReplyList < 3) { |
- checkUnnamed425(o.items); |
+ checkUnnamed744(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextLink, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -950,14 +950,14 @@ checkCommentReplyList(api.CommentReplyList o) { |
buildCounterCommentReplyList--; |
} |
-buildUnnamed426() { |
+buildUnnamed745() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed426(core.Map<core.String, core.String> o) { |
+checkUnnamed745(core.Map<core.String, core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o["x"], unittest.equals('foo')); |
unittest.expect(o["y"], unittest.equals('foo')); |
@@ -1091,79 +1091,79 @@ checkFileLabels(api.FileLabels o) { |
buildCounterFileLabels--; |
} |
-buildUnnamed427() { |
+buildUnnamed746() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed427(core.Map<core.String, core.String> o) { |
+checkUnnamed746(core.Map<core.String, core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o["x"], unittest.equals('foo')); |
unittest.expect(o["y"], unittest.equals('foo')); |
} |
-buildUnnamed428() { |
+buildUnnamed747() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed428(core.List<core.String> o) { |
+checkUnnamed747(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')); |
} |
-buildUnnamed429() { |
+buildUnnamed748() { |
var o = new core.List<api.User>(); |
o.add(buildUser()); |
o.add(buildUser()); |
return o; |
} |
-checkUnnamed429(core.List<api.User> o) { |
+checkUnnamed748(core.List<api.User> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUser(o[0]); |
checkUser(o[1]); |
} |
-buildUnnamed430() { |
+buildUnnamed749() { |
var o = new core.List<api.ParentReference>(); |
o.add(buildParentReference()); |
o.add(buildParentReference()); |
return o; |
} |
-checkUnnamed430(core.List<api.ParentReference> o) { |
+checkUnnamed749(core.List<api.ParentReference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkParentReference(o[0]); |
checkParentReference(o[1]); |
} |
-buildUnnamed431() { |
+buildUnnamed750() { |
var o = new core.List<api.Permission>(); |
o.add(buildPermission()); |
o.add(buildPermission()); |
return o; |
} |
-checkUnnamed431(core.List<api.Permission> o) { |
+checkUnnamed750(core.List<api.Permission> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPermission(o[0]); |
checkPermission(o[1]); |
} |
-buildUnnamed432() { |
+buildUnnamed751() { |
var o = new core.List<api.Property>(); |
o.add(buildProperty()); |
o.add(buildProperty()); |
return o; |
} |
-checkUnnamed432(core.List<api.Property> o) { |
+checkUnnamed751(core.List<api.Property> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProperty(o[0]); |
checkProperty(o[1]); |
@@ -1229,7 +1229,7 @@ buildFile() { |
o.embedLink = "foo"; |
o.etag = "foo"; |
o.explicitlyTrashed = true; |
- o.exportLinks = buildUnnamed426(); |
+ o.exportLinks = buildUnnamed745(); |
o.fileExtension = "foo"; |
o.fileSize = "foo"; |
o.headRevisionId = "foo"; |
@@ -1247,13 +1247,13 @@ buildFile() { |
o.mimeType = "foo"; |
o.modifiedByMeDate = core.DateTime.parse("2002-02-27T14:01:02"); |
o.modifiedDate = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.openWithLinks = buildUnnamed427(); |
+ o.openWithLinks = buildUnnamed746(); |
o.originalFilename = "foo"; |
- o.ownerNames = buildUnnamed428(); |
- o.owners = buildUnnamed429(); |
- o.parents = buildUnnamed430(); |
- o.permissions = buildUnnamed431(); |
- o.properties = buildUnnamed432(); |
+ o.ownerNames = buildUnnamed747(); |
+ o.owners = buildUnnamed748(); |
+ o.parents = buildUnnamed749(); |
+ o.permissions = buildUnnamed750(); |
+ o.properties = buildUnnamed751(); |
o.quotaBytesUsed = "foo"; |
o.selfLink = "foo"; |
o.shared = true; |
@@ -1287,7 +1287,7 @@ checkFile(api.File o) { |
unittest.expect(o.embedLink, unittest.equals('foo')); |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.explicitlyTrashed, unittest.isTrue); |
- checkUnnamed426(o.exportLinks); |
+ checkUnnamed745(o.exportLinks); |
unittest.expect(o.fileExtension, unittest.equals('foo')); |
unittest.expect(o.fileSize, unittest.equals('foo')); |
unittest.expect(o.headRevisionId, unittest.equals('foo')); |
@@ -1305,13 +1305,13 @@ checkFile(api.File o) { |
unittest.expect(o.mimeType, unittest.equals('foo')); |
unittest.expect(o.modifiedByMeDate, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02"))); |
unittest.expect(o.modifiedDate, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02"))); |
- checkUnnamed427(o.openWithLinks); |
+ checkUnnamed746(o.openWithLinks); |
unittest.expect(o.originalFilename, unittest.equals('foo')); |
- checkUnnamed428(o.ownerNames); |
- checkUnnamed429(o.owners); |
- checkUnnamed430(o.parents); |
- checkUnnamed431(o.permissions); |
- checkUnnamed432(o.properties); |
+ checkUnnamed747(o.ownerNames); |
+ checkUnnamed748(o.owners); |
+ checkUnnamed749(o.parents); |
+ checkUnnamed750(o.permissions); |
+ checkUnnamed751(o.properties); |
unittest.expect(o.quotaBytesUsed, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
unittest.expect(o.shared, unittest.isTrue); |
@@ -1330,14 +1330,14 @@ checkFile(api.File o) { |
buildCounterFile--; |
} |
-buildUnnamed433() { |
+buildUnnamed752() { |
var o = new core.List<api.File>(); |
o.add(buildFile()); |
o.add(buildFile()); |
return o; |
} |
-checkUnnamed433(core.List<api.File> o) { |
+checkUnnamed752(core.List<api.File> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkFile(o[0]); |
checkFile(o[1]); |
@@ -1349,7 +1349,7 @@ buildFileList() { |
buildCounterFileList++; |
if (buildCounterFileList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed433(); |
+ o.items = buildUnnamed752(); |
o.kind = "foo"; |
o.nextLink = "foo"; |
o.nextPageToken = "foo"; |
@@ -1363,7 +1363,7 @@ checkFileList(api.FileList o) { |
buildCounterFileList++; |
if (buildCounterFileList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed433(o.items); |
+ checkUnnamed752(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextLink, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -1372,14 +1372,14 @@ checkFileList(api.FileList o) { |
buildCounterFileList--; |
} |
-buildUnnamed434() { |
+buildUnnamed753() { |
var o = new core.List<api.ParentReference>(); |
o.add(buildParentReference()); |
o.add(buildParentReference()); |
return o; |
} |
-checkUnnamed434(core.List<api.ParentReference> o) { |
+checkUnnamed753(core.List<api.ParentReference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkParentReference(o[0]); |
checkParentReference(o[1]); |
@@ -1391,7 +1391,7 @@ buildParentList() { |
buildCounterParentList++; |
if (buildCounterParentList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed434(); |
+ o.items = buildUnnamed753(); |
o.kind = "foo"; |
o.selfLink = "foo"; |
} |
@@ -1403,7 +1403,7 @@ checkParentList(api.ParentList o) { |
buildCounterParentList++; |
if (buildCounterParentList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed434(o.items); |
+ checkUnnamed753(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
} |
@@ -1437,14 +1437,14 @@ checkParentReference(api.ParentReference o) { |
buildCounterParentReference--; |
} |
-buildUnnamed435() { |
+buildUnnamed754() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed435(core.List<core.String> o) { |
+checkUnnamed754(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')); |
@@ -1455,7 +1455,7 @@ buildPermission() { |
var o = new api.Permission(); |
buildCounterPermission++; |
if (buildCounterPermission < 3) { |
- o.additionalRoles = buildUnnamed435(); |
+ o.additionalRoles = buildUnnamed754(); |
o.authKey = "foo"; |
o.domain = "foo"; |
o.emailAddress = "foo"; |
@@ -1477,7 +1477,7 @@ buildPermission() { |
checkPermission(api.Permission o) { |
buildCounterPermission++; |
if (buildCounterPermission < 3) { |
- checkUnnamed435(o.additionalRoles); |
+ checkUnnamed754(o.additionalRoles); |
unittest.expect(o.authKey, unittest.equals('foo')); |
unittest.expect(o.domain, unittest.equals('foo')); |
unittest.expect(o.emailAddress, unittest.equals('foo')); |
@@ -1516,14 +1516,14 @@ checkPermissionId(api.PermissionId o) { |
buildCounterPermissionId--; |
} |
-buildUnnamed436() { |
+buildUnnamed755() { |
var o = new core.List<api.Permission>(); |
o.add(buildPermission()); |
o.add(buildPermission()); |
return o; |
} |
-checkUnnamed436(core.List<api.Permission> o) { |
+checkUnnamed755(core.List<api.Permission> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPermission(o[0]); |
checkPermission(o[1]); |
@@ -1535,7 +1535,7 @@ buildPermissionList() { |
buildCounterPermissionList++; |
if (buildCounterPermissionList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed436(); |
+ o.items = buildUnnamed755(); |
o.kind = "foo"; |
o.selfLink = "foo"; |
} |
@@ -1547,7 +1547,7 @@ checkPermissionList(api.PermissionList o) { |
buildCounterPermissionList++; |
if (buildCounterPermissionList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed436(o.items); |
+ checkUnnamed755(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
} |
@@ -1583,14 +1583,14 @@ checkProperty(api.Property o) { |
buildCounterProperty--; |
} |
-buildUnnamed437() { |
+buildUnnamed756() { |
var o = new core.List<api.Property>(); |
o.add(buildProperty()); |
o.add(buildProperty()); |
return o; |
} |
-checkUnnamed437(core.List<api.Property> o) { |
+checkUnnamed756(core.List<api.Property> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProperty(o[0]); |
checkProperty(o[1]); |
@@ -1602,7 +1602,7 @@ buildPropertyList() { |
buildCounterPropertyList++; |
if (buildCounterPropertyList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed437(); |
+ o.items = buildUnnamed756(); |
o.kind = "foo"; |
o.selfLink = "foo"; |
} |
@@ -1614,21 +1614,21 @@ checkPropertyList(api.PropertyList o) { |
buildCounterPropertyList++; |
if (buildCounterPropertyList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed437(o.items); |
+ checkUnnamed756(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
} |
buildCounterPropertyList--; |
} |
-buildUnnamed438() { |
+buildUnnamed757() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed438(core.Map<core.String, core.String> o) { |
+checkUnnamed757(core.Map<core.String, core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o["x"], unittest.equals('foo')); |
unittest.expect(o["y"], unittest.equals('foo')); |
@@ -1641,7 +1641,7 @@ buildRevision() { |
if (buildCounterRevision < 3) { |
o.downloadUrl = "foo"; |
o.etag = "foo"; |
- o.exportLinks = buildUnnamed438(); |
+ o.exportLinks = buildUnnamed757(); |
o.fileSize = "foo"; |
o.id = "foo"; |
o.kind = "foo"; |
@@ -1667,7 +1667,7 @@ checkRevision(api.Revision o) { |
if (buildCounterRevision < 3) { |
unittest.expect(o.downloadUrl, unittest.equals('foo')); |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed438(o.exportLinks); |
+ checkUnnamed757(o.exportLinks); |
unittest.expect(o.fileSize, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
@@ -1687,14 +1687,14 @@ checkRevision(api.Revision o) { |
buildCounterRevision--; |
} |
-buildUnnamed439() { |
+buildUnnamed758() { |
var o = new core.List<api.Revision>(); |
o.add(buildRevision()); |
o.add(buildRevision()); |
return o; |
} |
-checkUnnamed439(core.List<api.Revision> o) { |
+checkUnnamed758(core.List<api.Revision> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRevision(o[0]); |
checkRevision(o[1]); |
@@ -1706,7 +1706,7 @@ buildRevisionList() { |
buildCounterRevisionList++; |
if (buildCounterRevisionList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed439(); |
+ o.items = buildUnnamed758(); |
o.kind = "foo"; |
o.selfLink = "foo"; |
} |
@@ -1718,7 +1718,7 @@ checkRevisionList(api.RevisionList o) { |
buildCounterRevisionList++; |
if (buildCounterRevisionList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed439(o.items); |
+ checkUnnamed758(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
} |