| Index: generated/googleapis/test/fusiontables/v1_test.dart
|
| diff --git a/generated/googleapis/test/fusiontables/v1_test.dart b/generated/googleapis/test/fusiontables/v1_test.dart
|
| index f318286145badf1e7c660c5167d30b71bf193ef2..dd12b57abe021646d03d386b5bb3042bdbec76aa 100644
|
| --- a/generated/googleapis/test/fusiontables/v1_test.dart
|
| +++ b/generated/googleapis/test/fusiontables/v1_test.dart
|
| @@ -132,14 +132,14 @@ checkColumn(api.Column o) {
|
| buildCounterColumn--;
|
| }
|
|
|
| -buildUnnamed1453() {
|
| +buildUnnamed1677() {
|
| var o = new core.List<api.Column>();
|
| o.add(buildColumn());
|
| o.add(buildColumn());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1453(core.List<api.Column> o) {
|
| +checkUnnamed1677(core.List<api.Column> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkColumn(o[0]);
|
| checkColumn(o[1]);
|
| @@ -150,7 +150,7 @@ buildColumnList() {
|
| var o = new api.ColumnList();
|
| buildCounterColumnList++;
|
| if (buildCounterColumnList < 3) {
|
| - o.items = buildUnnamed1453();
|
| + o.items = buildUnnamed1677();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -162,7 +162,7 @@ buildColumnList() {
|
| checkColumnList(api.ColumnList o) {
|
| buildCounterColumnList++;
|
| if (buildCounterColumnList < 3) {
|
| - checkUnnamed1453(o.items);
|
| + checkUnnamed1677(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -170,14 +170,14 @@ checkColumnList(api.ColumnList o) {
|
| buildCounterColumnList--;
|
| }
|
|
|
| -buildUnnamed1454() {
|
| +buildUnnamed1678() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1454(core.List<core.Object> o) {
|
| +checkUnnamed1678(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted1 = (o[0]) as core.Map; unittest.expect(casted1, unittest.hasLength(3)); unittest.expect(casted1["list"], unittest.equals([1, 2, 3])); unittest.expect(casted1["bool"], unittest.equals(true)); unittest.expect(casted1["string"], unittest.equals('foo'));
|
| var casted2 = (o[1]) as core.Map; unittest.expect(casted2, unittest.hasLength(3)); unittest.expect(casted2["list"], unittest.equals([1, 2, 3])); unittest.expect(casted2["bool"], unittest.equals(true)); unittest.expect(casted2["string"], unittest.equals('foo'));
|
| @@ -188,7 +188,7 @@ buildGeometry() {
|
| var o = new api.Geometry();
|
| buildCounterGeometry++;
|
| if (buildCounterGeometry < 3) {
|
| - o.geometries = buildUnnamed1454();
|
| + o.geometries = buildUnnamed1678();
|
| o.geometry = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o.type = "foo";
|
| }
|
| @@ -199,7 +199,7 @@ buildGeometry() {
|
| checkGeometry(api.Geometry o) {
|
| buildCounterGeometry++;
|
| if (buildCounterGeometry < 3) {
|
| - checkUnnamed1454(o.geometries);
|
| + checkUnnamed1678(o.geometries);
|
| var casted3 = (o.geometry) as core.Map; unittest.expect(casted3, unittest.hasLength(3)); unittest.expect(casted3["list"], unittest.equals([1, 2, 3])); unittest.expect(casted3["bool"], unittest.equals(true)); unittest.expect(casted3["string"], unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| @@ -227,30 +227,30 @@ checkImport(api.Import o) {
|
| buildCounterImport--;
|
| }
|
|
|
| -buildUnnamed1455() {
|
| +buildUnnamed1679() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1455(core.List<core.double> o) {
|
| +checkUnnamed1679(core.List<core.double> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42.0));
|
| unittest.expect(o[1], unittest.equals(42.0));
|
| }
|
|
|
| -buildUnnamed1456() {
|
| +buildUnnamed1680() {
|
| var o = new core.List<core.List<core.double>>();
|
| - o.add(buildUnnamed1455());
|
| - o.add(buildUnnamed1455());
|
| + o.add(buildUnnamed1679());
|
| + o.add(buildUnnamed1679());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1456(core.List<core.List<core.double>> o) {
|
| +checkUnnamed1680(core.List<core.List<core.double>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1455(o[0]);
|
| - checkUnnamed1455(o[1]);
|
| + checkUnnamed1679(o[0]);
|
| + checkUnnamed1679(o[1]);
|
| }
|
|
|
| core.int buildCounterLine = 0;
|
| @@ -258,7 +258,7 @@ buildLine() {
|
| var o = new api.Line();
|
| buildCounterLine++;
|
| if (buildCounterLine < 3) {
|
| - o.coordinates = buildUnnamed1456();
|
| + o.coordinates = buildUnnamed1680();
|
| o.type = "foo";
|
| }
|
| buildCounterLine--;
|
| @@ -268,7 +268,7 @@ buildLine() {
|
| checkLine(api.Line o) {
|
| buildCounterLine++;
|
| if (buildCounterLine < 3) {
|
| - checkUnnamed1456(o.coordinates);
|
| + checkUnnamed1680(o.coordinates);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterLine--;
|
| @@ -301,14 +301,14 @@ checkLineStyle(api.LineStyle o) {
|
| buildCounterLineStyle--;
|
| }
|
|
|
| -buildUnnamed1457() {
|
| +buildUnnamed1681() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1457(core.List<core.double> o) {
|
| +checkUnnamed1681(core.List<core.double> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42.0));
|
| unittest.expect(o[1], unittest.equals(42.0));
|
| @@ -319,7 +319,7 @@ buildPoint() {
|
| var o = new api.Point();
|
| buildCounterPoint++;
|
| if (buildCounterPoint < 3) {
|
| - o.coordinates = buildUnnamed1457();
|
| + o.coordinates = buildUnnamed1681();
|
| o.type = "foo";
|
| }
|
| buildCounterPoint--;
|
| @@ -329,7 +329,7 @@ buildPoint() {
|
| checkPoint(api.Point o) {
|
| buildCounterPoint++;
|
| if (buildCounterPoint < 3) {
|
| - checkUnnamed1457(o.coordinates);
|
| + checkUnnamed1681(o.coordinates);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterPoint--;
|
| @@ -356,43 +356,43 @@ checkPointStyle(api.PointStyle o) {
|
| buildCounterPointStyle--;
|
| }
|
|
|
| -buildUnnamed1458() {
|
| +buildUnnamed1682() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1458(core.List<core.double> o) {
|
| +checkUnnamed1682(core.List<core.double> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42.0));
|
| unittest.expect(o[1], unittest.equals(42.0));
|
| }
|
|
|
| -buildUnnamed1459() {
|
| +buildUnnamed1683() {
|
| var o = new core.List<core.List<core.double>>();
|
| - o.add(buildUnnamed1458());
|
| - o.add(buildUnnamed1458());
|
| + o.add(buildUnnamed1682());
|
| + o.add(buildUnnamed1682());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1459(core.List<core.List<core.double>> o) {
|
| +checkUnnamed1683(core.List<core.List<core.double>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1458(o[0]);
|
| - checkUnnamed1458(o[1]);
|
| + checkUnnamed1682(o[0]);
|
| + checkUnnamed1682(o[1]);
|
| }
|
|
|
| -buildUnnamed1460() {
|
| +buildUnnamed1684() {
|
| var o = new core.List<core.List<core.List<core.double>>>();
|
| - o.add(buildUnnamed1459());
|
| - o.add(buildUnnamed1459());
|
| + o.add(buildUnnamed1683());
|
| + o.add(buildUnnamed1683());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1460(core.List<core.List<core.List<core.double>>> o) {
|
| +checkUnnamed1684(core.List<core.List<core.List<core.double>>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1459(o[0]);
|
| - checkUnnamed1459(o[1]);
|
| + checkUnnamed1683(o[0]);
|
| + checkUnnamed1683(o[1]);
|
| }
|
|
|
| core.int buildCounterPolygon = 0;
|
| @@ -400,7 +400,7 @@ buildPolygon() {
|
| var o = new api.Polygon();
|
| buildCounterPolygon++;
|
| if (buildCounterPolygon < 3) {
|
| - o.coordinates = buildUnnamed1460();
|
| + o.coordinates = buildUnnamed1684();
|
| o.type = "foo";
|
| }
|
| buildCounterPolygon--;
|
| @@ -410,7 +410,7 @@ buildPolygon() {
|
| checkPolygon(api.Polygon o) {
|
| buildCounterPolygon++;
|
| if (buildCounterPolygon < 3) {
|
| - checkUnnamed1460(o.coordinates);
|
| + checkUnnamed1684(o.coordinates);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterPolygon--;
|
| @@ -449,43 +449,43 @@ checkPolygonStyle(api.PolygonStyle o) {
|
| buildCounterPolygonStyle--;
|
| }
|
|
|
| -buildUnnamed1461() {
|
| +buildUnnamed1685() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1461(core.List<core.String> o) {
|
| +checkUnnamed1685(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'));
|
| }
|
|
|
| -buildUnnamed1462() {
|
| +buildUnnamed1686() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1462(core.List<core.Object> o) {
|
| +checkUnnamed1686(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted4 = (o[0]) as core.Map; unittest.expect(casted4, unittest.hasLength(3)); unittest.expect(casted4["list"], unittest.equals([1, 2, 3])); unittest.expect(casted4["bool"], unittest.equals(true)); unittest.expect(casted4["string"], unittest.equals('foo'));
|
| var casted5 = (o[1]) as core.Map; unittest.expect(casted5, unittest.hasLength(3)); unittest.expect(casted5["list"], unittest.equals([1, 2, 3])); unittest.expect(casted5["bool"], unittest.equals(true)); unittest.expect(casted5["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1463() {
|
| +buildUnnamed1687() {
|
| var o = new core.List<core.List<core.Object>>();
|
| - o.add(buildUnnamed1462());
|
| - o.add(buildUnnamed1462());
|
| + o.add(buildUnnamed1686());
|
| + o.add(buildUnnamed1686());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1463(core.List<core.List<core.Object>> o) {
|
| +checkUnnamed1687(core.List<core.List<core.Object>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1462(o[0]);
|
| - checkUnnamed1462(o[1]);
|
| + checkUnnamed1686(o[0]);
|
| + checkUnnamed1686(o[1]);
|
| }
|
|
|
| core.int buildCounterSqlresponse = 0;
|
| @@ -493,9 +493,9 @@ buildSqlresponse() {
|
| var o = new api.Sqlresponse();
|
| buildCounterSqlresponse++;
|
| if (buildCounterSqlresponse < 3) {
|
| - o.columns = buildUnnamed1461();
|
| + o.columns = buildUnnamed1685();
|
| o.kind = "foo";
|
| - o.rows = buildUnnamed1463();
|
| + o.rows = buildUnnamed1687();
|
| }
|
| buildCounterSqlresponse--;
|
| return o;
|
| @@ -504,21 +504,21 @@ buildSqlresponse() {
|
| checkSqlresponse(api.Sqlresponse o) {
|
| buildCounterSqlresponse++;
|
| if (buildCounterSqlresponse < 3) {
|
| - checkUnnamed1461(o.columns);
|
| + checkUnnamed1685(o.columns);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1463(o.rows);
|
| + checkUnnamed1687(o.rows);
|
| }
|
| buildCounterSqlresponse--;
|
| }
|
|
|
| -buildUnnamed1464() {
|
| +buildUnnamed1688() {
|
| var o = new core.List<api.Bucket>();
|
| o.add(buildBucket());
|
| o.add(buildBucket());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1464(core.List<api.Bucket> o) {
|
| +checkUnnamed1688(core.List<api.Bucket> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBucket(o[0]);
|
| checkBucket(o[1]);
|
| @@ -545,14 +545,14 @@ checkStyleFunctionGradientColors(api.StyleFunctionGradientColors o) {
|
| buildCounterStyleFunctionGradientColors--;
|
| }
|
|
|
| -buildUnnamed1465() {
|
| +buildUnnamed1689() {
|
| var o = new core.List<api.StyleFunctionGradientColors>();
|
| o.add(buildStyleFunctionGradientColors());
|
| o.add(buildStyleFunctionGradientColors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1465(core.List<api.StyleFunctionGradientColors> o) {
|
| +checkUnnamed1689(core.List<api.StyleFunctionGradientColors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStyleFunctionGradientColors(o[0]);
|
| checkStyleFunctionGradientColors(o[1]);
|
| @@ -563,7 +563,7 @@ buildStyleFunctionGradient() {
|
| var o = new api.StyleFunctionGradient();
|
| buildCounterStyleFunctionGradient++;
|
| if (buildCounterStyleFunctionGradient < 3) {
|
| - o.colors = buildUnnamed1465();
|
| + o.colors = buildUnnamed1689();
|
| o.max = 42.0;
|
| o.min = 42.0;
|
| }
|
| @@ -574,7 +574,7 @@ buildStyleFunctionGradient() {
|
| checkStyleFunctionGradient(api.StyleFunctionGradient o) {
|
| buildCounterStyleFunctionGradient++;
|
| if (buildCounterStyleFunctionGradient < 3) {
|
| - checkUnnamed1465(o.colors);
|
| + checkUnnamed1689(o.colors);
|
| unittest.expect(o.max, unittest.equals(42.0));
|
| unittest.expect(o.min, unittest.equals(42.0));
|
| }
|
| @@ -586,7 +586,7 @@ buildStyleFunction() {
|
| var o = new api.StyleFunction();
|
| buildCounterStyleFunction++;
|
| if (buildCounterStyleFunction < 3) {
|
| - o.buckets = buildUnnamed1464();
|
| + o.buckets = buildUnnamed1688();
|
| o.columnName = "foo";
|
| o.gradient = buildStyleFunctionGradient();
|
| o.kind = "foo";
|
| @@ -598,7 +598,7 @@ buildStyleFunction() {
|
| checkStyleFunction(api.StyleFunction o) {
|
| buildCounterStyleFunction++;
|
| if (buildCounterStyleFunction < 3) {
|
| - checkUnnamed1464(o.buckets);
|
| + checkUnnamed1688(o.buckets);
|
| unittest.expect(o.columnName, unittest.equals('foo'));
|
| checkStyleFunctionGradient(o.gradient);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -637,14 +637,14 @@ checkStyleSetting(api.StyleSetting o) {
|
| buildCounterStyleSetting--;
|
| }
|
|
|
| -buildUnnamed1466() {
|
| +buildUnnamed1690() {
|
| var o = new core.List<api.StyleSetting>();
|
| o.add(buildStyleSetting());
|
| o.add(buildStyleSetting());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1466(core.List<api.StyleSetting> o) {
|
| +checkUnnamed1690(core.List<api.StyleSetting> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStyleSetting(o[0]);
|
| checkStyleSetting(o[1]);
|
| @@ -655,7 +655,7 @@ buildStyleSettingList() {
|
| var o = new api.StyleSettingList();
|
| buildCounterStyleSettingList++;
|
| if (buildCounterStyleSettingList < 3) {
|
| - o.items = buildUnnamed1466();
|
| + o.items = buildUnnamed1690();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -667,7 +667,7 @@ buildStyleSettingList() {
|
| checkStyleSettingList(api.StyleSettingList o) {
|
| buildCounterStyleSettingList++;
|
| if (buildCounterStyleSettingList < 3) {
|
| - checkUnnamed1466(o.items);
|
| + checkUnnamed1690(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -675,27 +675,27 @@ checkStyleSettingList(api.StyleSettingList o) {
|
| buildCounterStyleSettingList--;
|
| }
|
|
|
| -buildUnnamed1467() {
|
| +buildUnnamed1691() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1467(core.List<core.String> o) {
|
| +checkUnnamed1691(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'));
|
| }
|
|
|
| -buildUnnamed1468() {
|
| +buildUnnamed1692() {
|
| var o = new core.List<api.Column>();
|
| o.add(buildColumn());
|
| o.add(buildColumn());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1468(core.List<api.Column> o) {
|
| +checkUnnamed1692(core.List<api.Column> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkColumn(o[0]);
|
| checkColumn(o[1]);
|
| @@ -708,8 +708,8 @@ buildTable() {
|
| if (buildCounterTable < 3) {
|
| o.attribution = "foo";
|
| o.attributionLink = "foo";
|
| - o.baseTableIds = buildUnnamed1467();
|
| - o.columns = buildUnnamed1468();
|
| + o.baseTableIds = buildUnnamed1691();
|
| + o.columns = buildUnnamed1692();
|
| o.description = "foo";
|
| o.isExportable = true;
|
| o.kind = "foo";
|
| @@ -726,8 +726,8 @@ checkTable(api.Table o) {
|
| if (buildCounterTable < 3) {
|
| unittest.expect(o.attribution, unittest.equals('foo'));
|
| unittest.expect(o.attributionLink, unittest.equals('foo'));
|
| - checkUnnamed1467(o.baseTableIds);
|
| - checkUnnamed1468(o.columns);
|
| + checkUnnamed1691(o.baseTableIds);
|
| + checkUnnamed1692(o.columns);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.isExportable, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -738,14 +738,14 @@ checkTable(api.Table o) {
|
| buildCounterTable--;
|
| }
|
|
|
| -buildUnnamed1469() {
|
| +buildUnnamed1693() {
|
| var o = new core.List<api.Table>();
|
| o.add(buildTable());
|
| o.add(buildTable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1469(core.List<api.Table> o) {
|
| +checkUnnamed1693(core.List<api.Table> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTable(o[0]);
|
| checkTable(o[1]);
|
| @@ -756,7 +756,7 @@ buildTableList() {
|
| var o = new api.TableList();
|
| buildCounterTableList++;
|
| if (buildCounterTableList < 3) {
|
| - o.items = buildUnnamed1469();
|
| + o.items = buildUnnamed1693();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -767,7 +767,7 @@ buildTableList() {
|
| checkTableList(api.TableList o) {
|
| buildCounterTableList++;
|
| if (buildCounterTableList < 3) {
|
| - checkUnnamed1469(o.items);
|
| + checkUnnamed1693(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -801,14 +801,14 @@ checkTask(api.Task o) {
|
| buildCounterTask--;
|
| }
|
|
|
| -buildUnnamed1470() {
|
| +buildUnnamed1694() {
|
| var o = new core.List<api.Task>();
|
| o.add(buildTask());
|
| o.add(buildTask());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1470(core.List<api.Task> o) {
|
| +checkUnnamed1694(core.List<api.Task> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTask(o[0]);
|
| checkTask(o[1]);
|
| @@ -819,7 +819,7 @@ buildTaskList() {
|
| var o = new api.TaskList();
|
| buildCounterTaskList++;
|
| if (buildCounterTaskList < 3) {
|
| - o.items = buildUnnamed1470();
|
| + o.items = buildUnnamed1694();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -831,7 +831,7 @@ buildTaskList() {
|
| checkTaskList(api.TaskList o) {
|
| buildCounterTaskList++;
|
| if (buildCounterTaskList < 3) {
|
| - checkUnnamed1470(o.items);
|
| + checkUnnamed1694(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -839,14 +839,14 @@ checkTaskList(api.TaskList o) {
|
| buildCounterTaskList--;
|
| }
|
|
|
| -buildUnnamed1471() {
|
| +buildUnnamed1695() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1471(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'));
|
| @@ -857,7 +857,7 @@ buildTemplate() {
|
| var o = new api.Template();
|
| buildCounterTemplate++;
|
| if (buildCounterTemplate < 3) {
|
| - o.automaticColumnNames = buildUnnamed1471();
|
| + o.automaticColumnNames = buildUnnamed1695();
|
| o.body = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| @@ -871,7 +871,7 @@ buildTemplate() {
|
| checkTemplate(api.Template o) {
|
| buildCounterTemplate++;
|
| if (buildCounterTemplate < 3) {
|
| - checkUnnamed1471(o.automaticColumnNames);
|
| + checkUnnamed1695(o.automaticColumnNames);
|
| unittest.expect(o.body, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -881,14 +881,14 @@ checkTemplate(api.Template o) {
|
| buildCounterTemplate--;
|
| }
|
|
|
| -buildUnnamed1472() {
|
| +buildUnnamed1696() {
|
| var o = new core.List<api.Template>();
|
| o.add(buildTemplate());
|
| o.add(buildTemplate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1472(core.List<api.Template> o) {
|
| +checkUnnamed1696(core.List<api.Template> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTemplate(o[0]);
|
| checkTemplate(o[1]);
|
| @@ -899,7 +899,7 @@ buildTemplateList() {
|
| var o = new api.TemplateList();
|
| buildCounterTemplateList++;
|
| if (buildCounterTemplateList < 3) {
|
| - o.items = buildUnnamed1472();
|
| + o.items = buildUnnamed1696();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -911,7 +911,7 @@ buildTemplateList() {
|
| checkTemplateList(api.TemplateList o) {
|
| buildCounterTemplateList++;
|
| if (buildCounterTemplateList < 3) {
|
| - checkUnnamed1472(o.items);
|
| + checkUnnamed1696(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
|
|