| Index: generated/googleapis/test/mirror/v1_test.dart
|
| diff --git a/generated/googleapis/test/mirror/v1_test.dart b/generated/googleapis/test/mirror/v1_test.dart
|
| index 784f3a983b6c67ef5d07013bd4261647b0cfd308..0bcdac0f0eca1fe20e14a1e1acee4d2910525727 100644
|
| --- a/generated/googleapis/test/mirror/v1_test.dart
|
| +++ b/generated/googleapis/test/mirror/v1_test.dart
|
| @@ -16,40 +16,40 @@ import 'package:googleapis/mirror/v1.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed930() {
|
| +buildUnnamed761() {
|
| var o = new core.List<api.AuthToken>();
|
| o.add(buildAuthToken());
|
| o.add(buildAuthToken());
|
| return o;
|
| }
|
|
|
| -checkUnnamed930(core.List<api.AuthToken> o) {
|
| +checkUnnamed761(core.List<api.AuthToken> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAuthToken(o[0]);
|
| checkAuthToken(o[1]);
|
| }
|
|
|
| -buildUnnamed931() {
|
| +buildUnnamed762() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed931(core.List<core.String> o) {
|
| +checkUnnamed762(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'));
|
| }
|
|
|
| -buildUnnamed932() {
|
| +buildUnnamed763() {
|
| var o = new core.List<api.UserData>();
|
| o.add(buildUserData());
|
| o.add(buildUserData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed932(core.List<api.UserData> o) {
|
| +checkUnnamed763(core.List<api.UserData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserData(o[0]);
|
| checkUserData(o[1]);
|
| @@ -60,10 +60,10 @@ buildAccount() {
|
| var o = new api.Account();
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - o.authTokens = buildUnnamed930();
|
| - o.features = buildUnnamed931();
|
| + o.authTokens = buildUnnamed761();
|
| + o.features = buildUnnamed762();
|
| o.password = "foo";
|
| - o.userData = buildUnnamed932();
|
| + o.userData = buildUnnamed763();
|
| }
|
| buildCounterAccount--;
|
| return o;
|
| @@ -72,10 +72,10 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed930(o.authTokens);
|
| - checkUnnamed931(o.features);
|
| + checkUnnamed761(o.authTokens);
|
| + checkUnnamed762(o.features);
|
| unittest.expect(o.password, unittest.equals('foo'));
|
| - checkUnnamed932(o.userData);
|
| + checkUnnamed763(o.userData);
|
| }
|
| buildCounterAccount--;
|
| }
|
| @@ -105,14 +105,14 @@ checkAttachment(api.Attachment o) {
|
| buildCounterAttachment--;
|
| }
|
|
|
| -buildUnnamed933() {
|
| +buildUnnamed764() {
|
| var o = new core.List<api.Attachment>();
|
| o.add(buildAttachment());
|
| o.add(buildAttachment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed933(core.List<api.Attachment> o) {
|
| +checkUnnamed764(core.List<api.Attachment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAttachment(o[0]);
|
| checkAttachment(o[1]);
|
| @@ -123,7 +123,7 @@ buildAttachmentsListResponse() {
|
| var o = new api.AttachmentsListResponse();
|
| buildCounterAttachmentsListResponse++;
|
| if (buildCounterAttachmentsListResponse < 3) {
|
| - o.items = buildUnnamed933();
|
| + o.items = buildUnnamed764();
|
| o.kind = "foo";
|
| }
|
| buildCounterAttachmentsListResponse--;
|
| @@ -133,7 +133,7 @@ buildAttachmentsListResponse() {
|
| checkAttachmentsListResponse(api.AttachmentsListResponse o) {
|
| buildCounterAttachmentsListResponse++;
|
| if (buildCounterAttachmentsListResponse < 3) {
|
| - checkUnnamed933(o.items);
|
| + checkUnnamed764(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAttachmentsListResponse--;
|
| @@ -179,53 +179,53 @@ checkCommand(api.Command o) {
|
| buildCounterCommand--;
|
| }
|
|
|
| -buildUnnamed934() {
|
| +buildUnnamed765() {
|
| var o = new core.List<api.Command>();
|
| o.add(buildCommand());
|
| o.add(buildCommand());
|
| return o;
|
| }
|
|
|
| -checkUnnamed934(core.List<api.Command> o) {
|
| +checkUnnamed765(core.List<api.Command> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCommand(o[0]);
|
| checkCommand(o[1]);
|
| }
|
|
|
| -buildUnnamed935() {
|
| +buildUnnamed766() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed935(core.List<core.String> o) {
|
| +checkUnnamed766(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'));
|
| }
|
|
|
| -buildUnnamed936() {
|
| +buildUnnamed767() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed936(core.List<core.String> o) {
|
| +checkUnnamed767(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'));
|
| }
|
|
|
| -buildUnnamed937() {
|
| +buildUnnamed768() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed937(core.List<core.String> o) {
|
| +checkUnnamed768(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'));
|
| @@ -236,15 +236,15 @@ buildContact() {
|
| var o = new api.Contact();
|
| buildCounterContact++;
|
| if (buildCounterContact < 3) {
|
| - o.acceptCommands = buildUnnamed934();
|
| - o.acceptTypes = buildUnnamed935();
|
| + o.acceptCommands = buildUnnamed765();
|
| + o.acceptTypes = buildUnnamed766();
|
| o.displayName = "foo";
|
| o.id = "foo";
|
| - o.imageUrls = buildUnnamed936();
|
| + o.imageUrls = buildUnnamed767();
|
| o.kind = "foo";
|
| o.phoneNumber = "foo";
|
| o.priority = 42;
|
| - o.sharingFeatures = buildUnnamed937();
|
| + o.sharingFeatures = buildUnnamed768();
|
| o.source = "foo";
|
| o.speakableName = "foo";
|
| o.type = "foo";
|
| @@ -256,15 +256,15 @@ buildContact() {
|
| checkContact(api.Contact o) {
|
| buildCounterContact++;
|
| if (buildCounterContact < 3) {
|
| - checkUnnamed934(o.acceptCommands);
|
| - checkUnnamed935(o.acceptTypes);
|
| + checkUnnamed765(o.acceptCommands);
|
| + checkUnnamed766(o.acceptTypes);
|
| unittest.expect(o.displayName, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed936(o.imageUrls);
|
| + checkUnnamed767(o.imageUrls);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.phoneNumber, unittest.equals('foo'));
|
| unittest.expect(o.priority, unittest.equals(42));
|
| - checkUnnamed937(o.sharingFeatures);
|
| + checkUnnamed768(o.sharingFeatures);
|
| unittest.expect(o.source, unittest.equals('foo'));
|
| unittest.expect(o.speakableName, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -272,14 +272,14 @@ checkContact(api.Contact o) {
|
| buildCounterContact--;
|
| }
|
|
|
| -buildUnnamed938() {
|
| +buildUnnamed769() {
|
| var o = new core.List<api.Contact>();
|
| o.add(buildContact());
|
| o.add(buildContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed938(core.List<api.Contact> o) {
|
| +checkUnnamed769(core.List<api.Contact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContact(o[0]);
|
| checkContact(o[1]);
|
| @@ -290,7 +290,7 @@ buildContactsListResponse() {
|
| var o = new api.ContactsListResponse();
|
| buildCounterContactsListResponse++;
|
| if (buildCounterContactsListResponse < 3) {
|
| - o.items = buildUnnamed938();
|
| + o.items = buildUnnamed769();
|
| o.kind = "foo";
|
| }
|
| buildCounterContactsListResponse--;
|
| @@ -300,7 +300,7 @@ buildContactsListResponse() {
|
| checkContactsListResponse(api.ContactsListResponse o) {
|
| buildCounterContactsListResponse++;
|
| if (buildCounterContactsListResponse < 3) {
|
| - checkUnnamed938(o.items);
|
| + checkUnnamed769(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterContactsListResponse--;
|
| @@ -339,14 +339,14 @@ checkLocation(api.Location o) {
|
| buildCounterLocation--;
|
| }
|
|
|
| -buildUnnamed939() {
|
| +buildUnnamed770() {
|
| var o = new core.List<api.Location>();
|
| o.add(buildLocation());
|
| o.add(buildLocation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed939(core.List<api.Location> o) {
|
| +checkUnnamed770(core.List<api.Location> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLocation(o[0]);
|
| checkLocation(o[1]);
|
| @@ -357,7 +357,7 @@ buildLocationsListResponse() {
|
| var o = new api.LocationsListResponse();
|
| buildCounterLocationsListResponse++;
|
| if (buildCounterLocationsListResponse < 3) {
|
| - o.items = buildUnnamed939();
|
| + o.items = buildUnnamed770();
|
| o.kind = "foo";
|
| }
|
| buildCounterLocationsListResponse--;
|
| @@ -367,20 +367,20 @@ buildLocationsListResponse() {
|
| checkLocationsListResponse(api.LocationsListResponse o) {
|
| buildCounterLocationsListResponse++;
|
| if (buildCounterLocationsListResponse < 3) {
|
| - checkUnnamed939(o.items);
|
| + checkUnnamed770(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterLocationsListResponse--;
|
| }
|
|
|
| -buildUnnamed940() {
|
| +buildUnnamed771() {
|
| var o = new core.List<api.MenuValue>();
|
| o.add(buildMenuValue());
|
| o.add(buildMenuValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed940(core.List<api.MenuValue> o) {
|
| +checkUnnamed771(core.List<api.MenuValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMenuValue(o[0]);
|
| checkMenuValue(o[1]);
|
| @@ -396,7 +396,7 @@ buildMenuItem() {
|
| o.id = "foo";
|
| o.payload = "foo";
|
| o.removeWhenSelected = true;
|
| - o.values = buildUnnamed940();
|
| + o.values = buildUnnamed771();
|
| }
|
| buildCounterMenuItem--;
|
| return o;
|
| @@ -410,7 +410,7 @@ checkMenuItem(api.MenuItem o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.payload, unittest.equals('foo'));
|
| unittest.expect(o.removeWhenSelected, unittest.isTrue);
|
| - checkUnnamed940(o.values);
|
| + checkUnnamed771(o.values);
|
| }
|
| buildCounterMenuItem--;
|
| }
|
| @@ -438,14 +438,14 @@ checkMenuValue(api.MenuValue o) {
|
| buildCounterMenuValue--;
|
| }
|
|
|
| -buildUnnamed941() {
|
| +buildUnnamed772() {
|
| var o = new core.List<api.UserAction>();
|
| o.add(buildUserAction());
|
| o.add(buildUserAction());
|
| return o;
|
| }
|
|
|
| -checkUnnamed941(core.List<api.UserAction> o) {
|
| +checkUnnamed772(core.List<api.UserAction> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserAction(o[0]);
|
| checkUserAction(o[1]);
|
| @@ -459,7 +459,7 @@ buildNotification() {
|
| o.collection = "foo";
|
| o.itemId = "foo";
|
| o.operation = "foo";
|
| - o.userActions = buildUnnamed941();
|
| + o.userActions = buildUnnamed772();
|
| o.userToken = "foo";
|
| o.verifyToken = "foo";
|
| }
|
| @@ -473,7 +473,7 @@ checkNotification(api.Notification o) {
|
| unittest.expect(o.collection, unittest.equals('foo'));
|
| unittest.expect(o.itemId, unittest.equals('foo'));
|
| unittest.expect(o.operation, unittest.equals('foo'));
|
| - checkUnnamed941(o.userActions);
|
| + checkUnnamed772(o.userActions);
|
| unittest.expect(o.userToken, unittest.equals('foo'));
|
| unittest.expect(o.verifyToken, unittest.equals('foo'));
|
| }
|
| @@ -524,14 +524,14 @@ checkSetting(api.Setting o) {
|
| buildCounterSetting--;
|
| }
|
|
|
| -buildUnnamed942() {
|
| +buildUnnamed773() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed942(core.List<core.String> o) {
|
| +checkUnnamed773(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'));
|
| @@ -547,7 +547,7 @@ buildSubscription() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.notification = buildNotification();
|
| - o.operation = buildUnnamed942();
|
| + o.operation = buildUnnamed773();
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.userToken = "foo";
|
| o.verifyToken = "foo";
|
| @@ -564,7 +564,7 @@ checkSubscription(api.Subscription o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkNotification(o.notification);
|
| - checkUnnamed942(o.operation);
|
| + checkUnnamed773(o.operation);
|
| unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.userToken, unittest.equals('foo'));
|
| unittest.expect(o.verifyToken, unittest.equals('foo'));
|
| @@ -572,14 +572,14 @@ checkSubscription(api.Subscription o) {
|
| buildCounterSubscription--;
|
| }
|
|
|
| -buildUnnamed943() {
|
| +buildUnnamed774() {
|
| var o = new core.List<api.Subscription>();
|
| o.add(buildSubscription());
|
| o.add(buildSubscription());
|
| return o;
|
| }
|
|
|
| -checkUnnamed943(core.List<api.Subscription> o) {
|
| +checkUnnamed774(core.List<api.Subscription> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubscription(o[0]);
|
| checkSubscription(o[1]);
|
| @@ -590,7 +590,7 @@ buildSubscriptionsListResponse() {
|
| var o = new api.SubscriptionsListResponse();
|
| buildCounterSubscriptionsListResponse++;
|
| if (buildCounterSubscriptionsListResponse < 3) {
|
| - o.items = buildUnnamed943();
|
| + o.items = buildUnnamed774();
|
| o.kind = "foo";
|
| }
|
| buildCounterSubscriptionsListResponse--;
|
| @@ -600,46 +600,46 @@ buildSubscriptionsListResponse() {
|
| checkSubscriptionsListResponse(api.SubscriptionsListResponse o) {
|
| buildCounterSubscriptionsListResponse++;
|
| if (buildCounterSubscriptionsListResponse < 3) {
|
| - checkUnnamed943(o.items);
|
| + checkUnnamed774(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterSubscriptionsListResponse--;
|
| }
|
|
|
| -buildUnnamed944() {
|
| +buildUnnamed775() {
|
| var o = new core.List<api.Attachment>();
|
| o.add(buildAttachment());
|
| o.add(buildAttachment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed944(core.List<api.Attachment> o) {
|
| +checkUnnamed775(core.List<api.Attachment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAttachment(o[0]);
|
| checkAttachment(o[1]);
|
| }
|
|
|
| -buildUnnamed945() {
|
| +buildUnnamed776() {
|
| var o = new core.List<api.MenuItem>();
|
| o.add(buildMenuItem());
|
| o.add(buildMenuItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed945(core.List<api.MenuItem> o) {
|
| +checkUnnamed776(core.List<api.MenuItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMenuItem(o[0]);
|
| checkMenuItem(o[1]);
|
| }
|
|
|
| -buildUnnamed946() {
|
| +buildUnnamed777() {
|
| var o = new core.List<api.Contact>();
|
| o.add(buildContact());
|
| o.add(buildContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed946(core.List<api.Contact> o) {
|
| +checkUnnamed777(core.List<api.Contact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContact(o[0]);
|
| checkContact(o[1]);
|
| @@ -650,7 +650,7 @@ buildTimelineItem() {
|
| var o = new api.TimelineItem();
|
| buildCounterTimelineItem++;
|
| if (buildCounterTimelineItem < 3) {
|
| - o.attachments = buildUnnamed944();
|
| + o.attachments = buildUnnamed775();
|
| o.bundleId = "foo";
|
| o.canonicalUrl = "foo";
|
| o.created = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -665,10 +665,10 @@ buildTimelineItem() {
|
| o.isPinned = true;
|
| o.kind = "foo";
|
| o.location = buildLocation();
|
| - o.menuItems = buildUnnamed945();
|
| + o.menuItems = buildUnnamed776();
|
| o.notification = buildNotificationConfig();
|
| o.pinScore = 42;
|
| - o.recipients = buildUnnamed946();
|
| + o.recipients = buildUnnamed777();
|
| o.selfLink = "foo";
|
| o.sourceItemId = "foo";
|
| o.speakableText = "foo";
|
| @@ -684,7 +684,7 @@ buildTimelineItem() {
|
| checkTimelineItem(api.TimelineItem o) {
|
| buildCounterTimelineItem++;
|
| if (buildCounterTimelineItem < 3) {
|
| - checkUnnamed944(o.attachments);
|
| + checkUnnamed775(o.attachments);
|
| unittest.expect(o.bundleId, unittest.equals('foo'));
|
| unittest.expect(o.canonicalUrl, unittest.equals('foo'));
|
| unittest.expect(o.created, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -699,10 +699,10 @@ checkTimelineItem(api.TimelineItem o) {
|
| unittest.expect(o.isPinned, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkLocation(o.location);
|
| - checkUnnamed945(o.menuItems);
|
| + checkUnnamed776(o.menuItems);
|
| checkNotificationConfig(o.notification);
|
| unittest.expect(o.pinScore, unittest.equals(42));
|
| - checkUnnamed946(o.recipients);
|
| + checkUnnamed777(o.recipients);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.sourceItemId, unittest.equals('foo'));
|
| unittest.expect(o.speakableText, unittest.equals('foo'));
|
| @@ -714,14 +714,14 @@ checkTimelineItem(api.TimelineItem o) {
|
| buildCounterTimelineItem--;
|
| }
|
|
|
| -buildUnnamed947() {
|
| +buildUnnamed778() {
|
| var o = new core.List<api.TimelineItem>();
|
| o.add(buildTimelineItem());
|
| o.add(buildTimelineItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed947(core.List<api.TimelineItem> o) {
|
| +checkUnnamed778(core.List<api.TimelineItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTimelineItem(o[0]);
|
| checkTimelineItem(o[1]);
|
| @@ -732,7 +732,7 @@ buildTimelineListResponse() {
|
| var o = new api.TimelineListResponse();
|
| buildCounterTimelineListResponse++;
|
| if (buildCounterTimelineListResponse < 3) {
|
| - o.items = buildUnnamed947();
|
| + o.items = buildUnnamed778();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -743,7 +743,7 @@ buildTimelineListResponse() {
|
| checkTimelineListResponse(api.TimelineListResponse o) {
|
| buildCounterTimelineListResponse++;
|
| if (buildCounterTimelineListResponse < 3) {
|
| - checkUnnamed947(o.items);
|
| + checkUnnamed778(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
|
|