| Index: generated/googleapis/test/youtubeanalytics/v1_test.dart
|
| diff --git a/generated/googleapis/test/youtubeanalytics/v1_test.dart b/generated/googleapis/test/youtubeanalytics/v1_test.dart
|
| index 2f288e60e950adb5898c4afcb2c570b54cd5213b..fe6140fcac08af4db37e3591c5a7621964997481 100644
|
| --- a/generated/googleapis/test/youtubeanalytics/v1_test.dart
|
| +++ b/generated/googleapis/test/youtubeanalytics/v1_test.dart
|
| @@ -39,14 +39,14 @@ checkBatchReportOutputs(api.BatchReportOutputs o) {
|
| buildCounterBatchReportOutputs--;
|
| }
|
|
|
| -buildUnnamed1180() {
|
| +buildUnnamed182() {
|
| var o = new core.List<api.BatchReportOutputs>();
|
| o.add(buildBatchReportOutputs());
|
| o.add(buildBatchReportOutputs());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1180(core.List<api.BatchReportOutputs> o) {
|
| +checkUnnamed182(core.List<api.BatchReportOutputs> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBatchReportOutputs(o[0]);
|
| checkBatchReportOutputs(o[1]);
|
| @@ -80,7 +80,7 @@ buildBatchReport() {
|
| if (buildCounterBatchReport < 3) {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.outputs = buildUnnamed1180();
|
| + o.outputs = buildUnnamed182();
|
| o.reportId = "foo";
|
| o.timeSpan = buildBatchReportTimeSpan();
|
| o.timeUpdated = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -94,7 +94,7 @@ checkBatchReport(api.BatchReport o) {
|
| if (buildCounterBatchReport < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1180(o.outputs);
|
| + checkUnnamed182(o.outputs);
|
| unittest.expect(o.reportId, unittest.equals('foo'));
|
| checkBatchReportTimeSpan(o.timeSpan);
|
| unittest.expect(o.timeUpdated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -129,14 +129,14 @@ checkBatchReportDefinition(api.BatchReportDefinition o) {
|
| buildCounterBatchReportDefinition--;
|
| }
|
|
|
| -buildUnnamed1181() {
|
| +buildUnnamed183() {
|
| var o = new core.List<api.BatchReportDefinition>();
|
| o.add(buildBatchReportDefinition());
|
| o.add(buildBatchReportDefinition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1181(core.List<api.BatchReportDefinition> o) {
|
| +checkUnnamed183(core.List<api.BatchReportDefinition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBatchReportDefinition(o[0]);
|
| checkBatchReportDefinition(o[1]);
|
| @@ -147,7 +147,7 @@ buildBatchReportDefinitionList() {
|
| var o = new api.BatchReportDefinitionList();
|
| buildCounterBatchReportDefinitionList++;
|
| if (buildCounterBatchReportDefinitionList < 3) {
|
| - o.items = buildUnnamed1181();
|
| + o.items = buildUnnamed183();
|
| o.kind = "foo";
|
| }
|
| buildCounterBatchReportDefinitionList--;
|
| @@ -157,20 +157,20 @@ buildBatchReportDefinitionList() {
|
| checkBatchReportDefinitionList(api.BatchReportDefinitionList o) {
|
| buildCounterBatchReportDefinitionList++;
|
| if (buildCounterBatchReportDefinitionList < 3) {
|
| - checkUnnamed1181(o.items);
|
| + checkUnnamed183(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBatchReportDefinitionList--;
|
| }
|
|
|
| -buildUnnamed1182() {
|
| +buildUnnamed184() {
|
| var o = new core.List<api.BatchReport>();
|
| o.add(buildBatchReport());
|
| o.add(buildBatchReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1182(core.List<api.BatchReport> o) {
|
| +checkUnnamed184(core.List<api.BatchReport> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBatchReport(o[0]);
|
| checkBatchReport(o[1]);
|
| @@ -181,7 +181,7 @@ buildBatchReportList() {
|
| var o = new api.BatchReportList();
|
| buildCounterBatchReportList++;
|
| if (buildCounterBatchReportList < 3) {
|
| - o.items = buildUnnamed1182();
|
| + o.items = buildUnnamed184();
|
| o.kind = "foo";
|
| }
|
| buildCounterBatchReportList--;
|
| @@ -191,7 +191,7 @@ buildBatchReportList() {
|
| checkBatchReportList(api.BatchReportList o) {
|
| buildCounterBatchReportList++;
|
| if (buildCounterBatchReportList < 3) {
|
| - checkUnnamed1182(o.items);
|
| + checkUnnamed184(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBatchReportList--;
|
| @@ -220,43 +220,43 @@ checkResultTableColumnHeaders(api.ResultTableColumnHeaders o) {
|
| buildCounterResultTableColumnHeaders--;
|
| }
|
|
|
| -buildUnnamed1183() {
|
| +buildUnnamed185() {
|
| var o = new core.List<api.ResultTableColumnHeaders>();
|
| o.add(buildResultTableColumnHeaders());
|
| o.add(buildResultTableColumnHeaders());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1183(core.List<api.ResultTableColumnHeaders> o) {
|
| +checkUnnamed185(core.List<api.ResultTableColumnHeaders> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResultTableColumnHeaders(o[0]);
|
| checkResultTableColumnHeaders(o[1]);
|
| }
|
|
|
| -buildUnnamed1184() {
|
| +buildUnnamed186() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed1184(core.List<core.Object> o) {
|
| +checkUnnamed186(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'));
|
| }
|
|
|
| -buildUnnamed1185() {
|
| +buildUnnamed187() {
|
| var o = new core.List<core.List<core.Object>>();
|
| - o.add(buildUnnamed1184());
|
| - o.add(buildUnnamed1184());
|
| + o.add(buildUnnamed186());
|
| + o.add(buildUnnamed186());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1185(core.List<core.List<core.Object>> o) {
|
| +checkUnnamed187(core.List<core.List<core.Object>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1184(o[0]);
|
| - checkUnnamed1184(o[1]);
|
| + checkUnnamed186(o[0]);
|
| + checkUnnamed186(o[1]);
|
| }
|
|
|
| core.int buildCounterResultTable = 0;
|
| @@ -264,9 +264,9 @@ buildResultTable() {
|
| var o = new api.ResultTable();
|
| buildCounterResultTable++;
|
| if (buildCounterResultTable < 3) {
|
| - o.columnHeaders = buildUnnamed1183();
|
| + o.columnHeaders = buildUnnamed185();
|
| o.kind = "foo";
|
| - o.rows = buildUnnamed1185();
|
| + o.rows = buildUnnamed187();
|
| }
|
| buildCounterResultTable--;
|
| return o;
|
| @@ -275,9 +275,9 @@ buildResultTable() {
|
| checkResultTable(api.ResultTable o) {
|
| buildCounterResultTable++;
|
| if (buildCounterResultTable < 3) {
|
| - checkUnnamed1183(o.columnHeaders);
|
| + checkUnnamed185(o.columnHeaders);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1185(o.rows);
|
| + checkUnnamed187(o.rows);
|
| }
|
| buildCounterResultTable--;
|
| }
|
|
|