| Index: generated/googleapis/test/calendar/v3_test.dart
|
| diff --git a/generated/googleapis/test/calendar/v3_test.dart b/generated/googleapis/test/calendar/v3_test.dart
|
| index 6693f1105857d2adde70fe189fcd8ea0640b91f5..fcb144731e64722a6da349106839a3bac7b4ddb4 100644
|
| --- a/generated/googleapis/test/calendar/v3_test.dart
|
| +++ b/generated/googleapis/test/calendar/v3_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed544() {
|
| +buildUnnamed1154() {
|
| var o = new core.List<api.AclRule>();
|
| o.add(buildAclRule());
|
| o.add(buildAclRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed544(core.List<api.AclRule> o) {
|
| +checkUnnamed1154(core.List<api.AclRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAclRule(o[0]);
|
| checkAclRule(o[1]);
|
| @@ -70,7 +70,7 @@ buildAcl() {
|
| buildCounterAcl++;
|
| if (buildCounterAcl < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed544();
|
| + o.items = buildUnnamed1154();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.nextSyncToken = "foo";
|
| @@ -83,7 +83,7 @@ checkAcl(api.Acl o) {
|
| buildCounterAcl++;
|
| if (buildCounterAcl < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed544(o.items);
|
| + checkUnnamed1154(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.nextSyncToken, unittest.equals('foo'));
|
| @@ -170,14 +170,14 @@ checkCalendar(api.Calendar o) {
|
| buildCounterCalendar--;
|
| }
|
|
|
| -buildUnnamed545() {
|
| +buildUnnamed1155() {
|
| var o = new core.List<api.CalendarListEntry>();
|
| o.add(buildCalendarListEntry());
|
| o.add(buildCalendarListEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed545(core.List<api.CalendarListEntry> o) {
|
| +checkUnnamed1155(core.List<api.CalendarListEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCalendarListEntry(o[0]);
|
| checkCalendarListEntry(o[1]);
|
| @@ -189,7 +189,7 @@ buildCalendarList() {
|
| buildCounterCalendarList++;
|
| if (buildCounterCalendarList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed545();
|
| + o.items = buildUnnamed1155();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.nextSyncToken = "foo";
|
| @@ -202,7 +202,7 @@ checkCalendarList(api.CalendarList o) {
|
| buildCounterCalendarList++;
|
| if (buildCounterCalendarList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed545(o.items);
|
| + checkUnnamed1155(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.nextSyncToken, unittest.equals('foo'));
|
| @@ -210,27 +210,27 @@ checkCalendarList(api.CalendarList o) {
|
| buildCounterCalendarList--;
|
| }
|
|
|
| -buildUnnamed546() {
|
| +buildUnnamed1156() {
|
| var o = new core.List<api.EventReminder>();
|
| o.add(buildEventReminder());
|
| o.add(buildEventReminder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed546(core.List<api.EventReminder> o) {
|
| +checkUnnamed1156(core.List<api.EventReminder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventReminder(o[0]);
|
| checkEventReminder(o[1]);
|
| }
|
|
|
| -buildUnnamed547() {
|
| +buildUnnamed1157() {
|
| var o = new core.List<api.CalendarNotification>();
|
| o.add(buildCalendarNotification());
|
| o.add(buildCalendarNotification());
|
| return o;
|
| }
|
|
|
| -checkUnnamed547(core.List<api.CalendarNotification> o) {
|
| +checkUnnamed1157(core.List<api.CalendarNotification> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCalendarNotification(o[0]);
|
| checkCalendarNotification(o[1]);
|
| @@ -241,7 +241,7 @@ buildCalendarListEntryNotificationSettings() {
|
| var o = new api.CalendarListEntryNotificationSettings();
|
| buildCounterCalendarListEntryNotificationSettings++;
|
| if (buildCounterCalendarListEntryNotificationSettings < 3) {
|
| - o.notifications = buildUnnamed547();
|
| + o.notifications = buildUnnamed1157();
|
| }
|
| buildCounterCalendarListEntryNotificationSettings--;
|
| return o;
|
| @@ -250,7 +250,7 @@ buildCalendarListEntryNotificationSettings() {
|
| checkCalendarListEntryNotificationSettings(api.CalendarListEntryNotificationSettings o) {
|
| buildCounterCalendarListEntryNotificationSettings++;
|
| if (buildCounterCalendarListEntryNotificationSettings < 3) {
|
| - checkUnnamed547(o.notifications);
|
| + checkUnnamed1157(o.notifications);
|
| }
|
| buildCounterCalendarListEntryNotificationSettings--;
|
| }
|
| @@ -263,7 +263,7 @@ buildCalendarListEntry() {
|
| o.accessRole = "foo";
|
| o.backgroundColor = "foo";
|
| o.colorId = "foo";
|
| - o.defaultReminders = buildUnnamed546();
|
| + o.defaultReminders = buildUnnamed1156();
|
| o.deleted = true;
|
| o.description = "foo";
|
| o.etag = "foo";
|
| @@ -289,7 +289,7 @@ checkCalendarListEntry(api.CalendarListEntry o) {
|
| unittest.expect(o.accessRole, unittest.equals('foo'));
|
| unittest.expect(o.backgroundColor, unittest.equals('foo'));
|
| unittest.expect(o.colorId, unittest.equals('foo'));
|
| - checkUnnamed546(o.defaultReminders);
|
| + checkUnnamed1156(o.defaultReminders);
|
| unittest.expect(o.deleted, unittest.isTrue);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| @@ -329,14 +329,14 @@ checkCalendarNotification(api.CalendarNotification o) {
|
| buildCounterCalendarNotification--;
|
| }
|
|
|
| -buildUnnamed548() {
|
| +buildUnnamed1158() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed548(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1158(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'));
|
| @@ -351,7 +351,7 @@ buildChannel() {
|
| o.expiration = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.params = buildUnnamed548();
|
| + o.params = buildUnnamed1158();
|
| o.payload = true;
|
| o.resourceId = "foo";
|
| o.resourceUri = "foo";
|
| @@ -369,7 +369,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'));
|
| - checkUnnamed548(o.params);
|
| + checkUnnamed1158(o.params);
|
| unittest.expect(o.payload, unittest.isTrue);
|
| unittest.expect(o.resourceId, unittest.equals('foo'));
|
| unittest.expect(o.resourceUri, unittest.equals('foo'));
|
| @@ -400,27 +400,27 @@ checkColorDefinition(api.ColorDefinition o) {
|
| buildCounterColorDefinition--;
|
| }
|
|
|
| -buildUnnamed549() {
|
| +buildUnnamed1159() {
|
| var o = new core.Map<core.String, api.ColorDefinition>();
|
| o["x"] = buildColorDefinition();
|
| o["y"] = buildColorDefinition();
|
| return o;
|
| }
|
|
|
| -checkUnnamed549(core.Map<core.String, api.ColorDefinition> o) {
|
| +checkUnnamed1159(core.Map<core.String, api.ColorDefinition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkColorDefinition(o["x"]);
|
| checkColorDefinition(o["y"]);
|
| }
|
|
|
| -buildUnnamed550() {
|
| +buildUnnamed1160() {
|
| var o = new core.Map<core.String, api.ColorDefinition>();
|
| o["x"] = buildColorDefinition();
|
| o["y"] = buildColorDefinition();
|
| return o;
|
| }
|
|
|
| -checkUnnamed550(core.Map<core.String, api.ColorDefinition> o) {
|
| +checkUnnamed1160(core.Map<core.String, api.ColorDefinition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkColorDefinition(o["x"]);
|
| checkColorDefinition(o["y"]);
|
| @@ -431,8 +431,8 @@ buildColors() {
|
| var o = new api.Colors();
|
| buildCounterColors++;
|
| if (buildCounterColors < 3) {
|
| - o.calendar = buildUnnamed549();
|
| - o.event = buildUnnamed550();
|
| + o.calendar = buildUnnamed1159();
|
| + o.event = buildUnnamed1160();
|
| o.kind = "foo";
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| }
|
| @@ -443,8 +443,8 @@ buildColors() {
|
| checkColors(api.Colors o) {
|
| buildCounterColors++;
|
| if (buildCounterColors < 3) {
|
| - checkUnnamed549(o.calendar);
|
| - checkUnnamed550(o.event);
|
| + checkUnnamed1159(o.calendar);
|
| + checkUnnamed1160(o.event);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| }
|
| @@ -472,27 +472,27 @@ checkError(api.Error o) {
|
| buildCounterError--;
|
| }
|
|
|
| -buildUnnamed551() {
|
| +buildUnnamed1161() {
|
| var o = new core.List<api.EventAttachment>();
|
| o.add(buildEventAttachment());
|
| o.add(buildEventAttachment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed551(core.List<api.EventAttachment> o) {
|
| +checkUnnamed1161(core.List<api.EventAttachment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventAttachment(o[0]);
|
| checkEventAttachment(o[1]);
|
| }
|
|
|
| -buildUnnamed552() {
|
| +buildUnnamed1162() {
|
| var o = new core.List<api.EventAttendee>();
|
| o.add(buildEventAttendee());
|
| o.add(buildEventAttendee());
|
| return o;
|
| }
|
|
|
| -checkUnnamed552(core.List<api.EventAttendee> o) {
|
| +checkUnnamed1162(core.List<api.EventAttendee> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventAttendee(o[0]);
|
| checkEventAttendee(o[1]);
|
| @@ -523,27 +523,27 @@ checkEventCreator(api.EventCreator o) {
|
| buildCounterEventCreator--;
|
| }
|
|
|
| -buildUnnamed553() {
|
| +buildUnnamed1163() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed553(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1163(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'));
|
| }
|
|
|
| -buildUnnamed554() {
|
| +buildUnnamed1164() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed554(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1164(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'));
|
| @@ -554,8 +554,8 @@ buildEventExtendedProperties() {
|
| var o = new api.EventExtendedProperties();
|
| buildCounterEventExtendedProperties++;
|
| if (buildCounterEventExtendedProperties < 3) {
|
| - o.private = buildUnnamed553();
|
| - o.shared = buildUnnamed554();
|
| + o.private = buildUnnamed1163();
|
| + o.shared = buildUnnamed1164();
|
| }
|
| buildCounterEventExtendedProperties--;
|
| return o;
|
| @@ -564,20 +564,20 @@ buildEventExtendedProperties() {
|
| checkEventExtendedProperties(api.EventExtendedProperties o) {
|
| buildCounterEventExtendedProperties++;
|
| if (buildCounterEventExtendedProperties < 3) {
|
| - checkUnnamed553(o.private);
|
| - checkUnnamed554(o.shared);
|
| + checkUnnamed1163(o.private);
|
| + checkUnnamed1164(o.shared);
|
| }
|
| buildCounterEventExtendedProperties--;
|
| }
|
|
|
| -buildUnnamed555() {
|
| +buildUnnamed1165() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed555(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1165(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'));
|
| @@ -592,7 +592,7 @@ buildEventGadget() {
|
| o.height = 42;
|
| o.iconLink = "foo";
|
| o.link = "foo";
|
| - o.preferences = buildUnnamed555();
|
| + o.preferences = buildUnnamed1165();
|
| o.title = "foo";
|
| o.type = "foo";
|
| o.width = 42;
|
| @@ -608,7 +608,7 @@ checkEventGadget(api.EventGadget o) {
|
| unittest.expect(o.height, unittest.equals(42));
|
| unittest.expect(o.iconLink, unittest.equals('foo'));
|
| unittest.expect(o.link, unittest.equals('foo'));
|
| - checkUnnamed555(o.preferences);
|
| + checkUnnamed1165(o.preferences);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.width, unittest.equals(42));
|
| @@ -641,27 +641,27 @@ checkEventOrganizer(api.EventOrganizer o) {
|
| buildCounterEventOrganizer--;
|
| }
|
|
|
| -buildUnnamed556() {
|
| +buildUnnamed1166() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed556(core.List<core.String> o) {
|
| +checkUnnamed1166(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'));
|
| }
|
|
|
| -buildUnnamed557() {
|
| +buildUnnamed1167() {
|
| var o = new core.List<api.EventReminder>();
|
| o.add(buildEventReminder());
|
| o.add(buildEventReminder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed557(core.List<api.EventReminder> o) {
|
| +checkUnnamed1167(core.List<api.EventReminder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventReminder(o[0]);
|
| checkEventReminder(o[1]);
|
| @@ -672,7 +672,7 @@ buildEventReminders() {
|
| var o = new api.EventReminders();
|
| buildCounterEventReminders++;
|
| if (buildCounterEventReminders < 3) {
|
| - o.overrides = buildUnnamed557();
|
| + o.overrides = buildUnnamed1167();
|
| o.useDefault = true;
|
| }
|
| buildCounterEventReminders--;
|
| @@ -682,7 +682,7 @@ buildEventReminders() {
|
| checkEventReminders(api.EventReminders o) {
|
| buildCounterEventReminders++;
|
| if (buildCounterEventReminders < 3) {
|
| - checkUnnamed557(o.overrides);
|
| + checkUnnamed1167(o.overrides);
|
| unittest.expect(o.useDefault, unittest.isTrue);
|
| }
|
| buildCounterEventReminders--;
|
| @@ -715,8 +715,8 @@ buildEvent() {
|
| buildCounterEvent++;
|
| if (buildCounterEvent < 3) {
|
| o.anyoneCanAddSelf = true;
|
| - o.attachments = buildUnnamed551();
|
| - o.attendees = buildUnnamed552();
|
| + o.attachments = buildUnnamed1161();
|
| + o.attendees = buildUnnamed1162();
|
| o.attendeesOmitted = true;
|
| o.colorId = "foo";
|
| o.created = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -740,7 +740,7 @@ buildEvent() {
|
| o.organizer = buildEventOrganizer();
|
| o.originalStartTime = buildEventDateTime();
|
| o.privateCopy = true;
|
| - o.recurrence = buildUnnamed556();
|
| + o.recurrence = buildUnnamed1166();
|
| o.recurringEventId = "foo";
|
| o.reminders = buildEventReminders();
|
| o.sequence = 42;
|
| @@ -760,8 +760,8 @@ checkEvent(api.Event o) {
|
| buildCounterEvent++;
|
| if (buildCounterEvent < 3) {
|
| unittest.expect(o.anyoneCanAddSelf, unittest.isTrue);
|
| - checkUnnamed551(o.attachments);
|
| - checkUnnamed552(o.attendees);
|
| + checkUnnamed1161(o.attachments);
|
| + checkUnnamed1162(o.attendees);
|
| unittest.expect(o.attendeesOmitted, unittest.isTrue);
|
| unittest.expect(o.colorId, unittest.equals('foo'));
|
| unittest.expect(o.created, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -785,7 +785,7 @@ checkEvent(api.Event o) {
|
| checkEventOrganizer(o.organizer);
|
| checkEventDateTime(o.originalStartTime);
|
| unittest.expect(o.privateCopy, unittest.isTrue);
|
| - checkUnnamed556(o.recurrence);
|
| + checkUnnamed1166(o.recurrence);
|
| unittest.expect(o.recurringEventId, unittest.equals('foo'));
|
| checkEventReminders(o.reminders);
|
| unittest.expect(o.sequence, unittest.equals(42));
|
| @@ -908,27 +908,27 @@ checkEventReminder(api.EventReminder o) {
|
| buildCounterEventReminder--;
|
| }
|
|
|
| -buildUnnamed558() {
|
| +buildUnnamed1168() {
|
| var o = new core.List<api.EventReminder>();
|
| o.add(buildEventReminder());
|
| o.add(buildEventReminder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed558(core.List<api.EventReminder> o) {
|
| +checkUnnamed1168(core.List<api.EventReminder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventReminder(o[0]);
|
| checkEventReminder(o[1]);
|
| }
|
|
|
| -buildUnnamed559() {
|
| +buildUnnamed1169() {
|
| var o = new core.List<api.Event>();
|
| o.add(buildEvent());
|
| o.add(buildEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed559(core.List<api.Event> o) {
|
| +checkUnnamed1169(core.List<api.Event> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEvent(o[0]);
|
| checkEvent(o[1]);
|
| @@ -940,10 +940,10 @@ buildEvents() {
|
| buildCounterEvents++;
|
| if (buildCounterEvents < 3) {
|
| o.accessRole = "foo";
|
| - o.defaultReminders = buildUnnamed558();
|
| + o.defaultReminders = buildUnnamed1168();
|
| o.description = "foo";
|
| o.etag = "foo";
|
| - o.items = buildUnnamed559();
|
| + o.items = buildUnnamed1169();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.nextSyncToken = "foo";
|
| @@ -959,10 +959,10 @@ checkEvents(api.Events o) {
|
| buildCounterEvents++;
|
| if (buildCounterEvents < 3) {
|
| unittest.expect(o.accessRole, unittest.equals('foo'));
|
| - checkUnnamed558(o.defaultReminders);
|
| + checkUnnamed1168(o.defaultReminders);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed559(o.items);
|
| + checkUnnamed1169(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.nextSyncToken, unittest.equals('foo'));
|
| @@ -973,27 +973,27 @@ checkEvents(api.Events o) {
|
| buildCounterEvents--;
|
| }
|
|
|
| -buildUnnamed560() {
|
| +buildUnnamed1170() {
|
| var o = new core.List<api.TimePeriod>();
|
| o.add(buildTimePeriod());
|
| o.add(buildTimePeriod());
|
| return o;
|
| }
|
|
|
| -checkUnnamed560(core.List<api.TimePeriod> o) {
|
| +checkUnnamed1170(core.List<api.TimePeriod> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTimePeriod(o[0]);
|
| checkTimePeriod(o[1]);
|
| }
|
|
|
| -buildUnnamed561() {
|
| +buildUnnamed1171() {
|
| var o = new core.List<api.Error>();
|
| o.add(buildError());
|
| o.add(buildError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed561(core.List<api.Error> o) {
|
| +checkUnnamed1171(core.List<api.Error> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkError(o[0]);
|
| checkError(o[1]);
|
| @@ -1004,8 +1004,8 @@ buildFreeBusyCalendar() {
|
| var o = new api.FreeBusyCalendar();
|
| buildCounterFreeBusyCalendar++;
|
| if (buildCounterFreeBusyCalendar < 3) {
|
| - o.busy = buildUnnamed560();
|
| - o.errors = buildUnnamed561();
|
| + o.busy = buildUnnamed1170();
|
| + o.errors = buildUnnamed1171();
|
| }
|
| buildCounterFreeBusyCalendar--;
|
| return o;
|
| @@ -1014,33 +1014,33 @@ buildFreeBusyCalendar() {
|
| checkFreeBusyCalendar(api.FreeBusyCalendar o) {
|
| buildCounterFreeBusyCalendar++;
|
| if (buildCounterFreeBusyCalendar < 3) {
|
| - checkUnnamed560(o.busy);
|
| - checkUnnamed561(o.errors);
|
| + checkUnnamed1170(o.busy);
|
| + checkUnnamed1171(o.errors);
|
| }
|
| buildCounterFreeBusyCalendar--;
|
| }
|
|
|
| -buildUnnamed562() {
|
| +buildUnnamed1172() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed562(core.List<core.String> o) {
|
| +checkUnnamed1172(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'));
|
| }
|
|
|
| -buildUnnamed563() {
|
| +buildUnnamed1173() {
|
| var o = new core.List<api.Error>();
|
| o.add(buildError());
|
| o.add(buildError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed563(core.List<api.Error> o) {
|
| +checkUnnamed1173(core.List<api.Error> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkError(o[0]);
|
| checkError(o[1]);
|
| @@ -1051,8 +1051,8 @@ buildFreeBusyGroup() {
|
| var o = new api.FreeBusyGroup();
|
| buildCounterFreeBusyGroup++;
|
| if (buildCounterFreeBusyGroup < 3) {
|
| - o.calendars = buildUnnamed562();
|
| - o.errors = buildUnnamed563();
|
| + o.calendars = buildUnnamed1172();
|
| + o.errors = buildUnnamed1173();
|
| }
|
| buildCounterFreeBusyGroup--;
|
| return o;
|
| @@ -1061,20 +1061,20 @@ buildFreeBusyGroup() {
|
| checkFreeBusyGroup(api.FreeBusyGroup o) {
|
| buildCounterFreeBusyGroup++;
|
| if (buildCounterFreeBusyGroup < 3) {
|
| - checkUnnamed562(o.calendars);
|
| - checkUnnamed563(o.errors);
|
| + checkUnnamed1172(o.calendars);
|
| + checkUnnamed1173(o.errors);
|
| }
|
| buildCounterFreeBusyGroup--;
|
| }
|
|
|
| -buildUnnamed564() {
|
| +buildUnnamed1174() {
|
| var o = new core.List<api.FreeBusyRequestItem>();
|
| o.add(buildFreeBusyRequestItem());
|
| o.add(buildFreeBusyRequestItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed564(core.List<api.FreeBusyRequestItem> o) {
|
| +checkUnnamed1174(core.List<api.FreeBusyRequestItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFreeBusyRequestItem(o[0]);
|
| checkFreeBusyRequestItem(o[1]);
|
| @@ -1087,7 +1087,7 @@ buildFreeBusyRequest() {
|
| if (buildCounterFreeBusyRequest < 3) {
|
| o.calendarExpansionMax = 42;
|
| o.groupExpansionMax = 42;
|
| - o.items = buildUnnamed564();
|
| + o.items = buildUnnamed1174();
|
| o.timeMax = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.timeMin = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.timeZone = "foo";
|
| @@ -1101,7 +1101,7 @@ checkFreeBusyRequest(api.FreeBusyRequest o) {
|
| if (buildCounterFreeBusyRequest < 3) {
|
| unittest.expect(o.calendarExpansionMax, unittest.equals(42));
|
| unittest.expect(o.groupExpansionMax, unittest.equals(42));
|
| - checkUnnamed564(o.items);
|
| + checkUnnamed1174(o.items);
|
| unittest.expect(o.timeMax, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.timeMin, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.timeZone, unittest.equals('foo'));
|
| @@ -1128,27 +1128,27 @@ checkFreeBusyRequestItem(api.FreeBusyRequestItem o) {
|
| buildCounterFreeBusyRequestItem--;
|
| }
|
|
|
| -buildUnnamed565() {
|
| +buildUnnamed1175() {
|
| var o = new core.Map<core.String, api.FreeBusyCalendar>();
|
| o["x"] = buildFreeBusyCalendar();
|
| o["y"] = buildFreeBusyCalendar();
|
| return o;
|
| }
|
|
|
| -checkUnnamed565(core.Map<core.String, api.FreeBusyCalendar> o) {
|
| +checkUnnamed1175(core.Map<core.String, api.FreeBusyCalendar> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFreeBusyCalendar(o["x"]);
|
| checkFreeBusyCalendar(o["y"]);
|
| }
|
|
|
| -buildUnnamed566() {
|
| +buildUnnamed1176() {
|
| var o = new core.Map<core.String, api.FreeBusyGroup>();
|
| o["x"] = buildFreeBusyGroup();
|
| o["y"] = buildFreeBusyGroup();
|
| return o;
|
| }
|
|
|
| -checkUnnamed566(core.Map<core.String, api.FreeBusyGroup> o) {
|
| +checkUnnamed1176(core.Map<core.String, api.FreeBusyGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFreeBusyGroup(o["x"]);
|
| checkFreeBusyGroup(o["y"]);
|
| @@ -1159,8 +1159,8 @@ buildFreeBusyResponse() {
|
| var o = new api.FreeBusyResponse();
|
| buildCounterFreeBusyResponse++;
|
| if (buildCounterFreeBusyResponse < 3) {
|
| - o.calendars = buildUnnamed565();
|
| - o.groups = buildUnnamed566();
|
| + o.calendars = buildUnnamed1175();
|
| + o.groups = buildUnnamed1176();
|
| o.kind = "foo";
|
| o.timeMax = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.timeMin = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -1172,8 +1172,8 @@ buildFreeBusyResponse() {
|
| checkFreeBusyResponse(api.FreeBusyResponse o) {
|
| buildCounterFreeBusyResponse++;
|
| if (buildCounterFreeBusyResponse < 3) {
|
| - checkUnnamed565(o.calendars);
|
| - checkUnnamed566(o.groups);
|
| + checkUnnamed1175(o.calendars);
|
| + checkUnnamed1176(o.groups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.timeMax, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.timeMin, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -1206,14 +1206,14 @@ checkSetting(api.Setting o) {
|
| buildCounterSetting--;
|
| }
|
|
|
| -buildUnnamed567() {
|
| +buildUnnamed1177() {
|
| var o = new core.List<api.Setting>();
|
| o.add(buildSetting());
|
| o.add(buildSetting());
|
| return o;
|
| }
|
|
|
| -checkUnnamed567(core.List<api.Setting> o) {
|
| +checkUnnamed1177(core.List<api.Setting> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSetting(o[0]);
|
| checkSetting(o[1]);
|
| @@ -1225,7 +1225,7 @@ buildSettings() {
|
| buildCounterSettings++;
|
| if (buildCounterSettings < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed567();
|
| + o.items = buildUnnamed1177();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.nextSyncToken = "foo";
|
| @@ -1238,7 +1238,7 @@ checkSettings(api.Settings o) {
|
| buildCounterSettings++;
|
| if (buildCounterSettings < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed567(o.items);
|
| + checkUnnamed1177(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.nextSyncToken, unittest.equals('foo'));
|
| @@ -1267,53 +1267,53 @@ checkTimePeriod(api.TimePeriod o) {
|
| buildCounterTimePeriod--;
|
| }
|
|
|
| -buildUnnamed568() {
|
| +buildUnnamed1178() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed568(core.List<core.String> o) {
|
| +checkUnnamed1178(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'));
|
| }
|
|
|
| -buildUnnamed569() {
|
| +buildUnnamed1179() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed569(core.List<core.String> o) {
|
| +checkUnnamed1179(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'));
|
| }
|
|
|
| -buildUnnamed570() {
|
| +buildUnnamed1180() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed570(core.List<core.String> o) {
|
| +checkUnnamed1180(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'));
|
| }
|
|
|
| -buildUnnamed571() {
|
| +buildUnnamed1181() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed571(core.List<core.String> o) {
|
| +checkUnnamed1181(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'));
|
| @@ -3148,9 +3148,9 @@ main() {
|
| var arg_maxResults = 42;
|
| var arg_orderBy = "foo";
|
| var arg_pageToken = "foo";
|
| - var arg_privateExtendedProperty = buildUnnamed568();
|
| + var arg_privateExtendedProperty = buildUnnamed1178();
|
| var arg_q = "foo";
|
| - var arg_sharedExtendedProperty = buildUnnamed569();
|
| + var arg_sharedExtendedProperty = buildUnnamed1179();
|
| var arg_showDeleted = true;
|
| var arg_showHiddenInvitations = true;
|
| var arg_singleEvents = true;
|
| @@ -3496,9 +3496,9 @@ main() {
|
| var arg_maxResults = 42;
|
| var arg_orderBy = "foo";
|
| var arg_pageToken = "foo";
|
| - var arg_privateExtendedProperty = buildUnnamed570();
|
| + var arg_privateExtendedProperty = buildUnnamed1180();
|
| var arg_q = "foo";
|
| - var arg_sharedExtendedProperty = buildUnnamed571();
|
| + var arg_sharedExtendedProperty = buildUnnamed1181();
|
| var arg_showDeleted = true;
|
| var arg_showHiddenInvitations = true;
|
| var arg_singleEvents = true;
|
|
|