| 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 3d43087f4f7a49e5eb9fe13cdcb51404bcafd9e3..c8a175bbd7f2bfa8038eef7970b695eb6529a98f 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);
|
| }
|
|
|
| -buildUnnamed1319() {
|
| +buildUnnamed1576() {
|
| var o = new core.List<api.AclRule>();
|
| o.add(buildAclRule());
|
| o.add(buildAclRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1319(core.List<api.AclRule> o) {
|
| +checkUnnamed1576(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 = buildUnnamed1319();
|
| + o.items = buildUnnamed1576();
|
| 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'));
|
| - checkUnnamed1319(o.items);
|
| + checkUnnamed1576(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--;
|
| }
|
|
|
| -buildUnnamed1320() {
|
| +buildUnnamed1577() {
|
| var o = new core.List<api.CalendarListEntry>();
|
| o.add(buildCalendarListEntry());
|
| o.add(buildCalendarListEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1320(core.List<api.CalendarListEntry> o) {
|
| +checkUnnamed1577(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 = buildUnnamed1320();
|
| + o.items = buildUnnamed1577();
|
| 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'));
|
| - checkUnnamed1320(o.items);
|
| + checkUnnamed1577(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--;
|
| }
|
|
|
| -buildUnnamed1321() {
|
| +buildUnnamed1578() {
|
| var o = new core.List<api.EventReminder>();
|
| o.add(buildEventReminder());
|
| o.add(buildEventReminder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1321(core.List<api.EventReminder> o) {
|
| +checkUnnamed1578(core.List<api.EventReminder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventReminder(o[0]);
|
| checkEventReminder(o[1]);
|
| }
|
|
|
| -buildUnnamed1322() {
|
| +buildUnnamed1579() {
|
| var o = new core.List<api.CalendarNotification>();
|
| o.add(buildCalendarNotification());
|
| o.add(buildCalendarNotification());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1322(core.List<api.CalendarNotification> o) {
|
| +checkUnnamed1579(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 = buildUnnamed1322();
|
| + o.notifications = buildUnnamed1579();
|
| }
|
| buildCounterCalendarListEntryNotificationSettings--;
|
| return o;
|
| @@ -250,7 +250,7 @@ buildCalendarListEntryNotificationSettings() {
|
| checkCalendarListEntryNotificationSettings(api.CalendarListEntryNotificationSettings o) {
|
| buildCounterCalendarListEntryNotificationSettings++;
|
| if (buildCounterCalendarListEntryNotificationSettings < 3) {
|
| - checkUnnamed1322(o.notifications);
|
| + checkUnnamed1579(o.notifications);
|
| }
|
| buildCounterCalendarListEntryNotificationSettings--;
|
| }
|
| @@ -263,7 +263,7 @@ buildCalendarListEntry() {
|
| o.accessRole = "foo";
|
| o.backgroundColor = "foo";
|
| o.colorId = "foo";
|
| - o.defaultReminders = buildUnnamed1321();
|
| + o.defaultReminders = buildUnnamed1578();
|
| 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'));
|
| - checkUnnamed1321(o.defaultReminders);
|
| + checkUnnamed1578(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--;
|
| }
|
|
|
| -buildUnnamed1323() {
|
| +buildUnnamed1580() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1323(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1580(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 = buildUnnamed1323();
|
| + o.params = buildUnnamed1580();
|
| 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'));
|
| - checkUnnamed1323(o.params);
|
| + checkUnnamed1580(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--;
|
| }
|
|
|
| -buildUnnamed1324() {
|
| +buildUnnamed1581() {
|
| var o = new core.Map<core.String, api.ColorDefinition>();
|
| o["x"] = buildColorDefinition();
|
| o["y"] = buildColorDefinition();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1324(core.Map<core.String, api.ColorDefinition> o) {
|
| +checkUnnamed1581(core.Map<core.String, api.ColorDefinition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkColorDefinition(o["x"]);
|
| checkColorDefinition(o["y"]);
|
| }
|
|
|
| -buildUnnamed1325() {
|
| +buildUnnamed1582() {
|
| var o = new core.Map<core.String, api.ColorDefinition>();
|
| o["x"] = buildColorDefinition();
|
| o["y"] = buildColorDefinition();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1325(core.Map<core.String, api.ColorDefinition> o) {
|
| +checkUnnamed1582(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 = buildUnnamed1324();
|
| - o.event = buildUnnamed1325();
|
| + o.calendar = buildUnnamed1581();
|
| + o.event = buildUnnamed1582();
|
| 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) {
|
| - checkUnnamed1324(o.calendar);
|
| - checkUnnamed1325(o.event);
|
| + checkUnnamed1581(o.calendar);
|
| + checkUnnamed1582(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--;
|
| }
|
|
|
| -buildUnnamed1326() {
|
| +buildUnnamed1583() {
|
| var o = new core.List<api.EventAttachment>();
|
| o.add(buildEventAttachment());
|
| o.add(buildEventAttachment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1326(core.List<api.EventAttachment> o) {
|
| +checkUnnamed1583(core.List<api.EventAttachment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventAttachment(o[0]);
|
| checkEventAttachment(o[1]);
|
| }
|
|
|
| -buildUnnamed1327() {
|
| +buildUnnamed1584() {
|
| var o = new core.List<api.EventAttendee>();
|
| o.add(buildEventAttendee());
|
| o.add(buildEventAttendee());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1327(core.List<api.EventAttendee> o) {
|
| +checkUnnamed1584(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--;
|
| }
|
|
|
| -buildUnnamed1328() {
|
| +buildUnnamed1585() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1328(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1585(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'));
|
| }
|
|
|
| -buildUnnamed1329() {
|
| +buildUnnamed1586() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1329(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1586(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 = buildUnnamed1328();
|
| - o.shared = buildUnnamed1329();
|
| + o.private = buildUnnamed1585();
|
| + o.shared = buildUnnamed1586();
|
| }
|
| buildCounterEventExtendedProperties--;
|
| return o;
|
| @@ -564,20 +564,20 @@ buildEventExtendedProperties() {
|
| checkEventExtendedProperties(api.EventExtendedProperties o) {
|
| buildCounterEventExtendedProperties++;
|
| if (buildCounterEventExtendedProperties < 3) {
|
| - checkUnnamed1328(o.private);
|
| - checkUnnamed1329(o.shared);
|
| + checkUnnamed1585(o.private);
|
| + checkUnnamed1586(o.shared);
|
| }
|
| buildCounterEventExtendedProperties--;
|
| }
|
|
|
| -buildUnnamed1330() {
|
| +buildUnnamed1587() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1330(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1587(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 = buildUnnamed1330();
|
| + o.preferences = buildUnnamed1587();
|
| 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'));
|
| - checkUnnamed1330(o.preferences);
|
| + checkUnnamed1587(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--;
|
| }
|
|
|
| -buildUnnamed1331() {
|
| +buildUnnamed1588() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1331(core.List<core.String> o) {
|
| +checkUnnamed1588(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'));
|
| }
|
|
|
| -buildUnnamed1332() {
|
| +buildUnnamed1589() {
|
| var o = new core.List<api.EventReminder>();
|
| o.add(buildEventReminder());
|
| o.add(buildEventReminder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1332(core.List<api.EventReminder> o) {
|
| +checkUnnamed1589(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 = buildUnnamed1332();
|
| + o.overrides = buildUnnamed1589();
|
| o.useDefault = true;
|
| }
|
| buildCounterEventReminders--;
|
| @@ -682,7 +682,7 @@ buildEventReminders() {
|
| checkEventReminders(api.EventReminders o) {
|
| buildCounterEventReminders++;
|
| if (buildCounterEventReminders < 3) {
|
| - checkUnnamed1332(o.overrides);
|
| + checkUnnamed1589(o.overrides);
|
| unittest.expect(o.useDefault, unittest.isTrue);
|
| }
|
| buildCounterEventReminders--;
|
| @@ -715,8 +715,8 @@ buildEvent() {
|
| buildCounterEvent++;
|
| if (buildCounterEvent < 3) {
|
| o.anyoneCanAddSelf = true;
|
| - o.attachments = buildUnnamed1326();
|
| - o.attendees = buildUnnamed1327();
|
| + o.attachments = buildUnnamed1583();
|
| + o.attendees = buildUnnamed1584();
|
| 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 = buildUnnamed1331();
|
| + o.recurrence = buildUnnamed1588();
|
| 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);
|
| - checkUnnamed1326(o.attachments);
|
| - checkUnnamed1327(o.attendees);
|
| + checkUnnamed1583(o.attachments);
|
| + checkUnnamed1584(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);
|
| - checkUnnamed1331(o.recurrence);
|
| + checkUnnamed1588(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--;
|
| }
|
|
|
| -buildUnnamed1333() {
|
| +buildUnnamed1590() {
|
| var o = new core.List<api.EventReminder>();
|
| o.add(buildEventReminder());
|
| o.add(buildEventReminder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1333(core.List<api.EventReminder> o) {
|
| +checkUnnamed1590(core.List<api.EventReminder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventReminder(o[0]);
|
| checkEventReminder(o[1]);
|
| }
|
|
|
| -buildUnnamed1334() {
|
| +buildUnnamed1591() {
|
| var o = new core.List<api.Event>();
|
| o.add(buildEvent());
|
| o.add(buildEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1334(core.List<api.Event> o) {
|
| +checkUnnamed1591(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 = buildUnnamed1333();
|
| + o.defaultReminders = buildUnnamed1590();
|
| o.description = "foo";
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1334();
|
| + o.items = buildUnnamed1591();
|
| 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'));
|
| - checkUnnamed1333(o.defaultReminders);
|
| + checkUnnamed1590(o.defaultReminders);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1334(o.items);
|
| + checkUnnamed1591(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--;
|
| }
|
|
|
| -buildUnnamed1335() {
|
| +buildUnnamed1592() {
|
| var o = new core.List<api.TimePeriod>();
|
| o.add(buildTimePeriod());
|
| o.add(buildTimePeriod());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1335(core.List<api.TimePeriod> o) {
|
| +checkUnnamed1592(core.List<api.TimePeriod> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTimePeriod(o[0]);
|
| checkTimePeriod(o[1]);
|
| }
|
|
|
| -buildUnnamed1336() {
|
| +buildUnnamed1593() {
|
| var o = new core.List<api.Error>();
|
| o.add(buildError());
|
| o.add(buildError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1336(core.List<api.Error> o) {
|
| +checkUnnamed1593(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 = buildUnnamed1335();
|
| - o.errors = buildUnnamed1336();
|
| + o.busy = buildUnnamed1592();
|
| + o.errors = buildUnnamed1593();
|
| }
|
| buildCounterFreeBusyCalendar--;
|
| return o;
|
| @@ -1014,33 +1014,33 @@ buildFreeBusyCalendar() {
|
| checkFreeBusyCalendar(api.FreeBusyCalendar o) {
|
| buildCounterFreeBusyCalendar++;
|
| if (buildCounterFreeBusyCalendar < 3) {
|
| - checkUnnamed1335(o.busy);
|
| - checkUnnamed1336(o.errors);
|
| + checkUnnamed1592(o.busy);
|
| + checkUnnamed1593(o.errors);
|
| }
|
| buildCounterFreeBusyCalendar--;
|
| }
|
|
|
| -buildUnnamed1337() {
|
| +buildUnnamed1594() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1337(core.List<core.String> o) {
|
| +checkUnnamed1594(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'));
|
| }
|
|
|
| -buildUnnamed1338() {
|
| +buildUnnamed1595() {
|
| var o = new core.List<api.Error>();
|
| o.add(buildError());
|
| o.add(buildError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1338(core.List<api.Error> o) {
|
| +checkUnnamed1595(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 = buildUnnamed1337();
|
| - o.errors = buildUnnamed1338();
|
| + o.calendars = buildUnnamed1594();
|
| + o.errors = buildUnnamed1595();
|
| }
|
| buildCounterFreeBusyGroup--;
|
| return o;
|
| @@ -1061,20 +1061,20 @@ buildFreeBusyGroup() {
|
| checkFreeBusyGroup(api.FreeBusyGroup o) {
|
| buildCounterFreeBusyGroup++;
|
| if (buildCounterFreeBusyGroup < 3) {
|
| - checkUnnamed1337(o.calendars);
|
| - checkUnnamed1338(o.errors);
|
| + checkUnnamed1594(o.calendars);
|
| + checkUnnamed1595(o.errors);
|
| }
|
| buildCounterFreeBusyGroup--;
|
| }
|
|
|
| -buildUnnamed1339() {
|
| +buildUnnamed1596() {
|
| var o = new core.List<api.FreeBusyRequestItem>();
|
| o.add(buildFreeBusyRequestItem());
|
| o.add(buildFreeBusyRequestItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1339(core.List<api.FreeBusyRequestItem> o) {
|
| +checkUnnamed1596(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 = buildUnnamed1339();
|
| + o.items = buildUnnamed1596();
|
| 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));
|
| - checkUnnamed1339(o.items);
|
| + checkUnnamed1596(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--;
|
| }
|
|
|
| -buildUnnamed1340() {
|
| +buildUnnamed1597() {
|
| var o = new core.Map<core.String, api.FreeBusyCalendar>();
|
| o["x"] = buildFreeBusyCalendar();
|
| o["y"] = buildFreeBusyCalendar();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1340(core.Map<core.String, api.FreeBusyCalendar> o) {
|
| +checkUnnamed1597(core.Map<core.String, api.FreeBusyCalendar> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFreeBusyCalendar(o["x"]);
|
| checkFreeBusyCalendar(o["y"]);
|
| }
|
|
|
| -buildUnnamed1341() {
|
| +buildUnnamed1598() {
|
| var o = new core.Map<core.String, api.FreeBusyGroup>();
|
| o["x"] = buildFreeBusyGroup();
|
| o["y"] = buildFreeBusyGroup();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1341(core.Map<core.String, api.FreeBusyGroup> o) {
|
| +checkUnnamed1598(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 = buildUnnamed1340();
|
| - o.groups = buildUnnamed1341();
|
| + o.calendars = buildUnnamed1597();
|
| + o.groups = buildUnnamed1598();
|
| 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) {
|
| - checkUnnamed1340(o.calendars);
|
| - checkUnnamed1341(o.groups);
|
| + checkUnnamed1597(o.calendars);
|
| + checkUnnamed1598(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--;
|
| }
|
|
|
| -buildUnnamed1342() {
|
| +buildUnnamed1599() {
|
| var o = new core.List<api.Setting>();
|
| o.add(buildSetting());
|
| o.add(buildSetting());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1342(core.List<api.Setting> o) {
|
| +checkUnnamed1599(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 = buildUnnamed1342();
|
| + o.items = buildUnnamed1599();
|
| 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'));
|
| - checkUnnamed1342(o.items);
|
| + checkUnnamed1599(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--;
|
| }
|
|
|
| -buildUnnamed1343() {
|
| +buildUnnamed1600() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1343(core.List<core.String> o) {
|
| +checkUnnamed1600(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'));
|
| }
|
|
|
| -buildUnnamed1344() {
|
| +buildUnnamed1601() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1344(core.List<core.String> o) {
|
| +checkUnnamed1601(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'));
|
| }
|
|
|
| -buildUnnamed1345() {
|
| +buildUnnamed1602() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1345(core.List<core.String> o) {
|
| +checkUnnamed1602(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'));
|
| }
|
|
|
| -buildUnnamed1346() {
|
| +buildUnnamed1603() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1346(core.List<core.String> o) {
|
| +checkUnnamed1603(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 = buildUnnamed1343();
|
| + var arg_privateExtendedProperty = buildUnnamed1600();
|
| var arg_q = "foo";
|
| - var arg_sharedExtendedProperty = buildUnnamed1344();
|
| + var arg_sharedExtendedProperty = buildUnnamed1601();
|
| 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 = buildUnnamed1345();
|
| + var arg_privateExtendedProperty = buildUnnamed1602();
|
| var arg_q = "foo";
|
| - var arg_sharedExtendedProperty = buildUnnamed1346();
|
| + var arg_sharedExtendedProperty = buildUnnamed1603();
|
| var arg_showDeleted = true;
|
| var arg_showHiddenInvitations = true;
|
| var arg_singleEvents = true;
|
|
|