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 d62c3d2f921180a3e2b2ef582fefbaab909e96c9..081566cf6fb9a3b1cf82ae18dc407c03bea7f435 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--; |
} |
-buildUnnamed1589() { |
+buildUnnamed1681() { |
var o = new core.List<api.Request>(); |
o.add(buildRequest()); |
o.add(buildRequest()); |
return o; |
} |
-checkUnnamed1589(core.List<api.Request> o) { |
+checkUnnamed1681(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 = buildUnnamed1589(); |
+ o.requests = buildUnnamed1681(); |
o.writeControl = buildWriteControl(); |
} |
buildCounterBatchUpdatePresentationRequest--; |
@@ -133,20 +133,20 @@ buildBatchUpdatePresentationRequest() { |
checkBatchUpdatePresentationRequest(api.BatchUpdatePresentationRequest o) { |
buildCounterBatchUpdatePresentationRequest++; |
if (buildCounterBatchUpdatePresentationRequest < 3) { |
- checkUnnamed1589(o.requests); |
+ checkUnnamed1681(o.requests); |
checkWriteControl(o.writeControl); |
} |
buildCounterBatchUpdatePresentationRequest--; |
} |
-buildUnnamed1590() { |
+buildUnnamed1682() { |
var o = new core.List<api.Response>(); |
o.add(buildResponse()); |
o.add(buildResponse()); |
return o; |
} |
-checkUnnamed1590(core.List<api.Response> o) { |
+checkUnnamed1682(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 = buildUnnamed1590(); |
+ o.replies = buildUnnamed1682(); |
} |
buildCounterBatchUpdatePresentationResponse--; |
return o; |
@@ -168,7 +168,7 @@ checkBatchUpdatePresentationResponse(api.BatchUpdatePresentationResponse o) { |
buildCounterBatchUpdatePresentationResponse++; |
if (buildCounterBatchUpdatePresentationResponse < 3) { |
unittest.expect(o.presentationId, unittest.equals('foo')); |
- checkUnnamed1590(o.replies); |
+ checkUnnamed1682(o.replies); |
} |
buildCounterBatchUpdatePresentationResponse--; |
} |
@@ -198,14 +198,14 @@ checkBullet(api.Bullet o) { |
buildCounterBullet--; |
} |
-buildUnnamed1591() { |
+buildUnnamed1683() { |
var o = new core.List<api.ThemeColorPair>(); |
o.add(buildThemeColorPair()); |
o.add(buildThemeColorPair()); |
return o; |
} |
-checkUnnamed1591(core.List<api.ThemeColorPair> o) { |
+checkUnnamed1683(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 = buildUnnamed1591(); |
+ o.colors = buildUnnamed1683(); |
} |
buildCounterColorScheme--; |
return o; |
@@ -225,7 +225,7 @@ buildColorScheme() { |
checkColorScheme(api.ColorScheme o) { |
buildCounterColorScheme++; |
if (buildCounterColorScheme < 3) { |
- checkUnnamed1591(o.colors); |
+ checkUnnamed1683(o.colors); |
} |
buildCounterColorScheme--; |
} |
@@ -450,14 +450,14 @@ checkCreateSheetsChartResponse(api.CreateSheetsChartResponse o) { |
buildCounterCreateSheetsChartResponse--; |
} |
-buildUnnamed1592() { |
+buildUnnamed1684() { |
var o = new core.List<api.LayoutPlaceholderIdMapping>(); |
o.add(buildLayoutPlaceholderIdMapping()); |
o.add(buildLayoutPlaceholderIdMapping()); |
return o; |
} |
-checkUnnamed1592(core.List<api.LayoutPlaceholderIdMapping> o) { |
+checkUnnamed1684(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 = buildUnnamed1592(); |
+ o.placeholderIdMappings = buildUnnamed1684(); |
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')); |
- checkUnnamed1592(o.placeholderIdMappings); |
+ checkUnnamed1684(o.placeholderIdMappings); |
checkLayoutReference(o.slideLayoutReference); |
} |
buildCounterCreateSlideRequest--; |
@@ -750,14 +750,14 @@ checkDimension(api.Dimension o) { |
buildCounterDimension--; |
} |
-buildUnnamed1593() { |
+buildUnnamed1685() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed1593(core.Map<core.String, core.String> o) { |
+checkUnnamed1685(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 = buildUnnamed1593(); |
+ o.objectIds = buildUnnamed1685(); |
} |
buildCounterDuplicateObjectRequest--; |
return o; |
@@ -779,7 +779,7 @@ checkDuplicateObjectRequest(api.DuplicateObjectRequest o) { |
buildCounterDuplicateObjectRequest++; |
if (buildCounterDuplicateObjectRequest < 3) { |
unittest.expect(o.objectId, unittest.equals('foo')); |
- checkUnnamed1593(o.objectIds); |
+ checkUnnamed1685(o.objectIds); |
} |
buildCounterDuplicateObjectRequest--; |
} |
@@ -803,14 +803,14 @@ checkDuplicateObjectResponse(api.DuplicateObjectResponse o) { |
buildCounterDuplicateObjectResponse--; |
} |
-buildUnnamed1594() { |
+buildUnnamed1686() { |
var o = new core.List<api.PageElement>(); |
o.add(buildPageElement()); |
o.add(buildPageElement()); |
return o; |
} |
-checkUnnamed1594(core.List<api.PageElement> o) { |
+checkUnnamed1686(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 = buildUnnamed1594(); |
+ o.children = buildUnnamed1686(); |
} |
buildCounterGroup--; |
return o; |
@@ -830,7 +830,7 @@ buildGroup() { |
checkGroup(api.Group o) { |
buildCounterGroup++; |
if (buildCounterGroup < 3) { |
- checkUnnamed1594(o.children); |
+ checkUnnamed1686(o.children); |
} |
buildCounterGroup--; |
} |
@@ -1125,14 +1125,14 @@ checkLink(api.Link o) { |
buildCounterLink--; |
} |
-buildUnnamed1595() { |
+buildUnnamed1687() { |
var o = new core.Map<core.String, api.NestingLevel>(); |
o["x"] = buildNestingLevel(); |
o["y"] = buildNestingLevel(); |
return o; |
} |
-checkUnnamed1595(core.Map<core.String, api.NestingLevel> o) { |
+checkUnnamed1687(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 = buildUnnamed1595(); |
+ o.nestingLevel = buildUnnamed1687(); |
} |
buildCounterList--; |
return o; |
@@ -1154,7 +1154,7 @@ checkList(api.List o) { |
buildCounterList++; |
if (buildCounterList < 3) { |
unittest.expect(o.listId, unittest.equals('foo')); |
- checkUnnamed1595(o.nestingLevel); |
+ checkUnnamed1687(o.nestingLevel); |
} |
buildCounterList--; |
} |
@@ -1281,14 +1281,14 @@ checkOutlineFill(api.OutlineFill o) { |
buildCounterOutlineFill--; |
} |
-buildUnnamed1596() { |
+buildUnnamed1688() { |
var o = new core.List<api.PageElement>(); |
o.add(buildPageElement()); |
o.add(buildPageElement()); |
return o; |
} |
-checkUnnamed1596(core.List<api.PageElement> o) { |
+checkUnnamed1688(core.List<api.PageElement> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPageElement(o[0]); |
checkPageElement(o[1]); |
@@ -1302,7 +1302,7 @@ buildPage() { |
o.layoutProperties = buildLayoutProperties(); |
o.notesProperties = buildNotesProperties(); |
o.objectId = "foo"; |
- o.pageElements = buildUnnamed1596(); |
+ o.pageElements = buildUnnamed1688(); |
o.pageProperties = buildPageProperties(); |
o.pageType = "foo"; |
o.revisionId = "foo"; |
@@ -1318,7 +1318,7 @@ checkPage(api.Page o) { |
checkLayoutProperties(o.layoutProperties); |
checkNotesProperties(o.notesProperties); |
unittest.expect(o.objectId, unittest.equals('foo')); |
- checkUnnamed1596(o.pageElements); |
+ checkUnnamed1688(o.pageElements); |
checkPageProperties(o.pageProperties); |
unittest.expect(o.pageType, unittest.equals('foo')); |
unittest.expect(o.revisionId, unittest.equals('foo')); |
@@ -1516,40 +1516,40 @@ checkPlaceholder(api.Placeholder o) { |
buildCounterPlaceholder--; |
} |
-buildUnnamed1597() { |
+buildUnnamed1689() { |
var o = new core.List<api.Page>(); |
o.add(buildPage()); |
o.add(buildPage()); |
return o; |
} |
-checkUnnamed1597(core.List<api.Page> o) { |
+checkUnnamed1689(core.List<api.Page> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPage(o[0]); |
checkPage(o[1]); |
} |
-buildUnnamed1598() { |
+buildUnnamed1690() { |
var o = new core.List<api.Page>(); |
o.add(buildPage()); |
o.add(buildPage()); |
return o; |
} |
-checkUnnamed1598(core.List<api.Page> o) { |
+checkUnnamed1690(core.List<api.Page> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPage(o[0]); |
checkPage(o[1]); |
} |
-buildUnnamed1599() { |
+buildUnnamed1691() { |
var o = new core.List<api.Page>(); |
o.add(buildPage()); |
o.add(buildPage()); |
return o; |
} |
-checkUnnamed1599(core.List<api.Page> o) { |
+checkUnnamed1691(core.List<api.Page> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPage(o[0]); |
checkPage(o[1]); |
@@ -1560,14 +1560,14 @@ buildPresentation() { |
var o = new api.Presentation(); |
buildCounterPresentation++; |
if (buildCounterPresentation < 3) { |
- o.layouts = buildUnnamed1597(); |
+ o.layouts = buildUnnamed1689(); |
o.locale = "foo"; |
- o.masters = buildUnnamed1598(); |
+ o.masters = buildUnnamed1690(); |
o.notesMaster = buildPage(); |
o.pageSize = buildSize(); |
o.presentationId = "foo"; |
o.revisionId = "foo"; |
- o.slides = buildUnnamed1599(); |
+ o.slides = buildUnnamed1691(); |
o.title = "foo"; |
} |
buildCounterPresentation--; |
@@ -1577,14 +1577,14 @@ buildPresentation() { |
checkPresentation(api.Presentation o) { |
buildCounterPresentation++; |
if (buildCounterPresentation < 3) { |
- checkUnnamed1597(o.layouts); |
+ checkUnnamed1689(o.layouts); |
unittest.expect(o.locale, unittest.equals('foo')); |
- checkUnnamed1598(o.masters); |
+ checkUnnamed1690(o.masters); |
checkPage(o.notesMaster); |
checkSize(o.pageSize); |
unittest.expect(o.presentationId, unittest.equals('foo')); |
unittest.expect(o.revisionId, unittest.equals('foo')); |
- checkUnnamed1599(o.slides); |
+ checkUnnamed1691(o.slides); |
unittest.expect(o.title, unittest.equals('foo')); |
} |
buildCounterPresentation--; |
@@ -1613,14 +1613,14 @@ checkRange(api.Range o) { |
buildCounterRange--; |
} |
-buildUnnamed1600() { |
+buildUnnamed1692() { |
var o = new core.List<api.ColorStop>(); |
o.add(buildColorStop()); |
o.add(buildColorStop()); |
return o; |
} |
-checkUnnamed1600(core.List<api.ColorStop> o) { |
+checkUnnamed1692(core.List<api.ColorStop> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkColorStop(o[0]); |
checkColorStop(o[1]); |
@@ -1632,7 +1632,7 @@ buildRecolor() { |
buildCounterRecolor++; |
if (buildCounterRecolor < 3) { |
o.name = "foo"; |
- o.recolorStops = buildUnnamed1600(); |
+ o.recolorStops = buildUnnamed1692(); |
} |
buildCounterRecolor--; |
return o; |
@@ -1642,7 +1642,7 @@ checkRecolor(api.Recolor o) { |
buildCounterRecolor++; |
if (buildCounterRecolor < 3) { |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed1600(o.recolorStops); |
+ checkUnnamed1692(o.recolorStops); |
} |
buildCounterRecolor--; |
} |
@@ -1666,14 +1666,14 @@ checkRefreshSheetsChartRequest(api.RefreshSheetsChartRequest o) { |
buildCounterRefreshSheetsChartRequest--; |
} |
-buildUnnamed1601() { |
+buildUnnamed1693() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1601(core.List<core.String> o) { |
+checkUnnamed1693(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')); |
@@ -1686,7 +1686,7 @@ buildReplaceAllShapesWithImageRequest() { |
if (buildCounterReplaceAllShapesWithImageRequest < 3) { |
o.containsText = buildSubstringMatchCriteria(); |
o.imageUrl = "foo"; |
- o.pageObjectIds = buildUnnamed1601(); |
+ o.pageObjectIds = buildUnnamed1693(); |
o.replaceMethod = "foo"; |
} |
buildCounterReplaceAllShapesWithImageRequest--; |
@@ -1698,7 +1698,7 @@ checkReplaceAllShapesWithImageRequest(api.ReplaceAllShapesWithImageRequest o) { |
if (buildCounterReplaceAllShapesWithImageRequest < 3) { |
checkSubstringMatchCriteria(o.containsText); |
unittest.expect(o.imageUrl, unittest.equals('foo')); |
- checkUnnamed1601(o.pageObjectIds); |
+ checkUnnamed1693(o.pageObjectIds); |
unittest.expect(o.replaceMethod, unittest.equals('foo')); |
} |
buildCounterReplaceAllShapesWithImageRequest--; |
@@ -1723,14 +1723,14 @@ checkReplaceAllShapesWithImageResponse(api.ReplaceAllShapesWithImageResponse o) |
buildCounterReplaceAllShapesWithImageResponse--; |
} |
-buildUnnamed1602() { |
+buildUnnamed1694() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1602(core.List<core.String> o) { |
+checkUnnamed1694(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')); |
@@ -1744,7 +1744,7 @@ buildReplaceAllShapesWithSheetsChartRequest() { |
o.chartId = 42; |
o.containsText = buildSubstringMatchCriteria(); |
o.linkingMode = "foo"; |
- o.pageObjectIds = buildUnnamed1602(); |
+ o.pageObjectIds = buildUnnamed1694(); |
o.spreadsheetId = "foo"; |
} |
buildCounterReplaceAllShapesWithSheetsChartRequest--; |
@@ -1757,7 +1757,7 @@ checkReplaceAllShapesWithSheetsChartRequest(api.ReplaceAllShapesWithSheetsChartR |
unittest.expect(o.chartId, unittest.equals(42)); |
checkSubstringMatchCriteria(o.containsText); |
unittest.expect(o.linkingMode, unittest.equals('foo')); |
- checkUnnamed1602(o.pageObjectIds); |
+ checkUnnamed1694(o.pageObjectIds); |
unittest.expect(o.spreadsheetId, unittest.equals('foo')); |
} |
buildCounterReplaceAllShapesWithSheetsChartRequest--; |
@@ -1782,14 +1782,14 @@ checkReplaceAllShapesWithSheetsChartResponse(api.ReplaceAllShapesWithSheetsChart |
buildCounterReplaceAllShapesWithSheetsChartResponse--; |
} |
-buildUnnamed1603() { |
+buildUnnamed1695() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1603(core.List<core.String> o) { |
+checkUnnamed1695(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')); |
@@ -1801,7 +1801,7 @@ buildReplaceAllTextRequest() { |
buildCounterReplaceAllTextRequest++; |
if (buildCounterReplaceAllTextRequest < 3) { |
o.containsText = buildSubstringMatchCriteria(); |
- o.pageObjectIds = buildUnnamed1603(); |
+ o.pageObjectIds = buildUnnamed1695(); |
o.replaceText = "foo"; |
} |
buildCounterReplaceAllTextRequest--; |
@@ -1812,7 +1812,7 @@ checkReplaceAllTextRequest(api.ReplaceAllTextRequest o) { |
buildCounterReplaceAllTextRequest++; |
if (buildCounterReplaceAllTextRequest < 3) { |
checkSubstringMatchCriteria(o.containsText); |
- checkUnnamed1603(o.pageObjectIds); |
+ checkUnnamed1695(o.pageObjectIds); |
unittest.expect(o.replaceText, unittest.equals('foo')); |
} |
buildCounterReplaceAllTextRequest--; |
@@ -2233,27 +2233,27 @@ checkSubstringMatchCriteria(api.SubstringMatchCriteria o) { |
buildCounterSubstringMatchCriteria--; |
} |
-buildUnnamed1604() { |
+buildUnnamed1696() { |
var o = new core.List<api.TableColumnProperties>(); |
o.add(buildTableColumnProperties()); |
o.add(buildTableColumnProperties()); |
return o; |
} |
-checkUnnamed1604(core.List<api.TableColumnProperties> o) { |
+checkUnnamed1696(core.List<api.TableColumnProperties> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTableColumnProperties(o[0]); |
checkTableColumnProperties(o[1]); |
} |
-buildUnnamed1605() { |
+buildUnnamed1697() { |
var o = new core.List<api.TableRow>(); |
o.add(buildTableRow()); |
o.add(buildTableRow()); |
return o; |
} |
-checkUnnamed1605(core.List<api.TableRow> o) { |
+checkUnnamed1697(core.List<api.TableRow> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTableRow(o[0]); |
checkTableRow(o[1]); |
@@ -2266,8 +2266,8 @@ buildTable() { |
if (buildCounterTable < 3) { |
o.columns = 42; |
o.rows = 42; |
- o.tableColumns = buildUnnamed1604(); |
- o.tableRows = buildUnnamed1605(); |
+ o.tableColumns = buildUnnamed1696(); |
+ o.tableRows = buildUnnamed1697(); |
} |
buildCounterTable--; |
return o; |
@@ -2278,8 +2278,8 @@ checkTable(api.Table o) { |
if (buildCounterTable < 3) { |
unittest.expect(o.columns, unittest.equals(42)); |
unittest.expect(o.rows, unittest.equals(42)); |
- checkUnnamed1604(o.tableColumns); |
- checkUnnamed1605(o.tableRows); |
+ checkUnnamed1696(o.tableColumns); |
+ checkUnnamed1697(o.tableRows); |
} |
buildCounterTable--; |
} |
@@ -2414,14 +2414,14 @@ checkTableRange(api.TableRange o) { |
buildCounterTableRange--; |
} |
-buildUnnamed1606() { |
+buildUnnamed1698() { |
var o = new core.List<api.TableCell>(); |
o.add(buildTableCell()); |
o.add(buildTableCell()); |
return o; |
} |
-checkUnnamed1606(core.List<api.TableCell> o) { |
+checkUnnamed1698(core.List<api.TableCell> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTableCell(o[0]); |
checkTableCell(o[1]); |
@@ -2433,7 +2433,7 @@ buildTableRow() { |
buildCounterTableRow++; |
if (buildCounterTableRow < 3) { |
o.rowHeight = buildDimension(); |
- o.tableCells = buildUnnamed1606(); |
+ o.tableCells = buildUnnamed1698(); |
} |
buildCounterTableRow--; |
return o; |
@@ -2443,32 +2443,32 @@ checkTableRow(api.TableRow o) { |
buildCounterTableRow++; |
if (buildCounterTableRow < 3) { |
checkDimension(o.rowHeight); |
- checkUnnamed1606(o.tableCells); |
+ checkUnnamed1698(o.tableCells); |
} |
buildCounterTableRow--; |
} |
-buildUnnamed1607() { |
+buildUnnamed1699() { |
var o = new core.Map<core.String, api.List>(); |
o["x"] = buildList(); |
o["y"] = buildList(); |
return o; |
} |
-checkUnnamed1607(core.Map<core.String, api.List> o) { |
+checkUnnamed1699(core.Map<core.String, api.List> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkList(o["x"]); |
checkList(o["y"]); |
} |
-buildUnnamed1608() { |
+buildUnnamed1700() { |
var o = new core.List<api.TextElement>(); |
o.add(buildTextElement()); |
o.add(buildTextElement()); |
return o; |
} |
-checkUnnamed1608(core.List<api.TextElement> o) { |
+checkUnnamed1700(core.List<api.TextElement> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTextElement(o[0]); |
checkTextElement(o[1]); |
@@ -2479,8 +2479,8 @@ buildTextContent() { |
var o = new api.TextContent(); |
buildCounterTextContent++; |
if (buildCounterTextContent < 3) { |
- o.lists = buildUnnamed1607(); |
- o.textElements = buildUnnamed1608(); |
+ o.lists = buildUnnamed1699(); |
+ o.textElements = buildUnnamed1700(); |
} |
buildCounterTextContent--; |
return o; |
@@ -2489,8 +2489,8 @@ buildTextContent() { |
checkTextContent(api.TextContent o) { |
buildCounterTextContent++; |
if (buildCounterTextContent < 3) { |
- checkUnnamed1607(o.lists); |
- checkUnnamed1608(o.textElements); |
+ checkUnnamed1699(o.lists); |
+ checkUnnamed1700(o.textElements); |
} |
buildCounterTextContent--; |
} |
@@ -2770,14 +2770,14 @@ checkUpdateShapePropertiesRequest(api.UpdateShapePropertiesRequest o) { |
buildCounterUpdateShapePropertiesRequest--; |
} |
-buildUnnamed1609() { |
+buildUnnamed1701() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1609(core.List<core.String> o) { |
+checkUnnamed1701(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')); |
@@ -2789,7 +2789,7 @@ buildUpdateSlidesPositionRequest() { |
buildCounterUpdateSlidesPositionRequest++; |
if (buildCounterUpdateSlidesPositionRequest < 3) { |
o.insertionIndex = 42; |
- o.slideObjectIds = buildUnnamed1609(); |
+ o.slideObjectIds = buildUnnamed1701(); |
} |
buildCounterUpdateSlidesPositionRequest--; |
return o; |
@@ -2799,7 +2799,7 @@ checkUpdateSlidesPositionRequest(api.UpdateSlidesPositionRequest o) { |
buildCounterUpdateSlidesPositionRequest++; |
if (buildCounterUpdateSlidesPositionRequest < 3) { |
unittest.expect(o.insertionIndex, unittest.equals(42)); |
- checkUnnamed1609(o.slideObjectIds); |
+ checkUnnamed1701(o.slideObjectIds); |
} |
buildCounterUpdateSlidesPositionRequest--; |
} |
@@ -4205,8 +4205,8 @@ main() { |
api.PresentationsPagesResourceApi res = new api.SlidesApi(mock).presentations.pages; |
var arg_presentationId = "foo"; |
var arg_pageObjectId = "foo"; |
- var arg_thumbnailProperties_mimeType = "foo"; |
var arg_thumbnailProperties_thumbnailSize = "foo"; |
+ var arg_thumbnailProperties_mimeType = "foo"; |
mock.register(unittest.expectAsync2((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |
@@ -4247,8 +4247,8 @@ main() { |
addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1])); |
} |
} |
- unittest.expect(queryMap["thumbnailProperties.mimeType"].first, unittest.equals(arg_thumbnailProperties_mimeType)); |
unittest.expect(queryMap["thumbnailProperties.thumbnailSize"].first, unittest.equals(arg_thumbnailProperties_thumbnailSize)); |
+ unittest.expect(queryMap["thumbnailProperties.mimeType"].first, unittest.equals(arg_thumbnailProperties_mimeType)); |
var h = { |
@@ -4257,7 +4257,7 @@ main() { |
var resp = convert.JSON.encode(buildThumbnail()); |
return new async.Future.value(stringResponse(200, h, resp)); |
}), true); |
- res.getThumbnail(arg_presentationId, arg_pageObjectId, thumbnailProperties_mimeType: arg_thumbnailProperties_mimeType, thumbnailProperties_thumbnailSize: arg_thumbnailProperties_thumbnailSize).then(unittest.expectAsync1(((api.Thumbnail response) { |
+ res.getThumbnail(arg_presentationId, arg_pageObjectId, thumbnailProperties_thumbnailSize: arg_thumbnailProperties_thumbnailSize, thumbnailProperties_mimeType: arg_thumbnailProperties_mimeType).then(unittest.expectAsync1(((api.Thumbnail response) { |
checkThumbnail(response); |
}))); |
}); |