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

Unified Diff: generated/googleapis/test/slides/v1_test.dart

Issue 3003493002: Api-Roll 53: 2017-08-21 (Closed)
Patch Set: Created 3 years, 4 months 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
Index: generated/googleapis/test/slides/v1_test.dart
diff --git a/generated/googleapis/test/slides/v1_test.dart b/generated/googleapis/test/slides/v1_test.dart
index 8b8047000b36cbcf3672e8c44299505f41cdd253..24bba4176c33d55ef3d6a1c74fdc488cd82fd845 100644
--- a/generated/googleapis/test/slides/v1_test.dart
+++ b/generated/googleapis/test/slides/v1_test.dart
@@ -105,14 +105,14 @@ checkAutoText(api.AutoText o) {
buildCounterAutoText--;
}
-buildUnnamed1713() {
+buildUnnamed1730() {
var o = new core.List<api.Request>();
o.add(buildRequest());
o.add(buildRequest());
return o;
}
-checkUnnamed1713(core.List<api.Request> o) {
+checkUnnamed1730(core.List<api.Request> o) {
unittest.expect(o, unittest.hasLength(2));
checkRequest(o[0]);
checkRequest(o[1]);
@@ -123,7 +123,7 @@ buildBatchUpdatePresentationRequest() {
var o = new api.BatchUpdatePresentationRequest();
buildCounterBatchUpdatePresentationRequest++;
if (buildCounterBatchUpdatePresentationRequest < 3) {
- o.requests = buildUnnamed1713();
+ o.requests = buildUnnamed1730();
o.writeControl = buildWriteControl();
}
buildCounterBatchUpdatePresentationRequest--;
@@ -133,20 +133,20 @@ buildBatchUpdatePresentationRequest() {
checkBatchUpdatePresentationRequest(api.BatchUpdatePresentationRequest o) {
buildCounterBatchUpdatePresentationRequest++;
if (buildCounterBatchUpdatePresentationRequest < 3) {
- checkUnnamed1713(o.requests);
+ checkUnnamed1730(o.requests);
checkWriteControl(o.writeControl);
}
buildCounterBatchUpdatePresentationRequest--;
}
-buildUnnamed1714() {
+buildUnnamed1731() {
var o = new core.List<api.Response>();
o.add(buildResponse());
o.add(buildResponse());
return o;
}
-checkUnnamed1714(core.List<api.Response> o) {
+checkUnnamed1731(core.List<api.Response> o) {
unittest.expect(o, unittest.hasLength(2));
checkResponse(o[0]);
checkResponse(o[1]);
@@ -158,7 +158,7 @@ buildBatchUpdatePresentationResponse() {
buildCounterBatchUpdatePresentationResponse++;
if (buildCounterBatchUpdatePresentationResponse < 3) {
o.presentationId = "foo";
- o.replies = buildUnnamed1714();
+ o.replies = buildUnnamed1731();
}
buildCounterBatchUpdatePresentationResponse--;
return o;
@@ -168,7 +168,7 @@ checkBatchUpdatePresentationResponse(api.BatchUpdatePresentationResponse o) {
buildCounterBatchUpdatePresentationResponse++;
if (buildCounterBatchUpdatePresentationResponse < 3) {
unittest.expect(o.presentationId, unittest.equals('foo'));
- checkUnnamed1714(o.replies);
+ checkUnnamed1731(o.replies);
}
buildCounterBatchUpdatePresentationResponse--;
}
@@ -198,14 +198,14 @@ checkBullet(api.Bullet o) {
buildCounterBullet--;
}
-buildUnnamed1715() {
+buildUnnamed1732() {
var o = new core.List<api.ThemeColorPair>();
o.add(buildThemeColorPair());
o.add(buildThemeColorPair());
return o;
}
-checkUnnamed1715(core.List<api.ThemeColorPair> o) {
+checkUnnamed1732(core.List<api.ThemeColorPair> o) {
unittest.expect(o, unittest.hasLength(2));
checkThemeColorPair(o[0]);
checkThemeColorPair(o[1]);
@@ -216,7 +216,7 @@ buildColorScheme() {
var o = new api.ColorScheme();
buildCounterColorScheme++;
if (buildCounterColorScheme < 3) {
- o.colors = buildUnnamed1715();
+ o.colors = buildUnnamed1732();
}
buildCounterColorScheme--;
return o;
@@ -225,7 +225,7 @@ buildColorScheme() {
checkColorScheme(api.ColorScheme o) {
buildCounterColorScheme++;
if (buildCounterColorScheme < 3) {
- checkUnnamed1715(o.colors);
+ checkUnnamed1732(o.colors);
}
buildCounterColorScheme--;
}
@@ -450,14 +450,14 @@ checkCreateSheetsChartResponse(api.CreateSheetsChartResponse o) {
buildCounterCreateSheetsChartResponse--;
}
-buildUnnamed1716() {
+buildUnnamed1733() {
var o = new core.List<api.LayoutPlaceholderIdMapping>();
o.add(buildLayoutPlaceholderIdMapping());
o.add(buildLayoutPlaceholderIdMapping());
return o;
}
-checkUnnamed1716(core.List<api.LayoutPlaceholderIdMapping> o) {
+checkUnnamed1733(core.List<api.LayoutPlaceholderIdMapping> o) {
unittest.expect(o, unittest.hasLength(2));
checkLayoutPlaceholderIdMapping(o[0]);
checkLayoutPlaceholderIdMapping(o[1]);
@@ -470,7 +470,7 @@ buildCreateSlideRequest() {
if (buildCounterCreateSlideRequest < 3) {
o.insertionIndex = 42;
o.objectId = "foo";
- o.placeholderIdMappings = buildUnnamed1716();
+ o.placeholderIdMappings = buildUnnamed1733();
o.slideLayoutReference = buildLayoutReference();
}
buildCounterCreateSlideRequest--;
@@ -482,7 +482,7 @@ checkCreateSlideRequest(api.CreateSlideRequest o) {
if (buildCounterCreateSlideRequest < 3) {
unittest.expect(o.insertionIndex, unittest.equals(42));
unittest.expect(o.objectId, unittest.equals('foo'));
- checkUnnamed1716(o.placeholderIdMappings);
+ checkUnnamed1733(o.placeholderIdMappings);
checkLayoutReference(o.slideLayoutReference);
}
buildCounterCreateSlideRequest--;
@@ -750,14 +750,14 @@ checkDimension(api.Dimension o) {
buildCounterDimension--;
}
-buildUnnamed1717() {
+buildUnnamed1734() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed1717(core.Map<core.String, core.String> o) {
+checkUnnamed1734(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'));
@@ -769,7 +769,7 @@ buildDuplicateObjectRequest() {
buildCounterDuplicateObjectRequest++;
if (buildCounterDuplicateObjectRequest < 3) {
o.objectId = "foo";
- o.objectIds = buildUnnamed1717();
+ o.objectIds = buildUnnamed1734();
}
buildCounterDuplicateObjectRequest--;
return o;
@@ -779,7 +779,7 @@ checkDuplicateObjectRequest(api.DuplicateObjectRequest o) {
buildCounterDuplicateObjectRequest++;
if (buildCounterDuplicateObjectRequest < 3) {
unittest.expect(o.objectId, unittest.equals('foo'));
- checkUnnamed1717(o.objectIds);
+ checkUnnamed1734(o.objectIds);
}
buildCounterDuplicateObjectRequest--;
}
@@ -803,14 +803,14 @@ checkDuplicateObjectResponse(api.DuplicateObjectResponse o) {
buildCounterDuplicateObjectResponse--;
}
-buildUnnamed1718() {
+buildUnnamed1735() {
var o = new core.List<api.PageElement>();
o.add(buildPageElement());
o.add(buildPageElement());
return o;
}
-checkUnnamed1718(core.List<api.PageElement> o) {
+checkUnnamed1735(core.List<api.PageElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkPageElement(o[0]);
checkPageElement(o[1]);
@@ -821,7 +821,7 @@ buildGroup() {
var o = new api.Group();
buildCounterGroup++;
if (buildCounterGroup < 3) {
- o.children = buildUnnamed1718();
+ o.children = buildUnnamed1735();
}
buildCounterGroup--;
return o;
@@ -830,7 +830,7 @@ buildGroup() {
checkGroup(api.Group o) {
buildCounterGroup++;
if (buildCounterGroup < 3) {
- checkUnnamed1718(o.children);
+ checkUnnamed1735(o.children);
}
buildCounterGroup--;
}
@@ -1125,14 +1125,14 @@ checkLink(api.Link o) {
buildCounterLink--;
}
-buildUnnamed1719() {
+buildUnnamed1736() {
var o = new core.Map<core.String, api.NestingLevel>();
o["x"] = buildNestingLevel();
o["y"] = buildNestingLevel();
return o;
}
-checkUnnamed1719(core.Map<core.String, api.NestingLevel> o) {
+checkUnnamed1736(core.Map<core.String, api.NestingLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkNestingLevel(o["x"]);
checkNestingLevel(o["y"]);
@@ -1144,7 +1144,7 @@ buildList() {
buildCounterList++;
if (buildCounterList < 3) {
o.listId = "foo";
- o.nestingLevel = buildUnnamed1719();
+ o.nestingLevel = buildUnnamed1736();
}
buildCounterList--;
return o;
@@ -1154,7 +1154,7 @@ checkList(api.List o) {
buildCounterList++;
if (buildCounterList < 3) {
unittest.expect(o.listId, unittest.equals('foo'));
- checkUnnamed1719(o.nestingLevel);
+ checkUnnamed1736(o.nestingLevel);
}
buildCounterList--;
}
@@ -1300,14 +1300,14 @@ checkOutlineFill(api.OutlineFill o) {
buildCounterOutlineFill--;
}
-buildUnnamed1720() {
+buildUnnamed1737() {
var o = new core.List<api.PageElement>();
o.add(buildPageElement());
o.add(buildPageElement());
return o;
}
-checkUnnamed1720(core.List<api.PageElement> o) {
+checkUnnamed1737(core.List<api.PageElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkPageElement(o[0]);
checkPageElement(o[1]);
@@ -1322,7 +1322,7 @@ buildPage() {
o.masterProperties = buildMasterProperties();
o.notesProperties = buildNotesProperties();
o.objectId = "foo";
- o.pageElements = buildUnnamed1720();
+ o.pageElements = buildUnnamed1737();
o.pageProperties = buildPageProperties();
o.pageType = "foo";
o.revisionId = "foo";
@@ -1339,7 +1339,7 @@ checkPage(api.Page o) {
checkMasterProperties(o.masterProperties);
checkNotesProperties(o.notesProperties);
unittest.expect(o.objectId, unittest.equals('foo'));
- checkUnnamed1720(o.pageElements);
+ checkUnnamed1737(o.pageElements);
checkPageProperties(o.pageProperties);
unittest.expect(o.pageType, unittest.equals('foo'));
unittest.expect(o.revisionId, unittest.equals('foo'));
@@ -1537,40 +1537,40 @@ checkPlaceholder(api.Placeholder o) {
buildCounterPlaceholder--;
}
-buildUnnamed1721() {
+buildUnnamed1738() {
var o = new core.List<api.Page>();
o.add(buildPage());
o.add(buildPage());
return o;
}
-checkUnnamed1721(core.List<api.Page> o) {
+checkUnnamed1738(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0]);
checkPage(o[1]);
}
-buildUnnamed1722() {
+buildUnnamed1739() {
var o = new core.List<api.Page>();
o.add(buildPage());
o.add(buildPage());
return o;
}
-checkUnnamed1722(core.List<api.Page> o) {
+checkUnnamed1739(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0]);
checkPage(o[1]);
}
-buildUnnamed1723() {
+buildUnnamed1740() {
var o = new core.List<api.Page>();
o.add(buildPage());
o.add(buildPage());
return o;
}
-checkUnnamed1723(core.List<api.Page> o) {
+checkUnnamed1740(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0]);
checkPage(o[1]);
@@ -1581,14 +1581,14 @@ buildPresentation() {
var o = new api.Presentation();
buildCounterPresentation++;
if (buildCounterPresentation < 3) {
- o.layouts = buildUnnamed1721();
+ o.layouts = buildUnnamed1738();
o.locale = "foo";
- o.masters = buildUnnamed1722();
+ o.masters = buildUnnamed1739();
o.notesMaster = buildPage();
o.pageSize = buildSize();
o.presentationId = "foo";
o.revisionId = "foo";
- o.slides = buildUnnamed1723();
+ o.slides = buildUnnamed1740();
o.title = "foo";
}
buildCounterPresentation--;
@@ -1598,14 +1598,14 @@ buildPresentation() {
checkPresentation(api.Presentation o) {
buildCounterPresentation++;
if (buildCounterPresentation < 3) {
- checkUnnamed1721(o.layouts);
+ checkUnnamed1738(o.layouts);
unittest.expect(o.locale, unittest.equals('foo'));
- checkUnnamed1722(o.masters);
+ checkUnnamed1739(o.masters);
checkPage(o.notesMaster);
checkSize(o.pageSize);
unittest.expect(o.presentationId, unittest.equals('foo'));
unittest.expect(o.revisionId, unittest.equals('foo'));
- checkUnnamed1723(o.slides);
+ checkUnnamed1740(o.slides);
unittest.expect(o.title, unittest.equals('foo'));
}
buildCounterPresentation--;
@@ -1634,14 +1634,14 @@ checkRange(api.Range o) {
buildCounterRange--;
}
-buildUnnamed1724() {
+buildUnnamed1741() {
var o = new core.List<api.ColorStop>();
o.add(buildColorStop());
o.add(buildColorStop());
return o;
}
-checkUnnamed1724(core.List<api.ColorStop> o) {
+checkUnnamed1741(core.List<api.ColorStop> o) {
unittest.expect(o, unittest.hasLength(2));
checkColorStop(o[0]);
checkColorStop(o[1]);
@@ -1653,7 +1653,7 @@ buildRecolor() {
buildCounterRecolor++;
if (buildCounterRecolor < 3) {
o.name = "foo";
- o.recolorStops = buildUnnamed1724();
+ o.recolorStops = buildUnnamed1741();
}
buildCounterRecolor--;
return o;
@@ -1663,7 +1663,7 @@ checkRecolor(api.Recolor o) {
buildCounterRecolor++;
if (buildCounterRecolor < 3) {
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed1724(o.recolorStops);
+ checkUnnamed1741(o.recolorStops);
}
buildCounterRecolor--;
}
@@ -1687,14 +1687,14 @@ checkRefreshSheetsChartRequest(api.RefreshSheetsChartRequest o) {
buildCounterRefreshSheetsChartRequest--;
}
-buildUnnamed1725() {
+buildUnnamed1742() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1725(core.List<core.String> o) {
+checkUnnamed1742(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'));
@@ -1707,7 +1707,7 @@ buildReplaceAllShapesWithImageRequest() {
if (buildCounterReplaceAllShapesWithImageRequest < 3) {
o.containsText = buildSubstringMatchCriteria();
o.imageUrl = "foo";
- o.pageObjectIds = buildUnnamed1725();
+ o.pageObjectIds = buildUnnamed1742();
o.replaceMethod = "foo";
}
buildCounterReplaceAllShapesWithImageRequest--;
@@ -1719,7 +1719,7 @@ checkReplaceAllShapesWithImageRequest(api.ReplaceAllShapesWithImageRequest o) {
if (buildCounterReplaceAllShapesWithImageRequest < 3) {
checkSubstringMatchCriteria(o.containsText);
unittest.expect(o.imageUrl, unittest.equals('foo'));
- checkUnnamed1725(o.pageObjectIds);
+ checkUnnamed1742(o.pageObjectIds);
unittest.expect(o.replaceMethod, unittest.equals('foo'));
}
buildCounterReplaceAllShapesWithImageRequest--;
@@ -1744,14 +1744,14 @@ checkReplaceAllShapesWithImageResponse(api.ReplaceAllShapesWithImageResponse o)
buildCounterReplaceAllShapesWithImageResponse--;
}
-buildUnnamed1726() {
+buildUnnamed1743() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1726(core.List<core.String> o) {
+checkUnnamed1743(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'));
@@ -1765,7 +1765,7 @@ buildReplaceAllShapesWithSheetsChartRequest() {
o.chartId = 42;
o.containsText = buildSubstringMatchCriteria();
o.linkingMode = "foo";
- o.pageObjectIds = buildUnnamed1726();
+ o.pageObjectIds = buildUnnamed1743();
o.spreadsheetId = "foo";
}
buildCounterReplaceAllShapesWithSheetsChartRequest--;
@@ -1778,7 +1778,7 @@ checkReplaceAllShapesWithSheetsChartRequest(api.ReplaceAllShapesWithSheetsChartR
unittest.expect(o.chartId, unittest.equals(42));
checkSubstringMatchCriteria(o.containsText);
unittest.expect(o.linkingMode, unittest.equals('foo'));
- checkUnnamed1726(o.pageObjectIds);
+ checkUnnamed1743(o.pageObjectIds);
unittest.expect(o.spreadsheetId, unittest.equals('foo'));
}
buildCounterReplaceAllShapesWithSheetsChartRequest--;
@@ -1803,14 +1803,14 @@ checkReplaceAllShapesWithSheetsChartResponse(api.ReplaceAllShapesWithSheetsChart
buildCounterReplaceAllShapesWithSheetsChartResponse--;
}
-buildUnnamed1727() {
+buildUnnamed1744() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1727(core.List<core.String> o) {
+checkUnnamed1744(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'));
@@ -1822,7 +1822,7 @@ buildReplaceAllTextRequest() {
buildCounterReplaceAllTextRequest++;
if (buildCounterReplaceAllTextRequest < 3) {
o.containsText = buildSubstringMatchCriteria();
- o.pageObjectIds = buildUnnamed1727();
+ o.pageObjectIds = buildUnnamed1744();
o.replaceText = "foo";
}
buildCounterReplaceAllTextRequest--;
@@ -1833,7 +1833,7 @@ checkReplaceAllTextRequest(api.ReplaceAllTextRequest o) {
buildCounterReplaceAllTextRequest++;
if (buildCounterReplaceAllTextRequest < 3) {
checkSubstringMatchCriteria(o.containsText);
- checkUnnamed1727(o.pageObjectIds);
+ checkUnnamed1744(o.pageObjectIds);
unittest.expect(o.replaceText, unittest.equals('foo'));
}
buildCounterReplaceAllTextRequest--;
@@ -2254,27 +2254,27 @@ checkSubstringMatchCriteria(api.SubstringMatchCriteria o) {
buildCounterSubstringMatchCriteria--;
}
-buildUnnamed1728() {
+buildUnnamed1745() {
var o = new core.List<api.TableColumnProperties>();
o.add(buildTableColumnProperties());
o.add(buildTableColumnProperties());
return o;
}
-checkUnnamed1728(core.List<api.TableColumnProperties> o) {
+checkUnnamed1745(core.List<api.TableColumnProperties> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableColumnProperties(o[0]);
checkTableColumnProperties(o[1]);
}
-buildUnnamed1729() {
+buildUnnamed1746() {
var o = new core.List<api.TableRow>();
o.add(buildTableRow());
o.add(buildTableRow());
return o;
}
-checkUnnamed1729(core.List<api.TableRow> o) {
+checkUnnamed1746(core.List<api.TableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableRow(o[0]);
checkTableRow(o[1]);
@@ -2287,8 +2287,8 @@ buildTable() {
if (buildCounterTable < 3) {
o.columns = 42;
o.rows = 42;
- o.tableColumns = buildUnnamed1728();
- o.tableRows = buildUnnamed1729();
+ o.tableColumns = buildUnnamed1745();
+ o.tableRows = buildUnnamed1746();
}
buildCounterTable--;
return o;
@@ -2299,8 +2299,8 @@ checkTable(api.Table o) {
if (buildCounterTable < 3) {
unittest.expect(o.columns, unittest.equals(42));
unittest.expect(o.rows, unittest.equals(42));
- checkUnnamed1728(o.tableColumns);
- checkUnnamed1729(o.tableRows);
+ checkUnnamed1745(o.tableColumns);
+ checkUnnamed1746(o.tableRows);
}
buildCounterTable--;
}
@@ -2435,14 +2435,14 @@ checkTableRange(api.TableRange o) {
buildCounterTableRange--;
}
-buildUnnamed1730() {
+buildUnnamed1747() {
var o = new core.List<api.TableCell>();
o.add(buildTableCell());
o.add(buildTableCell());
return o;
}
-checkUnnamed1730(core.List<api.TableCell> o) {
+checkUnnamed1747(core.List<api.TableCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableCell(o[0]);
checkTableCell(o[1]);
@@ -2454,7 +2454,7 @@ buildTableRow() {
buildCounterTableRow++;
if (buildCounterTableRow < 3) {
o.rowHeight = buildDimension();
- o.tableCells = buildUnnamed1730();
+ o.tableCells = buildUnnamed1747();
}
buildCounterTableRow--;
return o;
@@ -2464,32 +2464,32 @@ checkTableRow(api.TableRow o) {
buildCounterTableRow++;
if (buildCounterTableRow < 3) {
checkDimension(o.rowHeight);
- checkUnnamed1730(o.tableCells);
+ checkUnnamed1747(o.tableCells);
}
buildCounterTableRow--;
}
-buildUnnamed1731() {
+buildUnnamed1748() {
var o = new core.Map<core.String, api.List>();
o["x"] = buildList();
o["y"] = buildList();
return o;
}
-checkUnnamed1731(core.Map<core.String, api.List> o) {
+checkUnnamed1748(core.Map<core.String, api.List> o) {
unittest.expect(o, unittest.hasLength(2));
checkList(o["x"]);
checkList(o["y"]);
}
-buildUnnamed1732() {
+buildUnnamed1749() {
var o = new core.List<api.TextElement>();
o.add(buildTextElement());
o.add(buildTextElement());
return o;
}
-checkUnnamed1732(core.List<api.TextElement> o) {
+checkUnnamed1749(core.List<api.TextElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkTextElement(o[0]);
checkTextElement(o[1]);
@@ -2500,8 +2500,8 @@ buildTextContent() {
var o = new api.TextContent();
buildCounterTextContent++;
if (buildCounterTextContent < 3) {
- o.lists = buildUnnamed1731();
- o.textElements = buildUnnamed1732();
+ o.lists = buildUnnamed1748();
+ o.textElements = buildUnnamed1749();
}
buildCounterTextContent--;
return o;
@@ -2510,8 +2510,8 @@ buildTextContent() {
checkTextContent(api.TextContent o) {
buildCounterTextContent++;
if (buildCounterTextContent < 3) {
- checkUnnamed1731(o.lists);
- checkUnnamed1732(o.textElements);
+ checkUnnamed1748(o.lists);
+ checkUnnamed1749(o.textElements);
}
buildCounterTextContent--;
}
@@ -2791,14 +2791,14 @@ checkUpdateShapePropertiesRequest(api.UpdateShapePropertiesRequest o) {
buildCounterUpdateShapePropertiesRequest--;
}
-buildUnnamed1733() {
+buildUnnamed1750() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1733(core.List<core.String> o) {
+checkUnnamed1750(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'));
@@ -2810,7 +2810,7 @@ buildUpdateSlidesPositionRequest() {
buildCounterUpdateSlidesPositionRequest++;
if (buildCounterUpdateSlidesPositionRequest < 3) {
o.insertionIndex = 42;
- o.slideObjectIds = buildUnnamed1733();
+ o.slideObjectIds = buildUnnamed1750();
}
buildCounterUpdateSlidesPositionRequest--;
return o;
@@ -2820,7 +2820,7 @@ checkUpdateSlidesPositionRequest(api.UpdateSlidesPositionRequest o) {
buildCounterUpdateSlidesPositionRequest++;
if (buildCounterUpdateSlidesPositionRequest < 3) {
unittest.expect(o.insertionIndex, unittest.equals(42));
- checkUnnamed1733(o.slideObjectIds);
+ checkUnnamed1750(o.slideObjectIds);
}
buildCounterUpdateSlidesPositionRequest--;
}
« no previous file with comments | « generated/googleapis/test/siteverification/v1_test.dart ('k') | generated/googleapis/test/sourcerepo/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698