| 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 c3f1d568aba4b29f74531cfc01ff1ff2e48132cc..24840ce86eb0a6e2f07500a041e702e30c07225a 100644
|
| --- a/generated/googleapis/test/calendar/v3_test.dart
|
| +++ b/generated/googleapis/test/calendar/v3_test.dart
|
| @@ -16,14 +16,14 @@ import 'package:googleapis/calendar/v3.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed345() {
|
| +buildUnnamed707() {
|
| var o = new core.List<api.AclRule>();
|
| o.add(buildAclRule());
|
| o.add(buildAclRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed345(core.List<api.AclRule> o) {
|
| +checkUnnamed707(core.List<api.AclRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAclRule(o[0]);
|
| checkAclRule(o[1]);
|
| @@ -35,7 +35,7 @@ buildAcl() {
|
| buildCounterAcl++;
|
| if (buildCounterAcl < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed345();
|
| + o.items = buildUnnamed707();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.nextSyncToken = "foo";
|
| @@ -48,7 +48,7 @@ checkAcl(api.Acl o) {
|
| buildCounterAcl++;
|
| if (buildCounterAcl < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed345(o.items);
|
| + checkUnnamed707(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.nextSyncToken, unittest.equals('foo'));
|
| @@ -135,14 +135,14 @@ checkCalendar(api.Calendar o) {
|
| buildCounterCalendar--;
|
| }
|
|
|
| -buildUnnamed346() {
|
| +buildUnnamed708() {
|
| var o = new core.List<api.CalendarListEntry>();
|
| o.add(buildCalendarListEntry());
|
| o.add(buildCalendarListEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed346(core.List<api.CalendarListEntry> o) {
|
| +checkUnnamed708(core.List<api.CalendarListEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCalendarListEntry(o[0]);
|
| checkCalendarListEntry(o[1]);
|
| @@ -154,7 +154,7 @@ buildCalendarList() {
|
| buildCounterCalendarList++;
|
| if (buildCounterCalendarList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed346();
|
| + o.items = buildUnnamed708();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.nextSyncToken = "foo";
|
| @@ -167,7 +167,7 @@ checkCalendarList(api.CalendarList o) {
|
| buildCounterCalendarList++;
|
| if (buildCounterCalendarList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed346(o.items);
|
| + checkUnnamed708(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.nextSyncToken, unittest.equals('foo'));
|
| @@ -175,27 +175,27 @@ checkCalendarList(api.CalendarList o) {
|
| buildCounterCalendarList--;
|
| }
|
|
|
| -buildUnnamed347() {
|
| +buildUnnamed709() {
|
| var o = new core.List<api.EventReminder>();
|
| o.add(buildEventReminder());
|
| o.add(buildEventReminder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed347(core.List<api.EventReminder> o) {
|
| +checkUnnamed709(core.List<api.EventReminder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventReminder(o[0]);
|
| checkEventReminder(o[1]);
|
| }
|
|
|
| -buildUnnamed348() {
|
| +buildUnnamed710() {
|
| var o = new core.List<api.CalendarNotification>();
|
| o.add(buildCalendarNotification());
|
| o.add(buildCalendarNotification());
|
| return o;
|
| }
|
|
|
| -checkUnnamed348(core.List<api.CalendarNotification> o) {
|
| +checkUnnamed710(core.List<api.CalendarNotification> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCalendarNotification(o[0]);
|
| checkCalendarNotification(o[1]);
|
| @@ -206,7 +206,7 @@ buildCalendarListEntryNotificationSettings() {
|
| var o = new api.CalendarListEntryNotificationSettings();
|
| buildCounterCalendarListEntryNotificationSettings++;
|
| if (buildCounterCalendarListEntryNotificationSettings < 3) {
|
| - o.notifications = buildUnnamed348();
|
| + o.notifications = buildUnnamed710();
|
| }
|
| buildCounterCalendarListEntryNotificationSettings--;
|
| return o;
|
| @@ -215,7 +215,7 @@ buildCalendarListEntryNotificationSettings() {
|
| checkCalendarListEntryNotificationSettings(api.CalendarListEntryNotificationSettings o) {
|
| buildCounterCalendarListEntryNotificationSettings++;
|
| if (buildCounterCalendarListEntryNotificationSettings < 3) {
|
| - checkUnnamed348(o.notifications);
|
| + checkUnnamed710(o.notifications);
|
| }
|
| buildCounterCalendarListEntryNotificationSettings--;
|
| }
|
| @@ -228,7 +228,7 @@ buildCalendarListEntry() {
|
| o.accessRole = "foo";
|
| o.backgroundColor = "foo";
|
| o.colorId = "foo";
|
| - o.defaultReminders = buildUnnamed347();
|
| + o.defaultReminders = buildUnnamed709();
|
| o.deleted = true;
|
| o.description = "foo";
|
| o.etag = "foo";
|
| @@ -254,7 +254,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'));
|
| - checkUnnamed347(o.defaultReminders);
|
| + checkUnnamed709(o.defaultReminders);
|
| unittest.expect(o.deleted, unittest.isTrue);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| @@ -294,14 +294,14 @@ checkCalendarNotification(api.CalendarNotification o) {
|
| buildCounterCalendarNotification--;
|
| }
|
|
|
| -buildUnnamed349() {
|
| +buildUnnamed711() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed349(core.Map<core.String, core.String> o) {
|
| +checkUnnamed711(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'));
|
| @@ -316,7 +316,7 @@ buildChannel() {
|
| o.expiration = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.params = buildUnnamed349();
|
| + o.params = buildUnnamed711();
|
| o.payload = true;
|
| o.resourceId = "foo";
|
| o.resourceUri = "foo";
|
| @@ -334,7 +334,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'));
|
| - checkUnnamed349(o.params);
|
| + checkUnnamed711(o.params);
|
| unittest.expect(o.payload, unittest.isTrue);
|
| unittest.expect(o.resourceId, unittest.equals('foo'));
|
| unittest.expect(o.resourceUri, unittest.equals('foo'));
|
| @@ -365,27 +365,27 @@ checkColorDefinition(api.ColorDefinition o) {
|
| buildCounterColorDefinition--;
|
| }
|
|
|
| -buildUnnamed350() {
|
| +buildUnnamed712() {
|
| var o = new core.Map<core.String, api.ColorDefinition>();
|
| o["x"] = buildColorDefinition();
|
| o["y"] = buildColorDefinition();
|
| return o;
|
| }
|
|
|
| -checkUnnamed350(core.Map<core.String, api.ColorDefinition> o) {
|
| +checkUnnamed712(core.Map<core.String, api.ColorDefinition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkColorDefinition(o["x"]);
|
| checkColorDefinition(o["y"]);
|
| }
|
|
|
| -buildUnnamed351() {
|
| +buildUnnamed713() {
|
| var o = new core.Map<core.String, api.ColorDefinition>();
|
| o["x"] = buildColorDefinition();
|
| o["y"] = buildColorDefinition();
|
| return o;
|
| }
|
|
|
| -checkUnnamed351(core.Map<core.String, api.ColorDefinition> o) {
|
| +checkUnnamed713(core.Map<core.String, api.ColorDefinition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkColorDefinition(o["x"]);
|
| checkColorDefinition(o["y"]);
|
| @@ -396,8 +396,8 @@ buildColors() {
|
| var o = new api.Colors();
|
| buildCounterColors++;
|
| if (buildCounterColors < 3) {
|
| - o.calendar = buildUnnamed350();
|
| - o.event = buildUnnamed351();
|
| + o.calendar = buildUnnamed712();
|
| + o.event = buildUnnamed713();
|
| o.kind = "foo";
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| }
|
| @@ -408,8 +408,8 @@ buildColors() {
|
| checkColors(api.Colors o) {
|
| buildCounterColors++;
|
| if (buildCounterColors < 3) {
|
| - checkUnnamed350(o.calendar);
|
| - checkUnnamed351(o.event);
|
| + checkUnnamed712(o.calendar);
|
| + checkUnnamed713(o.event);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| }
|
| @@ -437,14 +437,14 @@ checkError(api.Error o) {
|
| buildCounterError--;
|
| }
|
|
|
| -buildUnnamed352() {
|
| +buildUnnamed714() {
|
| var o = new core.List<api.EventAttendee>();
|
| o.add(buildEventAttendee());
|
| o.add(buildEventAttendee());
|
| return o;
|
| }
|
|
|
| -checkUnnamed352(core.List<api.EventAttendee> o) {
|
| +checkUnnamed714(core.List<api.EventAttendee> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventAttendee(o[0]);
|
| checkEventAttendee(o[1]);
|
| @@ -475,27 +475,27 @@ checkEventCreator(api.EventCreator o) {
|
| buildCounterEventCreator--;
|
| }
|
|
|
| -buildUnnamed353() {
|
| +buildUnnamed715() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed353(core.Map<core.String, core.String> o) {
|
| +checkUnnamed715(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'));
|
| }
|
|
|
| -buildUnnamed354() {
|
| +buildUnnamed716() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed354(core.Map<core.String, core.String> o) {
|
| +checkUnnamed716(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'));
|
| @@ -506,8 +506,8 @@ buildEventExtendedProperties() {
|
| var o = new api.EventExtendedProperties();
|
| buildCounterEventExtendedProperties++;
|
| if (buildCounterEventExtendedProperties < 3) {
|
| - o.private = buildUnnamed353();
|
| - o.shared = buildUnnamed354();
|
| + o.private = buildUnnamed715();
|
| + o.shared = buildUnnamed716();
|
| }
|
| buildCounterEventExtendedProperties--;
|
| return o;
|
| @@ -516,20 +516,20 @@ buildEventExtendedProperties() {
|
| checkEventExtendedProperties(api.EventExtendedProperties o) {
|
| buildCounterEventExtendedProperties++;
|
| if (buildCounterEventExtendedProperties < 3) {
|
| - checkUnnamed353(o.private);
|
| - checkUnnamed354(o.shared);
|
| + checkUnnamed715(o.private);
|
| + checkUnnamed716(o.shared);
|
| }
|
| buildCounterEventExtendedProperties--;
|
| }
|
|
|
| -buildUnnamed355() {
|
| +buildUnnamed717() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed355(core.Map<core.String, core.String> o) {
|
| +checkUnnamed717(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'));
|
| @@ -544,7 +544,7 @@ buildEventGadget() {
|
| o.height = 42;
|
| o.iconLink = "foo";
|
| o.link = "foo";
|
| - o.preferences = buildUnnamed355();
|
| + o.preferences = buildUnnamed717();
|
| o.title = "foo";
|
| o.type = "foo";
|
| o.width = 42;
|
| @@ -560,7 +560,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'));
|
| - checkUnnamed355(o.preferences);
|
| + checkUnnamed717(o.preferences);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.width, unittest.equals(42));
|
| @@ -593,27 +593,27 @@ checkEventOrganizer(api.EventOrganizer o) {
|
| buildCounterEventOrganizer--;
|
| }
|
|
|
| -buildUnnamed356() {
|
| +buildUnnamed718() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed356(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'));
|
| }
|
|
|
| -buildUnnamed357() {
|
| +buildUnnamed719() {
|
| var o = new core.List<api.EventReminder>();
|
| o.add(buildEventReminder());
|
| o.add(buildEventReminder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed357(core.List<api.EventReminder> o) {
|
| +checkUnnamed719(core.List<api.EventReminder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventReminder(o[0]);
|
| checkEventReminder(o[1]);
|
| @@ -624,7 +624,7 @@ buildEventReminders() {
|
| var o = new api.EventReminders();
|
| buildCounterEventReminders++;
|
| if (buildCounterEventReminders < 3) {
|
| - o.overrides = buildUnnamed357();
|
| + o.overrides = buildUnnamed719();
|
| o.useDefault = true;
|
| }
|
| buildCounterEventReminders--;
|
| @@ -634,7 +634,7 @@ buildEventReminders() {
|
| checkEventReminders(api.EventReminders o) {
|
| buildCounterEventReminders++;
|
| if (buildCounterEventReminders < 3) {
|
| - checkUnnamed357(o.overrides);
|
| + checkUnnamed719(o.overrides);
|
| unittest.expect(o.useDefault, unittest.isTrue);
|
| }
|
| buildCounterEventReminders--;
|
| @@ -667,7 +667,7 @@ buildEvent() {
|
| buildCounterEvent++;
|
| if (buildCounterEvent < 3) {
|
| o.anyoneCanAddSelf = true;
|
| - o.attendees = buildUnnamed352();
|
| + o.attendees = buildUnnamed714();
|
| o.attendeesOmitted = true;
|
| o.colorId = "foo";
|
| o.created = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -691,7 +691,7 @@ buildEvent() {
|
| o.organizer = buildEventOrganizer();
|
| o.originalStartTime = buildEventDateTime();
|
| o.privateCopy = true;
|
| - o.recurrence = buildUnnamed356();
|
| + o.recurrence = buildUnnamed718();
|
| o.recurringEventId = "foo";
|
| o.reminders = buildEventReminders();
|
| o.sequence = 42;
|
| @@ -711,7 +711,7 @@ checkEvent(api.Event o) {
|
| buildCounterEvent++;
|
| if (buildCounterEvent < 3) {
|
| unittest.expect(o.anyoneCanAddSelf, unittest.isTrue);
|
| - checkUnnamed352(o.attendees);
|
| + checkUnnamed714(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")));
|
| @@ -735,7 +735,7 @@ checkEvent(api.Event o) {
|
| checkEventOrganizer(o.organizer);
|
| checkEventDateTime(o.originalStartTime);
|
| unittest.expect(o.privateCopy, unittest.isTrue);
|
| - checkUnnamed356(o.recurrence);
|
| + checkUnnamed718(o.recurrence);
|
| unittest.expect(o.recurringEventId, unittest.equals('foo'));
|
| checkEventReminders(o.reminders);
|
| unittest.expect(o.sequence, unittest.equals(42));
|
| @@ -848,27 +848,27 @@ checkEventReminder(api.EventReminder o) {
|
| buildCounterEventReminder--;
|
| }
|
|
|
| -buildUnnamed358() {
|
| +buildUnnamed720() {
|
| var o = new core.List<api.EventReminder>();
|
| o.add(buildEventReminder());
|
| o.add(buildEventReminder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed358(core.List<api.EventReminder> o) {
|
| +checkUnnamed720(core.List<api.EventReminder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventReminder(o[0]);
|
| checkEventReminder(o[1]);
|
| }
|
|
|
| -buildUnnamed359() {
|
| +buildUnnamed721() {
|
| var o = new core.List<api.Event>();
|
| o.add(buildEvent());
|
| o.add(buildEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed359(core.List<api.Event> o) {
|
| +checkUnnamed721(core.List<api.Event> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEvent(o[0]);
|
| checkEvent(o[1]);
|
| @@ -880,10 +880,10 @@ buildEvents() {
|
| buildCounterEvents++;
|
| if (buildCounterEvents < 3) {
|
| o.accessRole = "foo";
|
| - o.defaultReminders = buildUnnamed358();
|
| + o.defaultReminders = buildUnnamed720();
|
| o.description = "foo";
|
| o.etag = "foo";
|
| - o.items = buildUnnamed359();
|
| + o.items = buildUnnamed721();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.nextSyncToken = "foo";
|
| @@ -899,10 +899,10 @@ checkEvents(api.Events o) {
|
| buildCounterEvents++;
|
| if (buildCounterEvents < 3) {
|
| unittest.expect(o.accessRole, unittest.equals('foo'));
|
| - checkUnnamed358(o.defaultReminders);
|
| + checkUnnamed720(o.defaultReminders);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed359(o.items);
|
| + checkUnnamed721(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.nextSyncToken, unittest.equals('foo'));
|
| @@ -913,27 +913,27 @@ checkEvents(api.Events o) {
|
| buildCounterEvents--;
|
| }
|
|
|
| -buildUnnamed360() {
|
| +buildUnnamed722() {
|
| var o = new core.List<api.TimePeriod>();
|
| o.add(buildTimePeriod());
|
| o.add(buildTimePeriod());
|
| return o;
|
| }
|
|
|
| -checkUnnamed360(core.List<api.TimePeriod> o) {
|
| +checkUnnamed722(core.List<api.TimePeriod> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTimePeriod(o[0]);
|
| checkTimePeriod(o[1]);
|
| }
|
|
|
| -buildUnnamed361() {
|
| +buildUnnamed723() {
|
| var o = new core.List<api.Error>();
|
| o.add(buildError());
|
| o.add(buildError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed361(core.List<api.Error> o) {
|
| +checkUnnamed723(core.List<api.Error> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkError(o[0]);
|
| checkError(o[1]);
|
| @@ -944,8 +944,8 @@ buildFreeBusyCalendar() {
|
| var o = new api.FreeBusyCalendar();
|
| buildCounterFreeBusyCalendar++;
|
| if (buildCounterFreeBusyCalendar < 3) {
|
| - o.busy = buildUnnamed360();
|
| - o.errors = buildUnnamed361();
|
| + o.busy = buildUnnamed722();
|
| + o.errors = buildUnnamed723();
|
| }
|
| buildCounterFreeBusyCalendar--;
|
| return o;
|
| @@ -954,33 +954,33 @@ buildFreeBusyCalendar() {
|
| checkFreeBusyCalendar(api.FreeBusyCalendar o) {
|
| buildCounterFreeBusyCalendar++;
|
| if (buildCounterFreeBusyCalendar < 3) {
|
| - checkUnnamed360(o.busy);
|
| - checkUnnamed361(o.errors);
|
| + checkUnnamed722(o.busy);
|
| + checkUnnamed723(o.errors);
|
| }
|
| buildCounterFreeBusyCalendar--;
|
| }
|
|
|
| -buildUnnamed362() {
|
| +buildUnnamed724() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed362(core.List<core.String> o) {
|
| +checkUnnamed724(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'));
|
| }
|
|
|
| -buildUnnamed363() {
|
| +buildUnnamed725() {
|
| var o = new core.List<api.Error>();
|
| o.add(buildError());
|
| o.add(buildError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed363(core.List<api.Error> o) {
|
| +checkUnnamed725(core.List<api.Error> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkError(o[0]);
|
| checkError(o[1]);
|
| @@ -991,8 +991,8 @@ buildFreeBusyGroup() {
|
| var o = new api.FreeBusyGroup();
|
| buildCounterFreeBusyGroup++;
|
| if (buildCounterFreeBusyGroup < 3) {
|
| - o.calendars = buildUnnamed362();
|
| - o.errors = buildUnnamed363();
|
| + o.calendars = buildUnnamed724();
|
| + o.errors = buildUnnamed725();
|
| }
|
| buildCounterFreeBusyGroup--;
|
| return o;
|
| @@ -1001,20 +1001,20 @@ buildFreeBusyGroup() {
|
| checkFreeBusyGroup(api.FreeBusyGroup o) {
|
| buildCounterFreeBusyGroup++;
|
| if (buildCounterFreeBusyGroup < 3) {
|
| - checkUnnamed362(o.calendars);
|
| - checkUnnamed363(o.errors);
|
| + checkUnnamed724(o.calendars);
|
| + checkUnnamed725(o.errors);
|
| }
|
| buildCounterFreeBusyGroup--;
|
| }
|
|
|
| -buildUnnamed364() {
|
| +buildUnnamed726() {
|
| var o = new core.List<api.FreeBusyRequestItem>();
|
| o.add(buildFreeBusyRequestItem());
|
| o.add(buildFreeBusyRequestItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed364(core.List<api.FreeBusyRequestItem> o) {
|
| +checkUnnamed726(core.List<api.FreeBusyRequestItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFreeBusyRequestItem(o[0]);
|
| checkFreeBusyRequestItem(o[1]);
|
| @@ -1027,7 +1027,7 @@ buildFreeBusyRequest() {
|
| if (buildCounterFreeBusyRequest < 3) {
|
| o.calendarExpansionMax = 42;
|
| o.groupExpansionMax = 42;
|
| - o.items = buildUnnamed364();
|
| + o.items = buildUnnamed726();
|
| o.timeMax = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.timeMin = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.timeZone = "foo";
|
| @@ -1041,7 +1041,7 @@ checkFreeBusyRequest(api.FreeBusyRequest o) {
|
| if (buildCounterFreeBusyRequest < 3) {
|
| unittest.expect(o.calendarExpansionMax, unittest.equals(42));
|
| unittest.expect(o.groupExpansionMax, unittest.equals(42));
|
| - checkUnnamed364(o.items);
|
| + checkUnnamed726(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'));
|
| @@ -1068,27 +1068,27 @@ checkFreeBusyRequestItem(api.FreeBusyRequestItem o) {
|
| buildCounterFreeBusyRequestItem--;
|
| }
|
|
|
| -buildUnnamed365() {
|
| +buildUnnamed727() {
|
| var o = new core.Map<core.String, api.FreeBusyCalendar>();
|
| o["x"] = buildFreeBusyCalendar();
|
| o["y"] = buildFreeBusyCalendar();
|
| return o;
|
| }
|
|
|
| -checkUnnamed365(core.Map<core.String, api.FreeBusyCalendar> o) {
|
| +checkUnnamed727(core.Map<core.String, api.FreeBusyCalendar> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFreeBusyCalendar(o["x"]);
|
| checkFreeBusyCalendar(o["y"]);
|
| }
|
|
|
| -buildUnnamed366() {
|
| +buildUnnamed728() {
|
| var o = new core.Map<core.String, api.FreeBusyGroup>();
|
| o["x"] = buildFreeBusyGroup();
|
| o["y"] = buildFreeBusyGroup();
|
| return o;
|
| }
|
|
|
| -checkUnnamed366(core.Map<core.String, api.FreeBusyGroup> o) {
|
| +checkUnnamed728(core.Map<core.String, api.FreeBusyGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFreeBusyGroup(o["x"]);
|
| checkFreeBusyGroup(o["y"]);
|
| @@ -1099,8 +1099,8 @@ buildFreeBusyResponse() {
|
| var o = new api.FreeBusyResponse();
|
| buildCounterFreeBusyResponse++;
|
| if (buildCounterFreeBusyResponse < 3) {
|
| - o.calendars = buildUnnamed365();
|
| - o.groups = buildUnnamed366();
|
| + o.calendars = buildUnnamed727();
|
| + o.groups = buildUnnamed728();
|
| o.kind = "foo";
|
| o.timeMax = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.timeMin = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -1112,8 +1112,8 @@ buildFreeBusyResponse() {
|
| checkFreeBusyResponse(api.FreeBusyResponse o) {
|
| buildCounterFreeBusyResponse++;
|
| if (buildCounterFreeBusyResponse < 3) {
|
| - checkUnnamed365(o.calendars);
|
| - checkUnnamed366(o.groups);
|
| + checkUnnamed727(o.calendars);
|
| + checkUnnamed728(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")));
|
| @@ -1146,14 +1146,14 @@ checkSetting(api.Setting o) {
|
| buildCounterSetting--;
|
| }
|
|
|
| -buildUnnamed367() {
|
| +buildUnnamed729() {
|
| var o = new core.List<api.Setting>();
|
| o.add(buildSetting());
|
| o.add(buildSetting());
|
| return o;
|
| }
|
|
|
| -checkUnnamed367(core.List<api.Setting> o) {
|
| +checkUnnamed729(core.List<api.Setting> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSetting(o[0]);
|
| checkSetting(o[1]);
|
| @@ -1165,7 +1165,7 @@ buildSettings() {
|
| buildCounterSettings++;
|
| if (buildCounterSettings < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed367();
|
| + o.items = buildUnnamed729();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.nextSyncToken = "foo";
|
| @@ -1178,7 +1178,7 @@ checkSettings(api.Settings o) {
|
| buildCounterSettings++;
|
| if (buildCounterSettings < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed367(o.items);
|
| + checkUnnamed729(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.nextSyncToken, unittest.equals('foo'));
|
| @@ -1207,53 +1207,53 @@ checkTimePeriod(api.TimePeriod o) {
|
| buildCounterTimePeriod--;
|
| }
|
|
|
| -buildUnnamed368() {
|
| +buildUnnamed730() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed368(core.List<core.String> o) {
|
| +checkUnnamed730(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed369() {
|
| +buildUnnamed731() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed369(core.List<core.String> o) {
|
| +checkUnnamed731(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'));
|
| }
|
|
|
| -buildUnnamed370() {
|
| +buildUnnamed732() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed370(core.List<core.String> o) {
|
| +checkUnnamed732(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'));
|
| }
|
|
|
| -buildUnnamed371() {
|
| +buildUnnamed733() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed371(core.List<core.String> o) {
|
| +checkUnnamed733(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'));
|
| @@ -3084,9 +3084,9 @@ main() {
|
| var arg_maxResults = 42;
|
| var arg_orderBy = "foo";
|
| var arg_pageToken = "foo";
|
| - var arg_privateExtendedProperty = buildUnnamed368();
|
| + var arg_privateExtendedProperty = buildUnnamed730();
|
| var arg_q = "foo";
|
| - var arg_sharedExtendedProperty = buildUnnamed369();
|
| + var arg_sharedExtendedProperty = buildUnnamed731();
|
| var arg_showDeleted = true;
|
| var arg_showHiddenInvitations = true;
|
| var arg_singleEvents = true;
|
| @@ -3428,9 +3428,9 @@ main() {
|
| var arg_maxResults = 42;
|
| var arg_orderBy = "foo";
|
| var arg_pageToken = "foo";
|
| - var arg_privateExtendedProperty = buildUnnamed370();
|
| + var arg_privateExtendedProperty = buildUnnamed732();
|
| var arg_q = "foo";
|
| - var arg_sharedExtendedProperty = buildUnnamed371();
|
| + var arg_sharedExtendedProperty = buildUnnamed733();
|
| var arg_showDeleted = true;
|
| var arg_showHiddenInvitations = true;
|
| var arg_singleEvents = true;
|
|
|