| Index: generated/googleapis/test/fusiontables/v2_test.dart
|
| diff --git a/generated/googleapis/test/fusiontables/v2_test.dart b/generated/googleapis/test/fusiontables/v2_test.dart
|
| index 828b7d40fb8782d70ca71300320d2cf35c5cc087..9f8904984956762771b526b76a4636ed8bae5b1c 100644
|
| --- a/generated/googleapis/test/fusiontables/v2_test.dart
|
| +++ b/generated/googleapis/test/fusiontables/v2_test.dart
|
| @@ -101,14 +101,14 @@ checkColumnBaseColumn(api.ColumnBaseColumn o) {
|
| buildCounterColumnBaseColumn--;
|
| }
|
|
|
| -buildUnnamed595() {
|
| +buildUnnamed811() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed595(core.List<core.String> o) {
|
| +checkUnnamed811(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'));
|
| @@ -129,7 +129,7 @@ buildColumn() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.type = "foo";
|
| - o.validValues = buildUnnamed595();
|
| + o.validValues = buildUnnamed811();
|
| o.validateData = true;
|
| }
|
| buildCounterColumn--;
|
| @@ -149,20 +149,20 @@ checkColumn(api.Column o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| - checkUnnamed595(o.validValues);
|
| + checkUnnamed811(o.validValues);
|
| unittest.expect(o.validateData, unittest.isTrue);
|
| }
|
| buildCounterColumn--;
|
| }
|
|
|
| -buildUnnamed596() {
|
| +buildUnnamed812() {
|
| var o = new core.List<api.Column>();
|
| o.add(buildColumn());
|
| o.add(buildColumn());
|
| return o;
|
| }
|
|
|
| -checkUnnamed596(core.List<api.Column> o) {
|
| +checkUnnamed812(core.List<api.Column> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkColumn(o[0]);
|
| checkColumn(o[1]);
|
| @@ -173,7 +173,7 @@ buildColumnList() {
|
| var o = new api.ColumnList();
|
| buildCounterColumnList++;
|
| if (buildCounterColumnList < 3) {
|
| - o.items = buildUnnamed596();
|
| + o.items = buildUnnamed812();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -185,7 +185,7 @@ buildColumnList() {
|
| checkColumnList(api.ColumnList o) {
|
| buildCounterColumnList++;
|
| if (buildCounterColumnList < 3) {
|
| - checkUnnamed596(o.items);
|
| + checkUnnamed812(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -193,14 +193,14 @@ checkColumnList(api.ColumnList o) {
|
| buildCounterColumnList--;
|
| }
|
|
|
| -buildUnnamed597() {
|
| +buildUnnamed813() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed597(core.List<core.Object> o) {
|
| +checkUnnamed813(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'));
|
| @@ -211,7 +211,7 @@ buildGeometry() {
|
| var o = new api.Geometry();
|
| buildCounterGeometry++;
|
| if (buildCounterGeometry < 3) {
|
| - o.geometries = buildUnnamed597();
|
| + o.geometries = buildUnnamed813();
|
| o.geometry = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
|
| o.type = "foo";
|
| }
|
| @@ -222,7 +222,7 @@ buildGeometry() {
|
| checkGeometry(api.Geometry o) {
|
| buildCounterGeometry++;
|
| if (buildCounterGeometry < 3) {
|
| - checkUnnamed597(o.geometries);
|
| + checkUnnamed813(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'));
|
| }
|
| @@ -250,30 +250,30 @@ checkImport(api.Import o) {
|
| buildCounterImport--;
|
| }
|
|
|
| -buildUnnamed598() {
|
| +buildUnnamed814() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed598(core.List<core.double> o) {
|
| +checkUnnamed814(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));
|
| }
|
|
|
| -buildUnnamed599() {
|
| +buildUnnamed815() {
|
| var o = new core.List<core.List<core.double>>();
|
| - o.add(buildUnnamed598());
|
| - o.add(buildUnnamed598());
|
| + o.add(buildUnnamed814());
|
| + o.add(buildUnnamed814());
|
| return o;
|
| }
|
|
|
| -checkUnnamed599(core.List<core.List<core.double>> o) {
|
| +checkUnnamed815(core.List<core.List<core.double>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed598(o[0]);
|
| - checkUnnamed598(o[1]);
|
| + checkUnnamed814(o[0]);
|
| + checkUnnamed814(o[1]);
|
| }
|
|
|
| core.int buildCounterLine = 0;
|
| @@ -281,7 +281,7 @@ buildLine() {
|
| var o = new api.Line();
|
| buildCounterLine++;
|
| if (buildCounterLine < 3) {
|
| - o.coordinates = buildUnnamed599();
|
| + o.coordinates = buildUnnamed815();
|
| o.type = "foo";
|
| }
|
| buildCounterLine--;
|
| @@ -291,7 +291,7 @@ buildLine() {
|
| checkLine(api.Line o) {
|
| buildCounterLine++;
|
| if (buildCounterLine < 3) {
|
| - checkUnnamed599(o.coordinates);
|
| + checkUnnamed815(o.coordinates);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterLine--;
|
| @@ -324,14 +324,14 @@ checkLineStyle(api.LineStyle o) {
|
| buildCounterLineStyle--;
|
| }
|
|
|
| -buildUnnamed600() {
|
| +buildUnnamed816() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed600(core.List<core.double> o) {
|
| +checkUnnamed816(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));
|
| @@ -342,7 +342,7 @@ buildPoint() {
|
| var o = new api.Point();
|
| buildCounterPoint++;
|
| if (buildCounterPoint < 3) {
|
| - o.coordinates = buildUnnamed600();
|
| + o.coordinates = buildUnnamed816();
|
| o.type = "foo";
|
| }
|
| buildCounterPoint--;
|
| @@ -352,7 +352,7 @@ buildPoint() {
|
| checkPoint(api.Point o) {
|
| buildCounterPoint++;
|
| if (buildCounterPoint < 3) {
|
| - checkUnnamed600(o.coordinates);
|
| + checkUnnamed816(o.coordinates);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterPoint--;
|
| @@ -379,43 +379,43 @@ checkPointStyle(api.PointStyle o) {
|
| buildCounterPointStyle--;
|
| }
|
|
|
| -buildUnnamed601() {
|
| +buildUnnamed817() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed601(core.List<core.double> o) {
|
| +checkUnnamed817(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));
|
| }
|
|
|
| -buildUnnamed602() {
|
| +buildUnnamed818() {
|
| var o = new core.List<core.List<core.double>>();
|
| - o.add(buildUnnamed601());
|
| - o.add(buildUnnamed601());
|
| + o.add(buildUnnamed817());
|
| + o.add(buildUnnamed817());
|
| return o;
|
| }
|
|
|
| -checkUnnamed602(core.List<core.List<core.double>> o) {
|
| +checkUnnamed818(core.List<core.List<core.double>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed601(o[0]);
|
| - checkUnnamed601(o[1]);
|
| + checkUnnamed817(o[0]);
|
| + checkUnnamed817(o[1]);
|
| }
|
|
|
| -buildUnnamed603() {
|
| +buildUnnamed819() {
|
| var o = new core.List<core.List<core.List<core.double>>>();
|
| - o.add(buildUnnamed602());
|
| - o.add(buildUnnamed602());
|
| + o.add(buildUnnamed818());
|
| + o.add(buildUnnamed818());
|
| return o;
|
| }
|
|
|
| -checkUnnamed603(core.List<core.List<core.List<core.double>>> o) {
|
| +checkUnnamed819(core.List<core.List<core.List<core.double>>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed602(o[0]);
|
| - checkUnnamed602(o[1]);
|
| + checkUnnamed818(o[0]);
|
| + checkUnnamed818(o[1]);
|
| }
|
|
|
| core.int buildCounterPolygon = 0;
|
| @@ -423,7 +423,7 @@ buildPolygon() {
|
| var o = new api.Polygon();
|
| buildCounterPolygon++;
|
| if (buildCounterPolygon < 3) {
|
| - o.coordinates = buildUnnamed603();
|
| + o.coordinates = buildUnnamed819();
|
| o.type = "foo";
|
| }
|
| buildCounterPolygon--;
|
| @@ -433,7 +433,7 @@ buildPolygon() {
|
| checkPolygon(api.Polygon o) {
|
| buildCounterPolygon++;
|
| if (buildCounterPolygon < 3) {
|
| - checkUnnamed603(o.coordinates);
|
| + checkUnnamed819(o.coordinates);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterPolygon--;
|
| @@ -472,43 +472,43 @@ checkPolygonStyle(api.PolygonStyle o) {
|
| buildCounterPolygonStyle--;
|
| }
|
|
|
| -buildUnnamed604() {
|
| +buildUnnamed820() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed604(core.List<core.String> o) {
|
| +checkUnnamed820(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'));
|
| }
|
|
|
| -buildUnnamed605() {
|
| +buildUnnamed821() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed605(core.List<core.Object> o) {
|
| +checkUnnamed821(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'));
|
| }
|
|
|
| -buildUnnamed606() {
|
| +buildUnnamed822() {
|
| var o = new core.List<core.List<core.Object>>();
|
| - o.add(buildUnnamed605());
|
| - o.add(buildUnnamed605());
|
| + o.add(buildUnnamed821());
|
| + o.add(buildUnnamed821());
|
| return o;
|
| }
|
|
|
| -checkUnnamed606(core.List<core.List<core.Object>> o) {
|
| +checkUnnamed822(core.List<core.List<core.Object>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed605(o[0]);
|
| - checkUnnamed605(o[1]);
|
| + checkUnnamed821(o[0]);
|
| + checkUnnamed821(o[1]);
|
| }
|
|
|
| core.int buildCounterSqlresponse = 0;
|
| @@ -516,9 +516,9 @@ buildSqlresponse() {
|
| var o = new api.Sqlresponse();
|
| buildCounterSqlresponse++;
|
| if (buildCounterSqlresponse < 3) {
|
| - o.columns = buildUnnamed604();
|
| + o.columns = buildUnnamed820();
|
| o.kind = "foo";
|
| - o.rows = buildUnnamed606();
|
| + o.rows = buildUnnamed822();
|
| }
|
| buildCounterSqlresponse--;
|
| return o;
|
| @@ -527,21 +527,21 @@ buildSqlresponse() {
|
| checkSqlresponse(api.Sqlresponse o) {
|
| buildCounterSqlresponse++;
|
| if (buildCounterSqlresponse < 3) {
|
| - checkUnnamed604(o.columns);
|
| + checkUnnamed820(o.columns);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed606(o.rows);
|
| + checkUnnamed822(o.rows);
|
| }
|
| buildCounterSqlresponse--;
|
| }
|
|
|
| -buildUnnamed607() {
|
| +buildUnnamed823() {
|
| var o = new core.List<api.Bucket>();
|
| o.add(buildBucket());
|
| o.add(buildBucket());
|
| return o;
|
| }
|
|
|
| -checkUnnamed607(core.List<api.Bucket> o) {
|
| +checkUnnamed823(core.List<api.Bucket> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBucket(o[0]);
|
| checkBucket(o[1]);
|
| @@ -568,14 +568,14 @@ checkStyleFunctionGradientColors(api.StyleFunctionGradientColors o) {
|
| buildCounterStyleFunctionGradientColors--;
|
| }
|
|
|
| -buildUnnamed608() {
|
| +buildUnnamed824() {
|
| var o = new core.List<api.StyleFunctionGradientColors>();
|
| o.add(buildStyleFunctionGradientColors());
|
| o.add(buildStyleFunctionGradientColors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed608(core.List<api.StyleFunctionGradientColors> o) {
|
| +checkUnnamed824(core.List<api.StyleFunctionGradientColors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStyleFunctionGradientColors(o[0]);
|
| checkStyleFunctionGradientColors(o[1]);
|
| @@ -586,7 +586,7 @@ buildStyleFunctionGradient() {
|
| var o = new api.StyleFunctionGradient();
|
| buildCounterStyleFunctionGradient++;
|
| if (buildCounterStyleFunctionGradient < 3) {
|
| - o.colors = buildUnnamed608();
|
| + o.colors = buildUnnamed824();
|
| o.max = 42.0;
|
| o.min = 42.0;
|
| }
|
| @@ -597,7 +597,7 @@ buildStyleFunctionGradient() {
|
| checkStyleFunctionGradient(api.StyleFunctionGradient o) {
|
| buildCounterStyleFunctionGradient++;
|
| if (buildCounterStyleFunctionGradient < 3) {
|
| - checkUnnamed608(o.colors);
|
| + checkUnnamed824(o.colors);
|
| unittest.expect(o.max, unittest.equals(42.0));
|
| unittest.expect(o.min, unittest.equals(42.0));
|
| }
|
| @@ -609,7 +609,7 @@ buildStyleFunction() {
|
| var o = new api.StyleFunction();
|
| buildCounterStyleFunction++;
|
| if (buildCounterStyleFunction < 3) {
|
| - o.buckets = buildUnnamed607();
|
| + o.buckets = buildUnnamed823();
|
| o.columnName = "foo";
|
| o.gradient = buildStyleFunctionGradient();
|
| o.kind = "foo";
|
| @@ -621,7 +621,7 @@ buildStyleFunction() {
|
| checkStyleFunction(api.StyleFunction o) {
|
| buildCounterStyleFunction++;
|
| if (buildCounterStyleFunction < 3) {
|
| - checkUnnamed607(o.buckets);
|
| + checkUnnamed823(o.buckets);
|
| unittest.expect(o.columnName, unittest.equals('foo'));
|
| checkStyleFunctionGradient(o.gradient);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -660,14 +660,14 @@ checkStyleSetting(api.StyleSetting o) {
|
| buildCounterStyleSetting--;
|
| }
|
|
|
| -buildUnnamed609() {
|
| +buildUnnamed825() {
|
| var o = new core.List<api.StyleSetting>();
|
| o.add(buildStyleSetting());
|
| o.add(buildStyleSetting());
|
| return o;
|
| }
|
|
|
| -checkUnnamed609(core.List<api.StyleSetting> o) {
|
| +checkUnnamed825(core.List<api.StyleSetting> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStyleSetting(o[0]);
|
| checkStyleSetting(o[1]);
|
| @@ -678,7 +678,7 @@ buildStyleSettingList() {
|
| var o = new api.StyleSettingList();
|
| buildCounterStyleSettingList++;
|
| if (buildCounterStyleSettingList < 3) {
|
| - o.items = buildUnnamed609();
|
| + o.items = buildUnnamed825();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -690,7 +690,7 @@ buildStyleSettingList() {
|
| checkStyleSettingList(api.StyleSettingList o) {
|
| buildCounterStyleSettingList++;
|
| if (buildCounterStyleSettingList < 3) {
|
| - checkUnnamed609(o.items);
|
| + checkUnnamed825(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -698,27 +698,27 @@ checkStyleSettingList(api.StyleSettingList o) {
|
| buildCounterStyleSettingList--;
|
| }
|
|
|
| -buildUnnamed610() {
|
| +buildUnnamed826() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed610(core.List<core.String> o) {
|
| +checkUnnamed826(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'));
|
| }
|
|
|
| -buildUnnamed611() {
|
| +buildUnnamed827() {
|
| var o = new core.List<api.Column>();
|
| o.add(buildColumn());
|
| o.add(buildColumn());
|
| return o;
|
| }
|
|
|
| -checkUnnamed611(core.List<api.Column> o) {
|
| +checkUnnamed827(core.List<api.Column> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkColumn(o[0]);
|
| checkColumn(o[1]);
|
| @@ -731,9 +731,9 @@ buildTable() {
|
| if (buildCounterTable < 3) {
|
| o.attribution = "foo";
|
| o.attributionLink = "foo";
|
| - o.baseTableIds = buildUnnamed610();
|
| + o.baseTableIds = buildUnnamed826();
|
| o.columnPropertiesJsonSchema = "foo";
|
| - o.columns = buildUnnamed611();
|
| + o.columns = buildUnnamed827();
|
| o.description = "foo";
|
| o.isExportable = true;
|
| o.kind = "foo";
|
| @@ -752,9 +752,9 @@ checkTable(api.Table o) {
|
| if (buildCounterTable < 3) {
|
| unittest.expect(o.attribution, unittest.equals('foo'));
|
| unittest.expect(o.attributionLink, unittest.equals('foo'));
|
| - checkUnnamed610(o.baseTableIds);
|
| + checkUnnamed826(o.baseTableIds);
|
| unittest.expect(o.columnPropertiesJsonSchema, unittest.equals('foo'));
|
| - checkUnnamed611(o.columns);
|
| + checkUnnamed827(o.columns);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.isExportable, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -767,14 +767,14 @@ checkTable(api.Table o) {
|
| buildCounterTable--;
|
| }
|
|
|
| -buildUnnamed612() {
|
| +buildUnnamed828() {
|
| var o = new core.List<api.Table>();
|
| o.add(buildTable());
|
| o.add(buildTable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed612(core.List<api.Table> o) {
|
| +checkUnnamed828(core.List<api.Table> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTable(o[0]);
|
| checkTable(o[1]);
|
| @@ -785,7 +785,7 @@ buildTableList() {
|
| var o = new api.TableList();
|
| buildCounterTableList++;
|
| if (buildCounterTableList < 3) {
|
| - o.items = buildUnnamed612();
|
| + o.items = buildUnnamed828();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -796,7 +796,7 @@ buildTableList() {
|
| checkTableList(api.TableList o) {
|
| buildCounterTableList++;
|
| if (buildCounterTableList < 3) {
|
| - checkUnnamed612(o.items);
|
| + checkUnnamed828(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -830,14 +830,14 @@ checkTask(api.Task o) {
|
| buildCounterTask--;
|
| }
|
|
|
| -buildUnnamed613() {
|
| +buildUnnamed829() {
|
| var o = new core.List<api.Task>();
|
| o.add(buildTask());
|
| o.add(buildTask());
|
| return o;
|
| }
|
|
|
| -checkUnnamed613(core.List<api.Task> o) {
|
| +checkUnnamed829(core.List<api.Task> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTask(o[0]);
|
| checkTask(o[1]);
|
| @@ -848,7 +848,7 @@ buildTaskList() {
|
| var o = new api.TaskList();
|
| buildCounterTaskList++;
|
| if (buildCounterTaskList < 3) {
|
| - o.items = buildUnnamed613();
|
| + o.items = buildUnnamed829();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -860,7 +860,7 @@ buildTaskList() {
|
| checkTaskList(api.TaskList o) {
|
| buildCounterTaskList++;
|
| if (buildCounterTaskList < 3) {
|
| - checkUnnamed613(o.items);
|
| + checkUnnamed829(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -868,14 +868,14 @@ checkTaskList(api.TaskList o) {
|
| buildCounterTaskList--;
|
| }
|
|
|
| -buildUnnamed614() {
|
| +buildUnnamed830() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed614(core.List<core.String> o) {
|
| +checkUnnamed830(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'));
|
| @@ -886,7 +886,7 @@ buildTemplate() {
|
| var o = new api.Template();
|
| buildCounterTemplate++;
|
| if (buildCounterTemplate < 3) {
|
| - o.automaticColumnNames = buildUnnamed614();
|
| + o.automaticColumnNames = buildUnnamed830();
|
| o.body = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| @@ -900,7 +900,7 @@ buildTemplate() {
|
| checkTemplate(api.Template o) {
|
| buildCounterTemplate++;
|
| if (buildCounterTemplate < 3) {
|
| - checkUnnamed614(o.automaticColumnNames);
|
| + checkUnnamed830(o.automaticColumnNames);
|
| unittest.expect(o.body, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -910,14 +910,14 @@ checkTemplate(api.Template o) {
|
| buildCounterTemplate--;
|
| }
|
|
|
| -buildUnnamed615() {
|
| +buildUnnamed831() {
|
| var o = new core.List<api.Template>();
|
| o.add(buildTemplate());
|
| o.add(buildTemplate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed615(core.List<api.Template> o) {
|
| +checkUnnamed831(core.List<api.Template> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTemplate(o[0]);
|
| checkTemplate(o[1]);
|
| @@ -928,7 +928,7 @@ buildTemplateList() {
|
| var o = new api.TemplateList();
|
| buildCounterTemplateList++;
|
| if (buildCounterTemplateList < 3) {
|
| - o.items = buildUnnamed615();
|
| + o.items = buildUnnamed831();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -940,7 +940,7 @@ buildTemplateList() {
|
| checkTemplateList(api.TemplateList o) {
|
| buildCounterTemplateList++;
|
| if (buildCounterTemplateList < 3) {
|
| - checkUnnamed615(o.items);
|
| + checkUnnamed831(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
|
|