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 1bf801e759ceecebc055d1838cb4780ff0e4e489..75b62785d36d00f4cd92da34083d9284aae511b3 100644 |
--- a/generated/googleapis/test/drive/v2_test.dart |
+++ b/generated/googleapis/test/drive/v2_test.dart |
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse( |
return new http.StreamedResponse(stream, status, headers: headers); |
} |
-buildUnnamed686() { |
+buildUnnamed703() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed686(core.List<core.String> o) { |
+checkUnnamed703(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')); |
@@ -69,7 +69,7 @@ buildAboutAdditionalRoleInfoRoleSets() { |
var o = new api.AboutAdditionalRoleInfoRoleSets(); |
buildCounterAboutAdditionalRoleInfoRoleSets++; |
if (buildCounterAboutAdditionalRoleInfoRoleSets < 3) { |
- o.additionalRoles = buildUnnamed686(); |
+ o.additionalRoles = buildUnnamed703(); |
o.primaryRole = "foo"; |
} |
buildCounterAboutAdditionalRoleInfoRoleSets--; |
@@ -79,20 +79,20 @@ buildAboutAdditionalRoleInfoRoleSets() { |
checkAboutAdditionalRoleInfoRoleSets(api.AboutAdditionalRoleInfoRoleSets o) { |
buildCounterAboutAdditionalRoleInfoRoleSets++; |
if (buildCounterAboutAdditionalRoleInfoRoleSets < 3) { |
- checkUnnamed686(o.additionalRoles); |
+ checkUnnamed703(o.additionalRoles); |
unittest.expect(o.primaryRole, unittest.equals('foo')); |
} |
buildCounterAboutAdditionalRoleInfoRoleSets--; |
} |
-buildUnnamed687() { |
+buildUnnamed704() { |
var o = new core.List<api.AboutAdditionalRoleInfoRoleSets>(); |
o.add(buildAboutAdditionalRoleInfoRoleSets()); |
o.add(buildAboutAdditionalRoleInfoRoleSets()); |
return o; |
} |
-checkUnnamed687(core.List<api.AboutAdditionalRoleInfoRoleSets> o) { |
+checkUnnamed704(core.List<api.AboutAdditionalRoleInfoRoleSets> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutAdditionalRoleInfoRoleSets(o[0]); |
checkAboutAdditionalRoleInfoRoleSets(o[1]); |
@@ -103,7 +103,7 @@ buildAboutAdditionalRoleInfo() { |
var o = new api.AboutAdditionalRoleInfo(); |
buildCounterAboutAdditionalRoleInfo++; |
if (buildCounterAboutAdditionalRoleInfo < 3) { |
- o.roleSets = buildUnnamed687(); |
+ o.roleSets = buildUnnamed704(); |
o.type = "foo"; |
} |
buildCounterAboutAdditionalRoleInfo--; |
@@ -113,33 +113,33 @@ buildAboutAdditionalRoleInfo() { |
checkAboutAdditionalRoleInfo(api.AboutAdditionalRoleInfo o) { |
buildCounterAboutAdditionalRoleInfo++; |
if (buildCounterAboutAdditionalRoleInfo < 3) { |
- checkUnnamed687(o.roleSets); |
+ checkUnnamed704(o.roleSets); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterAboutAdditionalRoleInfo--; |
} |
-buildUnnamed688() { |
+buildUnnamed705() { |
var o = new core.List<api.AboutAdditionalRoleInfo>(); |
o.add(buildAboutAdditionalRoleInfo()); |
o.add(buildAboutAdditionalRoleInfo()); |
return o; |
} |
-checkUnnamed688(core.List<api.AboutAdditionalRoleInfo> o) { |
+checkUnnamed705(core.List<api.AboutAdditionalRoleInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutAdditionalRoleInfo(o[0]); |
checkAboutAdditionalRoleInfo(o[1]); |
} |
-buildUnnamed689() { |
+buildUnnamed706() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed689(core.List<core.String> o) { |
+checkUnnamed706(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')); |
@@ -151,7 +151,7 @@ buildAboutExportFormats() { |
buildCounterAboutExportFormats++; |
if (buildCounterAboutExportFormats < 3) { |
o.source = "foo"; |
- o.targets = buildUnnamed689(); |
+ o.targets = buildUnnamed706(); |
} |
buildCounterAboutExportFormats--; |
return o; |
@@ -161,19 +161,19 @@ checkAboutExportFormats(api.AboutExportFormats o) { |
buildCounterAboutExportFormats++; |
if (buildCounterAboutExportFormats < 3) { |
unittest.expect(o.source, unittest.equals('foo')); |
- checkUnnamed689(o.targets); |
+ checkUnnamed706(o.targets); |
} |
buildCounterAboutExportFormats--; |
} |
-buildUnnamed690() { |
+buildUnnamed707() { |
var o = new core.List<api.AboutExportFormats>(); |
o.add(buildAboutExportFormats()); |
o.add(buildAboutExportFormats()); |
return o; |
} |
-checkUnnamed690(core.List<api.AboutExportFormats> o) { |
+checkUnnamed707(core.List<api.AboutExportFormats> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutExportFormats(o[0]); |
checkAboutExportFormats(o[1]); |
@@ -200,40 +200,40 @@ checkAboutFeatures(api.AboutFeatures o) { |
buildCounterAboutFeatures--; |
} |
-buildUnnamed691() { |
+buildUnnamed708() { |
var o = new core.List<api.AboutFeatures>(); |
o.add(buildAboutFeatures()); |
o.add(buildAboutFeatures()); |
return o; |
} |
-checkUnnamed691(core.List<api.AboutFeatures> o) { |
+checkUnnamed708(core.List<api.AboutFeatures> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutFeatures(o[0]); |
checkAboutFeatures(o[1]); |
} |
-buildUnnamed692() { |
+buildUnnamed709() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed692(core.List<core.String> o) { |
+checkUnnamed709(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')); |
} |
-buildUnnamed693() { |
+buildUnnamed710() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed693(core.List<core.String> o) { |
+checkUnnamed710(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')); |
@@ -245,7 +245,7 @@ buildAboutImportFormats() { |
buildCounterAboutImportFormats++; |
if (buildCounterAboutImportFormats < 3) { |
o.source = "foo"; |
- o.targets = buildUnnamed693(); |
+ o.targets = buildUnnamed710(); |
} |
buildCounterAboutImportFormats--; |
return o; |
@@ -255,19 +255,19 @@ checkAboutImportFormats(api.AboutImportFormats o) { |
buildCounterAboutImportFormats++; |
if (buildCounterAboutImportFormats < 3) { |
unittest.expect(o.source, unittest.equals('foo')); |
- checkUnnamed693(o.targets); |
+ checkUnnamed710(o.targets); |
} |
buildCounterAboutImportFormats--; |
} |
-buildUnnamed694() { |
+buildUnnamed711() { |
var o = new core.List<api.AboutImportFormats>(); |
o.add(buildAboutImportFormats()); |
o.add(buildAboutImportFormats()); |
return o; |
} |
-checkUnnamed694(core.List<api.AboutImportFormats> o) { |
+checkUnnamed711(core.List<api.AboutImportFormats> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutImportFormats(o[0]); |
checkAboutImportFormats(o[1]); |
@@ -294,14 +294,14 @@ checkAboutMaxUploadSizes(api.AboutMaxUploadSizes o) { |
buildCounterAboutMaxUploadSizes--; |
} |
-buildUnnamed695() { |
+buildUnnamed712() { |
var o = new core.List<api.AboutMaxUploadSizes>(); |
o.add(buildAboutMaxUploadSizes()); |
o.add(buildAboutMaxUploadSizes()); |
return o; |
} |
-checkUnnamed695(core.List<api.AboutMaxUploadSizes> o) { |
+checkUnnamed712(core.List<api.AboutMaxUploadSizes> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutMaxUploadSizes(o[0]); |
checkAboutMaxUploadSizes(o[1]); |
@@ -328,14 +328,14 @@ checkAboutQuotaBytesByService(api.AboutQuotaBytesByService o) { |
buildCounterAboutQuotaBytesByService--; |
} |
-buildUnnamed696() { |
+buildUnnamed713() { |
var o = new core.List<api.AboutQuotaBytesByService>(); |
o.add(buildAboutQuotaBytesByService()); |
o.add(buildAboutQuotaBytesByService()); |
return o; |
} |
-checkUnnamed696(core.List<api.AboutQuotaBytesByService> o) { |
+checkUnnamed713(core.List<api.AboutQuotaBytesByService> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutQuotaBytesByService(o[0]); |
checkAboutQuotaBytesByService(o[1]); |
@@ -364,14 +364,14 @@ checkAboutTeamDriveThemes(api.AboutTeamDriveThemes o) { |
buildCounterAboutTeamDriveThemes--; |
} |
-buildUnnamed697() { |
+buildUnnamed714() { |
var o = new core.List<api.AboutTeamDriveThemes>(); |
o.add(buildAboutTeamDriveThemes()); |
o.add(buildAboutTeamDriveThemes()); |
return o; |
} |
-checkUnnamed697(core.List<api.AboutTeamDriveThemes> o) { |
+checkUnnamed714(core.List<api.AboutTeamDriveThemes> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAboutTeamDriveThemes(o[0]); |
checkAboutTeamDriveThemes(o[1]); |
@@ -382,21 +382,21 @@ buildAbout() { |
var o = new api.About(); |
buildCounterAbout++; |
if (buildCounterAbout < 3) { |
- o.additionalRoleInfo = buildUnnamed688(); |
+ o.additionalRoleInfo = buildUnnamed705(); |
o.domainSharingPolicy = "foo"; |
o.etag = "foo"; |
- o.exportFormats = buildUnnamed690(); |
- o.features = buildUnnamed691(); |
- o.folderColorPalette = buildUnnamed692(); |
- o.importFormats = buildUnnamed694(); |
+ o.exportFormats = buildUnnamed707(); |
+ o.features = buildUnnamed708(); |
+ o.folderColorPalette = buildUnnamed709(); |
+ o.importFormats = buildUnnamed711(); |
o.isCurrentAppInstalled = true; |
o.kind = "foo"; |
o.languageCode = "foo"; |
o.largestChangeId = "foo"; |
- o.maxUploadSizes = buildUnnamed695(); |
+ o.maxUploadSizes = buildUnnamed712(); |
o.name = "foo"; |
o.permissionId = "foo"; |
- o.quotaBytesByService = buildUnnamed696(); |
+ o.quotaBytesByService = buildUnnamed713(); |
o.quotaBytesTotal = "foo"; |
o.quotaBytesUsed = "foo"; |
o.quotaBytesUsedAggregate = "foo"; |
@@ -405,7 +405,7 @@ buildAbout() { |
o.remainingChangeIds = "foo"; |
o.rootFolderId = "foo"; |
o.selfLink = "foo"; |
- o.teamDriveThemes = buildUnnamed697(); |
+ o.teamDriveThemes = buildUnnamed714(); |
o.user = buildUser(); |
} |
buildCounterAbout--; |
@@ -415,21 +415,21 @@ buildAbout() { |
checkAbout(api.About o) { |
buildCounterAbout++; |
if (buildCounterAbout < 3) { |
- checkUnnamed688(o.additionalRoleInfo); |
+ checkUnnamed705(o.additionalRoleInfo); |
unittest.expect(o.domainSharingPolicy, unittest.equals('foo')); |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed690(o.exportFormats); |
- checkUnnamed691(o.features); |
- checkUnnamed692(o.folderColorPalette); |
- checkUnnamed694(o.importFormats); |
+ checkUnnamed707(o.exportFormats); |
+ checkUnnamed708(o.features); |
+ checkUnnamed709(o.folderColorPalette); |
+ checkUnnamed711(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')); |
- checkUnnamed695(o.maxUploadSizes); |
+ checkUnnamed712(o.maxUploadSizes); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.permissionId, unittest.equals('foo')); |
- checkUnnamed696(o.quotaBytesByService); |
+ checkUnnamed713(o.quotaBytesByService); |
unittest.expect(o.quotaBytesTotal, unittest.equals('foo')); |
unittest.expect(o.quotaBytesUsed, unittest.equals('foo')); |
unittest.expect(o.quotaBytesUsedAggregate, unittest.equals('foo')); |
@@ -438,7 +438,7 @@ checkAbout(api.About o) { |
unittest.expect(o.remainingChangeIds, unittest.equals('foo')); |
unittest.expect(o.rootFolderId, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
- checkUnnamed697(o.teamDriveThemes); |
+ checkUnnamed714(o.teamDriveThemes); |
checkUser(o.user); |
} |
buildCounterAbout--; |
@@ -467,66 +467,66 @@ checkAppIcons(api.AppIcons o) { |
buildCounterAppIcons--; |
} |
-buildUnnamed698() { |
+buildUnnamed715() { |
var o = new core.List<api.AppIcons>(); |
o.add(buildAppIcons()); |
o.add(buildAppIcons()); |
return o; |
} |
-checkUnnamed698(core.List<api.AppIcons> o) { |
+checkUnnamed715(core.List<api.AppIcons> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAppIcons(o[0]); |
checkAppIcons(o[1]); |
} |
-buildUnnamed699() { |
+buildUnnamed716() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed699(core.List<core.String> o) { |
+checkUnnamed716(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')); |
} |
-buildUnnamed700() { |
+buildUnnamed717() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed700(core.List<core.String> o) { |
+checkUnnamed717(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')); |
} |
-buildUnnamed701() { |
+buildUnnamed718() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed701(core.List<core.String> o) { |
+checkUnnamed718(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')); |
} |
-buildUnnamed702() { |
+buildUnnamed719() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed702(core.List<core.String> o) { |
+checkUnnamed719(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')); |
@@ -541,7 +541,7 @@ buildApp() { |
o.createInFolderTemplate = "foo"; |
o.createUrl = "foo"; |
o.hasDriveWideScope = true; |
- o.icons = buildUnnamed698(); |
+ o.icons = buildUnnamed715(); |
o.id = "foo"; |
o.installed = true; |
o.kind = "foo"; |
@@ -549,12 +549,12 @@ buildApp() { |
o.name = "foo"; |
o.objectType = "foo"; |
o.openUrlTemplate = "foo"; |
- o.primaryFileExtensions = buildUnnamed699(); |
- o.primaryMimeTypes = buildUnnamed700(); |
+ o.primaryFileExtensions = buildUnnamed716(); |
+ o.primaryMimeTypes = buildUnnamed717(); |
o.productId = "foo"; |
o.productUrl = "foo"; |
- o.secondaryFileExtensions = buildUnnamed701(); |
- o.secondaryMimeTypes = buildUnnamed702(); |
+ o.secondaryFileExtensions = buildUnnamed718(); |
+ o.secondaryMimeTypes = buildUnnamed719(); |
o.shortDescription = "foo"; |
o.supportsCreate = true; |
o.supportsImport = true; |
@@ -573,7 +573,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); |
- checkUnnamed698(o.icons); |
+ checkUnnamed715(o.icons); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.installed, unittest.isTrue); |
unittest.expect(o.kind, unittest.equals('foo')); |
@@ -581,12 +581,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')); |
- checkUnnamed699(o.primaryFileExtensions); |
- checkUnnamed700(o.primaryMimeTypes); |
+ checkUnnamed716(o.primaryFileExtensions); |
+ checkUnnamed717(o.primaryMimeTypes); |
unittest.expect(o.productId, unittest.equals('foo')); |
unittest.expect(o.productUrl, unittest.equals('foo')); |
- checkUnnamed701(o.secondaryFileExtensions); |
- checkUnnamed702(o.secondaryMimeTypes); |
+ checkUnnamed718(o.secondaryFileExtensions); |
+ checkUnnamed719(o.secondaryMimeTypes); |
unittest.expect(o.shortDescription, unittest.equals('foo')); |
unittest.expect(o.supportsCreate, unittest.isTrue); |
unittest.expect(o.supportsImport, unittest.isTrue); |
@@ -597,27 +597,27 @@ checkApp(api.App o) { |
buildCounterApp--; |
} |
-buildUnnamed703() { |
+buildUnnamed720() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed703(core.List<core.String> o) { |
+checkUnnamed720(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')); |
} |
-buildUnnamed704() { |
+buildUnnamed721() { |
var o = new core.List<api.App>(); |
o.add(buildApp()); |
o.add(buildApp()); |
return o; |
} |
-checkUnnamed704(core.List<api.App> o) { |
+checkUnnamed721(core.List<api.App> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkApp(o[0]); |
checkApp(o[1]); |
@@ -628,9 +628,9 @@ buildAppList() { |
var o = new api.AppList(); |
buildCounterAppList++; |
if (buildCounterAppList < 3) { |
- o.defaultAppIds = buildUnnamed703(); |
+ o.defaultAppIds = buildUnnamed720(); |
o.etag = "foo"; |
- o.items = buildUnnamed704(); |
+ o.items = buildUnnamed721(); |
o.kind = "foo"; |
o.selfLink = "foo"; |
} |
@@ -641,9 +641,9 @@ buildAppList() { |
checkAppList(api.AppList o) { |
buildCounterAppList++; |
if (buildCounterAppList < 3) { |
- checkUnnamed703(o.defaultAppIds); |
+ checkUnnamed720(o.defaultAppIds); |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed704(o.items); |
+ checkUnnamed721(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
} |
@@ -687,14 +687,14 @@ checkChange(api.Change o) { |
buildCounterChange--; |
} |
-buildUnnamed705() { |
+buildUnnamed722() { |
var o = new core.List<api.Change>(); |
o.add(buildChange()); |
o.add(buildChange()); |
return o; |
} |
-checkUnnamed705(core.List<api.Change> o) { |
+checkUnnamed722(core.List<api.Change> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChange(o[0]); |
checkChange(o[1]); |
@@ -706,7 +706,7 @@ buildChangeList() { |
buildCounterChangeList++; |
if (buildCounterChangeList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed705(); |
+ o.items = buildUnnamed722(); |
o.kind = "foo"; |
o.largestChangeId = "foo"; |
o.newStartPageToken = "foo"; |
@@ -722,7 +722,7 @@ checkChangeList(api.ChangeList o) { |
buildCounterChangeList++; |
if (buildCounterChangeList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed705(o.items); |
+ checkUnnamed722(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.largestChangeId, unittest.equals('foo')); |
unittest.expect(o.newStartPageToken, unittest.equals('foo')); |
@@ -733,14 +733,14 @@ checkChangeList(api.ChangeList o) { |
buildCounterChangeList--; |
} |
-buildUnnamed706() { |
+buildUnnamed723() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed706(core.Map<core.String, core.String> o) { |
+checkUnnamed723(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')); |
@@ -755,7 +755,7 @@ buildChannel() { |
o.expiration = "foo"; |
o.id = "foo"; |
o.kind = "foo"; |
- o.params = buildUnnamed706(); |
+ o.params = buildUnnamed723(); |
o.payload = true; |
o.resourceId = "foo"; |
o.resourceUri = "foo"; |
@@ -773,7 +773,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')); |
- checkUnnamed706(o.params); |
+ checkUnnamed723(o.params); |
unittest.expect(o.payload, unittest.isTrue); |
unittest.expect(o.resourceId, unittest.equals('foo')); |
unittest.expect(o.resourceUri, unittest.equals('foo')); |
@@ -783,14 +783,14 @@ checkChannel(api.Channel o) { |
buildCounterChannel--; |
} |
-buildUnnamed707() { |
+buildUnnamed724() { |
var o = new core.List<api.ChildReference>(); |
o.add(buildChildReference()); |
o.add(buildChildReference()); |
return o; |
} |
-checkUnnamed707(core.List<api.ChildReference> o) { |
+checkUnnamed724(core.List<api.ChildReference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkChildReference(o[0]); |
checkChildReference(o[1]); |
@@ -802,7 +802,7 @@ buildChildList() { |
buildCounterChildList++; |
if (buildCounterChildList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed707(); |
+ o.items = buildUnnamed724(); |
o.kind = "foo"; |
o.nextLink = "foo"; |
o.nextPageToken = "foo"; |
@@ -816,7 +816,7 @@ checkChildList(api.ChildList o) { |
buildCounterChildList++; |
if (buildCounterChildList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed707(o.items); |
+ checkUnnamed724(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextLink, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -871,14 +871,14 @@ checkCommentContext(api.CommentContext o) { |
buildCounterCommentContext--; |
} |
-buildUnnamed708() { |
+buildUnnamed725() { |
var o = new core.List<api.CommentReply>(); |
o.add(buildCommentReply()); |
o.add(buildCommentReply()); |
return o; |
} |
-checkUnnamed708(core.List<api.CommentReply> o) { |
+checkUnnamed725(core.List<api.CommentReply> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCommentReply(o[0]); |
checkCommentReply(o[1]); |
@@ -901,7 +901,7 @@ buildComment() { |
o.htmlContent = "foo"; |
o.kind = "foo"; |
o.modifiedDate = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.replies = buildUnnamed708(); |
+ o.replies = buildUnnamed725(); |
o.selfLink = "foo"; |
o.status = "foo"; |
} |
@@ -924,21 +924,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"))); |
- checkUnnamed708(o.replies); |
+ checkUnnamed725(o.replies); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
unittest.expect(o.status, unittest.equals('foo')); |
} |
buildCounterComment--; |
} |
-buildUnnamed709() { |
+buildUnnamed726() { |
var o = new core.List<api.Comment>(); |
o.add(buildComment()); |
o.add(buildComment()); |
return o; |
} |
-checkUnnamed709(core.List<api.Comment> o) { |
+checkUnnamed726(core.List<api.Comment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkComment(o[0]); |
checkComment(o[1]); |
@@ -949,7 +949,7 @@ buildCommentList() { |
var o = new api.CommentList(); |
buildCounterCommentList++; |
if (buildCounterCommentList < 3) { |
- o.items = buildUnnamed709(); |
+ o.items = buildUnnamed726(); |
o.kind = "foo"; |
o.nextLink = "foo"; |
o.nextPageToken = "foo"; |
@@ -962,7 +962,7 @@ buildCommentList() { |
checkCommentList(api.CommentList o) { |
buildCounterCommentList++; |
if (buildCounterCommentList < 3) { |
- checkUnnamed709(o.items); |
+ checkUnnamed726(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextLink, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -1006,14 +1006,14 @@ checkCommentReply(api.CommentReply o) { |
buildCounterCommentReply--; |
} |
-buildUnnamed710() { |
+buildUnnamed727() { |
var o = new core.List<api.CommentReply>(); |
o.add(buildCommentReply()); |
o.add(buildCommentReply()); |
return o; |
} |
-checkUnnamed710(core.List<api.CommentReply> o) { |
+checkUnnamed727(core.List<api.CommentReply> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCommentReply(o[0]); |
checkCommentReply(o[1]); |
@@ -1024,7 +1024,7 @@ buildCommentReplyList() { |
var o = new api.CommentReplyList(); |
buildCounterCommentReplyList++; |
if (buildCounterCommentReplyList < 3) { |
- o.items = buildUnnamed710(); |
+ o.items = buildUnnamed727(); |
o.kind = "foo"; |
o.nextLink = "foo"; |
o.nextPageToken = "foo"; |
@@ -1037,7 +1037,7 @@ buildCommentReplyList() { |
checkCommentReplyList(api.CommentReplyList o) { |
buildCounterCommentReplyList++; |
if (buildCounterCommentReplyList < 3) { |
- checkUnnamed710(o.items); |
+ checkUnnamed727(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextLink, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -1097,14 +1097,14 @@ checkFileCapabilities(api.FileCapabilities o) { |
buildCounterFileCapabilities--; |
} |
-buildUnnamed711() { |
+buildUnnamed728() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed711(core.Map<core.String, core.String> o) { |
+checkUnnamed728(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')); |
@@ -1240,92 +1240,92 @@ checkFileLabels(api.FileLabels o) { |
buildCounterFileLabels--; |
} |
-buildUnnamed712() { |
+buildUnnamed729() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed712(core.Map<core.String, core.String> o) { |
+checkUnnamed729(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')); |
} |
-buildUnnamed713() { |
+buildUnnamed730() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed713(core.List<core.String> o) { |
+checkUnnamed730(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')); |
} |
-buildUnnamed714() { |
+buildUnnamed731() { |
var o = new core.List<api.User>(); |
o.add(buildUser()); |
o.add(buildUser()); |
return o; |
} |
-checkUnnamed714(core.List<api.User> o) { |
+checkUnnamed731(core.List<api.User> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUser(o[0]); |
checkUser(o[1]); |
} |
-buildUnnamed715() { |
+buildUnnamed732() { |
var o = new core.List<api.ParentReference>(); |
o.add(buildParentReference()); |
o.add(buildParentReference()); |
return o; |
} |
-checkUnnamed715(core.List<api.ParentReference> o) { |
+checkUnnamed732(core.List<api.ParentReference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkParentReference(o[0]); |
checkParentReference(o[1]); |
} |
-buildUnnamed716() { |
+buildUnnamed733() { |
var o = new core.List<api.Permission>(); |
o.add(buildPermission()); |
o.add(buildPermission()); |
return o; |
} |
-checkUnnamed716(core.List<api.Permission> o) { |
+checkUnnamed733(core.List<api.Permission> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPermission(o[0]); |
checkPermission(o[1]); |
} |
-buildUnnamed717() { |
+buildUnnamed734() { |
var o = new core.List<api.Property>(); |
o.add(buildProperty()); |
o.add(buildProperty()); |
return o; |
} |
-checkUnnamed717(core.List<api.Property> o) { |
+checkUnnamed734(core.List<api.Property> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProperty(o[0]); |
checkProperty(o[1]); |
} |
-buildUnnamed718() { |
+buildUnnamed735() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed718(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')); |
@@ -1394,7 +1394,7 @@ buildFile() { |
o.embedLink = "foo"; |
o.etag = "foo"; |
o.explicitlyTrashed = true; |
- o.exportLinks = buildUnnamed711(); |
+ o.exportLinks = buildUnnamed728(); |
o.fileExtension = "foo"; |
o.fileSize = "foo"; |
o.folderColorRgb = "foo"; |
@@ -1417,21 +1417,21 @@ 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 = buildUnnamed712(); |
+ o.openWithLinks = buildUnnamed729(); |
o.originalFilename = "foo"; |
o.ownedByMe = true; |
- o.ownerNames = buildUnnamed713(); |
- o.owners = buildUnnamed714(); |
- o.parents = buildUnnamed715(); |
- o.permissions = buildUnnamed716(); |
- o.properties = buildUnnamed717(); |
+ o.ownerNames = buildUnnamed730(); |
+ o.owners = buildUnnamed731(); |
+ o.parents = buildUnnamed732(); |
+ o.permissions = buildUnnamed733(); |
+ o.properties = buildUnnamed734(); |
o.quotaBytesUsed = "foo"; |
o.selfLink = "foo"; |
o.shareable = true; |
o.shared = true; |
o.sharedWithMeDate = core.DateTime.parse("2002-02-27T14:01:02"); |
o.sharingUser = buildUser(); |
- o.spaces = buildUnnamed718(); |
+ o.spaces = buildUnnamed735(); |
o.teamDriveId = "foo"; |
o.thumbnail = buildFileThumbnail(); |
o.thumbnailLink = "foo"; |
@@ -1467,7 +1467,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); |
- checkUnnamed711(o.exportLinks); |
+ checkUnnamed728(o.exportLinks); |
unittest.expect(o.fileExtension, unittest.equals('foo')); |
unittest.expect(o.fileSize, unittest.equals('foo')); |
unittest.expect(o.folderColorRgb, unittest.equals('foo')); |
@@ -1490,21 +1490,21 @@ 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"))); |
- checkUnnamed712(o.openWithLinks); |
+ checkUnnamed729(o.openWithLinks); |
unittest.expect(o.originalFilename, unittest.equals('foo')); |
unittest.expect(o.ownedByMe, unittest.isTrue); |
- checkUnnamed713(o.ownerNames); |
- checkUnnamed714(o.owners); |
- checkUnnamed715(o.parents); |
- checkUnnamed716(o.permissions); |
- checkUnnamed717(o.properties); |
+ checkUnnamed730(o.ownerNames); |
+ checkUnnamed731(o.owners); |
+ checkUnnamed732(o.parents); |
+ checkUnnamed733(o.permissions); |
+ checkUnnamed734(o.properties); |
unittest.expect(o.quotaBytesUsed, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
unittest.expect(o.shareable, unittest.isTrue); |
unittest.expect(o.shared, unittest.isTrue); |
unittest.expect(o.sharedWithMeDate, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02"))); |
checkUser(o.sharingUser); |
- checkUnnamed718(o.spaces); |
+ checkUnnamed735(o.spaces); |
unittest.expect(o.teamDriveId, unittest.equals('foo')); |
checkFileThumbnail(o.thumbnail); |
unittest.expect(o.thumbnailLink, unittest.equals('foo')); |
@@ -1522,14 +1522,14 @@ checkFile(api.File o) { |
buildCounterFile--; |
} |
-buildUnnamed719() { |
+buildUnnamed736() { |
var o = new core.List<api.File>(); |
o.add(buildFile()); |
o.add(buildFile()); |
return o; |
} |
-checkUnnamed719(core.List<api.File> o) { |
+checkUnnamed736(core.List<api.File> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkFile(o[0]); |
checkFile(o[1]); |
@@ -1542,7 +1542,7 @@ buildFileList() { |
if (buildCounterFileList < 3) { |
o.etag = "foo"; |
o.incompleteSearch = true; |
- o.items = buildUnnamed719(); |
+ o.items = buildUnnamed736(); |
o.kind = "foo"; |
o.nextLink = "foo"; |
o.nextPageToken = "foo"; |
@@ -1557,7 +1557,7 @@ checkFileList(api.FileList o) { |
if (buildCounterFileList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.incompleteSearch, unittest.isTrue); |
- checkUnnamed719(o.items); |
+ checkUnnamed736(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextLink, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -1566,14 +1566,14 @@ checkFileList(api.FileList o) { |
buildCounterFileList--; |
} |
-buildUnnamed720() { |
+buildUnnamed737() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed720(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')); |
@@ -1584,7 +1584,7 @@ buildGeneratedIds() { |
var o = new api.GeneratedIds(); |
buildCounterGeneratedIds++; |
if (buildCounterGeneratedIds < 3) { |
- o.ids = buildUnnamed720(); |
+ o.ids = buildUnnamed737(); |
o.kind = "foo"; |
o.space = "foo"; |
} |
@@ -1595,21 +1595,21 @@ buildGeneratedIds() { |
checkGeneratedIds(api.GeneratedIds o) { |
buildCounterGeneratedIds++; |
if (buildCounterGeneratedIds < 3) { |
- checkUnnamed720(o.ids); |
+ checkUnnamed737(o.ids); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.space, unittest.equals('foo')); |
} |
buildCounterGeneratedIds--; |
} |
-buildUnnamed721() { |
+buildUnnamed738() { |
var o = new core.List<api.ParentReference>(); |
o.add(buildParentReference()); |
o.add(buildParentReference()); |
return o; |
} |
-checkUnnamed721(core.List<api.ParentReference> o) { |
+checkUnnamed738(core.List<api.ParentReference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkParentReference(o[0]); |
checkParentReference(o[1]); |
@@ -1621,7 +1621,7 @@ buildParentList() { |
buildCounterParentList++; |
if (buildCounterParentList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed721(); |
+ o.items = buildUnnamed738(); |
o.kind = "foo"; |
o.selfLink = "foo"; |
} |
@@ -1633,7 +1633,7 @@ checkParentList(api.ParentList o) { |
buildCounterParentList++; |
if (buildCounterParentList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed721(o.items); |
+ checkUnnamed738(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
} |
@@ -1667,27 +1667,27 @@ checkParentReference(api.ParentReference o) { |
buildCounterParentReference--; |
} |
-buildUnnamed722() { |
+buildUnnamed739() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed722(core.List<core.String> o) { |
+checkUnnamed739(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')); |
} |
-buildUnnamed723() { |
+buildUnnamed740() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed723(core.List<core.String> o) { |
+checkUnnamed740(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')); |
@@ -1698,7 +1698,7 @@ buildPermissionTeamDrivePermissionDetails() { |
var o = new api.PermissionTeamDrivePermissionDetails(); |
buildCounterPermissionTeamDrivePermissionDetails++; |
if (buildCounterPermissionTeamDrivePermissionDetails < 3) { |
- o.additionalRoles = buildUnnamed723(); |
+ o.additionalRoles = buildUnnamed740(); |
o.inherited = true; |
o.inheritedFrom = "foo"; |
o.role = "foo"; |
@@ -1711,7 +1711,7 @@ buildPermissionTeamDrivePermissionDetails() { |
checkPermissionTeamDrivePermissionDetails(api.PermissionTeamDrivePermissionDetails o) { |
buildCounterPermissionTeamDrivePermissionDetails++; |
if (buildCounterPermissionTeamDrivePermissionDetails < 3) { |
- checkUnnamed723(o.additionalRoles); |
+ checkUnnamed740(o.additionalRoles); |
unittest.expect(o.inherited, unittest.isTrue); |
unittest.expect(o.inheritedFrom, unittest.equals('foo')); |
unittest.expect(o.role, unittest.equals('foo')); |
@@ -1720,14 +1720,14 @@ checkPermissionTeamDrivePermissionDetails(api.PermissionTeamDrivePermissionDetai |
buildCounterPermissionTeamDrivePermissionDetails--; |
} |
-buildUnnamed724() { |
+buildUnnamed741() { |
var o = new core.List<api.PermissionTeamDrivePermissionDetails>(); |
o.add(buildPermissionTeamDrivePermissionDetails()); |
o.add(buildPermissionTeamDrivePermissionDetails()); |
return o; |
} |
-checkUnnamed724(core.List<api.PermissionTeamDrivePermissionDetails> o) { |
+checkUnnamed741(core.List<api.PermissionTeamDrivePermissionDetails> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPermissionTeamDrivePermissionDetails(o[0]); |
checkPermissionTeamDrivePermissionDetails(o[1]); |
@@ -1738,7 +1738,7 @@ buildPermission() { |
var o = new api.Permission(); |
buildCounterPermission++; |
if (buildCounterPermission < 3) { |
- o.additionalRoles = buildUnnamed722(); |
+ o.additionalRoles = buildUnnamed739(); |
o.authKey = "foo"; |
o.deleted = true; |
o.domain = "foo"; |
@@ -1751,7 +1751,7 @@ buildPermission() { |
o.photoLink = "foo"; |
o.role = "foo"; |
o.selfLink = "foo"; |
- o.teamDrivePermissionDetails = buildUnnamed724(); |
+ o.teamDrivePermissionDetails = buildUnnamed741(); |
o.type = "foo"; |
o.value = "foo"; |
o.withLink = true; |
@@ -1763,7 +1763,7 @@ buildPermission() { |
checkPermission(api.Permission o) { |
buildCounterPermission++; |
if (buildCounterPermission < 3) { |
- checkUnnamed722(o.additionalRoles); |
+ checkUnnamed739(o.additionalRoles); |
unittest.expect(o.authKey, unittest.equals('foo')); |
unittest.expect(o.deleted, unittest.isTrue); |
unittest.expect(o.domain, unittest.equals('foo')); |
@@ -1776,7 +1776,7 @@ checkPermission(api.Permission o) { |
unittest.expect(o.photoLink, unittest.equals('foo')); |
unittest.expect(o.role, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
- checkUnnamed724(o.teamDrivePermissionDetails); |
+ checkUnnamed741(o.teamDrivePermissionDetails); |
unittest.expect(o.type, unittest.equals('foo')); |
unittest.expect(o.value, unittest.equals('foo')); |
unittest.expect(o.withLink, unittest.isTrue); |
@@ -1805,14 +1805,14 @@ checkPermissionId(api.PermissionId o) { |
buildCounterPermissionId--; |
} |
-buildUnnamed725() { |
+buildUnnamed742() { |
var o = new core.List<api.Permission>(); |
o.add(buildPermission()); |
o.add(buildPermission()); |
return o; |
} |
-checkUnnamed725(core.List<api.Permission> o) { |
+checkUnnamed742(core.List<api.Permission> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPermission(o[0]); |
checkPermission(o[1]); |
@@ -1824,7 +1824,7 @@ buildPermissionList() { |
buildCounterPermissionList++; |
if (buildCounterPermissionList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed725(); |
+ o.items = buildUnnamed742(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.selfLink = "foo"; |
@@ -1837,7 +1837,7 @@ checkPermissionList(api.PermissionList o) { |
buildCounterPermissionList++; |
if (buildCounterPermissionList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed725(o.items); |
+ checkUnnamed742(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
@@ -1874,14 +1874,14 @@ checkProperty(api.Property o) { |
buildCounterProperty--; |
} |
-buildUnnamed726() { |
+buildUnnamed743() { |
var o = new core.List<api.Property>(); |
o.add(buildProperty()); |
o.add(buildProperty()); |
return o; |
} |
-checkUnnamed726(core.List<api.Property> o) { |
+checkUnnamed743(core.List<api.Property> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProperty(o[0]); |
checkProperty(o[1]); |
@@ -1893,7 +1893,7 @@ buildPropertyList() { |
buildCounterPropertyList++; |
if (buildCounterPropertyList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed726(); |
+ o.items = buildUnnamed743(); |
o.kind = "foo"; |
o.selfLink = "foo"; |
} |
@@ -1905,21 +1905,21 @@ checkPropertyList(api.PropertyList o) { |
buildCounterPropertyList++; |
if (buildCounterPropertyList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed726(o.items); |
+ checkUnnamed743(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
} |
buildCounterPropertyList--; |
} |
-buildUnnamed727() { |
+buildUnnamed744() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed727(core.Map<core.String, core.String> o) { |
+checkUnnamed744(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')); |
@@ -1932,7 +1932,7 @@ buildRevision() { |
if (buildCounterRevision < 3) { |
o.downloadUrl = "foo"; |
o.etag = "foo"; |
- o.exportLinks = buildUnnamed727(); |
+ o.exportLinks = buildUnnamed744(); |
o.fileSize = "foo"; |
o.id = "foo"; |
o.kind = "foo"; |
@@ -1958,7 +1958,7 @@ checkRevision(api.Revision o) { |
if (buildCounterRevision < 3) { |
unittest.expect(o.downloadUrl, unittest.equals('foo')); |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed727(o.exportLinks); |
+ checkUnnamed744(o.exportLinks); |
unittest.expect(o.fileSize, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
@@ -1978,14 +1978,14 @@ checkRevision(api.Revision o) { |
buildCounterRevision--; |
} |
-buildUnnamed728() { |
+buildUnnamed745() { |
var o = new core.List<api.Revision>(); |
o.add(buildRevision()); |
o.add(buildRevision()); |
return o; |
} |
-checkUnnamed728(core.List<api.Revision> o) { |
+checkUnnamed745(core.List<api.Revision> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRevision(o[0]); |
checkRevision(o[1]); |
@@ -1997,7 +1997,7 @@ buildRevisionList() { |
buildCounterRevisionList++; |
if (buildCounterRevisionList < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed728(); |
+ o.items = buildUnnamed745(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.selfLink = "foo"; |
@@ -2010,7 +2010,7 @@ checkRevisionList(api.RevisionList o) { |
buildCounterRevisionList++; |
if (buildCounterRevisionList < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed728(o.items); |
+ checkUnnamed745(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
@@ -2142,14 +2142,14 @@ checkTeamDrive(api.TeamDrive o) { |
buildCounterTeamDrive--; |
} |
-buildUnnamed729() { |
+buildUnnamed746() { |
var o = new core.List<api.TeamDrive>(); |
o.add(buildTeamDrive()); |
o.add(buildTeamDrive()); |
return o; |
} |
-checkUnnamed729(core.List<api.TeamDrive> o) { |
+checkUnnamed746(core.List<api.TeamDrive> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTeamDrive(o[0]); |
checkTeamDrive(o[1]); |
@@ -2160,7 +2160,7 @@ buildTeamDriveList() { |
var o = new api.TeamDriveList(); |
buildCounterTeamDriveList++; |
if (buildCounterTeamDriveList < 3) { |
- o.items = buildUnnamed729(); |
+ o.items = buildUnnamed746(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -2171,7 +2171,7 @@ buildTeamDriveList() { |
checkTeamDriveList(api.TeamDriveList o) { |
buildCounterTeamDriveList++; |
if (buildCounterTeamDriveList < 3) { |
- checkUnnamed729(o.items); |
+ checkUnnamed746(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |