| Index: generated/googleapis/test/admin/directory_v1_test.dart
|
| diff --git a/generated/googleapis/test/admin/directory_v1_test.dart b/generated/googleapis/test/admin/directory_v1_test.dart
|
| index 81796688cc4f989ec0f15a986447bf54f8280023..9440f680986516abc8471b2cbd3f7db5ff1bcb5e 100644
|
| --- a/generated/googleapis/test/admin/directory_v1_test.dart
|
| +++ b/generated/googleapis/test/admin/directory_v1_test.dart
|
| @@ -78,14 +78,14 @@ checkAlias(api.Alias o) {
|
| buildCounterAlias--;
|
| }
|
|
|
| -buildUnnamed184() {
|
| +buildUnnamed881() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed184(core.List<core.Object> o) {
|
| +checkUnnamed881(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted1 = (o[0]) as core.Map; unittest.expect(casted1, unittest.hasLength(3)); unittest.expect(casted1["list"], unittest.equals([1, 2, 3])); unittest.expect(casted1["bool"], unittest.equals(true)); unittest.expect(casted1["string"], unittest.equals('foo'));
|
| var casted2 = (o[1]) as core.Map; unittest.expect(casted2, unittest.hasLength(3)); unittest.expect(casted2["list"], unittest.equals([1, 2, 3])); unittest.expect(casted2["bool"], unittest.equals(true)); unittest.expect(casted2["string"], unittest.equals('foo'));
|
| @@ -96,7 +96,7 @@ buildAliases() {
|
| var o = new api.Aliases();
|
| buildCounterAliases++;
|
| if (buildCounterAliases < 3) {
|
| - o.aliases = buildUnnamed184();
|
| + o.aliases = buildUnnamed881();
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| }
|
| @@ -107,7 +107,7 @@ buildAliases() {
|
| checkAliases(api.Aliases o) {
|
| buildCounterAliases++;
|
| if (buildCounterAliases < 3) {
|
| - checkUnnamed184(o.aliases);
|
| + checkUnnamed881(o.aliases);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| @@ -145,14 +145,14 @@ checkAsp(api.Asp o) {
|
| buildCounterAsp--;
|
| }
|
|
|
| -buildUnnamed185() {
|
| +buildUnnamed882() {
|
| var o = new core.List<api.Asp>();
|
| o.add(buildAsp());
|
| o.add(buildAsp());
|
| return o;
|
| }
|
|
|
| -checkUnnamed185(core.List<api.Asp> o) {
|
| +checkUnnamed882(core.List<api.Asp> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAsp(o[0]);
|
| checkAsp(o[1]);
|
| @@ -164,7 +164,7 @@ buildAsps() {
|
| buildCounterAsps++;
|
| if (buildCounterAsps < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed185();
|
| + o.items = buildUnnamed882();
|
| o.kind = "foo";
|
| }
|
| buildCounterAsps--;
|
| @@ -175,7 +175,7 @@ checkAsps(api.Asps o) {
|
| buildCounterAsps++;
|
| if (buildCounterAsps < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed185(o.items);
|
| + checkUnnamed882(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAsps--;
|
| @@ -212,14 +212,14 @@ checkCalendarResource(api.CalendarResource o) {
|
| buildCounterCalendarResource--;
|
| }
|
|
|
| -buildUnnamed186() {
|
| +buildUnnamed883() {
|
| var o = new core.List<api.CalendarResource>();
|
| o.add(buildCalendarResource());
|
| o.add(buildCalendarResource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed186(core.List<api.CalendarResource> o) {
|
| +checkUnnamed883(core.List<api.CalendarResource> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCalendarResource(o[0]);
|
| checkCalendarResource(o[1]);
|
| @@ -231,7 +231,7 @@ buildCalendarResources() {
|
| buildCounterCalendarResources++;
|
| if (buildCounterCalendarResources < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed186();
|
| + o.items = buildUnnamed883();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -243,21 +243,21 @@ checkCalendarResources(api.CalendarResources o) {
|
| buildCounterCalendarResources++;
|
| if (buildCounterCalendarResources < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed186(o.items);
|
| + checkUnnamed883(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCalendarResources--;
|
| }
|
|
|
| -buildUnnamed187() {
|
| +buildUnnamed884() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed187(core.Map<core.String, core.String> o) {
|
| +checkUnnamed884(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'));
|
| @@ -272,7 +272,7 @@ buildChannel() {
|
| o.expiration = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.params = buildUnnamed187();
|
| + o.params = buildUnnamed884();
|
| o.payload = true;
|
| o.resourceId = "foo";
|
| o.resourceUri = "foo";
|
| @@ -290,7 +290,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'));
|
| - checkUnnamed187(o.params);
|
| + checkUnnamed884(o.params);
|
| unittest.expect(o.payload, unittest.isTrue);
|
| unittest.expect(o.resourceId, unittest.equals('foo'));
|
| unittest.expect(o.resourceUri, unittest.equals('foo'));
|
| @@ -321,14 +321,14 @@ checkChromeOsDeviceActiveTimeRanges(api.ChromeOsDeviceActiveTimeRanges o) {
|
| buildCounterChromeOsDeviceActiveTimeRanges--;
|
| }
|
|
|
| -buildUnnamed188() {
|
| +buildUnnamed885() {
|
| var o = new core.List<api.ChromeOsDeviceActiveTimeRanges>();
|
| o.add(buildChromeOsDeviceActiveTimeRanges());
|
| o.add(buildChromeOsDeviceActiveTimeRanges());
|
| return o;
|
| }
|
|
|
| -checkUnnamed188(core.List<api.ChromeOsDeviceActiveTimeRanges> o) {
|
| +checkUnnamed885(core.List<api.ChromeOsDeviceActiveTimeRanges> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChromeOsDeviceActiveTimeRanges(o[0]);
|
| checkChromeOsDeviceActiveTimeRanges(o[1]);
|
| @@ -355,14 +355,14 @@ checkChromeOsDeviceRecentUsers(api.ChromeOsDeviceRecentUsers o) {
|
| buildCounterChromeOsDeviceRecentUsers--;
|
| }
|
|
|
| -buildUnnamed189() {
|
| +buildUnnamed886() {
|
| var o = new core.List<api.ChromeOsDeviceRecentUsers>();
|
| o.add(buildChromeOsDeviceRecentUsers());
|
| o.add(buildChromeOsDeviceRecentUsers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed189(core.List<api.ChromeOsDeviceRecentUsers> o) {
|
| +checkUnnamed886(core.List<api.ChromeOsDeviceRecentUsers> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChromeOsDeviceRecentUsers(o[0]);
|
| checkChromeOsDeviceRecentUsers(o[1]);
|
| @@ -373,7 +373,7 @@ buildChromeOsDevice() {
|
| var o = new api.ChromeOsDevice();
|
| buildCounterChromeOsDevice++;
|
| if (buildCounterChromeOsDevice < 3) {
|
| - o.activeTimeRanges = buildUnnamed188();
|
| + o.activeTimeRanges = buildUnnamed885();
|
| o.annotatedAssetId = "foo";
|
| o.annotatedLocation = "foo";
|
| o.annotatedUser = "foo";
|
| @@ -393,7 +393,7 @@ buildChromeOsDevice() {
|
| o.orgUnitPath = "foo";
|
| o.osVersion = "foo";
|
| o.platformVersion = "foo";
|
| - o.recentUsers = buildUnnamed189();
|
| + o.recentUsers = buildUnnamed886();
|
| o.serialNumber = "foo";
|
| o.status = "foo";
|
| o.supportEndDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -406,7 +406,7 @@ buildChromeOsDevice() {
|
| checkChromeOsDevice(api.ChromeOsDevice o) {
|
| buildCounterChromeOsDevice++;
|
| if (buildCounterChromeOsDevice < 3) {
|
| - checkUnnamed188(o.activeTimeRanges);
|
| + checkUnnamed885(o.activeTimeRanges);
|
| unittest.expect(o.annotatedAssetId, unittest.equals('foo'));
|
| unittest.expect(o.annotatedLocation, unittest.equals('foo'));
|
| unittest.expect(o.annotatedUser, unittest.equals('foo'));
|
| @@ -426,7 +426,7 @@ checkChromeOsDevice(api.ChromeOsDevice o) {
|
| unittest.expect(o.orgUnitPath, unittest.equals('foo'));
|
| unittest.expect(o.osVersion, unittest.equals('foo'));
|
| unittest.expect(o.platformVersion, unittest.equals('foo'));
|
| - checkUnnamed189(o.recentUsers);
|
| + checkUnnamed886(o.recentUsers);
|
| unittest.expect(o.serialNumber, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.supportEndDate, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -435,14 +435,14 @@ checkChromeOsDevice(api.ChromeOsDevice o) {
|
| buildCounterChromeOsDevice--;
|
| }
|
|
|
| -buildUnnamed190() {
|
| +buildUnnamed887() {
|
| var o = new core.List<api.ChromeOsDevice>();
|
| o.add(buildChromeOsDevice());
|
| o.add(buildChromeOsDevice());
|
| return o;
|
| }
|
|
|
| -checkUnnamed190(core.List<api.ChromeOsDevice> o) {
|
| +checkUnnamed887(core.List<api.ChromeOsDevice> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChromeOsDevice(o[0]);
|
| checkChromeOsDevice(o[1]);
|
| @@ -453,7 +453,7 @@ buildChromeOsDevices() {
|
| var o = new api.ChromeOsDevices();
|
| buildCounterChromeOsDevices++;
|
| if (buildCounterChromeOsDevices < 3) {
|
| - o.chromeosdevices = buildUnnamed190();
|
| + o.chromeosdevices = buildUnnamed887();
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -465,7 +465,7 @@ buildChromeOsDevices() {
|
| checkChromeOsDevices(api.ChromeOsDevices o) {
|
| buildCounterChromeOsDevices++;
|
| if (buildCounterChromeOsDevices < 3) {
|
| - checkUnnamed190(o.chromeosdevices);
|
| + checkUnnamed887(o.chromeosdevices);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -572,14 +572,14 @@ checkDomainAlias(api.DomainAlias o) {
|
| buildCounterDomainAlias--;
|
| }
|
|
|
| -buildUnnamed191() {
|
| +buildUnnamed888() {
|
| var o = new core.List<api.DomainAlias>();
|
| o.add(buildDomainAlias());
|
| o.add(buildDomainAlias());
|
| return o;
|
| }
|
|
|
| -checkUnnamed191(core.List<api.DomainAlias> o) {
|
| +checkUnnamed888(core.List<api.DomainAlias> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDomainAlias(o[0]);
|
| checkDomainAlias(o[1]);
|
| @@ -590,7 +590,7 @@ buildDomainAliases() {
|
| var o = new api.DomainAliases();
|
| buildCounterDomainAliases++;
|
| if (buildCounterDomainAliases < 3) {
|
| - o.domainAliases = buildUnnamed191();
|
| + o.domainAliases = buildUnnamed888();
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| }
|
| @@ -601,21 +601,21 @@ buildDomainAliases() {
|
| checkDomainAliases(api.DomainAliases o) {
|
| buildCounterDomainAliases++;
|
| if (buildCounterDomainAliases < 3) {
|
| - checkUnnamed191(o.domainAliases);
|
| + checkUnnamed888(o.domainAliases);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDomainAliases--;
|
| }
|
|
|
| -buildUnnamed192() {
|
| +buildUnnamed889() {
|
| var o = new core.List<api.DomainAlias>();
|
| o.add(buildDomainAlias());
|
| o.add(buildDomainAlias());
|
| return o;
|
| }
|
|
|
| -checkUnnamed192(core.List<api.DomainAlias> o) {
|
| +checkUnnamed889(core.List<api.DomainAlias> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDomainAlias(o[0]);
|
| checkDomainAlias(o[1]);
|
| @@ -627,7 +627,7 @@ buildDomains() {
|
| buildCounterDomains++;
|
| if (buildCounterDomains < 3) {
|
| o.creationTime = "foo";
|
| - o.domainAliases = buildUnnamed192();
|
| + o.domainAliases = buildUnnamed889();
|
| o.domainName = "foo";
|
| o.etag = "foo";
|
| o.isPrimary = true;
|
| @@ -642,7 +642,7 @@ checkDomains(api.Domains o) {
|
| buildCounterDomains++;
|
| if (buildCounterDomains < 3) {
|
| unittest.expect(o.creationTime, unittest.equals('foo'));
|
| - checkUnnamed192(o.domainAliases);
|
| + checkUnnamed889(o.domainAliases);
|
| unittest.expect(o.domainName, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.isPrimary, unittest.isTrue);
|
| @@ -652,14 +652,14 @@ checkDomains(api.Domains o) {
|
| buildCounterDomains--;
|
| }
|
|
|
| -buildUnnamed193() {
|
| +buildUnnamed890() {
|
| var o = new core.List<api.Domains>();
|
| o.add(buildDomains());
|
| o.add(buildDomains());
|
| return o;
|
| }
|
|
|
| -checkUnnamed193(core.List<api.Domains> o) {
|
| +checkUnnamed890(core.List<api.Domains> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDomains(o[0]);
|
| checkDomains(o[1]);
|
| @@ -670,7 +670,7 @@ buildDomains2() {
|
| var o = new api.Domains2();
|
| buildCounterDomains2++;
|
| if (buildCounterDomains2 < 3) {
|
| - o.domains = buildUnnamed193();
|
| + o.domains = buildUnnamed890();
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| }
|
| @@ -681,34 +681,34 @@ buildDomains2() {
|
| checkDomains2(api.Domains2 o) {
|
| buildCounterDomains2++;
|
| if (buildCounterDomains2 < 3) {
|
| - checkUnnamed193(o.domains);
|
| + checkUnnamed890(o.domains);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDomains2--;
|
| }
|
|
|
| -buildUnnamed194() {
|
| +buildUnnamed891() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed194(core.List<core.String> o) {
|
| +checkUnnamed891(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'));
|
| }
|
|
|
| -buildUnnamed195() {
|
| +buildUnnamed892() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed195(core.List<core.String> o) {
|
| +checkUnnamed892(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'));
|
| @@ -720,7 +720,7 @@ buildGroup() {
|
| buildCounterGroup++;
|
| if (buildCounterGroup < 3) {
|
| o.adminCreated = true;
|
| - o.aliases = buildUnnamed194();
|
| + o.aliases = buildUnnamed891();
|
| o.description = "foo";
|
| o.directMembersCount = "foo";
|
| o.email = "foo";
|
| @@ -728,7 +728,7 @@ buildGroup() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.nonEditableAliases = buildUnnamed195();
|
| + o.nonEditableAliases = buildUnnamed892();
|
| }
|
| buildCounterGroup--;
|
| return o;
|
| @@ -738,7 +738,7 @@ checkGroup(api.Group o) {
|
| buildCounterGroup++;
|
| if (buildCounterGroup < 3) {
|
| unittest.expect(o.adminCreated, unittest.isTrue);
|
| - checkUnnamed194(o.aliases);
|
| + checkUnnamed891(o.aliases);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.directMembersCount, unittest.equals('foo'));
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| @@ -746,19 +746,19 @@ checkGroup(api.Group o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed195(o.nonEditableAliases);
|
| + checkUnnamed892(o.nonEditableAliases);
|
| }
|
| buildCounterGroup--;
|
| }
|
|
|
| -buildUnnamed196() {
|
| +buildUnnamed893() {
|
| var o = new core.List<api.Group>();
|
| o.add(buildGroup());
|
| o.add(buildGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed196(core.List<api.Group> o) {
|
| +checkUnnamed893(core.List<api.Group> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGroup(o[0]);
|
| checkGroup(o[1]);
|
| @@ -770,7 +770,7 @@ buildGroups() {
|
| buildCounterGroups++;
|
| if (buildCounterGroups < 3) {
|
| o.etag = "foo";
|
| - o.groups = buildUnnamed196();
|
| + o.groups = buildUnnamed893();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -782,7 +782,7 @@ checkGroups(api.Groups o) {
|
| buildCounterGroups++;
|
| if (buildCounterGroups < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed196(o.groups);
|
| + checkUnnamed893(o.groups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -818,14 +818,14 @@ checkMember(api.Member o) {
|
| buildCounterMember--;
|
| }
|
|
|
| -buildUnnamed197() {
|
| +buildUnnamed894() {
|
| var o = new core.List<api.Member>();
|
| o.add(buildMember());
|
| o.add(buildMember());
|
| return o;
|
| }
|
|
|
| -checkUnnamed197(core.List<api.Member> o) {
|
| +checkUnnamed894(core.List<api.Member> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMember(o[0]);
|
| checkMember(o[1]);
|
| @@ -838,7 +838,7 @@ buildMembers() {
|
| if (buildCounterMembers < 3) {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| - o.members = buildUnnamed197();
|
| + o.members = buildUnnamed894();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterMembers--;
|
| @@ -850,20 +850,20 @@ checkMembers(api.Members o) {
|
| if (buildCounterMembers < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed197(o.members);
|
| + checkUnnamed894(o.members);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterMembers--;
|
| }
|
|
|
| -buildUnnamed198() {
|
| +buildUnnamed895() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed198(core.List<core.String> o) {
|
| +checkUnnamed895(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'));
|
| @@ -876,7 +876,7 @@ buildMobileDeviceApplications() {
|
| if (buildCounterMobileDeviceApplications < 3) {
|
| o.displayName = "foo";
|
| o.packageName = "foo";
|
| - o.permission = buildUnnamed198();
|
| + o.permission = buildUnnamed895();
|
| o.versionCode = 42;
|
| o.versionName = "foo";
|
| }
|
| @@ -889,60 +889,60 @@ checkMobileDeviceApplications(api.MobileDeviceApplications o) {
|
| if (buildCounterMobileDeviceApplications < 3) {
|
| unittest.expect(o.displayName, unittest.equals('foo'));
|
| unittest.expect(o.packageName, unittest.equals('foo'));
|
| - checkUnnamed198(o.permission);
|
| + checkUnnamed895(o.permission);
|
| unittest.expect(o.versionCode, unittest.equals(42));
|
| unittest.expect(o.versionName, unittest.equals('foo'));
|
| }
|
| buildCounterMobileDeviceApplications--;
|
| }
|
|
|
| -buildUnnamed199() {
|
| +buildUnnamed896() {
|
| var o = new core.List<api.MobileDeviceApplications>();
|
| o.add(buildMobileDeviceApplications());
|
| o.add(buildMobileDeviceApplications());
|
| return o;
|
| }
|
|
|
| -checkUnnamed199(core.List<api.MobileDeviceApplications> o) {
|
| +checkUnnamed896(core.List<api.MobileDeviceApplications> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileDeviceApplications(o[0]);
|
| checkMobileDeviceApplications(o[1]);
|
| }
|
|
|
| -buildUnnamed200() {
|
| +buildUnnamed897() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed200(core.List<core.String> o) {
|
| +checkUnnamed897(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'));
|
| }
|
|
|
| -buildUnnamed201() {
|
| +buildUnnamed898() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed201(core.List<core.String> o) {
|
| +checkUnnamed898(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'));
|
| }
|
|
|
| -buildUnnamed202() {
|
| +buildUnnamed899() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed202(core.List<core.String> o) {
|
| +checkUnnamed899(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'));
|
| @@ -954,14 +954,14 @@ buildMobileDevice() {
|
| buildCounterMobileDevice++;
|
| if (buildCounterMobileDevice < 3) {
|
| o.adbStatus = true;
|
| - o.applications = buildUnnamed199();
|
| + o.applications = buildUnnamed896();
|
| o.basebandVersion = "foo";
|
| o.buildNumber = "foo";
|
| o.defaultLanguage = "foo";
|
| o.developerOptionsStatus = true;
|
| o.deviceCompromisedStatus = "foo";
|
| o.deviceId = "foo";
|
| - o.email = buildUnnamed200();
|
| + o.email = buildUnnamed897();
|
| o.etag = "foo";
|
| o.firstSync = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.hardwareId = "foo";
|
| @@ -972,10 +972,10 @@ buildMobileDevice() {
|
| o.managedAccountIsOnOwnerProfile = true;
|
| o.meid = "foo";
|
| o.model = "foo";
|
| - o.name = buildUnnamed201();
|
| + o.name = buildUnnamed898();
|
| o.networkOperator = "foo";
|
| o.os = "foo";
|
| - o.otherAccountsInfo = buildUnnamed202();
|
| + o.otherAccountsInfo = buildUnnamed899();
|
| o.resourceId = "foo";
|
| o.serialNumber = "foo";
|
| o.status = "foo";
|
| @@ -993,14 +993,14 @@ checkMobileDevice(api.MobileDevice o) {
|
| buildCounterMobileDevice++;
|
| if (buildCounterMobileDevice < 3) {
|
| unittest.expect(o.adbStatus, unittest.isTrue);
|
| - checkUnnamed199(o.applications);
|
| + checkUnnamed896(o.applications);
|
| unittest.expect(o.basebandVersion, unittest.equals('foo'));
|
| unittest.expect(o.buildNumber, unittest.equals('foo'));
|
| unittest.expect(o.defaultLanguage, unittest.equals('foo'));
|
| unittest.expect(o.developerOptionsStatus, unittest.isTrue);
|
| unittest.expect(o.deviceCompromisedStatus, unittest.equals('foo'));
|
| unittest.expect(o.deviceId, unittest.equals('foo'));
|
| - checkUnnamed200(o.email);
|
| + checkUnnamed897(o.email);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.firstSync, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.hardwareId, unittest.equals('foo'));
|
| @@ -1011,10 +1011,10 @@ checkMobileDevice(api.MobileDevice o) {
|
| unittest.expect(o.managedAccountIsOnOwnerProfile, unittest.isTrue);
|
| unittest.expect(o.meid, unittest.equals('foo'));
|
| unittest.expect(o.model, unittest.equals('foo'));
|
| - checkUnnamed201(o.name);
|
| + checkUnnamed898(o.name);
|
| unittest.expect(o.networkOperator, unittest.equals('foo'));
|
| unittest.expect(o.os, unittest.equals('foo'));
|
| - checkUnnamed202(o.otherAccountsInfo);
|
| + checkUnnamed899(o.otherAccountsInfo);
|
| unittest.expect(o.resourceId, unittest.equals('foo'));
|
| unittest.expect(o.serialNumber, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| @@ -1046,14 +1046,14 @@ checkMobileDeviceAction(api.MobileDeviceAction o) {
|
| buildCounterMobileDeviceAction--;
|
| }
|
|
|
| -buildUnnamed203() {
|
| +buildUnnamed900() {
|
| var o = new core.List<api.MobileDevice>();
|
| o.add(buildMobileDevice());
|
| o.add(buildMobileDevice());
|
| return o;
|
| }
|
|
|
| -checkUnnamed203(core.List<api.MobileDevice> o) {
|
| +checkUnnamed900(core.List<api.MobileDevice> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileDevice(o[0]);
|
| checkMobileDevice(o[1]);
|
| @@ -1066,7 +1066,7 @@ buildMobileDevices() {
|
| if (buildCounterMobileDevices < 3) {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| - o.mobiledevices = buildUnnamed203();
|
| + o.mobiledevices = buildUnnamed900();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterMobileDevices--;
|
| @@ -1078,7 +1078,7 @@ checkMobileDevices(api.MobileDevices o) {
|
| if (buildCounterMobileDevices < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed203(o.mobiledevices);
|
| + checkUnnamed900(o.mobiledevices);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterMobileDevices--;
|
| @@ -1117,14 +1117,14 @@ checkNotification(api.Notification o) {
|
| buildCounterNotification--;
|
| }
|
|
|
| -buildUnnamed204() {
|
| +buildUnnamed901() {
|
| var o = new core.List<api.Notification>();
|
| o.add(buildNotification());
|
| o.add(buildNotification());
|
| return o;
|
| }
|
|
|
| -checkUnnamed204(core.List<api.Notification> o) {
|
| +checkUnnamed901(core.List<api.Notification> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNotification(o[0]);
|
| checkNotification(o[1]);
|
| @@ -1136,7 +1136,7 @@ buildNotifications() {
|
| buildCounterNotifications++;
|
| if (buildCounterNotifications < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed204();
|
| + o.items = buildUnnamed901();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.unreadNotificationsCount = 42;
|
| @@ -1149,7 +1149,7 @@ checkNotifications(api.Notifications o) {
|
| buildCounterNotifications++;
|
| if (buildCounterNotifications < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed204(o.items);
|
| + checkUnnamed901(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.unreadNotificationsCount, unittest.equals(42));
|
| @@ -1192,14 +1192,14 @@ checkOrgUnit(api.OrgUnit o) {
|
| buildCounterOrgUnit--;
|
| }
|
|
|
| -buildUnnamed205() {
|
| +buildUnnamed902() {
|
| var o = new core.List<api.OrgUnit>();
|
| o.add(buildOrgUnit());
|
| o.add(buildOrgUnit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed205(core.List<api.OrgUnit> o) {
|
| +checkUnnamed902(core.List<api.OrgUnit> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrgUnit(o[0]);
|
| checkOrgUnit(o[1]);
|
| @@ -1212,7 +1212,7 @@ buildOrgUnits() {
|
| if (buildCounterOrgUnits < 3) {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| - o.organizationUnits = buildUnnamed205();
|
| + o.organizationUnits = buildUnnamed902();
|
| }
|
| buildCounterOrgUnits--;
|
| return o;
|
| @@ -1223,19 +1223,19 @@ checkOrgUnits(api.OrgUnits o) {
|
| if (buildCounterOrgUnits < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed205(o.organizationUnits);
|
| + checkUnnamed902(o.organizationUnits);
|
| }
|
| buildCounterOrgUnits--;
|
| }
|
|
|
| -buildUnnamed206() {
|
| +buildUnnamed903() {
|
| var o = new core.List<api.Privilege>();
|
| o.add(buildPrivilege());
|
| o.add(buildPrivilege());
|
| return o;
|
| }
|
|
|
| -checkUnnamed206(core.List<api.Privilege> o) {
|
| +checkUnnamed903(core.List<api.Privilege> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPrivilege(o[0]);
|
| checkPrivilege(o[1]);
|
| @@ -1246,7 +1246,7 @@ buildPrivilege() {
|
| var o = new api.Privilege();
|
| buildCounterPrivilege++;
|
| if (buildCounterPrivilege < 3) {
|
| - o.childPrivileges = buildUnnamed206();
|
| + o.childPrivileges = buildUnnamed903();
|
| o.etag = "foo";
|
| o.isOuScopable = true;
|
| o.kind = "foo";
|
| @@ -1261,7 +1261,7 @@ buildPrivilege() {
|
| checkPrivilege(api.Privilege o) {
|
| buildCounterPrivilege++;
|
| if (buildCounterPrivilege < 3) {
|
| - checkUnnamed206(o.childPrivileges);
|
| + checkUnnamed903(o.childPrivileges);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.isOuScopable, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -1272,14 +1272,14 @@ checkPrivilege(api.Privilege o) {
|
| buildCounterPrivilege--;
|
| }
|
|
|
| -buildUnnamed207() {
|
| +buildUnnamed904() {
|
| var o = new core.List<api.Privilege>();
|
| o.add(buildPrivilege());
|
| o.add(buildPrivilege());
|
| return o;
|
| }
|
|
|
| -checkUnnamed207(core.List<api.Privilege> o) {
|
| +checkUnnamed904(core.List<api.Privilege> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPrivilege(o[0]);
|
| checkPrivilege(o[1]);
|
| @@ -1291,7 +1291,7 @@ buildPrivileges() {
|
| buildCounterPrivileges++;
|
| if (buildCounterPrivileges < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed207();
|
| + o.items = buildUnnamed904();
|
| o.kind = "foo";
|
| }
|
| buildCounterPrivileges--;
|
| @@ -1302,7 +1302,7 @@ checkPrivileges(api.Privileges o) {
|
| buildCounterPrivileges++;
|
| if (buildCounterPrivileges < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed207(o.items);
|
| + checkUnnamed904(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterPrivileges--;
|
| @@ -1329,14 +1329,14 @@ checkRoleRolePrivileges(api.RoleRolePrivileges o) {
|
| buildCounterRoleRolePrivileges--;
|
| }
|
|
|
| -buildUnnamed208() {
|
| +buildUnnamed905() {
|
| var o = new core.List<api.RoleRolePrivileges>();
|
| o.add(buildRoleRolePrivileges());
|
| o.add(buildRoleRolePrivileges());
|
| return o;
|
| }
|
|
|
| -checkUnnamed208(core.List<api.RoleRolePrivileges> o) {
|
| +checkUnnamed905(core.List<api.RoleRolePrivileges> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoleRolePrivileges(o[0]);
|
| checkRoleRolePrivileges(o[1]);
|
| @@ -1354,7 +1354,7 @@ buildRole() {
|
| o.roleDescription = "foo";
|
| o.roleId = "foo";
|
| o.roleName = "foo";
|
| - o.rolePrivileges = buildUnnamed208();
|
| + o.rolePrivileges = buildUnnamed905();
|
| }
|
| buildCounterRole--;
|
| return o;
|
| @@ -1370,7 +1370,7 @@ checkRole(api.Role o) {
|
| unittest.expect(o.roleDescription, unittest.equals('foo'));
|
| unittest.expect(o.roleId, unittest.equals('foo'));
|
| unittest.expect(o.roleName, unittest.equals('foo'));
|
| - checkUnnamed208(o.rolePrivileges);
|
| + checkUnnamed905(o.rolePrivileges);
|
| }
|
| buildCounterRole--;
|
| }
|
| @@ -1406,14 +1406,14 @@ checkRoleAssignment(api.RoleAssignment o) {
|
| buildCounterRoleAssignment--;
|
| }
|
|
|
| -buildUnnamed209() {
|
| +buildUnnamed906() {
|
| var o = new core.List<api.RoleAssignment>();
|
| o.add(buildRoleAssignment());
|
| o.add(buildRoleAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed209(core.List<api.RoleAssignment> o) {
|
| +checkUnnamed906(core.List<api.RoleAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoleAssignment(o[0]);
|
| checkRoleAssignment(o[1]);
|
| @@ -1425,7 +1425,7 @@ buildRoleAssignments() {
|
| buildCounterRoleAssignments++;
|
| if (buildCounterRoleAssignments < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed209();
|
| + o.items = buildUnnamed906();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1437,21 +1437,21 @@ checkRoleAssignments(api.RoleAssignments o) {
|
| buildCounterRoleAssignments++;
|
| if (buildCounterRoleAssignments < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed209(o.items);
|
| + checkUnnamed906(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterRoleAssignments--;
|
| }
|
|
|
| -buildUnnamed210() {
|
| +buildUnnamed907() {
|
| var o = new core.List<api.Role>();
|
| o.add(buildRole());
|
| o.add(buildRole());
|
| return o;
|
| }
|
|
|
| -checkUnnamed210(core.List<api.Role> o) {
|
| +checkUnnamed907(core.List<api.Role> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRole(o[0]);
|
| checkRole(o[1]);
|
| @@ -1463,7 +1463,7 @@ buildRoles() {
|
| buildCounterRoles++;
|
| if (buildCounterRoles < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed210();
|
| + o.items = buildUnnamed907();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1475,21 +1475,21 @@ checkRoles(api.Roles o) {
|
| buildCounterRoles++;
|
| if (buildCounterRoles < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed210(o.items);
|
| + checkUnnamed907(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterRoles--;
|
| }
|
|
|
| -buildUnnamed211() {
|
| +buildUnnamed908() {
|
| var o = new core.List<api.SchemaFieldSpec>();
|
| o.add(buildSchemaFieldSpec());
|
| o.add(buildSchemaFieldSpec());
|
| return o;
|
| }
|
|
|
| -checkUnnamed211(core.List<api.SchemaFieldSpec> o) {
|
| +checkUnnamed908(core.List<api.SchemaFieldSpec> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSchemaFieldSpec(o[0]);
|
| checkSchemaFieldSpec(o[1]);
|
| @@ -1501,7 +1501,7 @@ buildSchema() {
|
| buildCounterSchema++;
|
| if (buildCounterSchema < 3) {
|
| o.etag = "foo";
|
| - o.fields = buildUnnamed211();
|
| + o.fields = buildUnnamed908();
|
| o.kind = "foo";
|
| o.schemaId = "foo";
|
| o.schemaName = "foo";
|
| @@ -1514,7 +1514,7 @@ checkSchema(api.Schema o) {
|
| buildCounterSchema++;
|
| if (buildCounterSchema < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed211(o.fields);
|
| + checkUnnamed908(o.fields);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.schemaId, unittest.equals('foo'));
|
| unittest.expect(o.schemaName, unittest.equals('foo'));
|
| @@ -1578,14 +1578,14 @@ checkSchemaFieldSpec(api.SchemaFieldSpec o) {
|
| buildCounterSchemaFieldSpec--;
|
| }
|
|
|
| -buildUnnamed212() {
|
| +buildUnnamed909() {
|
| var o = new core.List<api.Schema>();
|
| o.add(buildSchema());
|
| o.add(buildSchema());
|
| return o;
|
| }
|
|
|
| -checkUnnamed212(core.List<api.Schema> o) {
|
| +checkUnnamed909(core.List<api.Schema> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSchema(o[0]);
|
| checkSchema(o[1]);
|
| @@ -1598,7 +1598,7 @@ buildSchemas() {
|
| if (buildCounterSchemas < 3) {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| - o.schemas = buildUnnamed212();
|
| + o.schemas = buildUnnamed909();
|
| }
|
| buildCounterSchemas--;
|
| return o;
|
| @@ -1609,19 +1609,19 @@ checkSchemas(api.Schemas o) {
|
| if (buildCounterSchemas < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed212(o.schemas);
|
| + checkUnnamed909(o.schemas);
|
| }
|
| buildCounterSchemas--;
|
| }
|
|
|
| -buildUnnamed213() {
|
| +buildUnnamed910() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed213(core.List<core.String> o) {
|
| +checkUnnamed910(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'));
|
| @@ -1638,7 +1638,7 @@ buildToken() {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nativeApp = true;
|
| - o.scopes = buildUnnamed213();
|
| + o.scopes = buildUnnamed910();
|
| o.userKey = "foo";
|
| }
|
| buildCounterToken--;
|
| @@ -1654,20 +1654,20 @@ checkToken(api.Token o) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nativeApp, unittest.isTrue);
|
| - checkUnnamed213(o.scopes);
|
| + checkUnnamed910(o.scopes);
|
| unittest.expect(o.userKey, unittest.equals('foo'));
|
| }
|
| buildCounterToken--;
|
| }
|
|
|
| -buildUnnamed214() {
|
| +buildUnnamed911() {
|
| var o = new core.List<api.Token>();
|
| o.add(buildToken());
|
| o.add(buildToken());
|
| return o;
|
| }
|
|
|
| -checkUnnamed214(core.List<api.Token> o) {
|
| +checkUnnamed911(core.List<api.Token> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkToken(o[0]);
|
| checkToken(o[1]);
|
| @@ -1679,7 +1679,7 @@ buildTokens() {
|
| buildCounterTokens++;
|
| if (buildCounterTokens < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed214();
|
| + o.items = buildUnnamed911();
|
| o.kind = "foo";
|
| }
|
| buildCounterTokens--;
|
| @@ -1690,46 +1690,46 @@ checkTokens(api.Tokens o) {
|
| buildCounterTokens++;
|
| if (buildCounterTokens < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed214(o.items);
|
| + checkUnnamed911(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterTokens--;
|
| }
|
|
|
| -buildUnnamed215() {
|
| +buildUnnamed912() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed215(core.List<core.String> o) {
|
| +checkUnnamed912(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'));
|
| }
|
|
|
| -buildUnnamed216() {
|
| +buildUnnamed913() {
|
| var o = new core.Map<core.String, api.UserCustomProperties>();
|
| o["x"] = buildUserCustomProperties();
|
| o["y"] = buildUserCustomProperties();
|
| return o;
|
| }
|
|
|
| -checkUnnamed216(core.Map<core.String, api.UserCustomProperties> o) {
|
| +checkUnnamed913(core.Map<core.String, api.UserCustomProperties> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserCustomProperties(o["x"]);
|
| checkUserCustomProperties(o["y"]);
|
| }
|
|
|
| -buildUnnamed217() {
|
| +buildUnnamed914() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed217(core.List<core.String> o) {
|
| +checkUnnamed914(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'));
|
| @@ -1742,10 +1742,10 @@ buildUser() {
|
| if (buildCounterUser < 3) {
|
| o.addresses = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o.agreedToTerms = true;
|
| - o.aliases = buildUnnamed215();
|
| + o.aliases = buildUnnamed912();
|
| o.changePasswordAtNextLogin = true;
|
| o.creationTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.customSchemas = buildUnnamed216();
|
| + o.customSchemas = buildUnnamed913();
|
| o.customerId = "foo";
|
| o.deletionTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.emails = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| @@ -1762,7 +1762,7 @@ buildUser() {
|
| o.kind = "foo";
|
| o.lastLoginTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.name = buildUserName();
|
| - o.nonEditableAliases = buildUnnamed217();
|
| + o.nonEditableAliases = buildUnnamed914();
|
| o.notes = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o.orgUnitPath = "foo";
|
| o.organizations = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| @@ -1785,10 +1785,10 @@ checkUser(api.User o) {
|
| if (buildCounterUser < 3) {
|
| var casted3 = (o.addresses) as core.Map; unittest.expect(casted3, unittest.hasLength(3)); unittest.expect(casted3["list"], unittest.equals([1, 2, 3])); unittest.expect(casted3["bool"], unittest.equals(true)); unittest.expect(casted3["string"], unittest.equals('foo'));
|
| unittest.expect(o.agreedToTerms, unittest.isTrue);
|
| - checkUnnamed215(o.aliases);
|
| + checkUnnamed912(o.aliases);
|
| unittest.expect(o.changePasswordAtNextLogin, unittest.isTrue);
|
| unittest.expect(o.creationTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| - checkUnnamed216(o.customSchemas);
|
| + checkUnnamed913(o.customSchemas);
|
| unittest.expect(o.customerId, unittest.equals('foo'));
|
| unittest.expect(o.deletionTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| var casted4 = (o.emails) as core.Map; unittest.expect(casted4, unittest.hasLength(3)); unittest.expect(casted4["list"], unittest.equals([1, 2, 3])); unittest.expect(casted4["bool"], unittest.equals(true)); unittest.expect(casted4["string"], unittest.equals('foo'));
|
| @@ -1805,7 +1805,7 @@ checkUser(api.User o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.lastLoginTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| checkUserName(o.name);
|
| - checkUnnamed217(o.nonEditableAliases);
|
| + checkUnnamed914(o.nonEditableAliases);
|
| var casted7 = (o.notes) as core.Map; unittest.expect(casted7, unittest.hasLength(3)); unittest.expect(casted7["list"], unittest.equals([1, 2, 3])); unittest.expect(casted7["bool"], unittest.equals(true)); unittest.expect(casted7["string"], unittest.equals('foo'));
|
| unittest.expect(o.orgUnitPath, unittest.equals('foo'));
|
| var casted8 = (o.organizations) as core.Map; unittest.expect(casted8, unittest.hasLength(3)); unittest.expect(casted8["list"], unittest.equals([1, 2, 3])); unittest.expect(casted8["bool"], unittest.equals(true)); unittest.expect(casted8["string"], unittest.equals('foo'));
|
| @@ -2182,14 +2182,14 @@ checkUserWebsite(api.UserWebsite o) {
|
| buildCounterUserWebsite--;
|
| }
|
|
|
| -buildUnnamed218() {
|
| +buildUnnamed915() {
|
| var o = new core.List<api.User>();
|
| o.add(buildUser());
|
| o.add(buildUser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed218(core.List<api.User> o) {
|
| +checkUnnamed915(core.List<api.User> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUser(o[0]);
|
| checkUser(o[1]);
|
| @@ -2204,7 +2204,7 @@ buildUsers() {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.triggerEvent = "foo";
|
| - o.users = buildUnnamed218();
|
| + o.users = buildUnnamed915();
|
| }
|
| buildCounterUsers--;
|
| return o;
|
| @@ -2217,7 +2217,7 @@ checkUsers(api.Users o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.triggerEvent, unittest.equals('foo'));
|
| - checkUnnamed218(o.users);
|
| + checkUnnamed915(o.users);
|
| }
|
| buildCounterUsers--;
|
| }
|
| @@ -2247,14 +2247,14 @@ checkVerificationCode(api.VerificationCode o) {
|
| buildCounterVerificationCode--;
|
| }
|
|
|
| -buildUnnamed219() {
|
| +buildUnnamed916() {
|
| var o = new core.List<api.VerificationCode>();
|
| o.add(buildVerificationCode());
|
| o.add(buildVerificationCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed219(core.List<api.VerificationCode> o) {
|
| +checkUnnamed916(core.List<api.VerificationCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVerificationCode(o[0]);
|
| checkVerificationCode(o[1]);
|
| @@ -2266,7 +2266,7 @@ buildVerificationCodes() {
|
| buildCounterVerificationCodes++;
|
| if (buildCounterVerificationCodes < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed219();
|
| + o.items = buildUnnamed916();
|
| o.kind = "foo";
|
| }
|
| buildCounterVerificationCodes--;
|
| @@ -2277,59 +2277,59 @@ checkVerificationCodes(api.VerificationCodes o) {
|
| buildCounterVerificationCodes++;
|
| if (buildCounterVerificationCodes < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed219(o.items);
|
| + checkUnnamed916(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterVerificationCodes--;
|
| }
|
|
|
| -buildUnnamed220() {
|
| +buildUnnamed917() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed220(core.List<core.String> o) {
|
| +checkUnnamed917(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'));
|
| }
|
|
|
| -buildUnnamed221() {
|
| +buildUnnamed918() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed221(core.List<core.String> o) {
|
| +checkUnnamed918(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'));
|
| }
|
|
|
| -buildUnnamed222() {
|
| +buildUnnamed919() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed222(core.List<core.String> o) {
|
| +checkUnnamed919(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'));
|
| }
|
|
|
| -buildUnnamed223() {
|
| +buildUnnamed920() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed223(core.List<core.String> o) {
|
| +checkUnnamed920(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'));
|
| @@ -5344,7 +5344,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.OrgunitsResourceApi res = new api.AdminApi(mock).orgunits;
|
| var arg_customerId = "foo";
|
| - var arg_orgUnitPath = buildUnnamed220();
|
| + var arg_orgUnitPath = buildUnnamed917();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -5398,7 +5398,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.OrgunitsResourceApi res = new api.AdminApi(mock).orgunits;
|
| var arg_customerId = "foo";
|
| - var arg_orgUnitPath = buildUnnamed221();
|
| + var arg_orgUnitPath = buildUnnamed918();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -5569,7 +5569,7 @@ main() {
|
| api.OrgunitsResourceApi res = new api.AdminApi(mock).orgunits;
|
| var arg_request = buildOrgUnit();
|
| var arg_customerId = "foo";
|
| - var arg_orgUnitPath = buildUnnamed222();
|
| + var arg_orgUnitPath = buildUnnamed919();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.OrgUnit.fromJson(json);
|
| checkOrgUnit(obj);
|
| @@ -5629,7 +5629,7 @@ main() {
|
| api.OrgunitsResourceApi res = new api.AdminApi(mock).orgunits;
|
| var arg_request = buildOrgUnit();
|
| var arg_customerId = "foo";
|
| - var arg_orgUnitPath = buildUnnamed223();
|
| + var arg_orgUnitPath = buildUnnamed920();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.OrgUnit.fromJson(json);
|
| checkOrgUnit(obj);
|
|
|