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 c372bd2617f7204e1e43710591c49ad1402e4637..ada664749941b44fe535ca595810f366c1e14577 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); |
} |
-buildUnnamed1022() { |
+buildUnnamed1013() { |
var o = new core.List<api.AclRule>(); |
o.add(buildAclRule()); |
o.add(buildAclRule()); |
return o; |
} |
-checkUnnamed1022(core.List<api.AclRule> o) { |
+checkUnnamed1013(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 = buildUnnamed1022(); |
+ o.items = buildUnnamed1013(); |
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')); |
- checkUnnamed1022(o.items); |
+ checkUnnamed1013(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--; |
} |
-buildUnnamed1023() { |
+buildUnnamed1014() { |
var o = new core.List<api.CalendarListEntry>(); |
o.add(buildCalendarListEntry()); |
o.add(buildCalendarListEntry()); |
return o; |
} |
-checkUnnamed1023(core.List<api.CalendarListEntry> o) { |
+checkUnnamed1014(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 = buildUnnamed1023(); |
+ o.items = buildUnnamed1014(); |
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')); |
- checkUnnamed1023(o.items); |
+ checkUnnamed1014(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--; |
} |
-buildUnnamed1024() { |
+buildUnnamed1015() { |
var o = new core.List<api.EventReminder>(); |
o.add(buildEventReminder()); |
o.add(buildEventReminder()); |
return o; |
} |
-checkUnnamed1024(core.List<api.EventReminder> o) { |
+checkUnnamed1015(core.List<api.EventReminder> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventReminder(o[0]); |
checkEventReminder(o[1]); |
} |
-buildUnnamed1025() { |
+buildUnnamed1016() { |
var o = new core.List<api.CalendarNotification>(); |
o.add(buildCalendarNotification()); |
o.add(buildCalendarNotification()); |
return o; |
} |
-checkUnnamed1025(core.List<api.CalendarNotification> o) { |
+checkUnnamed1016(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 = buildUnnamed1025(); |
+ o.notifications = buildUnnamed1016(); |
} |
buildCounterCalendarListEntryNotificationSettings--; |
return o; |
@@ -250,7 +250,7 @@ buildCalendarListEntryNotificationSettings() { |
checkCalendarListEntryNotificationSettings(api.CalendarListEntryNotificationSettings o) { |
buildCounterCalendarListEntryNotificationSettings++; |
if (buildCounterCalendarListEntryNotificationSettings < 3) { |
- checkUnnamed1025(o.notifications); |
+ checkUnnamed1016(o.notifications); |
} |
buildCounterCalendarListEntryNotificationSettings--; |
} |
@@ -263,7 +263,7 @@ buildCalendarListEntry() { |
o.accessRole = "foo"; |
o.backgroundColor = "foo"; |
o.colorId = "foo"; |
- o.defaultReminders = buildUnnamed1024(); |
+ o.defaultReminders = buildUnnamed1015(); |
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')); |
- checkUnnamed1024(o.defaultReminders); |
+ checkUnnamed1015(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--; |
} |
-buildUnnamed1026() { |
+buildUnnamed1017() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed1026(core.Map<core.String, core.String> o) { |
+checkUnnamed1017(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 = buildUnnamed1026(); |
+ o.params = buildUnnamed1017(); |
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')); |
- checkUnnamed1026(o.params); |
+ checkUnnamed1017(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--; |
} |
-buildUnnamed1027() { |
+buildUnnamed1018() { |
var o = new core.Map<core.String, api.ColorDefinition>(); |
o["x"] = buildColorDefinition(); |
o["y"] = buildColorDefinition(); |
return o; |
} |
-checkUnnamed1027(core.Map<core.String, api.ColorDefinition> o) { |
+checkUnnamed1018(core.Map<core.String, api.ColorDefinition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkColorDefinition(o["x"]); |
checkColorDefinition(o["y"]); |
} |
-buildUnnamed1028() { |
+buildUnnamed1019() { |
var o = new core.Map<core.String, api.ColorDefinition>(); |
o["x"] = buildColorDefinition(); |
o["y"] = buildColorDefinition(); |
return o; |
} |
-checkUnnamed1028(core.Map<core.String, api.ColorDefinition> o) { |
+checkUnnamed1019(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 = buildUnnamed1027(); |
- o.event = buildUnnamed1028(); |
+ o.calendar = buildUnnamed1018(); |
+ o.event = buildUnnamed1019(); |
o.kind = "foo"; |
o.updated = core.DateTime.parse("2002-02-27T14:01:02"); |
} |
@@ -443,22 +443,22 @@ buildColors() { |
checkColors(api.Colors o) { |
buildCounterColors++; |
if (buildCounterColors < 3) { |
- checkUnnamed1027(o.calendar); |
- checkUnnamed1028(o.event); |
+ checkUnnamed1018(o.calendar); |
+ checkUnnamed1019(o.event); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02"))); |
} |
buildCounterColors--; |
} |
-buildUnnamed1029() { |
+buildUnnamed1020() { |
var o = new core.List<api.Link>(); |
o.add(buildLink()); |
o.add(buildLink()); |
return o; |
} |
-checkUnnamed1029(core.List<api.Link> o) { |
+checkUnnamed1020(core.List<api.Link> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLink(o[0]); |
checkLink(o[1]); |
@@ -469,7 +469,7 @@ buildDeepLinkData() { |
var o = new api.DeepLinkData(); |
buildCounterDeepLinkData++; |
if (buildCounterDeepLinkData < 3) { |
- o.links = buildUnnamed1029(); |
+ o.links = buildUnnamed1020(); |
o.url = "foo"; |
} |
buildCounterDeepLinkData--; |
@@ -479,7 +479,7 @@ buildDeepLinkData() { |
checkDeepLinkData(api.DeepLinkData o) { |
buildCounterDeepLinkData++; |
if (buildCounterDeepLinkData < 3) { |
- checkUnnamed1029(o.links); |
+ checkUnnamed1020(o.links); |
unittest.expect(o.url, unittest.equals('foo')); |
} |
buildCounterDeepLinkData--; |
@@ -533,27 +533,27 @@ checkError(api.Error o) { |
buildCounterError--; |
} |
-buildUnnamed1030() { |
+buildUnnamed1021() { |
var o = new core.List<api.EventAttachment>(); |
o.add(buildEventAttachment()); |
o.add(buildEventAttachment()); |
return o; |
} |
-checkUnnamed1030(core.List<api.EventAttachment> o) { |
+checkUnnamed1021(core.List<api.EventAttachment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventAttachment(o[0]); |
checkEventAttachment(o[1]); |
} |
-buildUnnamed1031() { |
+buildUnnamed1022() { |
var o = new core.List<api.EventAttendee>(); |
o.add(buildEventAttendee()); |
o.add(buildEventAttendee()); |
return o; |
} |
-checkUnnamed1031(core.List<api.EventAttendee> o) { |
+checkUnnamed1022(core.List<api.EventAttendee> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventAttendee(o[0]); |
checkEventAttendee(o[1]); |
@@ -584,27 +584,27 @@ checkEventCreator(api.EventCreator o) { |
buildCounterEventCreator--; |
} |
-buildUnnamed1032() { |
+buildUnnamed1023() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed1032(core.Map<core.String, core.String> o) { |
+checkUnnamed1023(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')); |
} |
-buildUnnamed1033() { |
+buildUnnamed1024() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed1033(core.Map<core.String, core.String> o) { |
+checkUnnamed1024(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')); |
@@ -615,8 +615,8 @@ buildEventExtendedProperties() { |
var o = new api.EventExtendedProperties(); |
buildCounterEventExtendedProperties++; |
if (buildCounterEventExtendedProperties < 3) { |
- o.private = buildUnnamed1032(); |
- o.shared = buildUnnamed1033(); |
+ o.private = buildUnnamed1023(); |
+ o.shared = buildUnnamed1024(); |
} |
buildCounterEventExtendedProperties--; |
return o; |
@@ -625,20 +625,20 @@ buildEventExtendedProperties() { |
checkEventExtendedProperties(api.EventExtendedProperties o) { |
buildCounterEventExtendedProperties++; |
if (buildCounterEventExtendedProperties < 3) { |
- checkUnnamed1032(o.private); |
- checkUnnamed1033(o.shared); |
+ checkUnnamed1023(o.private); |
+ checkUnnamed1024(o.shared); |
} |
buildCounterEventExtendedProperties--; |
} |
-buildUnnamed1034() { |
+buildUnnamed1025() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed1034(core.Map<core.String, core.String> o) { |
+checkUnnamed1025(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')); |
@@ -653,7 +653,7 @@ buildEventGadget() { |
o.height = 42; |
o.iconLink = "foo"; |
o.link = "foo"; |
- o.preferences = buildUnnamed1034(); |
+ o.preferences = buildUnnamed1025(); |
o.title = "foo"; |
o.type = "foo"; |
o.width = 42; |
@@ -669,7 +669,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')); |
- checkUnnamed1034(o.preferences); |
+ checkUnnamed1025(o.preferences); |
unittest.expect(o.title, unittest.equals('foo')); |
unittest.expect(o.type, unittest.equals('foo')); |
unittest.expect(o.width, unittest.equals(42)); |
@@ -702,27 +702,27 @@ checkEventOrganizer(api.EventOrganizer o) { |
buildCounterEventOrganizer--; |
} |
-buildUnnamed1035() { |
+buildUnnamed1026() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1035(core.List<core.String> o) { |
+checkUnnamed1026(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')); |
} |
-buildUnnamed1036() { |
+buildUnnamed1027() { |
var o = new core.List<api.EventReminder>(); |
o.add(buildEventReminder()); |
o.add(buildEventReminder()); |
return o; |
} |
-checkUnnamed1036(core.List<api.EventReminder> o) { |
+checkUnnamed1027(core.List<api.EventReminder> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventReminder(o[0]); |
checkEventReminder(o[1]); |
@@ -733,7 +733,7 @@ buildEventReminders() { |
var o = new api.EventReminders(); |
buildCounterEventReminders++; |
if (buildCounterEventReminders < 3) { |
- o.overrides = buildUnnamed1036(); |
+ o.overrides = buildUnnamed1027(); |
o.useDefault = true; |
} |
buildCounterEventReminders--; |
@@ -743,7 +743,7 @@ buildEventReminders() { |
checkEventReminders(api.EventReminders o) { |
buildCounterEventReminders++; |
if (buildCounterEventReminders < 3) { |
- checkUnnamed1036(o.overrides); |
+ checkUnnamed1027(o.overrides); |
unittest.expect(o.useDefault, unittest.isTrue); |
} |
buildCounterEventReminders--; |
@@ -776,8 +776,8 @@ buildEvent() { |
buildCounterEvent++; |
if (buildCounterEvent < 3) { |
o.anyoneCanAddSelf = true; |
- o.attachments = buildUnnamed1030(); |
- o.attendees = buildUnnamed1031(); |
+ o.attachments = buildUnnamed1021(); |
+ o.attendees = buildUnnamed1022(); |
o.attendeesOmitted = true; |
o.colorId = "foo"; |
o.created = core.DateTime.parse("2002-02-27T14:01:02"); |
@@ -801,7 +801,7 @@ buildEvent() { |
o.organizer = buildEventOrganizer(); |
o.originalStartTime = buildEventDateTime(); |
o.privateCopy = true; |
- o.recurrence = buildUnnamed1035(); |
+ o.recurrence = buildUnnamed1026(); |
o.recurringEventId = "foo"; |
o.reminders = buildEventReminders(); |
o.sequence = 42; |
@@ -821,8 +821,8 @@ checkEvent(api.Event o) { |
buildCounterEvent++; |
if (buildCounterEvent < 3) { |
unittest.expect(o.anyoneCanAddSelf, unittest.isTrue); |
- checkUnnamed1030(o.attachments); |
- checkUnnamed1031(o.attendees); |
+ checkUnnamed1021(o.attachments); |
+ checkUnnamed1022(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"))); |
@@ -846,7 +846,7 @@ checkEvent(api.Event o) { |
checkEventOrganizer(o.organizer); |
checkEventDateTime(o.originalStartTime); |
unittest.expect(o.privateCopy, unittest.isTrue); |
- checkUnnamed1035(o.recurrence); |
+ checkUnnamed1026(o.recurrence); |
unittest.expect(o.recurringEventId, unittest.equals('foo')); |
checkEventReminders(o.reminders); |
unittest.expect(o.sequence, unittest.equals(42)); |
@@ -990,27 +990,27 @@ checkEventReminder(api.EventReminder o) { |
buildCounterEventReminder--; |
} |
-buildUnnamed1037() { |
+buildUnnamed1028() { |
var o = new core.List<api.EventReminder>(); |
o.add(buildEventReminder()); |
o.add(buildEventReminder()); |
return o; |
} |
-checkUnnamed1037(core.List<api.EventReminder> o) { |
+checkUnnamed1028(core.List<api.EventReminder> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventReminder(o[0]); |
checkEventReminder(o[1]); |
} |
-buildUnnamed1038() { |
+buildUnnamed1029() { |
var o = new core.List<api.Event>(); |
o.add(buildEvent()); |
o.add(buildEvent()); |
return o; |
} |
-checkUnnamed1038(core.List<api.Event> o) { |
+checkUnnamed1029(core.List<api.Event> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEvent(o[0]); |
checkEvent(o[1]); |
@@ -1022,10 +1022,10 @@ buildEvents() { |
buildCounterEvents++; |
if (buildCounterEvents < 3) { |
o.accessRole = "foo"; |
- o.defaultReminders = buildUnnamed1037(); |
+ o.defaultReminders = buildUnnamed1028(); |
o.description = "foo"; |
o.etag = "foo"; |
- o.items = buildUnnamed1038(); |
+ o.items = buildUnnamed1029(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.nextSyncToken = "foo"; |
@@ -1041,10 +1041,10 @@ checkEvents(api.Events o) { |
buildCounterEvents++; |
if (buildCounterEvents < 3) { |
unittest.expect(o.accessRole, unittest.equals('foo')); |
- checkUnnamed1037(o.defaultReminders); |
+ checkUnnamed1028(o.defaultReminders); |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed1038(o.items); |
+ checkUnnamed1029(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.nextSyncToken, unittest.equals('foo')); |
@@ -1055,27 +1055,27 @@ checkEvents(api.Events o) { |
buildCounterEvents--; |
} |
-buildUnnamed1039() { |
+buildUnnamed1030() { |
var o = new core.List<api.TimePeriod>(); |
o.add(buildTimePeriod()); |
o.add(buildTimePeriod()); |
return o; |
} |
-checkUnnamed1039(core.List<api.TimePeriod> o) { |
+checkUnnamed1030(core.List<api.TimePeriod> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTimePeriod(o[0]); |
checkTimePeriod(o[1]); |
} |
-buildUnnamed1040() { |
+buildUnnamed1031() { |
var o = new core.List<api.Error>(); |
o.add(buildError()); |
o.add(buildError()); |
return o; |
} |
-checkUnnamed1040(core.List<api.Error> o) { |
+checkUnnamed1031(core.List<api.Error> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkError(o[0]); |
checkError(o[1]); |
@@ -1086,8 +1086,8 @@ buildFreeBusyCalendar() { |
var o = new api.FreeBusyCalendar(); |
buildCounterFreeBusyCalendar++; |
if (buildCounterFreeBusyCalendar < 3) { |
- o.busy = buildUnnamed1039(); |
- o.errors = buildUnnamed1040(); |
+ o.busy = buildUnnamed1030(); |
+ o.errors = buildUnnamed1031(); |
} |
buildCounterFreeBusyCalendar--; |
return o; |
@@ -1096,33 +1096,33 @@ buildFreeBusyCalendar() { |
checkFreeBusyCalendar(api.FreeBusyCalendar o) { |
buildCounterFreeBusyCalendar++; |
if (buildCounterFreeBusyCalendar < 3) { |
- checkUnnamed1039(o.busy); |
- checkUnnamed1040(o.errors); |
+ checkUnnamed1030(o.busy); |
+ checkUnnamed1031(o.errors); |
} |
buildCounterFreeBusyCalendar--; |
} |
-buildUnnamed1041() { |
+buildUnnamed1032() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1041(core.List<core.String> o) { |
+checkUnnamed1032(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')); |
} |
-buildUnnamed1042() { |
+buildUnnamed1033() { |
var o = new core.List<api.Error>(); |
o.add(buildError()); |
o.add(buildError()); |
return o; |
} |
-checkUnnamed1042(core.List<api.Error> o) { |
+checkUnnamed1033(core.List<api.Error> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkError(o[0]); |
checkError(o[1]); |
@@ -1133,8 +1133,8 @@ buildFreeBusyGroup() { |
var o = new api.FreeBusyGroup(); |
buildCounterFreeBusyGroup++; |
if (buildCounterFreeBusyGroup < 3) { |
- o.calendars = buildUnnamed1041(); |
- o.errors = buildUnnamed1042(); |
+ o.calendars = buildUnnamed1032(); |
+ o.errors = buildUnnamed1033(); |
} |
buildCounterFreeBusyGroup--; |
return o; |
@@ -1143,20 +1143,20 @@ buildFreeBusyGroup() { |
checkFreeBusyGroup(api.FreeBusyGroup o) { |
buildCounterFreeBusyGroup++; |
if (buildCounterFreeBusyGroup < 3) { |
- checkUnnamed1041(o.calendars); |
- checkUnnamed1042(o.errors); |
+ checkUnnamed1032(o.calendars); |
+ checkUnnamed1033(o.errors); |
} |
buildCounterFreeBusyGroup--; |
} |
-buildUnnamed1043() { |
+buildUnnamed1034() { |
var o = new core.List<api.FreeBusyRequestItem>(); |
o.add(buildFreeBusyRequestItem()); |
o.add(buildFreeBusyRequestItem()); |
return o; |
} |
-checkUnnamed1043(core.List<api.FreeBusyRequestItem> o) { |
+checkUnnamed1034(core.List<api.FreeBusyRequestItem> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkFreeBusyRequestItem(o[0]); |
checkFreeBusyRequestItem(o[1]); |
@@ -1169,7 +1169,7 @@ buildFreeBusyRequest() { |
if (buildCounterFreeBusyRequest < 3) { |
o.calendarExpansionMax = 42; |
o.groupExpansionMax = 42; |
- o.items = buildUnnamed1043(); |
+ o.items = buildUnnamed1034(); |
o.timeMax = core.DateTime.parse("2002-02-27T14:01:02"); |
o.timeMin = core.DateTime.parse("2002-02-27T14:01:02"); |
o.timeZone = "foo"; |
@@ -1183,7 +1183,7 @@ checkFreeBusyRequest(api.FreeBusyRequest o) { |
if (buildCounterFreeBusyRequest < 3) { |
unittest.expect(o.calendarExpansionMax, unittest.equals(42)); |
unittest.expect(o.groupExpansionMax, unittest.equals(42)); |
- checkUnnamed1043(o.items); |
+ checkUnnamed1034(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')); |
@@ -1210,27 +1210,27 @@ checkFreeBusyRequestItem(api.FreeBusyRequestItem o) { |
buildCounterFreeBusyRequestItem--; |
} |
-buildUnnamed1044() { |
+buildUnnamed1035() { |
var o = new core.Map<core.String, api.FreeBusyCalendar>(); |
o["x"] = buildFreeBusyCalendar(); |
o["y"] = buildFreeBusyCalendar(); |
return o; |
} |
-checkUnnamed1044(core.Map<core.String, api.FreeBusyCalendar> o) { |
+checkUnnamed1035(core.Map<core.String, api.FreeBusyCalendar> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkFreeBusyCalendar(o["x"]); |
checkFreeBusyCalendar(o["y"]); |
} |
-buildUnnamed1045() { |
+buildUnnamed1036() { |
var o = new core.Map<core.String, api.FreeBusyGroup>(); |
o["x"] = buildFreeBusyGroup(); |
o["y"] = buildFreeBusyGroup(); |
return o; |
} |
-checkUnnamed1045(core.Map<core.String, api.FreeBusyGroup> o) { |
+checkUnnamed1036(core.Map<core.String, api.FreeBusyGroup> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkFreeBusyGroup(o["x"]); |
checkFreeBusyGroup(o["y"]); |
@@ -1241,8 +1241,8 @@ buildFreeBusyResponse() { |
var o = new api.FreeBusyResponse(); |
buildCounterFreeBusyResponse++; |
if (buildCounterFreeBusyResponse < 3) { |
- o.calendars = buildUnnamed1044(); |
- o.groups = buildUnnamed1045(); |
+ o.calendars = buildUnnamed1035(); |
+ o.groups = buildUnnamed1036(); |
o.kind = "foo"; |
o.timeMax = core.DateTime.parse("2002-02-27T14:01:02"); |
o.timeMin = core.DateTime.parse("2002-02-27T14:01:02"); |
@@ -1254,8 +1254,8 @@ buildFreeBusyResponse() { |
checkFreeBusyResponse(api.FreeBusyResponse o) { |
buildCounterFreeBusyResponse++; |
if (buildCounterFreeBusyResponse < 3) { |
- checkUnnamed1044(o.calendars); |
- checkUnnamed1045(o.groups); |
+ checkUnnamed1035(o.calendars); |
+ checkUnnamed1036(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"))); |
@@ -1363,14 +1363,14 @@ checkSetting(api.Setting o) { |
buildCounterSetting--; |
} |
-buildUnnamed1046() { |
+buildUnnamed1037() { |
var o = new core.List<api.Setting>(); |
o.add(buildSetting()); |
o.add(buildSetting()); |
return o; |
} |
-checkUnnamed1046(core.List<api.Setting> o) { |
+checkUnnamed1037(core.List<api.Setting> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSetting(o[0]); |
checkSetting(o[1]); |
@@ -1382,7 +1382,7 @@ buildSettings() { |
buildCounterSettings++; |
if (buildCounterSettings < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed1046(); |
+ o.items = buildUnnamed1037(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.nextSyncToken = "foo"; |
@@ -1395,7 +1395,7 @@ checkSettings(api.Settings o) { |
buildCounterSettings++; |
if (buildCounterSettings < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed1046(o.items); |
+ checkUnnamed1037(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.nextSyncToken, unittest.equals('foo')); |
@@ -1424,53 +1424,53 @@ checkTimePeriod(api.TimePeriod o) { |
buildCounterTimePeriod--; |
} |
-buildUnnamed1047() { |
+buildUnnamed1038() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1047(core.List<core.String> o) { |
+checkUnnamed1038(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')); |
} |
-buildUnnamed1048() { |
+buildUnnamed1039() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1048(core.List<core.String> o) { |
+checkUnnamed1039(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')); |
} |
-buildUnnamed1049() { |
+buildUnnamed1040() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1049(core.List<core.String> o) { |
+checkUnnamed1040(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')); |
} |
-buildUnnamed1050() { |
+buildUnnamed1041() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1050(core.List<core.String> o) { |
+checkUnnamed1041(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')); |
@@ -3359,9 +3359,9 @@ main() { |
var arg_maxResults = 42; |
var arg_orderBy = "foo"; |
var arg_pageToken = "foo"; |
- var arg_privateExtendedProperty = buildUnnamed1047(); |
+ var arg_privateExtendedProperty = buildUnnamed1038(); |
var arg_q = "foo"; |
- var arg_sharedExtendedProperty = buildUnnamed1048(); |
+ var arg_sharedExtendedProperty = buildUnnamed1039(); |
var arg_showDeleted = true; |
var arg_showHiddenInvitations = true; |
var arg_singleEvents = true; |
@@ -3707,9 +3707,9 @@ main() { |
var arg_maxResults = 42; |
var arg_orderBy = "foo"; |
var arg_pageToken = "foo"; |
- var arg_privateExtendedProperty = buildUnnamed1049(); |
+ var arg_privateExtendedProperty = buildUnnamed1040(); |
var arg_q = "foo"; |
- var arg_sharedExtendedProperty = buildUnnamed1050(); |
+ var arg_sharedExtendedProperty = buildUnnamed1041(); |
var arg_showDeleted = true; |
var arg_showHiddenInvitations = true; |
var arg_singleEvents = true; |