| 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 d886494275747e4ff2086a8a1c41d431daec3fd1..21ddfef727d1cb02c5a9bef1a4c1883b5807f10b 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--;
|
| }
|
|
|
| -buildUnnamed941() {
|
| +buildUnnamed681() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed941(core.List<core.Object> o) {
|
| +checkUnnamed681(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 = buildUnnamed941();
|
| + o.aliases = buildUnnamed681();
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| }
|
| @@ -107,7 +107,7 @@ buildAliases() {
|
| checkAliases(api.Aliases o) {
|
| buildCounterAliases++;
|
| if (buildCounterAliases < 3) {
|
| - checkUnnamed941(o.aliases);
|
| + checkUnnamed681(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--;
|
| }
|
|
|
| -buildUnnamed942() {
|
| +buildUnnamed682() {
|
| var o = new core.List<api.Asp>();
|
| o.add(buildAsp());
|
| o.add(buildAsp());
|
| return o;
|
| }
|
|
|
| -checkUnnamed942(core.List<api.Asp> o) {
|
| +checkUnnamed682(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 = buildUnnamed942();
|
| + o.items = buildUnnamed682();
|
| o.kind = "foo";
|
| }
|
| buildCounterAsps--;
|
| @@ -175,7 +175,7 @@ checkAsps(api.Asps o) {
|
| buildCounterAsps++;
|
| if (buildCounterAsps < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed942(o.items);
|
| + checkUnnamed682(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAsps--;
|
| @@ -212,14 +212,14 @@ checkCalendarResource(api.CalendarResource o) {
|
| buildCounterCalendarResource--;
|
| }
|
|
|
| -buildUnnamed943() {
|
| +buildUnnamed683() {
|
| var o = new core.List<api.CalendarResource>();
|
| o.add(buildCalendarResource());
|
| o.add(buildCalendarResource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed943(core.List<api.CalendarResource> o) {
|
| +checkUnnamed683(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 = buildUnnamed943();
|
| + o.items = buildUnnamed683();
|
| 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'));
|
| - checkUnnamed943(o.items);
|
| + checkUnnamed683(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCalendarResources--;
|
| }
|
|
|
| -buildUnnamed944() {
|
| +buildUnnamed684() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed944(core.Map<core.String, core.String> o) {
|
| +checkUnnamed684(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 = buildUnnamed944();
|
| + o.params = buildUnnamed684();
|
| 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'));
|
| - checkUnnamed944(o.params);
|
| + checkUnnamed684(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--;
|
| }
|
|
|
| -buildUnnamed945() {
|
| +buildUnnamed685() {
|
| var o = new core.List<api.ChromeOsDeviceActiveTimeRanges>();
|
| o.add(buildChromeOsDeviceActiveTimeRanges());
|
| o.add(buildChromeOsDeviceActiveTimeRanges());
|
| return o;
|
| }
|
|
|
| -checkUnnamed945(core.List<api.ChromeOsDeviceActiveTimeRanges> o) {
|
| +checkUnnamed685(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--;
|
| }
|
|
|
| -buildUnnamed946() {
|
| +buildUnnamed686() {
|
| var o = new core.List<api.ChromeOsDeviceRecentUsers>();
|
| o.add(buildChromeOsDeviceRecentUsers());
|
| o.add(buildChromeOsDeviceRecentUsers());
|
| return o;
|
| }
|
|
|
| -checkUnnamed946(core.List<api.ChromeOsDeviceRecentUsers> o) {
|
| +checkUnnamed686(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 = buildUnnamed945();
|
| + o.activeTimeRanges = buildUnnamed685();
|
| 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 = buildUnnamed946();
|
| + o.recentUsers = buildUnnamed686();
|
| 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) {
|
| - checkUnnamed945(o.activeTimeRanges);
|
| + checkUnnamed685(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'));
|
| - checkUnnamed946(o.recentUsers);
|
| + checkUnnamed686(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")));
|
| @@ -456,14 +456,14 @@ checkChromeOsDeviceAction(api.ChromeOsDeviceAction o) {
|
| buildCounterChromeOsDeviceAction--;
|
| }
|
|
|
| -buildUnnamed947() {
|
| +buildUnnamed687() {
|
| var o = new core.List<api.ChromeOsDevice>();
|
| o.add(buildChromeOsDevice());
|
| o.add(buildChromeOsDevice());
|
| return o;
|
| }
|
|
|
| -checkUnnamed947(core.List<api.ChromeOsDevice> o) {
|
| +checkUnnamed687(core.List<api.ChromeOsDevice> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChromeOsDevice(o[0]);
|
| checkChromeOsDevice(o[1]);
|
| @@ -474,7 +474,7 @@ buildChromeOsDevices() {
|
| var o = new api.ChromeOsDevices();
|
| buildCounterChromeOsDevices++;
|
| if (buildCounterChromeOsDevices < 3) {
|
| - o.chromeosdevices = buildUnnamed947();
|
| + o.chromeosdevices = buildUnnamed687();
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -486,7 +486,7 @@ buildChromeOsDevices() {
|
| checkChromeOsDevices(api.ChromeOsDevices o) {
|
| buildCounterChromeOsDevices++;
|
| if (buildCounterChromeOsDevices < 3) {
|
| - checkUnnamed947(o.chromeosdevices);
|
| + checkUnnamed687(o.chromeosdevices);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -593,14 +593,14 @@ checkDomainAlias(api.DomainAlias o) {
|
| buildCounterDomainAlias--;
|
| }
|
|
|
| -buildUnnamed948() {
|
| +buildUnnamed688() {
|
| var o = new core.List<api.DomainAlias>();
|
| o.add(buildDomainAlias());
|
| o.add(buildDomainAlias());
|
| return o;
|
| }
|
|
|
| -checkUnnamed948(core.List<api.DomainAlias> o) {
|
| +checkUnnamed688(core.List<api.DomainAlias> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDomainAlias(o[0]);
|
| checkDomainAlias(o[1]);
|
| @@ -611,7 +611,7 @@ buildDomainAliases() {
|
| var o = new api.DomainAliases();
|
| buildCounterDomainAliases++;
|
| if (buildCounterDomainAliases < 3) {
|
| - o.domainAliases = buildUnnamed948();
|
| + o.domainAliases = buildUnnamed688();
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| }
|
| @@ -622,21 +622,21 @@ buildDomainAliases() {
|
| checkDomainAliases(api.DomainAliases o) {
|
| buildCounterDomainAliases++;
|
| if (buildCounterDomainAliases < 3) {
|
| - checkUnnamed948(o.domainAliases);
|
| + checkUnnamed688(o.domainAliases);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDomainAliases--;
|
| }
|
|
|
| -buildUnnamed949() {
|
| +buildUnnamed689() {
|
| var o = new core.List<api.DomainAlias>();
|
| o.add(buildDomainAlias());
|
| o.add(buildDomainAlias());
|
| return o;
|
| }
|
|
|
| -checkUnnamed949(core.List<api.DomainAlias> o) {
|
| +checkUnnamed689(core.List<api.DomainAlias> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDomainAlias(o[0]);
|
| checkDomainAlias(o[1]);
|
| @@ -648,7 +648,7 @@ buildDomains() {
|
| buildCounterDomains++;
|
| if (buildCounterDomains < 3) {
|
| o.creationTime = "foo";
|
| - o.domainAliases = buildUnnamed949();
|
| + o.domainAliases = buildUnnamed689();
|
| o.domainName = "foo";
|
| o.etag = "foo";
|
| o.isPrimary = true;
|
| @@ -663,7 +663,7 @@ checkDomains(api.Domains o) {
|
| buildCounterDomains++;
|
| if (buildCounterDomains < 3) {
|
| unittest.expect(o.creationTime, unittest.equals('foo'));
|
| - checkUnnamed949(o.domainAliases);
|
| + checkUnnamed689(o.domainAliases);
|
| unittest.expect(o.domainName, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.isPrimary, unittest.isTrue);
|
| @@ -673,14 +673,14 @@ checkDomains(api.Domains o) {
|
| buildCounterDomains--;
|
| }
|
|
|
| -buildUnnamed950() {
|
| +buildUnnamed690() {
|
| var o = new core.List<api.Domains>();
|
| o.add(buildDomains());
|
| o.add(buildDomains());
|
| return o;
|
| }
|
|
|
| -checkUnnamed950(core.List<api.Domains> o) {
|
| +checkUnnamed690(core.List<api.Domains> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDomains(o[0]);
|
| checkDomains(o[1]);
|
| @@ -691,7 +691,7 @@ buildDomains2() {
|
| var o = new api.Domains2();
|
| buildCounterDomains2++;
|
| if (buildCounterDomains2 < 3) {
|
| - o.domains = buildUnnamed950();
|
| + o.domains = buildUnnamed690();
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| }
|
| @@ -702,34 +702,34 @@ buildDomains2() {
|
| checkDomains2(api.Domains2 o) {
|
| buildCounterDomains2++;
|
| if (buildCounterDomains2 < 3) {
|
| - checkUnnamed950(o.domains);
|
| + checkUnnamed690(o.domains);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDomains2--;
|
| }
|
|
|
| -buildUnnamed951() {
|
| +buildUnnamed691() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed951(core.List<core.String> o) {
|
| +checkUnnamed691(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'));
|
| }
|
|
|
| -buildUnnamed952() {
|
| +buildUnnamed692() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed952(core.List<core.String> o) {
|
| +checkUnnamed692(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'));
|
| @@ -741,7 +741,7 @@ buildGroup() {
|
| buildCounterGroup++;
|
| if (buildCounterGroup < 3) {
|
| o.adminCreated = true;
|
| - o.aliases = buildUnnamed951();
|
| + o.aliases = buildUnnamed691();
|
| o.description = "foo";
|
| o.directMembersCount = "foo";
|
| o.email = "foo";
|
| @@ -749,7 +749,7 @@ buildGroup() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.nonEditableAliases = buildUnnamed952();
|
| + o.nonEditableAliases = buildUnnamed692();
|
| }
|
| buildCounterGroup--;
|
| return o;
|
| @@ -759,7 +759,7 @@ checkGroup(api.Group o) {
|
| buildCounterGroup++;
|
| if (buildCounterGroup < 3) {
|
| unittest.expect(o.adminCreated, unittest.isTrue);
|
| - checkUnnamed951(o.aliases);
|
| + checkUnnamed691(o.aliases);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.directMembersCount, unittest.equals('foo'));
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| @@ -767,19 +767,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'));
|
| - checkUnnamed952(o.nonEditableAliases);
|
| + checkUnnamed692(o.nonEditableAliases);
|
| }
|
| buildCounterGroup--;
|
| }
|
|
|
| -buildUnnamed953() {
|
| +buildUnnamed693() {
|
| var o = new core.List<api.Group>();
|
| o.add(buildGroup());
|
| o.add(buildGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed953(core.List<api.Group> o) {
|
| +checkUnnamed693(core.List<api.Group> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGroup(o[0]);
|
| checkGroup(o[1]);
|
| @@ -791,7 +791,7 @@ buildGroups() {
|
| buildCounterGroups++;
|
| if (buildCounterGroups < 3) {
|
| o.etag = "foo";
|
| - o.groups = buildUnnamed953();
|
| + o.groups = buildUnnamed693();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -803,7 +803,7 @@ checkGroups(api.Groups o) {
|
| buildCounterGroups++;
|
| if (buildCounterGroups < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed953(o.groups);
|
| + checkUnnamed693(o.groups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -841,14 +841,14 @@ checkMember(api.Member o) {
|
| buildCounterMember--;
|
| }
|
|
|
| -buildUnnamed954() {
|
| +buildUnnamed694() {
|
| var o = new core.List<api.Member>();
|
| o.add(buildMember());
|
| o.add(buildMember());
|
| return o;
|
| }
|
|
|
| -checkUnnamed954(core.List<api.Member> o) {
|
| +checkUnnamed694(core.List<api.Member> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMember(o[0]);
|
| checkMember(o[1]);
|
| @@ -861,7 +861,7 @@ buildMembers() {
|
| if (buildCounterMembers < 3) {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| - o.members = buildUnnamed954();
|
| + o.members = buildUnnamed694();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterMembers--;
|
| @@ -873,20 +873,20 @@ checkMembers(api.Members o) {
|
| if (buildCounterMembers < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed954(o.members);
|
| + checkUnnamed694(o.members);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterMembers--;
|
| }
|
|
|
| -buildUnnamed955() {
|
| +buildUnnamed695() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed955(core.List<core.String> o) {
|
| +checkUnnamed695(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'));
|
| @@ -899,7 +899,7 @@ buildMobileDeviceApplications() {
|
| if (buildCounterMobileDeviceApplications < 3) {
|
| o.displayName = "foo";
|
| o.packageName = "foo";
|
| - o.permission = buildUnnamed955();
|
| + o.permission = buildUnnamed695();
|
| o.versionCode = 42;
|
| o.versionName = "foo";
|
| }
|
| @@ -912,60 +912,60 @@ checkMobileDeviceApplications(api.MobileDeviceApplications o) {
|
| if (buildCounterMobileDeviceApplications < 3) {
|
| unittest.expect(o.displayName, unittest.equals('foo'));
|
| unittest.expect(o.packageName, unittest.equals('foo'));
|
| - checkUnnamed955(o.permission);
|
| + checkUnnamed695(o.permission);
|
| unittest.expect(o.versionCode, unittest.equals(42));
|
| unittest.expect(o.versionName, unittest.equals('foo'));
|
| }
|
| buildCounterMobileDeviceApplications--;
|
| }
|
|
|
| -buildUnnamed956() {
|
| +buildUnnamed696() {
|
| var o = new core.List<api.MobileDeviceApplications>();
|
| o.add(buildMobileDeviceApplications());
|
| o.add(buildMobileDeviceApplications());
|
| return o;
|
| }
|
|
|
| -checkUnnamed956(core.List<api.MobileDeviceApplications> o) {
|
| +checkUnnamed696(core.List<api.MobileDeviceApplications> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileDeviceApplications(o[0]);
|
| checkMobileDeviceApplications(o[1]);
|
| }
|
|
|
| -buildUnnamed957() {
|
| +buildUnnamed697() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed957(core.List<core.String> o) {
|
| +checkUnnamed697(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'));
|
| }
|
|
|
| -buildUnnamed958() {
|
| +buildUnnamed698() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed958(core.List<core.String> o) {
|
| +checkUnnamed698(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'));
|
| }
|
|
|
| -buildUnnamed959() {
|
| +buildUnnamed699() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed959(core.List<core.String> o) {
|
| +checkUnnamed699(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'));
|
| @@ -977,7 +977,7 @@ buildMobileDevice() {
|
| buildCounterMobileDevice++;
|
| if (buildCounterMobileDevice < 3) {
|
| o.adbStatus = true;
|
| - o.applications = buildUnnamed956();
|
| + o.applications = buildUnnamed696();
|
| o.basebandVersion = "foo";
|
| o.bootloaderVersion = "foo";
|
| o.brand = "foo";
|
| @@ -987,7 +987,7 @@ buildMobileDevice() {
|
| o.deviceCompromisedStatus = "foo";
|
| o.deviceId = "foo";
|
| o.devicePasswordStatus = "foo";
|
| - o.email = buildUnnamed957();
|
| + o.email = buildUnnamed697();
|
| o.encryptionStatus = "foo";
|
| o.etag = "foo";
|
| o.firstSync = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -1001,10 +1001,10 @@ buildMobileDevice() {
|
| o.manufacturer = "foo";
|
| o.meid = "foo";
|
| o.model = "foo";
|
| - o.name = buildUnnamed958();
|
| + o.name = buildUnnamed698();
|
| o.networkOperator = "foo";
|
| o.os = "foo";
|
| - o.otherAccountsInfo = buildUnnamed959();
|
| + o.otherAccountsInfo = buildUnnamed699();
|
| o.privilege = "foo";
|
| o.releaseVersion = "foo";
|
| o.resourceId = "foo";
|
| @@ -1025,7 +1025,7 @@ checkMobileDevice(api.MobileDevice o) {
|
| buildCounterMobileDevice++;
|
| if (buildCounterMobileDevice < 3) {
|
| unittest.expect(o.adbStatus, unittest.isTrue);
|
| - checkUnnamed956(o.applications);
|
| + checkUnnamed696(o.applications);
|
| unittest.expect(o.basebandVersion, unittest.equals('foo'));
|
| unittest.expect(o.bootloaderVersion, unittest.equals('foo'));
|
| unittest.expect(o.brand, unittest.equals('foo'));
|
| @@ -1035,7 +1035,7 @@ checkMobileDevice(api.MobileDevice o) {
|
| unittest.expect(o.deviceCompromisedStatus, unittest.equals('foo'));
|
| unittest.expect(o.deviceId, unittest.equals('foo'));
|
| unittest.expect(o.devicePasswordStatus, unittest.equals('foo'));
|
| - checkUnnamed957(o.email);
|
| + checkUnnamed697(o.email);
|
| unittest.expect(o.encryptionStatus, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.firstSync, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -1049,10 +1049,10 @@ checkMobileDevice(api.MobileDevice o) {
|
| unittest.expect(o.manufacturer, unittest.equals('foo'));
|
| unittest.expect(o.meid, unittest.equals('foo'));
|
| unittest.expect(o.model, unittest.equals('foo'));
|
| - checkUnnamed958(o.name);
|
| + checkUnnamed698(o.name);
|
| unittest.expect(o.networkOperator, unittest.equals('foo'));
|
| unittest.expect(o.os, unittest.equals('foo'));
|
| - checkUnnamed959(o.otherAccountsInfo);
|
| + checkUnnamed699(o.otherAccountsInfo);
|
| unittest.expect(o.privilege, unittest.equals('foo'));
|
| unittest.expect(o.releaseVersion, unittest.equals('foo'));
|
| unittest.expect(o.resourceId, unittest.equals('foo'));
|
| @@ -1087,14 +1087,14 @@ checkMobileDeviceAction(api.MobileDeviceAction o) {
|
| buildCounterMobileDeviceAction--;
|
| }
|
|
|
| -buildUnnamed960() {
|
| +buildUnnamed700() {
|
| var o = new core.List<api.MobileDevice>();
|
| o.add(buildMobileDevice());
|
| o.add(buildMobileDevice());
|
| return o;
|
| }
|
|
|
| -checkUnnamed960(core.List<api.MobileDevice> o) {
|
| +checkUnnamed700(core.List<api.MobileDevice> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileDevice(o[0]);
|
| checkMobileDevice(o[1]);
|
| @@ -1107,7 +1107,7 @@ buildMobileDevices() {
|
| if (buildCounterMobileDevices < 3) {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| - o.mobiledevices = buildUnnamed960();
|
| + o.mobiledevices = buildUnnamed700();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterMobileDevices--;
|
| @@ -1119,7 +1119,7 @@ checkMobileDevices(api.MobileDevices o) {
|
| if (buildCounterMobileDevices < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed960(o.mobiledevices);
|
| + checkUnnamed700(o.mobiledevices);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterMobileDevices--;
|
| @@ -1158,14 +1158,14 @@ checkNotification(api.Notification o) {
|
| buildCounterNotification--;
|
| }
|
|
|
| -buildUnnamed961() {
|
| +buildUnnamed701() {
|
| var o = new core.List<api.Notification>();
|
| o.add(buildNotification());
|
| o.add(buildNotification());
|
| return o;
|
| }
|
|
|
| -checkUnnamed961(core.List<api.Notification> o) {
|
| +checkUnnamed701(core.List<api.Notification> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNotification(o[0]);
|
| checkNotification(o[1]);
|
| @@ -1177,7 +1177,7 @@ buildNotifications() {
|
| buildCounterNotifications++;
|
| if (buildCounterNotifications < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed961();
|
| + o.items = buildUnnamed701();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.unreadNotificationsCount = 42;
|
| @@ -1190,7 +1190,7 @@ checkNotifications(api.Notifications o) {
|
| buildCounterNotifications++;
|
| if (buildCounterNotifications < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed961(o.items);
|
| + checkUnnamed701(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.unreadNotificationsCount, unittest.equals(42));
|
| @@ -1233,14 +1233,14 @@ checkOrgUnit(api.OrgUnit o) {
|
| buildCounterOrgUnit--;
|
| }
|
|
|
| -buildUnnamed962() {
|
| +buildUnnamed702() {
|
| var o = new core.List<api.OrgUnit>();
|
| o.add(buildOrgUnit());
|
| o.add(buildOrgUnit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed962(core.List<api.OrgUnit> o) {
|
| +checkUnnamed702(core.List<api.OrgUnit> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrgUnit(o[0]);
|
| checkOrgUnit(o[1]);
|
| @@ -1253,7 +1253,7 @@ buildOrgUnits() {
|
| if (buildCounterOrgUnits < 3) {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| - o.organizationUnits = buildUnnamed962();
|
| + o.organizationUnits = buildUnnamed702();
|
| }
|
| buildCounterOrgUnits--;
|
| return o;
|
| @@ -1264,19 +1264,19 @@ checkOrgUnits(api.OrgUnits o) {
|
| if (buildCounterOrgUnits < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed962(o.organizationUnits);
|
| + checkUnnamed702(o.organizationUnits);
|
| }
|
| buildCounterOrgUnits--;
|
| }
|
|
|
| -buildUnnamed963() {
|
| +buildUnnamed703() {
|
| var o = new core.List<api.Privilege>();
|
| o.add(buildPrivilege());
|
| o.add(buildPrivilege());
|
| return o;
|
| }
|
|
|
| -checkUnnamed963(core.List<api.Privilege> o) {
|
| +checkUnnamed703(core.List<api.Privilege> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPrivilege(o[0]);
|
| checkPrivilege(o[1]);
|
| @@ -1287,7 +1287,7 @@ buildPrivilege() {
|
| var o = new api.Privilege();
|
| buildCounterPrivilege++;
|
| if (buildCounterPrivilege < 3) {
|
| - o.childPrivileges = buildUnnamed963();
|
| + o.childPrivileges = buildUnnamed703();
|
| o.etag = "foo";
|
| o.isOuScopable = true;
|
| o.kind = "foo";
|
| @@ -1302,7 +1302,7 @@ buildPrivilege() {
|
| checkPrivilege(api.Privilege o) {
|
| buildCounterPrivilege++;
|
| if (buildCounterPrivilege < 3) {
|
| - checkUnnamed963(o.childPrivileges);
|
| + checkUnnamed703(o.childPrivileges);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.isOuScopable, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -1313,14 +1313,14 @@ checkPrivilege(api.Privilege o) {
|
| buildCounterPrivilege--;
|
| }
|
|
|
| -buildUnnamed964() {
|
| +buildUnnamed704() {
|
| var o = new core.List<api.Privilege>();
|
| o.add(buildPrivilege());
|
| o.add(buildPrivilege());
|
| return o;
|
| }
|
|
|
| -checkUnnamed964(core.List<api.Privilege> o) {
|
| +checkUnnamed704(core.List<api.Privilege> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPrivilege(o[0]);
|
| checkPrivilege(o[1]);
|
| @@ -1332,7 +1332,7 @@ buildPrivileges() {
|
| buildCounterPrivileges++;
|
| if (buildCounterPrivileges < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed964();
|
| + o.items = buildUnnamed704();
|
| o.kind = "foo";
|
| }
|
| buildCounterPrivileges--;
|
| @@ -1343,7 +1343,7 @@ checkPrivileges(api.Privileges o) {
|
| buildCounterPrivileges++;
|
| if (buildCounterPrivileges < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed964(o.items);
|
| + checkUnnamed704(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterPrivileges--;
|
| @@ -1370,14 +1370,14 @@ checkRoleRolePrivileges(api.RoleRolePrivileges o) {
|
| buildCounterRoleRolePrivileges--;
|
| }
|
|
|
| -buildUnnamed965() {
|
| +buildUnnamed705() {
|
| var o = new core.List<api.RoleRolePrivileges>();
|
| o.add(buildRoleRolePrivileges());
|
| o.add(buildRoleRolePrivileges());
|
| return o;
|
| }
|
|
|
| -checkUnnamed965(core.List<api.RoleRolePrivileges> o) {
|
| +checkUnnamed705(core.List<api.RoleRolePrivileges> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoleRolePrivileges(o[0]);
|
| checkRoleRolePrivileges(o[1]);
|
| @@ -1395,7 +1395,7 @@ buildRole() {
|
| o.roleDescription = "foo";
|
| o.roleId = "foo";
|
| o.roleName = "foo";
|
| - o.rolePrivileges = buildUnnamed965();
|
| + o.rolePrivileges = buildUnnamed705();
|
| }
|
| buildCounterRole--;
|
| return o;
|
| @@ -1411,7 +1411,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'));
|
| - checkUnnamed965(o.rolePrivileges);
|
| + checkUnnamed705(o.rolePrivileges);
|
| }
|
| buildCounterRole--;
|
| }
|
| @@ -1447,14 +1447,14 @@ checkRoleAssignment(api.RoleAssignment o) {
|
| buildCounterRoleAssignment--;
|
| }
|
|
|
| -buildUnnamed966() {
|
| +buildUnnamed706() {
|
| var o = new core.List<api.RoleAssignment>();
|
| o.add(buildRoleAssignment());
|
| o.add(buildRoleAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed966(core.List<api.RoleAssignment> o) {
|
| +checkUnnamed706(core.List<api.RoleAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRoleAssignment(o[0]);
|
| checkRoleAssignment(o[1]);
|
| @@ -1466,7 +1466,7 @@ buildRoleAssignments() {
|
| buildCounterRoleAssignments++;
|
| if (buildCounterRoleAssignments < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed966();
|
| + o.items = buildUnnamed706();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1478,21 +1478,21 @@ checkRoleAssignments(api.RoleAssignments o) {
|
| buildCounterRoleAssignments++;
|
| if (buildCounterRoleAssignments < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed966(o.items);
|
| + checkUnnamed706(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterRoleAssignments--;
|
| }
|
|
|
| -buildUnnamed967() {
|
| +buildUnnamed707() {
|
| var o = new core.List<api.Role>();
|
| o.add(buildRole());
|
| o.add(buildRole());
|
| return o;
|
| }
|
|
|
| -checkUnnamed967(core.List<api.Role> o) {
|
| +checkUnnamed707(core.List<api.Role> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRole(o[0]);
|
| checkRole(o[1]);
|
| @@ -1504,7 +1504,7 @@ buildRoles() {
|
| buildCounterRoles++;
|
| if (buildCounterRoles < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed967();
|
| + o.items = buildUnnamed707();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1516,21 +1516,21 @@ checkRoles(api.Roles o) {
|
| buildCounterRoles++;
|
| if (buildCounterRoles < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed967(o.items);
|
| + checkUnnamed707(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterRoles--;
|
| }
|
|
|
| -buildUnnamed968() {
|
| +buildUnnamed708() {
|
| var o = new core.List<api.SchemaFieldSpec>();
|
| o.add(buildSchemaFieldSpec());
|
| o.add(buildSchemaFieldSpec());
|
| return o;
|
| }
|
|
|
| -checkUnnamed968(core.List<api.SchemaFieldSpec> o) {
|
| +checkUnnamed708(core.List<api.SchemaFieldSpec> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSchemaFieldSpec(o[0]);
|
| checkSchemaFieldSpec(o[1]);
|
| @@ -1542,7 +1542,7 @@ buildSchema() {
|
| buildCounterSchema++;
|
| if (buildCounterSchema < 3) {
|
| o.etag = "foo";
|
| - o.fields = buildUnnamed968();
|
| + o.fields = buildUnnamed708();
|
| o.kind = "foo";
|
| o.schemaId = "foo";
|
| o.schemaName = "foo";
|
| @@ -1555,7 +1555,7 @@ checkSchema(api.Schema o) {
|
| buildCounterSchema++;
|
| if (buildCounterSchema < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed968(o.fields);
|
| + checkUnnamed708(o.fields);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.schemaId, unittest.equals('foo'));
|
| unittest.expect(o.schemaName, unittest.equals('foo'));
|
| @@ -1619,14 +1619,14 @@ checkSchemaFieldSpec(api.SchemaFieldSpec o) {
|
| buildCounterSchemaFieldSpec--;
|
| }
|
|
|
| -buildUnnamed969() {
|
| +buildUnnamed709() {
|
| var o = new core.List<api.Schema>();
|
| o.add(buildSchema());
|
| o.add(buildSchema());
|
| return o;
|
| }
|
|
|
| -checkUnnamed969(core.List<api.Schema> o) {
|
| +checkUnnamed709(core.List<api.Schema> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSchema(o[0]);
|
| checkSchema(o[1]);
|
| @@ -1639,7 +1639,7 @@ buildSchemas() {
|
| if (buildCounterSchemas < 3) {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| - o.schemas = buildUnnamed969();
|
| + o.schemas = buildUnnamed709();
|
| }
|
| buildCounterSchemas--;
|
| return o;
|
| @@ -1650,19 +1650,19 @@ checkSchemas(api.Schemas o) {
|
| if (buildCounterSchemas < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed969(o.schemas);
|
| + checkUnnamed709(o.schemas);
|
| }
|
| buildCounterSchemas--;
|
| }
|
|
|
| -buildUnnamed970() {
|
| +buildUnnamed710() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed970(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'));
|
| @@ -1679,7 +1679,7 @@ buildToken() {
|
| o.etag = "foo";
|
| o.kind = "foo";
|
| o.nativeApp = true;
|
| - o.scopes = buildUnnamed970();
|
| + o.scopes = buildUnnamed710();
|
| o.userKey = "foo";
|
| }
|
| buildCounterToken--;
|
| @@ -1695,20 +1695,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);
|
| - checkUnnamed970(o.scopes);
|
| + checkUnnamed710(o.scopes);
|
| unittest.expect(o.userKey, unittest.equals('foo'));
|
| }
|
| buildCounterToken--;
|
| }
|
|
|
| -buildUnnamed971() {
|
| +buildUnnamed711() {
|
| var o = new core.List<api.Token>();
|
| o.add(buildToken());
|
| o.add(buildToken());
|
| return o;
|
| }
|
|
|
| -checkUnnamed971(core.List<api.Token> o) {
|
| +checkUnnamed711(core.List<api.Token> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkToken(o[0]);
|
| checkToken(o[1]);
|
| @@ -1720,7 +1720,7 @@ buildTokens() {
|
| buildCounterTokens++;
|
| if (buildCounterTokens < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed971();
|
| + o.items = buildUnnamed711();
|
| o.kind = "foo";
|
| }
|
| buildCounterTokens--;
|
| @@ -1731,46 +1731,46 @@ checkTokens(api.Tokens o) {
|
| buildCounterTokens++;
|
| if (buildCounterTokens < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed971(o.items);
|
| + checkUnnamed711(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterTokens--;
|
| }
|
|
|
| -buildUnnamed972() {
|
| +buildUnnamed712() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed972(core.List<core.String> o) {
|
| +checkUnnamed712(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'));
|
| }
|
|
|
| -buildUnnamed973() {
|
| +buildUnnamed713() {
|
| var o = new core.Map<core.String, api.UserCustomProperties>();
|
| o["x"] = buildUserCustomProperties();
|
| o["y"] = buildUserCustomProperties();
|
| return o;
|
| }
|
|
|
| -checkUnnamed973(core.Map<core.String, api.UserCustomProperties> o) {
|
| +checkUnnamed713(core.Map<core.String, api.UserCustomProperties> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserCustomProperties(o["x"]);
|
| checkUserCustomProperties(o["y"]);
|
| }
|
|
|
| -buildUnnamed974() {
|
| +buildUnnamed714() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed974(core.List<core.String> o) {
|
| +checkUnnamed714(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'));
|
| @@ -1783,10 +1783,10 @@ buildUser() {
|
| if (buildCounterUser < 3) {
|
| o.addresses = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o.agreedToTerms = true;
|
| - o.aliases = buildUnnamed972();
|
| + o.aliases = buildUnnamed712();
|
| o.changePasswordAtNextLogin = true;
|
| o.creationTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.customSchemas = buildUnnamed973();
|
| + o.customSchemas = buildUnnamed713();
|
| o.customerId = "foo";
|
| o.deletionTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.emails = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| @@ -1803,7 +1803,7 @@ buildUser() {
|
| o.kind = "foo";
|
| o.lastLoginTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.name = buildUserName();
|
| - o.nonEditableAliases = buildUnnamed974();
|
| + o.nonEditableAliases = buildUnnamed714();
|
| o.notes = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o.orgUnitPath = "foo";
|
| o.organizations = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| @@ -1826,10 +1826,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);
|
| - checkUnnamed972(o.aliases);
|
| + checkUnnamed712(o.aliases);
|
| unittest.expect(o.changePasswordAtNextLogin, unittest.isTrue);
|
| unittest.expect(o.creationTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| - checkUnnamed973(o.customSchemas);
|
| + checkUnnamed713(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'));
|
| @@ -1846,7 +1846,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);
|
| - checkUnnamed974(o.nonEditableAliases);
|
| + checkUnnamed714(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'));
|
| @@ -2223,14 +2223,14 @@ checkUserWebsite(api.UserWebsite o) {
|
| buildCounterUserWebsite--;
|
| }
|
|
|
| -buildUnnamed975() {
|
| +buildUnnamed715() {
|
| var o = new core.List<api.User>();
|
| o.add(buildUser());
|
| o.add(buildUser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed975(core.List<api.User> o) {
|
| +checkUnnamed715(core.List<api.User> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUser(o[0]);
|
| checkUser(o[1]);
|
| @@ -2245,7 +2245,7 @@ buildUsers() {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.triggerEvent = "foo";
|
| - o.users = buildUnnamed975();
|
| + o.users = buildUnnamed715();
|
| }
|
| buildCounterUsers--;
|
| return o;
|
| @@ -2258,7 +2258,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'));
|
| - checkUnnamed975(o.users);
|
| + checkUnnamed715(o.users);
|
| }
|
| buildCounterUsers--;
|
| }
|
| @@ -2288,14 +2288,14 @@ checkVerificationCode(api.VerificationCode o) {
|
| buildCounterVerificationCode--;
|
| }
|
|
|
| -buildUnnamed976() {
|
| +buildUnnamed716() {
|
| var o = new core.List<api.VerificationCode>();
|
| o.add(buildVerificationCode());
|
| o.add(buildVerificationCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed976(core.List<api.VerificationCode> o) {
|
| +checkUnnamed716(core.List<api.VerificationCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVerificationCode(o[0]);
|
| checkVerificationCode(o[1]);
|
| @@ -2307,7 +2307,7 @@ buildVerificationCodes() {
|
| buildCounterVerificationCodes++;
|
| if (buildCounterVerificationCodes < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed976();
|
| + o.items = buildUnnamed716();
|
| o.kind = "foo";
|
| }
|
| buildCounterVerificationCodes--;
|
| @@ -2318,59 +2318,59 @@ checkVerificationCodes(api.VerificationCodes o) {
|
| buildCounterVerificationCodes++;
|
| if (buildCounterVerificationCodes < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed976(o.items);
|
| + checkUnnamed716(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterVerificationCodes--;
|
| }
|
|
|
| -buildUnnamed977() {
|
| +buildUnnamed717() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed977(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'));
|
| }
|
|
|
| -buildUnnamed978() {
|
| +buildUnnamed718() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed978(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'));
|
| }
|
|
|
| -buildUnnamed979() {
|
| +buildUnnamed719() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed979(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'));
|
| }
|
|
|
| -buildUnnamed980() {
|
| +buildUnnamed720() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed980(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'));
|
| @@ -5457,7 +5457,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.OrgunitsResourceApi res = new api.AdminApi(mock).orgunits;
|
| var arg_customerId = "foo";
|
| - var arg_orgUnitPath = buildUnnamed977();
|
| + var arg_orgUnitPath = buildUnnamed717();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -5511,7 +5511,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.OrgunitsResourceApi res = new api.AdminApi(mock).orgunits;
|
| var arg_customerId = "foo";
|
| - var arg_orgUnitPath = buildUnnamed978();
|
| + var arg_orgUnitPath = buildUnnamed718();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -5682,7 +5682,7 @@ main() {
|
| api.OrgunitsResourceApi res = new api.AdminApi(mock).orgunits;
|
| var arg_request = buildOrgUnit();
|
| var arg_customerId = "foo";
|
| - var arg_orgUnitPath = buildUnnamed979();
|
| + var arg_orgUnitPath = buildUnnamed719();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.OrgUnit.fromJson(json);
|
| checkOrgUnit(obj);
|
| @@ -5742,7 +5742,7 @@ main() {
|
| api.OrgunitsResourceApi res = new api.AdminApi(mock).orgunits;
|
| var arg_request = buildOrgUnit();
|
| var arg_customerId = "foo";
|
| - var arg_orgUnitPath = buildUnnamed980();
|
| + var arg_orgUnitPath = buildUnnamed720();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.OrgUnit.fromJson(json);
|
| checkOrgUnit(obj);
|
|
|