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 1d0a459a8960fc33617d1d8cf7e1ddf0996ac222..7811a7c23445d09744f64f1ee271b47cd7a08ab0 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; |
-buildUnnamed126() { |
+buildUnnamed675() { |
var o = new core.List<api.AclRule>(); |
o.add(buildAclRule()); |
o.add(buildAclRule()); |
return o; |
} |
-checkUnnamed126(core.List<api.AclRule> o) { |
+checkUnnamed675(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 = buildUnnamed126(); |
+ o.items = buildUnnamed675(); |
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')); |
- checkUnnamed126(o.items); |
+ checkUnnamed675(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--; |
} |
-buildUnnamed127() { |
+buildUnnamed676() { |
var o = new core.List<api.CalendarListEntry>(); |
o.add(buildCalendarListEntry()); |
o.add(buildCalendarListEntry()); |
return o; |
} |
-checkUnnamed127(core.List<api.CalendarListEntry> o) { |
+checkUnnamed676(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 = buildUnnamed127(); |
+ o.items = buildUnnamed676(); |
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')); |
- checkUnnamed127(o.items); |
+ checkUnnamed676(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--; |
} |
-buildUnnamed128() { |
+buildUnnamed677() { |
var o = new core.List<api.EventReminder>(); |
o.add(buildEventReminder()); |
o.add(buildEventReminder()); |
return o; |
} |
-checkUnnamed128(core.List<api.EventReminder> o) { |
+checkUnnamed677(core.List<api.EventReminder> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventReminder(o[0]); |
checkEventReminder(o[1]); |
} |
-buildUnnamed129() { |
+buildUnnamed678() { |
var o = new core.List<api.CalendarNotification>(); |
o.add(buildCalendarNotification()); |
o.add(buildCalendarNotification()); |
return o; |
} |
-checkUnnamed129(core.List<api.CalendarNotification> o) { |
+checkUnnamed678(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 = buildUnnamed129(); |
+ o.notifications = buildUnnamed678(); |
} |
buildCounterCalendarListEntryNotificationSettings--; |
return o; |
@@ -215,7 +215,7 @@ buildCalendarListEntryNotificationSettings() { |
checkCalendarListEntryNotificationSettings(api.CalendarListEntryNotificationSettings o) { |
buildCounterCalendarListEntryNotificationSettings++; |
if (buildCounterCalendarListEntryNotificationSettings < 3) { |
- checkUnnamed129(o.notifications); |
+ checkUnnamed678(o.notifications); |
} |
buildCounterCalendarListEntryNotificationSettings--; |
} |
@@ -228,7 +228,7 @@ buildCalendarListEntry() { |
o.accessRole = "foo"; |
o.backgroundColor = "foo"; |
o.colorId = "foo"; |
- o.defaultReminders = buildUnnamed128(); |
+ o.defaultReminders = buildUnnamed677(); |
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')); |
- checkUnnamed128(o.defaultReminders); |
+ checkUnnamed677(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--; |
} |
-buildUnnamed130() { |
+buildUnnamed679() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed130(core.Map<core.String, core.String> o) { |
+checkUnnamed679(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 = buildUnnamed130(); |
+ o.params = buildUnnamed679(); |
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')); |
- checkUnnamed130(o.params); |
+ checkUnnamed679(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--; |
} |
-buildUnnamed131() { |
+buildUnnamed680() { |
var o = new core.Map<core.String, api.ColorDefinition>(); |
o["x"] = buildColorDefinition(); |
o["y"] = buildColorDefinition(); |
return o; |
} |
-checkUnnamed131(core.Map<core.String, api.ColorDefinition> o) { |
+checkUnnamed680(core.Map<core.String, api.ColorDefinition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkColorDefinition(o["x"]); |
checkColorDefinition(o["y"]); |
} |
-buildUnnamed132() { |
+buildUnnamed681() { |
var o = new core.Map<core.String, api.ColorDefinition>(); |
o["x"] = buildColorDefinition(); |
o["y"] = buildColorDefinition(); |
return o; |
} |
-checkUnnamed132(core.Map<core.String, api.ColorDefinition> o) { |
+checkUnnamed681(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 = buildUnnamed131(); |
- o.event = buildUnnamed132(); |
+ o.calendar = buildUnnamed680(); |
+ o.event = buildUnnamed681(); |
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) { |
- checkUnnamed131(o.calendar); |
- checkUnnamed132(o.event); |
+ checkUnnamed680(o.calendar); |
+ checkUnnamed681(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--; |
} |
-buildUnnamed133() { |
+buildUnnamed682() { |
var o = new core.List<api.EventAttendee>(); |
o.add(buildEventAttendee()); |
o.add(buildEventAttendee()); |
return o; |
} |
-checkUnnamed133(core.List<api.EventAttendee> o) { |
+checkUnnamed682(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--; |
} |
-buildUnnamed134() { |
+buildUnnamed683() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed134(core.Map<core.String, core.String> o) { |
+checkUnnamed683(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')); |
} |
-buildUnnamed135() { |
+buildUnnamed684() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed135(core.Map<core.String, core.String> o) { |
+checkUnnamed684(core.Map<core.String, core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o["x"], unittest.equals('foo')); |
unittest.expect(o["y"], unittest.equals('foo')); |
@@ -506,8 +506,8 @@ buildEventExtendedProperties() { |
var o = new api.EventExtendedProperties(); |
buildCounterEventExtendedProperties++; |
if (buildCounterEventExtendedProperties < 3) { |
- o.private = buildUnnamed134(); |
- o.shared = buildUnnamed135(); |
+ o.private = buildUnnamed683(); |
+ o.shared = buildUnnamed684(); |
} |
buildCounterEventExtendedProperties--; |
return o; |
@@ -516,20 +516,20 @@ buildEventExtendedProperties() { |
checkEventExtendedProperties(api.EventExtendedProperties o) { |
buildCounterEventExtendedProperties++; |
if (buildCounterEventExtendedProperties < 3) { |
- checkUnnamed134(o.private); |
- checkUnnamed135(o.shared); |
+ checkUnnamed683(o.private); |
+ checkUnnamed684(o.shared); |
} |
buildCounterEventExtendedProperties--; |
} |
-buildUnnamed136() { |
+buildUnnamed685() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed136(core.Map<core.String, core.String> o) { |
+checkUnnamed685(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 = buildUnnamed136(); |
+ o.preferences = buildUnnamed685(); |
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')); |
- checkUnnamed136(o.preferences); |
+ checkUnnamed685(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--; |
} |
-buildUnnamed137() { |
+buildUnnamed686() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed137(core.List<core.String> o) { |
+checkUnnamed686(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')); |
} |
-buildUnnamed138() { |
+buildUnnamed687() { |
var o = new core.List<api.EventReminder>(); |
o.add(buildEventReminder()); |
o.add(buildEventReminder()); |
return o; |
} |
-checkUnnamed138(core.List<api.EventReminder> o) { |
+checkUnnamed687(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 = buildUnnamed138(); |
+ o.overrides = buildUnnamed687(); |
o.useDefault = true; |
} |
buildCounterEventReminders--; |
@@ -634,7 +634,7 @@ buildEventReminders() { |
checkEventReminders(api.EventReminders o) { |
buildCounterEventReminders++; |
if (buildCounterEventReminders < 3) { |
- checkUnnamed138(o.overrides); |
+ checkUnnamed687(o.overrides); |
unittest.expect(o.useDefault, unittest.isTrue); |
} |
buildCounterEventReminders--; |
@@ -667,7 +667,7 @@ buildEvent() { |
buildCounterEvent++; |
if (buildCounterEvent < 3) { |
o.anyoneCanAddSelf = true; |
- o.attendees = buildUnnamed133(); |
+ o.attendees = buildUnnamed682(); |
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 = buildUnnamed137(); |
+ o.recurrence = buildUnnamed686(); |
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); |
- checkUnnamed133(o.attendees); |
+ checkUnnamed682(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); |
- checkUnnamed137(o.recurrence); |
+ checkUnnamed686(o.recurrence); |
unittest.expect(o.recurringEventId, unittest.equals('foo')); |
checkEventReminders(o.reminders); |
unittest.expect(o.sequence, unittest.equals(42)); |
@@ -831,27 +831,27 @@ checkEventReminder(api.EventReminder o) { |
buildCounterEventReminder--; |
} |
-buildUnnamed139() { |
+buildUnnamed688() { |
var o = new core.List<api.EventReminder>(); |
o.add(buildEventReminder()); |
o.add(buildEventReminder()); |
return o; |
} |
-checkUnnamed139(core.List<api.EventReminder> o) { |
+checkUnnamed688(core.List<api.EventReminder> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEventReminder(o[0]); |
checkEventReminder(o[1]); |
} |
-buildUnnamed140() { |
+buildUnnamed689() { |
var o = new core.List<api.Event>(); |
o.add(buildEvent()); |
o.add(buildEvent()); |
return o; |
} |
-checkUnnamed140(core.List<api.Event> o) { |
+checkUnnamed689(core.List<api.Event> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEvent(o[0]); |
checkEvent(o[1]); |
@@ -863,10 +863,10 @@ buildEvents() { |
buildCounterEvents++; |
if (buildCounterEvents < 3) { |
o.accessRole = "foo"; |
- o.defaultReminders = buildUnnamed139(); |
+ o.defaultReminders = buildUnnamed688(); |
o.description = "foo"; |
o.etag = "foo"; |
- o.items = buildUnnamed140(); |
+ o.items = buildUnnamed689(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.nextSyncToken = "foo"; |
@@ -882,10 +882,10 @@ checkEvents(api.Events o) { |
buildCounterEvents++; |
if (buildCounterEvents < 3) { |
unittest.expect(o.accessRole, unittest.equals('foo')); |
- checkUnnamed139(o.defaultReminders); |
+ checkUnnamed688(o.defaultReminders); |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed140(o.items); |
+ checkUnnamed689(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.nextSyncToken, unittest.equals('foo')); |
@@ -896,27 +896,27 @@ checkEvents(api.Events o) { |
buildCounterEvents--; |
} |
-buildUnnamed141() { |
+buildUnnamed690() { |
var o = new core.List<api.TimePeriod>(); |
o.add(buildTimePeriod()); |
o.add(buildTimePeriod()); |
return o; |
} |
-checkUnnamed141(core.List<api.TimePeriod> o) { |
+checkUnnamed690(core.List<api.TimePeriod> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTimePeriod(o[0]); |
checkTimePeriod(o[1]); |
} |
-buildUnnamed142() { |
+buildUnnamed691() { |
var o = new core.List<api.Error>(); |
o.add(buildError()); |
o.add(buildError()); |
return o; |
} |
-checkUnnamed142(core.List<api.Error> o) { |
+checkUnnamed691(core.List<api.Error> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkError(o[0]); |
checkError(o[1]); |
@@ -927,8 +927,8 @@ buildFreeBusyCalendar() { |
var o = new api.FreeBusyCalendar(); |
buildCounterFreeBusyCalendar++; |
if (buildCounterFreeBusyCalendar < 3) { |
- o.busy = buildUnnamed141(); |
- o.errors = buildUnnamed142(); |
+ o.busy = buildUnnamed690(); |
+ o.errors = buildUnnamed691(); |
} |
buildCounterFreeBusyCalendar--; |
return o; |
@@ -937,33 +937,33 @@ buildFreeBusyCalendar() { |
checkFreeBusyCalendar(api.FreeBusyCalendar o) { |
buildCounterFreeBusyCalendar++; |
if (buildCounterFreeBusyCalendar < 3) { |
- checkUnnamed141(o.busy); |
- checkUnnamed142(o.errors); |
+ checkUnnamed690(o.busy); |
+ checkUnnamed691(o.errors); |
} |
buildCounterFreeBusyCalendar--; |
} |
-buildUnnamed143() { |
+buildUnnamed692() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed143(core.List<core.String> o) { |
+checkUnnamed692(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed144() { |
+buildUnnamed693() { |
var o = new core.List<api.Error>(); |
o.add(buildError()); |
o.add(buildError()); |
return o; |
} |
-checkUnnamed144(core.List<api.Error> o) { |
+checkUnnamed693(core.List<api.Error> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkError(o[0]); |
checkError(o[1]); |
@@ -974,8 +974,8 @@ buildFreeBusyGroup() { |
var o = new api.FreeBusyGroup(); |
buildCounterFreeBusyGroup++; |
if (buildCounterFreeBusyGroup < 3) { |
- o.calendars = buildUnnamed143(); |
- o.errors = buildUnnamed144(); |
+ o.calendars = buildUnnamed692(); |
+ o.errors = buildUnnamed693(); |
} |
buildCounterFreeBusyGroup--; |
return o; |
@@ -984,20 +984,20 @@ buildFreeBusyGroup() { |
checkFreeBusyGroup(api.FreeBusyGroup o) { |
buildCounterFreeBusyGroup++; |
if (buildCounterFreeBusyGroup < 3) { |
- checkUnnamed143(o.calendars); |
- checkUnnamed144(o.errors); |
+ checkUnnamed692(o.calendars); |
+ checkUnnamed693(o.errors); |
} |
buildCounterFreeBusyGroup--; |
} |
-buildUnnamed145() { |
+buildUnnamed694() { |
var o = new core.List<api.FreeBusyRequestItem>(); |
o.add(buildFreeBusyRequestItem()); |
o.add(buildFreeBusyRequestItem()); |
return o; |
} |
-checkUnnamed145(core.List<api.FreeBusyRequestItem> o) { |
+checkUnnamed694(core.List<api.FreeBusyRequestItem> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkFreeBusyRequestItem(o[0]); |
checkFreeBusyRequestItem(o[1]); |
@@ -1010,7 +1010,7 @@ buildFreeBusyRequest() { |
if (buildCounterFreeBusyRequest < 3) { |
o.calendarExpansionMax = 42; |
o.groupExpansionMax = 42; |
- o.items = buildUnnamed145(); |
+ o.items = buildUnnamed694(); |
o.timeMax = core.DateTime.parse("2002-02-27T14:01:02"); |
o.timeMin = core.DateTime.parse("2002-02-27T14:01:02"); |
o.timeZone = "foo"; |
@@ -1024,7 +1024,7 @@ checkFreeBusyRequest(api.FreeBusyRequest o) { |
if (buildCounterFreeBusyRequest < 3) { |
unittest.expect(o.calendarExpansionMax, unittest.equals(42)); |
unittest.expect(o.groupExpansionMax, unittest.equals(42)); |
- checkUnnamed145(o.items); |
+ checkUnnamed694(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')); |
@@ -1051,27 +1051,27 @@ checkFreeBusyRequestItem(api.FreeBusyRequestItem o) { |
buildCounterFreeBusyRequestItem--; |
} |
-buildUnnamed146() { |
+buildUnnamed695() { |
var o = new core.Map<core.String, api.FreeBusyCalendar>(); |
o["x"] = buildFreeBusyCalendar(); |
o["y"] = buildFreeBusyCalendar(); |
return o; |
} |
-checkUnnamed146(core.Map<core.String, api.FreeBusyCalendar> o) { |
+checkUnnamed695(core.Map<core.String, api.FreeBusyCalendar> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkFreeBusyCalendar(o["x"]); |
checkFreeBusyCalendar(o["y"]); |
} |
-buildUnnamed147() { |
+buildUnnamed696() { |
var o = new core.Map<core.String, api.FreeBusyGroup>(); |
o["x"] = buildFreeBusyGroup(); |
o["y"] = buildFreeBusyGroup(); |
return o; |
} |
-checkUnnamed147(core.Map<core.String, api.FreeBusyGroup> o) { |
+checkUnnamed696(core.Map<core.String, api.FreeBusyGroup> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkFreeBusyGroup(o["x"]); |
checkFreeBusyGroup(o["y"]); |
@@ -1082,8 +1082,8 @@ buildFreeBusyResponse() { |
var o = new api.FreeBusyResponse(); |
buildCounterFreeBusyResponse++; |
if (buildCounterFreeBusyResponse < 3) { |
- o.calendars = buildUnnamed146(); |
- o.groups = buildUnnamed147(); |
+ o.calendars = buildUnnamed695(); |
+ o.groups = buildUnnamed696(); |
o.kind = "foo"; |
o.timeMax = core.DateTime.parse("2002-02-27T14:01:02"); |
o.timeMin = core.DateTime.parse("2002-02-27T14:01:02"); |
@@ -1095,8 +1095,8 @@ buildFreeBusyResponse() { |
checkFreeBusyResponse(api.FreeBusyResponse o) { |
buildCounterFreeBusyResponse++; |
if (buildCounterFreeBusyResponse < 3) { |
- checkUnnamed146(o.calendars); |
- checkUnnamed147(o.groups); |
+ checkUnnamed695(o.calendars); |
+ checkUnnamed696(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"))); |
@@ -1129,14 +1129,14 @@ checkSetting(api.Setting o) { |
buildCounterSetting--; |
} |
-buildUnnamed148() { |
+buildUnnamed697() { |
var o = new core.List<api.Setting>(); |
o.add(buildSetting()); |
o.add(buildSetting()); |
return o; |
} |
-checkUnnamed148(core.List<api.Setting> o) { |
+checkUnnamed697(core.List<api.Setting> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSetting(o[0]); |
checkSetting(o[1]); |
@@ -1148,7 +1148,7 @@ buildSettings() { |
buildCounterSettings++; |
if (buildCounterSettings < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed148(); |
+ o.items = buildUnnamed697(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.nextSyncToken = "foo"; |
@@ -1161,7 +1161,7 @@ checkSettings(api.Settings o) { |
buildCounterSettings++; |
if (buildCounterSettings < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed148(o.items); |
+ checkUnnamed697(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.nextSyncToken, unittest.equals('foo')); |
@@ -1190,53 +1190,53 @@ checkTimePeriod(api.TimePeriod o) { |
buildCounterTimePeriod--; |
} |
-buildUnnamed149() { |
+buildUnnamed698() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed149(core.List<core.String> o) { |
+checkUnnamed698(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed150() { |
+buildUnnamed699() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed150(core.List<core.String> o) { |
+checkUnnamed699(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed151() { |
+buildUnnamed700() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed151(core.List<core.String> o) { |
+checkUnnamed700(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')); |
} |
-buildUnnamed152() { |
+buildUnnamed701() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed152(core.List<core.String> o) { |
+checkUnnamed701(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')); |
@@ -3058,9 +3058,9 @@ main() { |
var arg_maxResults = 42; |
var arg_orderBy = "foo"; |
var arg_pageToken = "foo"; |
- var arg_privateExtendedProperty = buildUnnamed149(); |
+ var arg_privateExtendedProperty = buildUnnamed698(); |
var arg_q = "foo"; |
- var arg_sharedExtendedProperty = buildUnnamed150(); |
+ var arg_sharedExtendedProperty = buildUnnamed699(); |
var arg_showDeleted = true; |
var arg_showHiddenInvitations = true; |
var arg_singleEvents = true; |
@@ -3402,9 +3402,9 @@ main() { |
var arg_maxResults = 42; |
var arg_orderBy = "foo"; |
var arg_pageToken = "foo"; |
- var arg_privateExtendedProperty = buildUnnamed151(); |
+ var arg_privateExtendedProperty = buildUnnamed700(); |
var arg_q = "foo"; |
- var arg_sharedExtendedProperty = buildUnnamed152(); |
+ var arg_sharedExtendedProperty = buildUnnamed701(); |
var arg_showDeleted = true; |
var arg_showHiddenInvitations = true; |
var arg_singleEvents = true; |