| 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 db8db35ac1e47ea6b0fc8461ba1e324943d995af..90dc9a5f17674f86f92158ae3a7de66e5acf4ef8 100644
|
| --- a/generated/googleapis/test/gmail/v1_test.dart
|
| +++ b/generated/googleapis/test/gmail/v1_test.dart
|
| @@ -72,66 +72,66 @@ checkDraft(api.Draft o) {
|
| buildCounterDraft--;
|
| }
|
|
|
| -buildUnnamed137() {
|
| +buildUnnamed1837() {
|
| var o = new core.List<api.HistoryLabelAdded>();
|
| o.add(buildHistoryLabelAdded());
|
| o.add(buildHistoryLabelAdded());
|
| return o;
|
| }
|
|
|
| -checkUnnamed137(core.List<api.HistoryLabelAdded> o) {
|
| +checkUnnamed1837(core.List<api.HistoryLabelAdded> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistoryLabelAdded(o[0]);
|
| checkHistoryLabelAdded(o[1]);
|
| }
|
|
|
| -buildUnnamed138() {
|
| +buildUnnamed1838() {
|
| var o = new core.List<api.HistoryLabelRemoved>();
|
| o.add(buildHistoryLabelRemoved());
|
| o.add(buildHistoryLabelRemoved());
|
| return o;
|
| }
|
|
|
| -checkUnnamed138(core.List<api.HistoryLabelRemoved> o) {
|
| +checkUnnamed1838(core.List<api.HistoryLabelRemoved> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistoryLabelRemoved(o[0]);
|
| checkHistoryLabelRemoved(o[1]);
|
| }
|
|
|
| -buildUnnamed139() {
|
| +buildUnnamed1839() {
|
| var o = new core.List<api.Message>();
|
| o.add(buildMessage());
|
| o.add(buildMessage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed139(core.List<api.Message> o) {
|
| +checkUnnamed1839(core.List<api.Message> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessage(o[0]);
|
| checkMessage(o[1]);
|
| }
|
|
|
| -buildUnnamed140() {
|
| +buildUnnamed1840() {
|
| var o = new core.List<api.HistoryMessageAdded>();
|
| o.add(buildHistoryMessageAdded());
|
| o.add(buildHistoryMessageAdded());
|
| return o;
|
| }
|
|
|
| -checkUnnamed140(core.List<api.HistoryMessageAdded> o) {
|
| +checkUnnamed1840(core.List<api.HistoryMessageAdded> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistoryMessageAdded(o[0]);
|
| checkHistoryMessageAdded(o[1]);
|
| }
|
|
|
| -buildUnnamed141() {
|
| +buildUnnamed1841() {
|
| var o = new core.List<api.HistoryMessageDeleted>();
|
| o.add(buildHistoryMessageDeleted());
|
| o.add(buildHistoryMessageDeleted());
|
| return o;
|
| }
|
|
|
| -checkUnnamed141(core.List<api.HistoryMessageDeleted> o) {
|
| +checkUnnamed1841(core.List<api.HistoryMessageDeleted> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistoryMessageDeleted(o[0]);
|
| checkHistoryMessageDeleted(o[1]);
|
| @@ -143,11 +143,11 @@ buildHistory() {
|
| buildCounterHistory++;
|
| if (buildCounterHistory < 3) {
|
| o.id = "foo";
|
| - o.labelsAdded = buildUnnamed137();
|
| - o.labelsRemoved = buildUnnamed138();
|
| - o.messages = buildUnnamed139();
|
| - o.messagesAdded = buildUnnamed140();
|
| - o.messagesDeleted = buildUnnamed141();
|
| + o.labelsAdded = buildUnnamed1837();
|
| + o.labelsRemoved = buildUnnamed1838();
|
| + o.messages = buildUnnamed1839();
|
| + o.messagesAdded = buildUnnamed1840();
|
| + o.messagesDeleted = buildUnnamed1841();
|
| }
|
| buildCounterHistory--;
|
| return o;
|
| @@ -157,23 +157,23 @@ checkHistory(api.History o) {
|
| buildCounterHistory++;
|
| if (buildCounterHistory < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed137(o.labelsAdded);
|
| - checkUnnamed138(o.labelsRemoved);
|
| - checkUnnamed139(o.messages);
|
| - checkUnnamed140(o.messagesAdded);
|
| - checkUnnamed141(o.messagesDeleted);
|
| + checkUnnamed1837(o.labelsAdded);
|
| + checkUnnamed1838(o.labelsRemoved);
|
| + checkUnnamed1839(o.messages);
|
| + checkUnnamed1840(o.messagesAdded);
|
| + checkUnnamed1841(o.messagesDeleted);
|
| }
|
| buildCounterHistory--;
|
| }
|
|
|
| -buildUnnamed142() {
|
| +buildUnnamed1842() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed142(core.List<core.String> o) {
|
| +checkUnnamed1842(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'));
|
| @@ -184,7 +184,7 @@ buildHistoryLabelAdded() {
|
| var o = new api.HistoryLabelAdded();
|
| buildCounterHistoryLabelAdded++;
|
| if (buildCounterHistoryLabelAdded < 3) {
|
| - o.labelIds = buildUnnamed142();
|
| + o.labelIds = buildUnnamed1842();
|
| o.message = buildMessage();
|
| }
|
| buildCounterHistoryLabelAdded--;
|
| @@ -194,20 +194,20 @@ buildHistoryLabelAdded() {
|
| checkHistoryLabelAdded(api.HistoryLabelAdded o) {
|
| buildCounterHistoryLabelAdded++;
|
| if (buildCounterHistoryLabelAdded < 3) {
|
| - checkUnnamed142(o.labelIds);
|
| + checkUnnamed1842(o.labelIds);
|
| checkMessage(o.message);
|
| }
|
| buildCounterHistoryLabelAdded--;
|
| }
|
|
|
| -buildUnnamed143() {
|
| +buildUnnamed1843() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed143(core.List<core.String> o) {
|
| +checkUnnamed1843(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'));
|
| @@ -218,7 +218,7 @@ buildHistoryLabelRemoved() {
|
| var o = new api.HistoryLabelRemoved();
|
| buildCounterHistoryLabelRemoved++;
|
| if (buildCounterHistoryLabelRemoved < 3) {
|
| - o.labelIds = buildUnnamed143();
|
| + o.labelIds = buildUnnamed1843();
|
| o.message = buildMessage();
|
| }
|
| buildCounterHistoryLabelRemoved--;
|
| @@ -228,7 +228,7 @@ buildHistoryLabelRemoved() {
|
| checkHistoryLabelRemoved(api.HistoryLabelRemoved o) {
|
| buildCounterHistoryLabelRemoved++;
|
| if (buildCounterHistoryLabelRemoved < 3) {
|
| - checkUnnamed143(o.labelIds);
|
| + checkUnnamed1843(o.labelIds);
|
| checkMessage(o.message);
|
| }
|
| buildCounterHistoryLabelRemoved--;
|
| @@ -307,14 +307,14 @@ checkLabel(api.Label o) {
|
| buildCounterLabel--;
|
| }
|
|
|
| -buildUnnamed144() {
|
| +buildUnnamed1844() {
|
| var o = new core.List<api.Draft>();
|
| o.add(buildDraft());
|
| o.add(buildDraft());
|
| return o;
|
| }
|
|
|
| -checkUnnamed144(core.List<api.Draft> o) {
|
| +checkUnnamed1844(core.List<api.Draft> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDraft(o[0]);
|
| checkDraft(o[1]);
|
| @@ -325,7 +325,7 @@ buildListDraftsResponse() {
|
| var o = new api.ListDraftsResponse();
|
| buildCounterListDraftsResponse++;
|
| if (buildCounterListDraftsResponse < 3) {
|
| - o.drafts = buildUnnamed144();
|
| + o.drafts = buildUnnamed1844();
|
| o.nextPageToken = "foo";
|
| o.resultSizeEstimate = 42;
|
| }
|
| @@ -336,21 +336,21 @@ buildListDraftsResponse() {
|
| checkListDraftsResponse(api.ListDraftsResponse o) {
|
| buildCounterListDraftsResponse++;
|
| if (buildCounterListDraftsResponse < 3) {
|
| - checkUnnamed144(o.drafts);
|
| + checkUnnamed1844(o.drafts);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.resultSizeEstimate, unittest.equals(42));
|
| }
|
| buildCounterListDraftsResponse--;
|
| }
|
|
|
| -buildUnnamed145() {
|
| +buildUnnamed1845() {
|
| var o = new core.List<api.History>();
|
| o.add(buildHistory());
|
| o.add(buildHistory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed145(core.List<api.History> o) {
|
| +checkUnnamed1845(core.List<api.History> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistory(o[0]);
|
| checkHistory(o[1]);
|
| @@ -361,7 +361,7 @@ buildListHistoryResponse() {
|
| var o = new api.ListHistoryResponse();
|
| buildCounterListHistoryResponse++;
|
| if (buildCounterListHistoryResponse < 3) {
|
| - o.history = buildUnnamed145();
|
| + o.history = buildUnnamed1845();
|
| o.historyId = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -372,21 +372,21 @@ buildListHistoryResponse() {
|
| checkListHistoryResponse(api.ListHistoryResponse o) {
|
| buildCounterListHistoryResponse++;
|
| if (buildCounterListHistoryResponse < 3) {
|
| - checkUnnamed145(o.history);
|
| + checkUnnamed1845(o.history);
|
| unittest.expect(o.historyId, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListHistoryResponse--;
|
| }
|
|
|
| -buildUnnamed146() {
|
| +buildUnnamed1846() {
|
| var o = new core.List<api.Label>();
|
| o.add(buildLabel());
|
| o.add(buildLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed146(core.List<api.Label> o) {
|
| +checkUnnamed1846(core.List<api.Label> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLabel(o[0]);
|
| checkLabel(o[1]);
|
| @@ -397,7 +397,7 @@ buildListLabelsResponse() {
|
| var o = new api.ListLabelsResponse();
|
| buildCounterListLabelsResponse++;
|
| if (buildCounterListLabelsResponse < 3) {
|
| - o.labels = buildUnnamed146();
|
| + o.labels = buildUnnamed1846();
|
| }
|
| buildCounterListLabelsResponse--;
|
| return o;
|
| @@ -406,19 +406,19 @@ buildListLabelsResponse() {
|
| checkListLabelsResponse(api.ListLabelsResponse o) {
|
| buildCounterListLabelsResponse++;
|
| if (buildCounterListLabelsResponse < 3) {
|
| - checkUnnamed146(o.labels);
|
| + checkUnnamed1846(o.labels);
|
| }
|
| buildCounterListLabelsResponse--;
|
| }
|
|
|
| -buildUnnamed147() {
|
| +buildUnnamed1847() {
|
| var o = new core.List<api.Message>();
|
| o.add(buildMessage());
|
| o.add(buildMessage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed147(core.List<api.Message> o) {
|
| +checkUnnamed1847(core.List<api.Message> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessage(o[0]);
|
| checkMessage(o[1]);
|
| @@ -429,7 +429,7 @@ buildListMessagesResponse() {
|
| var o = new api.ListMessagesResponse();
|
| buildCounterListMessagesResponse++;
|
| if (buildCounterListMessagesResponse < 3) {
|
| - o.messages = buildUnnamed147();
|
| + o.messages = buildUnnamed1847();
|
| o.nextPageToken = "foo";
|
| o.resultSizeEstimate = 42;
|
| }
|
| @@ -440,21 +440,21 @@ buildListMessagesResponse() {
|
| checkListMessagesResponse(api.ListMessagesResponse o) {
|
| buildCounterListMessagesResponse++;
|
| if (buildCounterListMessagesResponse < 3) {
|
| - checkUnnamed147(o.messages);
|
| + checkUnnamed1847(o.messages);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.resultSizeEstimate, unittest.equals(42));
|
| }
|
| buildCounterListMessagesResponse--;
|
| }
|
|
|
| -buildUnnamed148() {
|
| +buildUnnamed1848() {
|
| var o = new core.List<api.Thread>();
|
| o.add(buildThread());
|
| o.add(buildThread());
|
| return o;
|
| }
|
|
|
| -checkUnnamed148(core.List<api.Thread> o) {
|
| +checkUnnamed1848(core.List<api.Thread> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThread(o[0]);
|
| checkThread(o[1]);
|
| @@ -467,7 +467,7 @@ buildListThreadsResponse() {
|
| if (buildCounterListThreadsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| o.resultSizeEstimate = 42;
|
| - o.threads = buildUnnamed148();
|
| + o.threads = buildUnnamed1848();
|
| }
|
| buildCounterListThreadsResponse--;
|
| return o;
|
| @@ -478,19 +478,19 @@ checkListThreadsResponse(api.ListThreadsResponse o) {
|
| if (buildCounterListThreadsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.resultSizeEstimate, unittest.equals(42));
|
| - checkUnnamed148(o.threads);
|
| + checkUnnamed1848(o.threads);
|
| }
|
| buildCounterListThreadsResponse--;
|
| }
|
|
|
| -buildUnnamed149() {
|
| +buildUnnamed1849() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed149(core.List<core.String> o) {
|
| +checkUnnamed1849(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'));
|
| @@ -504,7 +504,7 @@ buildMessage() {
|
| o.historyId = "foo";
|
| o.id = "foo";
|
| o.internalDate = "foo";
|
| - o.labelIds = buildUnnamed149();
|
| + o.labelIds = buildUnnamed1849();
|
| o.payload = buildMessagePart();
|
| o.raw = "foo";
|
| o.sizeEstimate = 42;
|
| @@ -521,7 +521,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'));
|
| - checkUnnamed149(o.labelIds);
|
| + checkUnnamed1849(o.labelIds);
|
| checkMessagePart(o.payload);
|
| unittest.expect(o.raw, unittest.equals('foo'));
|
| unittest.expect(o.sizeEstimate, unittest.equals(42));
|
| @@ -531,27 +531,27 @@ checkMessage(api.Message o) {
|
| buildCounterMessage--;
|
| }
|
|
|
| -buildUnnamed150() {
|
| +buildUnnamed1850() {
|
| var o = new core.List<api.MessagePartHeader>();
|
| o.add(buildMessagePartHeader());
|
| o.add(buildMessagePartHeader());
|
| return o;
|
| }
|
|
|
| -checkUnnamed150(core.List<api.MessagePartHeader> o) {
|
| +checkUnnamed1850(core.List<api.MessagePartHeader> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessagePartHeader(o[0]);
|
| checkMessagePartHeader(o[1]);
|
| }
|
|
|
| -buildUnnamed151() {
|
| +buildUnnamed1851() {
|
| var o = new core.List<api.MessagePart>();
|
| o.add(buildMessagePart());
|
| o.add(buildMessagePart());
|
| return o;
|
| }
|
|
|
| -checkUnnamed151(core.List<api.MessagePart> o) {
|
| +checkUnnamed1851(core.List<api.MessagePart> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessagePart(o[0]);
|
| checkMessagePart(o[1]);
|
| @@ -564,10 +564,10 @@ buildMessagePart() {
|
| if (buildCounterMessagePart < 3) {
|
| o.body = buildMessagePartBody();
|
| o.filename = "foo";
|
| - o.headers = buildUnnamed150();
|
| + o.headers = buildUnnamed1850();
|
| o.mimeType = "foo";
|
| o.partId = "foo";
|
| - o.parts = buildUnnamed151();
|
| + o.parts = buildUnnamed1851();
|
| }
|
| buildCounterMessagePart--;
|
| return o;
|
| @@ -578,10 +578,10 @@ checkMessagePart(api.MessagePart o) {
|
| if (buildCounterMessagePart < 3) {
|
| checkMessagePartBody(o.body);
|
| unittest.expect(o.filename, unittest.equals('foo'));
|
| - checkUnnamed150(o.headers);
|
| + checkUnnamed1850(o.headers);
|
| unittest.expect(o.mimeType, unittest.equals('foo'));
|
| unittest.expect(o.partId, unittest.equals('foo'));
|
| - checkUnnamed151(o.parts);
|
| + checkUnnamed1851(o.parts);
|
| }
|
| buildCounterMessagePart--;
|
| }
|
| @@ -630,27 +630,27 @@ checkMessagePartHeader(api.MessagePartHeader o) {
|
| buildCounterMessagePartHeader--;
|
| }
|
|
|
| -buildUnnamed152() {
|
| +buildUnnamed1852() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed152(core.List<core.String> o) {
|
| +checkUnnamed1852(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'));
|
| }
|
|
|
| -buildUnnamed153() {
|
| +buildUnnamed1853() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed153(core.List<core.String> o) {
|
| +checkUnnamed1853(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'));
|
| @@ -661,8 +661,8 @@ buildModifyMessageRequest() {
|
| var o = new api.ModifyMessageRequest();
|
| buildCounterModifyMessageRequest++;
|
| if (buildCounterModifyMessageRequest < 3) {
|
| - o.addLabelIds = buildUnnamed152();
|
| - o.removeLabelIds = buildUnnamed153();
|
| + o.addLabelIds = buildUnnamed1852();
|
| + o.removeLabelIds = buildUnnamed1853();
|
| }
|
| buildCounterModifyMessageRequest--;
|
| return o;
|
| @@ -671,33 +671,33 @@ buildModifyMessageRequest() {
|
| checkModifyMessageRequest(api.ModifyMessageRequest o) {
|
| buildCounterModifyMessageRequest++;
|
| if (buildCounterModifyMessageRequest < 3) {
|
| - checkUnnamed152(o.addLabelIds);
|
| - checkUnnamed153(o.removeLabelIds);
|
| + checkUnnamed1852(o.addLabelIds);
|
| + checkUnnamed1853(o.removeLabelIds);
|
| }
|
| buildCounterModifyMessageRequest--;
|
| }
|
|
|
| -buildUnnamed154() {
|
| +buildUnnamed1854() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed154(core.List<core.String> o) {
|
| +checkUnnamed1854(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'));
|
| }
|
|
|
| -buildUnnamed155() {
|
| +buildUnnamed1855() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed155(core.List<core.String> o) {
|
| +checkUnnamed1855(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'));
|
| @@ -708,8 +708,8 @@ buildModifyThreadRequest() {
|
| var o = new api.ModifyThreadRequest();
|
| buildCounterModifyThreadRequest++;
|
| if (buildCounterModifyThreadRequest < 3) {
|
| - o.addLabelIds = buildUnnamed154();
|
| - o.removeLabelIds = buildUnnamed155();
|
| + o.addLabelIds = buildUnnamed1854();
|
| + o.removeLabelIds = buildUnnamed1855();
|
| }
|
| buildCounterModifyThreadRequest--;
|
| return o;
|
| @@ -718,8 +718,8 @@ buildModifyThreadRequest() {
|
| checkModifyThreadRequest(api.ModifyThreadRequest o) {
|
| buildCounterModifyThreadRequest++;
|
| if (buildCounterModifyThreadRequest < 3) {
|
| - checkUnnamed154(o.addLabelIds);
|
| - checkUnnamed155(o.removeLabelIds);
|
| + checkUnnamed1854(o.addLabelIds);
|
| + checkUnnamed1855(o.removeLabelIds);
|
| }
|
| buildCounterModifyThreadRequest--;
|
| }
|
| @@ -749,14 +749,14 @@ checkProfile(api.Profile o) {
|
| buildCounterProfile--;
|
| }
|
|
|
| -buildUnnamed156() {
|
| +buildUnnamed1856() {
|
| var o = new core.List<api.Message>();
|
| o.add(buildMessage());
|
| o.add(buildMessage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed156(core.List<api.Message> o) {
|
| +checkUnnamed1856(core.List<api.Message> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessage(o[0]);
|
| checkMessage(o[1]);
|
| @@ -769,7 +769,7 @@ buildThread() {
|
| if (buildCounterThread < 3) {
|
| o.historyId = "foo";
|
| o.id = "foo";
|
| - o.messages = buildUnnamed156();
|
| + o.messages = buildUnnamed1856();
|
| o.snippet = "foo";
|
| }
|
| buildCounterThread--;
|
| @@ -781,20 +781,20 @@ checkThread(api.Thread o) {
|
| if (buildCounterThread < 3) {
|
| unittest.expect(o.historyId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed156(o.messages);
|
| + checkUnnamed1856(o.messages);
|
| unittest.expect(o.snippet, unittest.equals('foo'));
|
| }
|
| buildCounterThread--;
|
| }
|
|
|
| -buildUnnamed157() {
|
| +buildUnnamed1857() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed157(core.List<core.String> o) {
|
| +checkUnnamed1857(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'));
|
| @@ -806,7 +806,7 @@ buildWatchRequest() {
|
| buildCounterWatchRequest++;
|
| if (buildCounterWatchRequest < 3) {
|
| o.labelFilterAction = "foo";
|
| - o.labelIds = buildUnnamed157();
|
| + o.labelIds = buildUnnamed1857();
|
| o.topicName = "foo";
|
| }
|
| buildCounterWatchRequest--;
|
| @@ -817,7 +817,7 @@ checkWatchRequest(api.WatchRequest o) {
|
| buildCounterWatchRequest++;
|
| if (buildCounterWatchRequest < 3) {
|
| unittest.expect(o.labelFilterAction, unittest.equals('foo'));
|
| - checkUnnamed157(o.labelIds);
|
| + checkUnnamed1857(o.labelIds);
|
| unittest.expect(o.topicName, unittest.equals('foo'));
|
| }
|
| buildCounterWatchRequest--;
|
| @@ -844,53 +844,53 @@ checkWatchResponse(api.WatchResponse o) {
|
| buildCounterWatchResponse--;
|
| }
|
|
|
| -buildUnnamed158() {
|
| +buildUnnamed1858() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed158(core.List<core.String> o) {
|
| +checkUnnamed1858(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'));
|
| }
|
|
|
| -buildUnnamed159() {
|
| +buildUnnamed1859() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed159(core.List<core.String> o) {
|
| +checkUnnamed1859(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'));
|
| }
|
|
|
| -buildUnnamed160() {
|
| +buildUnnamed1860() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed160(core.List<core.String> o) {
|
| +checkUnnamed1860(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'));
|
| }
|
|
|
| -buildUnnamed161() {
|
| +buildUnnamed1861() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed161(core.List<core.String> o) {
|
| +checkUnnamed1861(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'));
|
| @@ -1882,7 +1882,7 @@ main() {
|
| var arg_userId = "foo";
|
| var arg_id = "foo";
|
| var arg_format = "foo";
|
| - var arg_metadataHeaders = buildUnnamed158();
|
| + var arg_metadataHeaders = buildUnnamed1858();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -2036,7 +2036,7 @@ main() {
|
| api.UsersMessagesResourceApi res = new api.GmailApi(mock).users.messages;
|
| var arg_userId = "foo";
|
| var arg_includeSpamTrash = true;
|
| - var arg_labelIds = buildUnnamed159();
|
| + var arg_labelIds = buildUnnamed1859();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_q = "foo";
|
| @@ -2363,7 +2363,7 @@ main() {
|
| var arg_userId = "foo";
|
| var arg_id = "foo";
|
| var arg_format = "foo";
|
| - var arg_metadataHeaders = buildUnnamed160();
|
| + var arg_metadataHeaders = buildUnnamed1860();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -2409,7 +2409,7 @@ main() {
|
| api.UsersThreadsResourceApi res = new api.GmailApi(mock).users.threads;
|
| var arg_userId = "foo";
|
| var arg_includeSpamTrash = true;
|
| - var arg_labelIds = buildUnnamed161();
|
| + var arg_labelIds = buildUnnamed1861();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_q = "foo";
|
|
|