| Index: generated/googleapis/test/gmail/v1_test.dart
|
| diff --git a/generated/googleapis/test/gmail/v1_test.dart b/generated/googleapis/test/gmail/v1_test.dart
|
| index 9cf068b5011ec54940d44aea286f15daed4f33d5..aef35a558f2adc36691d2a4c3054ca74239584a0 100644
|
| --- a/generated/googleapis/test/gmail/v1_test.dart
|
| +++ b/generated/googleapis/test/gmail/v1_test.dart
|
| @@ -74,14 +74,14 @@ checkAutoForwarding(api.AutoForwarding o) {
|
| buildCounterAutoForwarding--;
|
| }
|
|
|
| -buildUnnamed2740() {
|
| +buildUnnamed98() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2740(core.List<core.String> o) {
|
| +checkUnnamed98(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'));
|
| @@ -92,7 +92,7 @@ buildBatchDeleteMessagesRequest() {
|
| var o = new api.BatchDeleteMessagesRequest();
|
| buildCounterBatchDeleteMessagesRequest++;
|
| if (buildCounterBatchDeleteMessagesRequest < 3) {
|
| - o.ids = buildUnnamed2740();
|
| + o.ids = buildUnnamed98();
|
| }
|
| buildCounterBatchDeleteMessagesRequest--;
|
| return o;
|
| @@ -101,7 +101,7 @@ buildBatchDeleteMessagesRequest() {
|
| checkBatchDeleteMessagesRequest(api.BatchDeleteMessagesRequest o) {
|
| buildCounterBatchDeleteMessagesRequest++;
|
| if (buildCounterBatchDeleteMessagesRequest < 3) {
|
| - checkUnnamed2740(o.ids);
|
| + checkUnnamed98(o.ids);
|
| }
|
| buildCounterBatchDeleteMessagesRequest--;
|
| }
|
| @@ -150,27 +150,27 @@ checkFilter(api.Filter o) {
|
| buildCounterFilter--;
|
| }
|
|
|
| -buildUnnamed2741() {
|
| +buildUnnamed99() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2741(core.List<core.String> o) {
|
| +checkUnnamed99(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'));
|
| }
|
|
|
| -buildUnnamed2742() {
|
| +buildUnnamed100() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2742(core.List<core.String> o) {
|
| +checkUnnamed100(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'));
|
| @@ -181,9 +181,9 @@ buildFilterAction() {
|
| var o = new api.FilterAction();
|
| buildCounterFilterAction++;
|
| if (buildCounterFilterAction < 3) {
|
| - o.addLabelIds = buildUnnamed2741();
|
| + o.addLabelIds = buildUnnamed99();
|
| o.forward = "foo";
|
| - o.removeLabelIds = buildUnnamed2742();
|
| + o.removeLabelIds = buildUnnamed100();
|
| }
|
| buildCounterFilterAction--;
|
| return o;
|
| @@ -192,9 +192,9 @@ buildFilterAction() {
|
| checkFilterAction(api.FilterAction o) {
|
| buildCounterFilterAction++;
|
| if (buildCounterFilterAction < 3) {
|
| - checkUnnamed2741(o.addLabelIds);
|
| + checkUnnamed99(o.addLabelIds);
|
| unittest.expect(o.forward, unittest.equals('foo'));
|
| - checkUnnamed2742(o.removeLabelIds);
|
| + checkUnnamed100(o.removeLabelIds);
|
| }
|
| buildCounterFilterAction--;
|
| }
|
| @@ -255,66 +255,66 @@ checkForwardingAddress(api.ForwardingAddress o) {
|
| buildCounterForwardingAddress--;
|
| }
|
|
|
| -buildUnnamed2743() {
|
| +buildUnnamed101() {
|
| var o = new core.List<api.HistoryLabelAdded>();
|
| o.add(buildHistoryLabelAdded());
|
| o.add(buildHistoryLabelAdded());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2743(core.List<api.HistoryLabelAdded> o) {
|
| +checkUnnamed101(core.List<api.HistoryLabelAdded> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistoryLabelAdded(o[0]);
|
| checkHistoryLabelAdded(o[1]);
|
| }
|
|
|
| -buildUnnamed2744() {
|
| +buildUnnamed102() {
|
| var o = new core.List<api.HistoryLabelRemoved>();
|
| o.add(buildHistoryLabelRemoved());
|
| o.add(buildHistoryLabelRemoved());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2744(core.List<api.HistoryLabelRemoved> o) {
|
| +checkUnnamed102(core.List<api.HistoryLabelRemoved> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistoryLabelRemoved(o[0]);
|
| checkHistoryLabelRemoved(o[1]);
|
| }
|
|
|
| -buildUnnamed2745() {
|
| +buildUnnamed103() {
|
| var o = new core.List<api.Message>();
|
| o.add(buildMessage());
|
| o.add(buildMessage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2745(core.List<api.Message> o) {
|
| +checkUnnamed103(core.List<api.Message> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessage(o[0]);
|
| checkMessage(o[1]);
|
| }
|
|
|
| -buildUnnamed2746() {
|
| +buildUnnamed104() {
|
| var o = new core.List<api.HistoryMessageAdded>();
|
| o.add(buildHistoryMessageAdded());
|
| o.add(buildHistoryMessageAdded());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2746(core.List<api.HistoryMessageAdded> o) {
|
| +checkUnnamed104(core.List<api.HistoryMessageAdded> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistoryMessageAdded(o[0]);
|
| checkHistoryMessageAdded(o[1]);
|
| }
|
|
|
| -buildUnnamed2747() {
|
| +buildUnnamed105() {
|
| var o = new core.List<api.HistoryMessageDeleted>();
|
| o.add(buildHistoryMessageDeleted());
|
| o.add(buildHistoryMessageDeleted());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2747(core.List<api.HistoryMessageDeleted> o) {
|
| +checkUnnamed105(core.List<api.HistoryMessageDeleted> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistoryMessageDeleted(o[0]);
|
| checkHistoryMessageDeleted(o[1]);
|
| @@ -326,11 +326,11 @@ buildHistory() {
|
| buildCounterHistory++;
|
| if (buildCounterHistory < 3) {
|
| o.id = "foo";
|
| - o.labelsAdded = buildUnnamed2743();
|
| - o.labelsRemoved = buildUnnamed2744();
|
| - o.messages = buildUnnamed2745();
|
| - o.messagesAdded = buildUnnamed2746();
|
| - o.messagesDeleted = buildUnnamed2747();
|
| + o.labelsAdded = buildUnnamed101();
|
| + o.labelsRemoved = buildUnnamed102();
|
| + o.messages = buildUnnamed103();
|
| + o.messagesAdded = buildUnnamed104();
|
| + o.messagesDeleted = buildUnnamed105();
|
| }
|
| buildCounterHistory--;
|
| return o;
|
| @@ -340,23 +340,23 @@ checkHistory(api.History o) {
|
| buildCounterHistory++;
|
| if (buildCounterHistory < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2743(o.labelsAdded);
|
| - checkUnnamed2744(o.labelsRemoved);
|
| - checkUnnamed2745(o.messages);
|
| - checkUnnamed2746(o.messagesAdded);
|
| - checkUnnamed2747(o.messagesDeleted);
|
| + checkUnnamed101(o.labelsAdded);
|
| + checkUnnamed102(o.labelsRemoved);
|
| + checkUnnamed103(o.messages);
|
| + checkUnnamed104(o.messagesAdded);
|
| + checkUnnamed105(o.messagesDeleted);
|
| }
|
| buildCounterHistory--;
|
| }
|
|
|
| -buildUnnamed2748() {
|
| +buildUnnamed106() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2748(core.List<core.String> o) {
|
| +checkUnnamed106(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'));
|
| @@ -367,7 +367,7 @@ buildHistoryLabelAdded() {
|
| var o = new api.HistoryLabelAdded();
|
| buildCounterHistoryLabelAdded++;
|
| if (buildCounterHistoryLabelAdded < 3) {
|
| - o.labelIds = buildUnnamed2748();
|
| + o.labelIds = buildUnnamed106();
|
| o.message = buildMessage();
|
| }
|
| buildCounterHistoryLabelAdded--;
|
| @@ -377,20 +377,20 @@ buildHistoryLabelAdded() {
|
| checkHistoryLabelAdded(api.HistoryLabelAdded o) {
|
| buildCounterHistoryLabelAdded++;
|
| if (buildCounterHistoryLabelAdded < 3) {
|
| - checkUnnamed2748(o.labelIds);
|
| + checkUnnamed106(o.labelIds);
|
| checkMessage(o.message);
|
| }
|
| buildCounterHistoryLabelAdded--;
|
| }
|
|
|
| -buildUnnamed2749() {
|
| +buildUnnamed107() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2749(core.List<core.String> o) {
|
| +checkUnnamed107(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'));
|
| @@ -401,7 +401,7 @@ buildHistoryLabelRemoved() {
|
| var o = new api.HistoryLabelRemoved();
|
| buildCounterHistoryLabelRemoved++;
|
| if (buildCounterHistoryLabelRemoved < 3) {
|
| - o.labelIds = buildUnnamed2749();
|
| + o.labelIds = buildUnnamed107();
|
| o.message = buildMessage();
|
| }
|
| buildCounterHistoryLabelRemoved--;
|
| @@ -411,7 +411,7 @@ buildHistoryLabelRemoved() {
|
| checkHistoryLabelRemoved(api.HistoryLabelRemoved o) {
|
| buildCounterHistoryLabelRemoved++;
|
| if (buildCounterHistoryLabelRemoved < 3) {
|
| - checkUnnamed2749(o.labelIds);
|
| + checkUnnamed107(o.labelIds);
|
| checkMessage(o.message);
|
| }
|
| buildCounterHistoryLabelRemoved--;
|
| @@ -515,14 +515,14 @@ checkLabel(api.Label o) {
|
| buildCounterLabel--;
|
| }
|
|
|
| -buildUnnamed2750() {
|
| +buildUnnamed108() {
|
| var o = new core.List<api.Draft>();
|
| o.add(buildDraft());
|
| o.add(buildDraft());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2750(core.List<api.Draft> o) {
|
| +checkUnnamed108(core.List<api.Draft> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDraft(o[0]);
|
| checkDraft(o[1]);
|
| @@ -533,7 +533,7 @@ buildListDraftsResponse() {
|
| var o = new api.ListDraftsResponse();
|
| buildCounterListDraftsResponse++;
|
| if (buildCounterListDraftsResponse < 3) {
|
| - o.drafts = buildUnnamed2750();
|
| + o.drafts = buildUnnamed108();
|
| o.nextPageToken = "foo";
|
| o.resultSizeEstimate = 42;
|
| }
|
| @@ -544,21 +544,21 @@ buildListDraftsResponse() {
|
| checkListDraftsResponse(api.ListDraftsResponse o) {
|
| buildCounterListDraftsResponse++;
|
| if (buildCounterListDraftsResponse < 3) {
|
| - checkUnnamed2750(o.drafts);
|
| + checkUnnamed108(o.drafts);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.resultSizeEstimate, unittest.equals(42));
|
| }
|
| buildCounterListDraftsResponse--;
|
| }
|
|
|
| -buildUnnamed2751() {
|
| +buildUnnamed109() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2751(core.List<api.Filter> o) {
|
| +checkUnnamed109(core.List<api.Filter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilter(o[0]);
|
| checkFilter(o[1]);
|
| @@ -569,7 +569,7 @@ buildListFiltersResponse() {
|
| var o = new api.ListFiltersResponse();
|
| buildCounterListFiltersResponse++;
|
| if (buildCounterListFiltersResponse < 3) {
|
| - o.filter = buildUnnamed2751();
|
| + o.filter = buildUnnamed109();
|
| }
|
| buildCounterListFiltersResponse--;
|
| return o;
|
| @@ -578,19 +578,19 @@ buildListFiltersResponse() {
|
| checkListFiltersResponse(api.ListFiltersResponse o) {
|
| buildCounterListFiltersResponse++;
|
| if (buildCounterListFiltersResponse < 3) {
|
| - checkUnnamed2751(o.filter);
|
| + checkUnnamed109(o.filter);
|
| }
|
| buildCounterListFiltersResponse--;
|
| }
|
|
|
| -buildUnnamed2752() {
|
| +buildUnnamed110() {
|
| var o = new core.List<api.ForwardingAddress>();
|
| o.add(buildForwardingAddress());
|
| o.add(buildForwardingAddress());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2752(core.List<api.ForwardingAddress> o) {
|
| +checkUnnamed110(core.List<api.ForwardingAddress> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkForwardingAddress(o[0]);
|
| checkForwardingAddress(o[1]);
|
| @@ -601,7 +601,7 @@ buildListForwardingAddressesResponse() {
|
| var o = new api.ListForwardingAddressesResponse();
|
| buildCounterListForwardingAddressesResponse++;
|
| if (buildCounterListForwardingAddressesResponse < 3) {
|
| - o.forwardingAddresses = buildUnnamed2752();
|
| + o.forwardingAddresses = buildUnnamed110();
|
| }
|
| buildCounterListForwardingAddressesResponse--;
|
| return o;
|
| @@ -610,19 +610,19 @@ buildListForwardingAddressesResponse() {
|
| checkListForwardingAddressesResponse(api.ListForwardingAddressesResponse o) {
|
| buildCounterListForwardingAddressesResponse++;
|
| if (buildCounterListForwardingAddressesResponse < 3) {
|
| - checkUnnamed2752(o.forwardingAddresses);
|
| + checkUnnamed110(o.forwardingAddresses);
|
| }
|
| buildCounterListForwardingAddressesResponse--;
|
| }
|
|
|
| -buildUnnamed2753() {
|
| +buildUnnamed111() {
|
| var o = new core.List<api.History>();
|
| o.add(buildHistory());
|
| o.add(buildHistory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2753(core.List<api.History> o) {
|
| +checkUnnamed111(core.List<api.History> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistory(o[0]);
|
| checkHistory(o[1]);
|
| @@ -633,7 +633,7 @@ buildListHistoryResponse() {
|
| var o = new api.ListHistoryResponse();
|
| buildCounterListHistoryResponse++;
|
| if (buildCounterListHistoryResponse < 3) {
|
| - o.history = buildUnnamed2753();
|
| + o.history = buildUnnamed111();
|
| o.historyId = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -644,21 +644,21 @@ buildListHistoryResponse() {
|
| checkListHistoryResponse(api.ListHistoryResponse o) {
|
| buildCounterListHistoryResponse++;
|
| if (buildCounterListHistoryResponse < 3) {
|
| - checkUnnamed2753(o.history);
|
| + checkUnnamed111(o.history);
|
| unittest.expect(o.historyId, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListHistoryResponse--;
|
| }
|
|
|
| -buildUnnamed2754() {
|
| +buildUnnamed112() {
|
| var o = new core.List<api.Label>();
|
| o.add(buildLabel());
|
| o.add(buildLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2754(core.List<api.Label> o) {
|
| +checkUnnamed112(core.List<api.Label> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLabel(o[0]);
|
| checkLabel(o[1]);
|
| @@ -669,7 +669,7 @@ buildListLabelsResponse() {
|
| var o = new api.ListLabelsResponse();
|
| buildCounterListLabelsResponse++;
|
| if (buildCounterListLabelsResponse < 3) {
|
| - o.labels = buildUnnamed2754();
|
| + o.labels = buildUnnamed112();
|
| }
|
| buildCounterListLabelsResponse--;
|
| return o;
|
| @@ -678,19 +678,19 @@ buildListLabelsResponse() {
|
| checkListLabelsResponse(api.ListLabelsResponse o) {
|
| buildCounterListLabelsResponse++;
|
| if (buildCounterListLabelsResponse < 3) {
|
| - checkUnnamed2754(o.labels);
|
| + checkUnnamed112(o.labels);
|
| }
|
| buildCounterListLabelsResponse--;
|
| }
|
|
|
| -buildUnnamed2755() {
|
| +buildUnnamed113() {
|
| var o = new core.List<api.Message>();
|
| o.add(buildMessage());
|
| o.add(buildMessage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2755(core.List<api.Message> o) {
|
| +checkUnnamed113(core.List<api.Message> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessage(o[0]);
|
| checkMessage(o[1]);
|
| @@ -701,7 +701,7 @@ buildListMessagesResponse() {
|
| var o = new api.ListMessagesResponse();
|
| buildCounterListMessagesResponse++;
|
| if (buildCounterListMessagesResponse < 3) {
|
| - o.messages = buildUnnamed2755();
|
| + o.messages = buildUnnamed113();
|
| o.nextPageToken = "foo";
|
| o.resultSizeEstimate = 42;
|
| }
|
| @@ -712,21 +712,21 @@ buildListMessagesResponse() {
|
| checkListMessagesResponse(api.ListMessagesResponse o) {
|
| buildCounterListMessagesResponse++;
|
| if (buildCounterListMessagesResponse < 3) {
|
| - checkUnnamed2755(o.messages);
|
| + checkUnnamed113(o.messages);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.resultSizeEstimate, unittest.equals(42));
|
| }
|
| buildCounterListMessagesResponse--;
|
| }
|
|
|
| -buildUnnamed2756() {
|
| +buildUnnamed114() {
|
| var o = new core.List<api.SendAs>();
|
| o.add(buildSendAs());
|
| o.add(buildSendAs());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2756(core.List<api.SendAs> o) {
|
| +checkUnnamed114(core.List<api.SendAs> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSendAs(o[0]);
|
| checkSendAs(o[1]);
|
| @@ -737,7 +737,7 @@ buildListSendAsResponse() {
|
| var o = new api.ListSendAsResponse();
|
| buildCounterListSendAsResponse++;
|
| if (buildCounterListSendAsResponse < 3) {
|
| - o.sendAs = buildUnnamed2756();
|
| + o.sendAs = buildUnnamed114();
|
| }
|
| buildCounterListSendAsResponse--;
|
| return o;
|
| @@ -746,19 +746,19 @@ buildListSendAsResponse() {
|
| checkListSendAsResponse(api.ListSendAsResponse o) {
|
| buildCounterListSendAsResponse++;
|
| if (buildCounterListSendAsResponse < 3) {
|
| - checkUnnamed2756(o.sendAs);
|
| + checkUnnamed114(o.sendAs);
|
| }
|
| buildCounterListSendAsResponse--;
|
| }
|
|
|
| -buildUnnamed2757() {
|
| +buildUnnamed115() {
|
| var o = new core.List<api.Thread>();
|
| o.add(buildThread());
|
| o.add(buildThread());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2757(core.List<api.Thread> o) {
|
| +checkUnnamed115(core.List<api.Thread> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThread(o[0]);
|
| checkThread(o[1]);
|
| @@ -771,7 +771,7 @@ buildListThreadsResponse() {
|
| if (buildCounterListThreadsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| o.resultSizeEstimate = 42;
|
| - o.threads = buildUnnamed2757();
|
| + o.threads = buildUnnamed115();
|
| }
|
| buildCounterListThreadsResponse--;
|
| return o;
|
| @@ -782,19 +782,19 @@ checkListThreadsResponse(api.ListThreadsResponse o) {
|
| if (buildCounterListThreadsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.resultSizeEstimate, unittest.equals(42));
|
| - checkUnnamed2757(o.threads);
|
| + checkUnnamed115(o.threads);
|
| }
|
| buildCounterListThreadsResponse--;
|
| }
|
|
|
| -buildUnnamed2758() {
|
| +buildUnnamed116() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2758(core.List<core.String> o) {
|
| +checkUnnamed116(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'));
|
| @@ -808,7 +808,7 @@ buildMessage() {
|
| o.historyId = "foo";
|
| o.id = "foo";
|
| o.internalDate = "foo";
|
| - o.labelIds = buildUnnamed2758();
|
| + o.labelIds = buildUnnamed116();
|
| o.payload = buildMessagePart();
|
| o.raw = "foo";
|
| o.sizeEstimate = 42;
|
| @@ -825,7 +825,7 @@ checkMessage(api.Message o) {
|
| unittest.expect(o.historyId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.internalDate, unittest.equals('foo'));
|
| - checkUnnamed2758(o.labelIds);
|
| + checkUnnamed116(o.labelIds);
|
| checkMessagePart(o.payload);
|
| unittest.expect(o.raw, unittest.equals('foo'));
|
| unittest.expect(o.sizeEstimate, unittest.equals(42));
|
| @@ -835,27 +835,27 @@ checkMessage(api.Message o) {
|
| buildCounterMessage--;
|
| }
|
|
|
| -buildUnnamed2759() {
|
| +buildUnnamed117() {
|
| var o = new core.List<api.MessagePartHeader>();
|
| o.add(buildMessagePartHeader());
|
| o.add(buildMessagePartHeader());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2759(core.List<api.MessagePartHeader> o) {
|
| +checkUnnamed117(core.List<api.MessagePartHeader> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessagePartHeader(o[0]);
|
| checkMessagePartHeader(o[1]);
|
| }
|
|
|
| -buildUnnamed2760() {
|
| +buildUnnamed118() {
|
| var o = new core.List<api.MessagePart>();
|
| o.add(buildMessagePart());
|
| o.add(buildMessagePart());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2760(core.List<api.MessagePart> o) {
|
| +checkUnnamed118(core.List<api.MessagePart> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessagePart(o[0]);
|
| checkMessagePart(o[1]);
|
| @@ -868,10 +868,10 @@ buildMessagePart() {
|
| if (buildCounterMessagePart < 3) {
|
| o.body = buildMessagePartBody();
|
| o.filename = "foo";
|
| - o.headers = buildUnnamed2759();
|
| + o.headers = buildUnnamed117();
|
| o.mimeType = "foo";
|
| o.partId = "foo";
|
| - o.parts = buildUnnamed2760();
|
| + o.parts = buildUnnamed118();
|
| }
|
| buildCounterMessagePart--;
|
| return o;
|
| @@ -882,10 +882,10 @@ checkMessagePart(api.MessagePart o) {
|
| if (buildCounterMessagePart < 3) {
|
| checkMessagePartBody(o.body);
|
| unittest.expect(o.filename, unittest.equals('foo'));
|
| - checkUnnamed2759(o.headers);
|
| + checkUnnamed117(o.headers);
|
| unittest.expect(o.mimeType, unittest.equals('foo'));
|
| unittest.expect(o.partId, unittest.equals('foo'));
|
| - checkUnnamed2760(o.parts);
|
| + checkUnnamed118(o.parts);
|
| }
|
| buildCounterMessagePart--;
|
| }
|
| @@ -934,27 +934,27 @@ checkMessagePartHeader(api.MessagePartHeader o) {
|
| buildCounterMessagePartHeader--;
|
| }
|
|
|
| -buildUnnamed2761() {
|
| +buildUnnamed119() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2761(core.List<core.String> o) {
|
| +checkUnnamed119(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'));
|
| }
|
|
|
| -buildUnnamed2762() {
|
| +buildUnnamed120() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2762(core.List<core.String> o) {
|
| +checkUnnamed120(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'));
|
| @@ -965,8 +965,8 @@ buildModifyMessageRequest() {
|
| var o = new api.ModifyMessageRequest();
|
| buildCounterModifyMessageRequest++;
|
| if (buildCounterModifyMessageRequest < 3) {
|
| - o.addLabelIds = buildUnnamed2761();
|
| - o.removeLabelIds = buildUnnamed2762();
|
| + o.addLabelIds = buildUnnamed119();
|
| + o.removeLabelIds = buildUnnamed120();
|
| }
|
| buildCounterModifyMessageRequest--;
|
| return o;
|
| @@ -975,33 +975,33 @@ buildModifyMessageRequest() {
|
| checkModifyMessageRequest(api.ModifyMessageRequest o) {
|
| buildCounterModifyMessageRequest++;
|
| if (buildCounterModifyMessageRequest < 3) {
|
| - checkUnnamed2761(o.addLabelIds);
|
| - checkUnnamed2762(o.removeLabelIds);
|
| + checkUnnamed119(o.addLabelIds);
|
| + checkUnnamed120(o.removeLabelIds);
|
| }
|
| buildCounterModifyMessageRequest--;
|
| }
|
|
|
| -buildUnnamed2763() {
|
| +buildUnnamed121() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2763(core.List<core.String> o) {
|
| +checkUnnamed121(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'));
|
| }
|
|
|
| -buildUnnamed2764() {
|
| +buildUnnamed122() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2764(core.List<core.String> o) {
|
| +checkUnnamed122(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'));
|
| @@ -1012,8 +1012,8 @@ buildModifyThreadRequest() {
|
| var o = new api.ModifyThreadRequest();
|
| buildCounterModifyThreadRequest++;
|
| if (buildCounterModifyThreadRequest < 3) {
|
| - o.addLabelIds = buildUnnamed2763();
|
| - o.removeLabelIds = buildUnnamed2764();
|
| + o.addLabelIds = buildUnnamed121();
|
| + o.removeLabelIds = buildUnnamed122();
|
| }
|
| buildCounterModifyThreadRequest--;
|
| return o;
|
| @@ -1022,8 +1022,8 @@ buildModifyThreadRequest() {
|
| checkModifyThreadRequest(api.ModifyThreadRequest o) {
|
| buildCounterModifyThreadRequest++;
|
| if (buildCounterModifyThreadRequest < 3) {
|
| - checkUnnamed2763(o.addLabelIds);
|
| - checkUnnamed2764(o.removeLabelIds);
|
| + checkUnnamed121(o.addLabelIds);
|
| + checkUnnamed122(o.removeLabelIds);
|
| }
|
| buildCounterModifyThreadRequest--;
|
| }
|
| @@ -1136,14 +1136,14 @@ checkSmtpMsa(api.SmtpMsa o) {
|
| buildCounterSmtpMsa--;
|
| }
|
|
|
| -buildUnnamed2765() {
|
| +buildUnnamed123() {
|
| var o = new core.List<api.Message>();
|
| o.add(buildMessage());
|
| o.add(buildMessage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2765(core.List<api.Message> o) {
|
| +checkUnnamed123(core.List<api.Message> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessage(o[0]);
|
| checkMessage(o[1]);
|
| @@ -1156,7 +1156,7 @@ buildThread() {
|
| if (buildCounterThread < 3) {
|
| o.historyId = "foo";
|
| o.id = "foo";
|
| - o.messages = buildUnnamed2765();
|
| + o.messages = buildUnnamed123();
|
| o.snippet = "foo";
|
| }
|
| buildCounterThread--;
|
| @@ -1168,7 +1168,7 @@ checkThread(api.Thread o) {
|
| if (buildCounterThread < 3) {
|
| unittest.expect(o.historyId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2765(o.messages);
|
| + checkUnnamed123(o.messages);
|
| unittest.expect(o.snippet, unittest.equals('foo'));
|
| }
|
| buildCounterThread--;
|
| @@ -1207,14 +1207,14 @@ checkVacationSettings(api.VacationSettings o) {
|
| buildCounterVacationSettings--;
|
| }
|
|
|
| -buildUnnamed2766() {
|
| +buildUnnamed124() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2766(core.List<core.String> o) {
|
| +checkUnnamed124(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'));
|
| @@ -1226,7 +1226,7 @@ buildWatchRequest() {
|
| buildCounterWatchRequest++;
|
| if (buildCounterWatchRequest < 3) {
|
| o.labelFilterAction = "foo";
|
| - o.labelIds = buildUnnamed2766();
|
| + o.labelIds = buildUnnamed124();
|
| o.topicName = "foo";
|
| }
|
| buildCounterWatchRequest--;
|
| @@ -1237,7 +1237,7 @@ checkWatchRequest(api.WatchRequest o) {
|
| buildCounterWatchRequest++;
|
| if (buildCounterWatchRequest < 3) {
|
| unittest.expect(o.labelFilterAction, unittest.equals('foo'));
|
| - checkUnnamed2766(o.labelIds);
|
| + checkUnnamed124(o.labelIds);
|
| unittest.expect(o.topicName, unittest.equals('foo'));
|
| }
|
| buildCounterWatchRequest--;
|
| @@ -1264,53 +1264,53 @@ checkWatchResponse(api.WatchResponse o) {
|
| buildCounterWatchResponse--;
|
| }
|
|
|
| -buildUnnamed2767() {
|
| +buildUnnamed125() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2767(core.List<core.String> o) {
|
| +checkUnnamed125(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'));
|
| }
|
|
|
| -buildUnnamed2768() {
|
| +buildUnnamed126() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2768(core.List<core.String> o) {
|
| +checkUnnamed126(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'));
|
| }
|
|
|
| -buildUnnamed2769() {
|
| +buildUnnamed127() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2769(core.List<core.String> o) {
|
| +checkUnnamed127(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'));
|
| }
|
|
|
| -buildUnnamed2770() {
|
| +buildUnnamed128() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2770(core.List<core.String> o) {
|
| +checkUnnamed128(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'));
|
| @@ -2476,7 +2476,7 @@ main() {
|
| var arg_userId = "foo";
|
| var arg_id = "foo";
|
| var arg_format = "foo";
|
| - var arg_metadataHeaders = buildUnnamed2767();
|
| + var arg_metadataHeaders = buildUnnamed125();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -2630,7 +2630,7 @@ main() {
|
| api.UsersMessagesResourceApi res = new api.GmailApi(mock).users.messages;
|
| var arg_userId = "foo";
|
| var arg_includeSpamTrash = true;
|
| - var arg_labelIds = buildUnnamed2768();
|
| + var arg_labelIds = buildUnnamed126();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_q = "foo";
|
| @@ -3976,7 +3976,7 @@ main() {
|
| var arg_userId = "foo";
|
| var arg_id = "foo";
|
| var arg_format = "foo";
|
| - var arg_metadataHeaders = buildUnnamed2769();
|
| + var arg_metadataHeaders = buildUnnamed127();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -4022,7 +4022,7 @@ main() {
|
| api.UsersThreadsResourceApi res = new api.GmailApi(mock).users.threads;
|
| var arg_userId = "foo";
|
| var arg_includeSpamTrash = true;
|
| - var arg_labelIds = buildUnnamed2770();
|
| + var arg_labelIds = buildUnnamed128();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_q = "foo";
|
|
|