Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Unified Diff: generated/googleapis/test/calendar/v3_test.dart

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/test/books/v1_test.dart ('k') | generated/googleapis/test/civicinfo/us_v1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c9e9ac852546ffd1ff612da4b788e683a9c5d024..c3f1d568aba4b29f74531cfc01ff1ff2e48132cc 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;
-buildUnnamed682() {
+buildUnnamed345() {
var o = new core.List<api.AclRule>();
o.add(buildAclRule());
o.add(buildAclRule());
return o;
}
-checkUnnamed682(core.List<api.AclRule> o) {
+checkUnnamed345(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 = buildUnnamed682();
+ o.items = buildUnnamed345();
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'));
- checkUnnamed682(o.items);
+ checkUnnamed345(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--;
}
-buildUnnamed683() {
+buildUnnamed346() {
var o = new core.List<api.CalendarListEntry>();
o.add(buildCalendarListEntry());
o.add(buildCalendarListEntry());
return o;
}
-checkUnnamed683(core.List<api.CalendarListEntry> o) {
+checkUnnamed346(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 = buildUnnamed683();
+ o.items = buildUnnamed346();
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'));
- checkUnnamed683(o.items);
+ checkUnnamed346(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--;
}
-buildUnnamed684() {
+buildUnnamed347() {
var o = new core.List<api.EventReminder>();
o.add(buildEventReminder());
o.add(buildEventReminder());
return o;
}
-checkUnnamed684(core.List<api.EventReminder> o) {
+checkUnnamed347(core.List<api.EventReminder> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventReminder(o[0]);
checkEventReminder(o[1]);
}
-buildUnnamed685() {
+buildUnnamed348() {
var o = new core.List<api.CalendarNotification>();
o.add(buildCalendarNotification());
o.add(buildCalendarNotification());
return o;
}
-checkUnnamed685(core.List<api.CalendarNotification> o) {
+checkUnnamed348(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 = buildUnnamed685();
+ o.notifications = buildUnnamed348();
}
buildCounterCalendarListEntryNotificationSettings--;
return o;
@@ -215,7 +215,7 @@ buildCalendarListEntryNotificationSettings() {
checkCalendarListEntryNotificationSettings(api.CalendarListEntryNotificationSettings o) {
buildCounterCalendarListEntryNotificationSettings++;
if (buildCounterCalendarListEntryNotificationSettings < 3) {
- checkUnnamed685(o.notifications);
+ checkUnnamed348(o.notifications);
}
buildCounterCalendarListEntryNotificationSettings--;
}
@@ -228,7 +228,7 @@ buildCalendarListEntry() {
o.accessRole = "foo";
o.backgroundColor = "foo";
o.colorId = "foo";
- o.defaultReminders = buildUnnamed684();
+ o.defaultReminders = buildUnnamed347();
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'));
- checkUnnamed684(o.defaultReminders);
+ checkUnnamed347(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--;
}
-buildUnnamed686() {
+buildUnnamed349() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed686(core.Map<core.String, core.String> o) {
+checkUnnamed349(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 = buildUnnamed686();
+ o.params = buildUnnamed349();
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'));
- checkUnnamed686(o.params);
+ checkUnnamed349(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--;
}
-buildUnnamed687() {
+buildUnnamed350() {
var o = new core.Map<core.String, api.ColorDefinition>();
o["x"] = buildColorDefinition();
o["y"] = buildColorDefinition();
return o;
}
-checkUnnamed687(core.Map<core.String, api.ColorDefinition> o) {
+checkUnnamed350(core.Map<core.String, api.ColorDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkColorDefinition(o["x"]);
checkColorDefinition(o["y"]);
}
-buildUnnamed688() {
+buildUnnamed351() {
var o = new core.Map<core.String, api.ColorDefinition>();
o["x"] = buildColorDefinition();
o["y"] = buildColorDefinition();
return o;
}
-checkUnnamed688(core.Map<core.String, api.ColorDefinition> o) {
+checkUnnamed351(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 = buildUnnamed687();
- o.event = buildUnnamed688();
+ o.calendar = buildUnnamed350();
+ o.event = buildUnnamed351();
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) {
- checkUnnamed687(o.calendar);
- checkUnnamed688(o.event);
+ checkUnnamed350(o.calendar);
+ checkUnnamed351(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--;
}
-buildUnnamed689() {
+buildUnnamed352() {
var o = new core.List<api.EventAttendee>();
o.add(buildEventAttendee());
o.add(buildEventAttendee());
return o;
}
-checkUnnamed689(core.List<api.EventAttendee> o) {
+checkUnnamed352(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--;
}
-buildUnnamed690() {
+buildUnnamed353() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed690(core.Map<core.String, core.String> o) {
+checkUnnamed353(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'));
}
-buildUnnamed691() {
+buildUnnamed354() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed691(core.Map<core.String, core.String> o) {
+checkUnnamed354(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 = buildUnnamed690();
- o.shared = buildUnnamed691();
+ o.private = buildUnnamed353();
+ o.shared = buildUnnamed354();
}
buildCounterEventExtendedProperties--;
return o;
@@ -516,20 +516,20 @@ buildEventExtendedProperties() {
checkEventExtendedProperties(api.EventExtendedProperties o) {
buildCounterEventExtendedProperties++;
if (buildCounterEventExtendedProperties < 3) {
- checkUnnamed690(o.private);
- checkUnnamed691(o.shared);
+ checkUnnamed353(o.private);
+ checkUnnamed354(o.shared);
}
buildCounterEventExtendedProperties--;
}
-buildUnnamed692() {
+buildUnnamed355() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed692(core.Map<core.String, core.String> o) {
+checkUnnamed355(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 = buildUnnamed692();
+ o.preferences = buildUnnamed355();
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'));
- checkUnnamed692(o.preferences);
+ checkUnnamed355(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--;
}
-buildUnnamed693() {
+buildUnnamed356() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed693(core.List<core.String> o) {
+checkUnnamed356(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'));
}
-buildUnnamed694() {
+buildUnnamed357() {
var o = new core.List<api.EventReminder>();
o.add(buildEventReminder());
o.add(buildEventReminder());
return o;
}
-checkUnnamed694(core.List<api.EventReminder> o) {
+checkUnnamed357(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 = buildUnnamed694();
+ o.overrides = buildUnnamed357();
o.useDefault = true;
}
buildCounterEventReminders--;
@@ -634,7 +634,7 @@ buildEventReminders() {
checkEventReminders(api.EventReminders o) {
buildCounterEventReminders++;
if (buildCounterEventReminders < 3) {
- checkUnnamed694(o.overrides);
+ checkUnnamed357(o.overrides);
unittest.expect(o.useDefault, unittest.isTrue);
}
buildCounterEventReminders--;
@@ -667,7 +667,7 @@ buildEvent() {
buildCounterEvent++;
if (buildCounterEvent < 3) {
o.anyoneCanAddSelf = true;
- o.attendees = buildUnnamed689();
+ o.attendees = buildUnnamed352();
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 = buildUnnamed693();
+ o.recurrence = buildUnnamed356();
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);
- checkUnnamed689(o.attendees);
+ checkUnnamed352(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);
- checkUnnamed693(o.recurrence);
+ checkUnnamed356(o.recurrence);
unittest.expect(o.recurringEventId, unittest.equals('foo'));
checkEventReminders(o.reminders);
unittest.expect(o.sequence, unittest.equals(42));
@@ -755,7 +755,6 @@ buildEventAttachment() {
var o = new api.EventAttachment();
buildCounterEventAttachment++;
if (buildCounterEventAttachment < 3) {
- o.title = "foo";
}
buildCounterEventAttachment--;
return o;
@@ -764,7 +763,6 @@ buildEventAttachment() {
checkEventAttachment(api.EventAttachment o) {
buildCounterEventAttachment++;
if (buildCounterEventAttachment < 3) {
- unittest.expect(o.title, unittest.equals('foo'));
}
buildCounterEventAttachment--;
}
@@ -850,27 +848,27 @@ checkEventReminder(api.EventReminder o) {
buildCounterEventReminder--;
}
-buildUnnamed695() {
+buildUnnamed358() {
var o = new core.List<api.EventReminder>();
o.add(buildEventReminder());
o.add(buildEventReminder());
return o;
}
-checkUnnamed695(core.List<api.EventReminder> o) {
+checkUnnamed358(core.List<api.EventReminder> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventReminder(o[0]);
checkEventReminder(o[1]);
}
-buildUnnamed696() {
+buildUnnamed359() {
var o = new core.List<api.Event>();
o.add(buildEvent());
o.add(buildEvent());
return o;
}
-checkUnnamed696(core.List<api.Event> o) {
+checkUnnamed359(core.List<api.Event> o) {
unittest.expect(o, unittest.hasLength(2));
checkEvent(o[0]);
checkEvent(o[1]);
@@ -882,10 +880,10 @@ buildEvents() {
buildCounterEvents++;
if (buildCounterEvents < 3) {
o.accessRole = "foo";
- o.defaultReminders = buildUnnamed695();
+ o.defaultReminders = buildUnnamed358();
o.description = "foo";
o.etag = "foo";
- o.items = buildUnnamed696();
+ o.items = buildUnnamed359();
o.kind = "foo";
o.nextPageToken = "foo";
o.nextSyncToken = "foo";
@@ -901,10 +899,10 @@ checkEvents(api.Events o) {
buildCounterEvents++;
if (buildCounterEvents < 3) {
unittest.expect(o.accessRole, unittest.equals('foo'));
- checkUnnamed695(o.defaultReminders);
+ checkUnnamed358(o.defaultReminders);
unittest.expect(o.description, unittest.equals('foo'));
unittest.expect(o.etag, unittest.equals('foo'));
- checkUnnamed696(o.items);
+ checkUnnamed359(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.nextSyncToken, unittest.equals('foo'));
@@ -915,27 +913,27 @@ checkEvents(api.Events o) {
buildCounterEvents--;
}
-buildUnnamed697() {
+buildUnnamed360() {
var o = new core.List<api.TimePeriod>();
o.add(buildTimePeriod());
o.add(buildTimePeriod());
return o;
}
-checkUnnamed697(core.List<api.TimePeriod> o) {
+checkUnnamed360(core.List<api.TimePeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkTimePeriod(o[0]);
checkTimePeriod(o[1]);
}
-buildUnnamed698() {
+buildUnnamed361() {
var o = new core.List<api.Error>();
o.add(buildError());
o.add(buildError());
return o;
}
-checkUnnamed698(core.List<api.Error> o) {
+checkUnnamed361(core.List<api.Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkError(o[0]);
checkError(o[1]);
@@ -946,8 +944,8 @@ buildFreeBusyCalendar() {
var o = new api.FreeBusyCalendar();
buildCounterFreeBusyCalendar++;
if (buildCounterFreeBusyCalendar < 3) {
- o.busy = buildUnnamed697();
- o.errors = buildUnnamed698();
+ o.busy = buildUnnamed360();
+ o.errors = buildUnnamed361();
}
buildCounterFreeBusyCalendar--;
return o;
@@ -956,33 +954,33 @@ buildFreeBusyCalendar() {
checkFreeBusyCalendar(api.FreeBusyCalendar o) {
buildCounterFreeBusyCalendar++;
if (buildCounterFreeBusyCalendar < 3) {
- checkUnnamed697(o.busy);
- checkUnnamed698(o.errors);
+ checkUnnamed360(o.busy);
+ checkUnnamed361(o.errors);
}
buildCounterFreeBusyCalendar--;
}
-buildUnnamed699() {
+buildUnnamed362() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed699(core.List<core.String> o) {
+checkUnnamed362(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'));
}
-buildUnnamed700() {
+buildUnnamed363() {
var o = new core.List<api.Error>();
o.add(buildError());
o.add(buildError());
return o;
}
-checkUnnamed700(core.List<api.Error> o) {
+checkUnnamed363(core.List<api.Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkError(o[0]);
checkError(o[1]);
@@ -993,8 +991,8 @@ buildFreeBusyGroup() {
var o = new api.FreeBusyGroup();
buildCounterFreeBusyGroup++;
if (buildCounterFreeBusyGroup < 3) {
- o.calendars = buildUnnamed699();
- o.errors = buildUnnamed700();
+ o.calendars = buildUnnamed362();
+ o.errors = buildUnnamed363();
}
buildCounterFreeBusyGroup--;
return o;
@@ -1003,20 +1001,20 @@ buildFreeBusyGroup() {
checkFreeBusyGroup(api.FreeBusyGroup o) {
buildCounterFreeBusyGroup++;
if (buildCounterFreeBusyGroup < 3) {
- checkUnnamed699(o.calendars);
- checkUnnamed700(o.errors);
+ checkUnnamed362(o.calendars);
+ checkUnnamed363(o.errors);
}
buildCounterFreeBusyGroup--;
}
-buildUnnamed701() {
+buildUnnamed364() {
var o = new core.List<api.FreeBusyRequestItem>();
o.add(buildFreeBusyRequestItem());
o.add(buildFreeBusyRequestItem());
return o;
}
-checkUnnamed701(core.List<api.FreeBusyRequestItem> o) {
+checkUnnamed364(core.List<api.FreeBusyRequestItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkFreeBusyRequestItem(o[0]);
checkFreeBusyRequestItem(o[1]);
@@ -1029,7 +1027,7 @@ buildFreeBusyRequest() {
if (buildCounterFreeBusyRequest < 3) {
o.calendarExpansionMax = 42;
o.groupExpansionMax = 42;
- o.items = buildUnnamed701();
+ o.items = buildUnnamed364();
o.timeMax = core.DateTime.parse("2002-02-27T14:01:02");
o.timeMin = core.DateTime.parse("2002-02-27T14:01:02");
o.timeZone = "foo";
@@ -1043,7 +1041,7 @@ checkFreeBusyRequest(api.FreeBusyRequest o) {
if (buildCounterFreeBusyRequest < 3) {
unittest.expect(o.calendarExpansionMax, unittest.equals(42));
unittest.expect(o.groupExpansionMax, unittest.equals(42));
- checkUnnamed701(o.items);
+ checkUnnamed364(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'));
@@ -1070,27 +1068,27 @@ checkFreeBusyRequestItem(api.FreeBusyRequestItem o) {
buildCounterFreeBusyRequestItem--;
}
-buildUnnamed702() {
+buildUnnamed365() {
var o = new core.Map<core.String, api.FreeBusyCalendar>();
o["x"] = buildFreeBusyCalendar();
o["y"] = buildFreeBusyCalendar();
return o;
}
-checkUnnamed702(core.Map<core.String, api.FreeBusyCalendar> o) {
+checkUnnamed365(core.Map<core.String, api.FreeBusyCalendar> o) {
unittest.expect(o, unittest.hasLength(2));
checkFreeBusyCalendar(o["x"]);
checkFreeBusyCalendar(o["y"]);
}
-buildUnnamed703() {
+buildUnnamed366() {
var o = new core.Map<core.String, api.FreeBusyGroup>();
o["x"] = buildFreeBusyGroup();
o["y"] = buildFreeBusyGroup();
return o;
}
-checkUnnamed703(core.Map<core.String, api.FreeBusyGroup> o) {
+checkUnnamed366(core.Map<core.String, api.FreeBusyGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkFreeBusyGroup(o["x"]);
checkFreeBusyGroup(o["y"]);
@@ -1101,8 +1099,8 @@ buildFreeBusyResponse() {
var o = new api.FreeBusyResponse();
buildCounterFreeBusyResponse++;
if (buildCounterFreeBusyResponse < 3) {
- o.calendars = buildUnnamed702();
- o.groups = buildUnnamed703();
+ o.calendars = buildUnnamed365();
+ o.groups = buildUnnamed366();
o.kind = "foo";
o.timeMax = core.DateTime.parse("2002-02-27T14:01:02");
o.timeMin = core.DateTime.parse("2002-02-27T14:01:02");
@@ -1114,8 +1112,8 @@ buildFreeBusyResponse() {
checkFreeBusyResponse(api.FreeBusyResponse o) {
buildCounterFreeBusyResponse++;
if (buildCounterFreeBusyResponse < 3) {
- checkUnnamed702(o.calendars);
- checkUnnamed703(o.groups);
+ checkUnnamed365(o.calendars);
+ checkUnnamed366(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")));
@@ -1148,14 +1146,14 @@ checkSetting(api.Setting o) {
buildCounterSetting--;
}
-buildUnnamed704() {
+buildUnnamed367() {
var o = new core.List<api.Setting>();
o.add(buildSetting());
o.add(buildSetting());
return o;
}
-checkUnnamed704(core.List<api.Setting> o) {
+checkUnnamed367(core.List<api.Setting> o) {
unittest.expect(o, unittest.hasLength(2));
checkSetting(o[0]);
checkSetting(o[1]);
@@ -1167,7 +1165,7 @@ buildSettings() {
buildCounterSettings++;
if (buildCounterSettings < 3) {
o.etag = "foo";
- o.items = buildUnnamed704();
+ o.items = buildUnnamed367();
o.kind = "foo";
o.nextPageToken = "foo";
o.nextSyncToken = "foo";
@@ -1180,7 +1178,7 @@ checkSettings(api.Settings o) {
buildCounterSettings++;
if (buildCounterSettings < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
- checkUnnamed704(o.items);
+ checkUnnamed367(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.nextSyncToken, unittest.equals('foo'));
@@ -1209,53 +1207,53 @@ checkTimePeriod(api.TimePeriod o) {
buildCounterTimePeriod--;
}
-buildUnnamed705() {
+buildUnnamed368() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed705(core.List<core.String> o) {
+checkUnnamed368(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'));
}
-buildUnnamed706() {
+buildUnnamed369() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed706(core.List<core.String> o) {
+checkUnnamed369(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'));
}
-buildUnnamed707() {
+buildUnnamed370() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed707(core.List<core.String> o) {
+checkUnnamed370(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'));
}
-buildUnnamed708() {
+buildUnnamed371() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed708(core.List<core.String> o) {
+checkUnnamed371(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'));
@@ -3086,9 +3084,9 @@ main() {
var arg_maxResults = 42;
var arg_orderBy = "foo";
var arg_pageToken = "foo";
- var arg_privateExtendedProperty = buildUnnamed705();
+ var arg_privateExtendedProperty = buildUnnamed368();
var arg_q = "foo";
- var arg_sharedExtendedProperty = buildUnnamed706();
+ var arg_sharedExtendedProperty = buildUnnamed369();
var arg_showDeleted = true;
var arg_showHiddenInvitations = true;
var arg_singleEvents = true;
@@ -3430,9 +3428,9 @@ main() {
var arg_maxResults = 42;
var arg_orderBy = "foo";
var arg_pageToken = "foo";
- var arg_privateExtendedProperty = buildUnnamed707();
+ var arg_privateExtendedProperty = buildUnnamed370();
var arg_q = "foo";
- var arg_sharedExtendedProperty = buildUnnamed708();
+ var arg_sharedExtendedProperty = buildUnnamed371();
var arg_showDeleted = true;
var arg_showHiddenInvitations = true;
var arg_singleEvents = true;
« no previous file with comments | « generated/googleapis/test/books/v1_test.dart ('k') | generated/googleapis/test/civicinfo/us_v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698