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

Unified Diff: generated/googleapis/test/bigquery/v2_test.dart

Issue 798373003: Api roll 8: 2014-12-15 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « generated/googleapis/test/appstate/v1_test.dart ('k') | generated/googleapis/test/blogger/v3_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/test/bigquery/v2_test.dart
diff --git a/generated/googleapis/test/bigquery/v2_test.dart b/generated/googleapis/test/bigquery/v2_test.dart
index eb5e2ee94944c2b8c1bd20f17b6e60398e3d4299..f870eb7c8fffb0c74c3d0ac340e2f0bd76253966 100644
--- a/generated/googleapis/test/bigquery/v2_test.dart
+++ b/generated/googleapis/test/bigquery/v2_test.dart
@@ -45,14 +45,14 @@ checkDatasetAccess(api.DatasetAccess o) {
buildCounterDatasetAccess--;
}
-buildUnnamed266() {
+buildUnnamed1169() {
var o = new core.List<api.DatasetAccess>();
o.add(buildDatasetAccess());
o.add(buildDatasetAccess());
return o;
}
-checkUnnamed266(core.List<api.DatasetAccess> o) {
+checkUnnamed1169(core.List<api.DatasetAccess> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatasetAccess(o[0]);
checkDatasetAccess(o[1]);
@@ -63,7 +63,7 @@ buildDataset() {
var o = new api.Dataset();
buildCounterDataset++;
if (buildCounterDataset < 3) {
- o.access = buildUnnamed266();
+ o.access = buildUnnamed1169();
o.creationTime = "foo";
o.datasetReference = buildDatasetReference();
o.description = "foo";
@@ -81,7 +81,7 @@ buildDataset() {
checkDataset(api.Dataset o) {
buildCounterDataset++;
if (buildCounterDataset < 3) {
- checkUnnamed266(o.access);
+ checkUnnamed1169(o.access);
unittest.expect(o.creationTime, unittest.equals('foo'));
checkDatasetReference(o.datasetReference);
unittest.expect(o.description, unittest.equals('foo'));
@@ -120,14 +120,14 @@ checkDatasetListDatasets(api.DatasetListDatasets o) {
buildCounterDatasetListDatasets--;
}
-buildUnnamed267() {
+buildUnnamed1170() {
var o = new core.List<api.DatasetListDatasets>();
o.add(buildDatasetListDatasets());
o.add(buildDatasetListDatasets());
return o;
}
-checkUnnamed267(core.List<api.DatasetListDatasets> o) {
+checkUnnamed1170(core.List<api.DatasetListDatasets> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatasetListDatasets(o[0]);
checkDatasetListDatasets(o[1]);
@@ -138,7 +138,7 @@ buildDatasetList() {
var o = new api.DatasetList();
buildCounterDatasetList++;
if (buildCounterDatasetList < 3) {
- o.datasets = buildUnnamed267();
+ o.datasets = buildUnnamed1170();
o.etag = "foo";
o.kind = "foo";
o.nextPageToken = "foo";
@@ -150,7 +150,7 @@ buildDatasetList() {
checkDatasetList(api.DatasetList o) {
buildCounterDatasetList++;
if (buildCounterDatasetList < 3) {
- checkUnnamed267(o.datasets);
+ checkUnnamed1170(o.datasets);
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
@@ -204,14 +204,14 @@ checkErrorProto(api.ErrorProto o) {
buildCounterErrorProto--;
}
-buildUnnamed268() {
+buildUnnamed1171() {
var o = new core.List<api.TableRow>();
o.add(buildTableRow());
o.add(buildTableRow());
return o;
}
-checkUnnamed268(core.List<api.TableRow> o) {
+checkUnnamed1171(core.List<api.TableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableRow(o[0]);
checkTableRow(o[1]);
@@ -228,7 +228,7 @@ buildGetQueryResultsResponse() {
o.jobReference = buildJobReference();
o.kind = "foo";
o.pageToken = "foo";
- o.rows = buildUnnamed268();
+ o.rows = buildUnnamed1171();
o.schema = buildTableSchema();
o.totalBytesProcessed = "foo";
o.totalRows = "foo";
@@ -246,7 +246,7 @@ checkGetQueryResultsResponse(api.GetQueryResultsResponse o) {
checkJobReference(o.jobReference);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.pageToken, unittest.equals('foo'));
- checkUnnamed268(o.rows);
+ checkUnnamed1171(o.rows);
checkTableSchema(o.schema);
unittest.expect(o.totalBytesProcessed, unittest.equals('foo'));
unittest.expect(o.totalRows, unittest.equals('foo'));
@@ -316,14 +316,14 @@ checkJobConfiguration(api.JobConfiguration o) {
buildCounterJobConfiguration--;
}
-buildUnnamed269() {
+buildUnnamed1172() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed269(core.List<core.String> o) {
+checkUnnamed1172(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'));
@@ -337,7 +337,7 @@ buildJobConfigurationExtract() {
o.compression = "foo";
o.destinationFormat = "foo";
o.destinationUri = "foo";
- o.destinationUris = buildUnnamed269();
+ o.destinationUris = buildUnnamed1172();
o.fieldDelimiter = "foo";
o.printHeader = true;
o.sourceTable = buildTableReference();
@@ -352,7 +352,7 @@ checkJobConfigurationExtract(api.JobConfigurationExtract o) {
unittest.expect(o.compression, unittest.equals('foo'));
unittest.expect(o.destinationFormat, unittest.equals('foo'));
unittest.expect(o.destinationUri, unittest.equals('foo'));
- checkUnnamed269(o.destinationUris);
+ checkUnnamed1172(o.destinationUris);
unittest.expect(o.fieldDelimiter, unittest.equals('foo'));
unittest.expect(o.printHeader, unittest.isTrue);
checkTableReference(o.sourceTable);
@@ -360,14 +360,14 @@ checkJobConfigurationExtract(api.JobConfigurationExtract o) {
buildCounterJobConfigurationExtract--;
}
-buildUnnamed270() {
+buildUnnamed1173() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed270(core.List<core.String> o) {
+checkUnnamed1173(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'));
@@ -380,7 +380,7 @@ buildJobConfigurationLink() {
if (buildCounterJobConfigurationLink < 3) {
o.createDisposition = "foo";
o.destinationTable = buildTableReference();
- o.sourceUri = buildUnnamed270();
+ o.sourceUri = buildUnnamed1173();
o.writeDisposition = "foo";
}
buildCounterJobConfigurationLink--;
@@ -392,20 +392,20 @@ checkJobConfigurationLink(api.JobConfigurationLink o) {
if (buildCounterJobConfigurationLink < 3) {
unittest.expect(o.createDisposition, unittest.equals('foo'));
checkTableReference(o.destinationTable);
- checkUnnamed270(o.sourceUri);
+ checkUnnamed1173(o.sourceUri);
unittest.expect(o.writeDisposition, unittest.equals('foo'));
}
buildCounterJobConfigurationLink--;
}
-buildUnnamed271() {
+buildUnnamed1174() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed271(core.List<core.String> o) {
+checkUnnamed1174(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'));
@@ -430,7 +430,7 @@ buildJobConfigurationLoad() {
o.schemaInlineFormat = "foo";
o.skipLeadingRows = 42;
o.sourceFormat = "foo";
- o.sourceUris = buildUnnamed271();
+ o.sourceUris = buildUnnamed1174();
o.writeDisposition = "foo";
}
buildCounterJobConfigurationLoad--;
@@ -454,7 +454,7 @@ checkJobConfigurationLoad(api.JobConfigurationLoad o) {
unittest.expect(o.schemaInlineFormat, unittest.equals('foo'));
unittest.expect(o.skipLeadingRows, unittest.equals(42));
unittest.expect(o.sourceFormat, unittest.equals('foo'));
- checkUnnamed271(o.sourceUris);
+ checkUnnamed1174(o.sourceUris);
unittest.expect(o.writeDisposition, unittest.equals('foo'));
}
buildCounterJobConfigurationLoad--;
@@ -497,14 +497,14 @@ checkJobConfigurationQuery(api.JobConfigurationQuery o) {
buildCounterJobConfigurationQuery--;
}
-buildUnnamed272() {
+buildUnnamed1175() {
var o = new core.List<api.TableReference>();
o.add(buildTableReference());
o.add(buildTableReference());
return o;
}
-checkUnnamed272(core.List<api.TableReference> o) {
+checkUnnamed1175(core.List<api.TableReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableReference(o[0]);
checkTableReference(o[1]);
@@ -518,7 +518,7 @@ buildJobConfigurationTableCopy() {
o.createDisposition = "foo";
o.destinationTable = buildTableReference();
o.sourceTable = buildTableReference();
- o.sourceTables = buildUnnamed272();
+ o.sourceTables = buildUnnamed1175();
o.writeDisposition = "foo";
}
buildCounterJobConfigurationTableCopy--;
@@ -531,7 +531,7 @@ checkJobConfigurationTableCopy(api.JobConfigurationTableCopy o) {
unittest.expect(o.createDisposition, unittest.equals('foo'));
checkTableReference(o.destinationTable);
checkTableReference(o.sourceTable);
- checkUnnamed272(o.sourceTables);
+ checkUnnamed1175(o.sourceTables);
unittest.expect(o.writeDisposition, unittest.equals('foo'));
}
buildCounterJobConfigurationTableCopy--;
@@ -572,14 +572,14 @@ checkJobListJobs(api.JobListJobs o) {
buildCounterJobListJobs--;
}
-buildUnnamed273() {
+buildUnnamed1176() {
var o = new core.List<api.JobListJobs>();
o.add(buildJobListJobs());
o.add(buildJobListJobs());
return o;
}
-checkUnnamed273(core.List<api.JobListJobs> o) {
+checkUnnamed1176(core.List<api.JobListJobs> o) {
unittest.expect(o, unittest.hasLength(2));
checkJobListJobs(o[0]);
checkJobListJobs(o[1]);
@@ -591,7 +591,7 @@ buildJobList() {
buildCounterJobList++;
if (buildCounterJobList < 3) {
o.etag = "foo";
- o.jobs = buildUnnamed273();
+ o.jobs = buildUnnamed1176();
o.kind = "foo";
o.nextPageToken = "foo";
o.totalItems = 42;
@@ -604,7 +604,7 @@ checkJobList(api.JobList o) {
buildCounterJobList++;
if (buildCounterJobList < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
- checkUnnamed273(o.jobs);
+ checkUnnamed1176(o.jobs);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.totalItems, unittest.equals(42));
@@ -710,14 +710,14 @@ checkJobStatistics3(api.JobStatistics3 o) {
buildCounterJobStatistics3--;
}
-buildUnnamed274() {
+buildUnnamed1177() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed274(core.List<core.String> o) {
+checkUnnamed1177(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'));
@@ -728,7 +728,7 @@ buildJobStatistics4() {
var o = new api.JobStatistics4();
buildCounterJobStatistics4++;
if (buildCounterJobStatistics4 < 3) {
- o.destinationUriFileCounts = buildUnnamed274();
+ o.destinationUriFileCounts = buildUnnamed1177();
}
buildCounterJobStatistics4--;
return o;
@@ -737,19 +737,19 @@ buildJobStatistics4() {
checkJobStatistics4(api.JobStatistics4 o) {
buildCounterJobStatistics4++;
if (buildCounterJobStatistics4 < 3) {
- checkUnnamed274(o.destinationUriFileCounts);
+ checkUnnamed1177(o.destinationUriFileCounts);
}
buildCounterJobStatistics4--;
}
-buildUnnamed275() {
+buildUnnamed1178() {
var o = new core.List<api.ErrorProto>();
o.add(buildErrorProto());
o.add(buildErrorProto());
return o;
}
-checkUnnamed275(core.List<api.ErrorProto> o) {
+checkUnnamed1178(core.List<api.ErrorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorProto(o[0]);
checkErrorProto(o[1]);
@@ -761,7 +761,7 @@ buildJobStatus() {
buildCounterJobStatus++;
if (buildCounterJobStatus < 3) {
o.errorResult = buildErrorProto();
- o.errors = buildUnnamed275();
+ o.errors = buildUnnamed1178();
o.state = "foo";
}
buildCounterJobStatus--;
@@ -772,7 +772,7 @@ checkJobStatus(api.JobStatus o) {
buildCounterJobStatus++;
if (buildCounterJobStatus < 3) {
checkErrorProto(o.errorResult);
- checkUnnamed275(o.errors);
+ checkUnnamed1178(o.errors);
unittest.expect(o.state, unittest.equals('foo'));
}
buildCounterJobStatus--;
@@ -818,14 +818,14 @@ checkProjectListProjects(api.ProjectListProjects o) {
buildCounterProjectListProjects--;
}
-buildUnnamed276() {
+buildUnnamed1179() {
var o = new core.List<api.ProjectListProjects>();
o.add(buildProjectListProjects());
o.add(buildProjectListProjects());
return o;
}
-checkUnnamed276(core.List<api.ProjectListProjects> o) {
+checkUnnamed1179(core.List<api.ProjectListProjects> o) {
unittest.expect(o, unittest.hasLength(2));
checkProjectListProjects(o[0]);
checkProjectListProjects(o[1]);
@@ -839,7 +839,7 @@ buildProjectList() {
o.etag = "foo";
o.kind = "foo";
o.nextPageToken = "foo";
- o.projects = buildUnnamed276();
+ o.projects = buildUnnamed1179();
o.totalItems = 42;
}
buildCounterProjectList--;
@@ -852,7 +852,7 @@ checkProjectList(api.ProjectList o) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed276(o.projects);
+ checkUnnamed1179(o.projects);
unittest.expect(o.totalItems, unittest.equals(42));
}
buildCounterProjectList--;
@@ -910,14 +910,14 @@ checkQueryRequest(api.QueryRequest o) {
buildCounterQueryRequest--;
}
-buildUnnamed277() {
+buildUnnamed1180() {
var o = new core.List<api.TableRow>();
o.add(buildTableRow());
o.add(buildTableRow());
return o;
}
-checkUnnamed277(core.List<api.TableRow> o) {
+checkUnnamed1180(core.List<api.TableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableRow(o[0]);
checkTableRow(o[1]);
@@ -933,7 +933,7 @@ buildQueryResponse() {
o.jobReference = buildJobReference();
o.kind = "foo";
o.pageToken = "foo";
- o.rows = buildUnnamed277();
+ o.rows = buildUnnamed1180();
o.schema = buildTableSchema();
o.totalBytesProcessed = "foo";
o.totalRows = "foo";
@@ -950,7 +950,7 @@ checkQueryResponse(api.QueryResponse o) {
checkJobReference(o.jobReference);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.pageToken, unittest.equals('foo'));
- checkUnnamed277(o.rows);
+ checkUnnamed1180(o.rows);
checkTableSchema(o.schema);
unittest.expect(o.totalBytesProcessed, unittest.equals('foo'));
unittest.expect(o.totalRows, unittest.equals('foo'));
@@ -1045,14 +1045,14 @@ checkTableDataInsertAllRequestRows(api.TableDataInsertAllRequestRows o) {
buildCounterTableDataInsertAllRequestRows--;
}
-buildUnnamed278() {
+buildUnnamed1181() {
var o = new core.List<api.TableDataInsertAllRequestRows>();
o.add(buildTableDataInsertAllRequestRows());
o.add(buildTableDataInsertAllRequestRows());
return o;
}
-checkUnnamed278(core.List<api.TableDataInsertAllRequestRows> o) {
+checkUnnamed1181(core.List<api.TableDataInsertAllRequestRows> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableDataInsertAllRequestRows(o[0]);
checkTableDataInsertAllRequestRows(o[1]);
@@ -1064,7 +1064,7 @@ buildTableDataInsertAllRequest() {
buildCounterTableDataInsertAllRequest++;
if (buildCounterTableDataInsertAllRequest < 3) {
o.kind = "foo";
- o.rows = buildUnnamed278();
+ o.rows = buildUnnamed1181();
}
buildCounterTableDataInsertAllRequest--;
return o;
@@ -1074,19 +1074,19 @@ checkTableDataInsertAllRequest(api.TableDataInsertAllRequest o) {
buildCounterTableDataInsertAllRequest++;
if (buildCounterTableDataInsertAllRequest < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed278(o.rows);
+ checkUnnamed1181(o.rows);
}
buildCounterTableDataInsertAllRequest--;
}
-buildUnnamed279() {
+buildUnnamed1182() {
var o = new core.List<api.ErrorProto>();
o.add(buildErrorProto());
o.add(buildErrorProto());
return o;
}
-checkUnnamed279(core.List<api.ErrorProto> o) {
+checkUnnamed1182(core.List<api.ErrorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorProto(o[0]);
checkErrorProto(o[1]);
@@ -1097,7 +1097,7 @@ buildTableDataInsertAllResponseInsertErrors() {
var o = new api.TableDataInsertAllResponseInsertErrors();
buildCounterTableDataInsertAllResponseInsertErrors++;
if (buildCounterTableDataInsertAllResponseInsertErrors < 3) {
- o.errors = buildUnnamed279();
+ o.errors = buildUnnamed1182();
o.index = 42;
}
buildCounterTableDataInsertAllResponseInsertErrors--;
@@ -1107,20 +1107,20 @@ buildTableDataInsertAllResponseInsertErrors() {
checkTableDataInsertAllResponseInsertErrors(api.TableDataInsertAllResponseInsertErrors o) {
buildCounterTableDataInsertAllResponseInsertErrors++;
if (buildCounterTableDataInsertAllResponseInsertErrors < 3) {
- checkUnnamed279(o.errors);
+ checkUnnamed1182(o.errors);
unittest.expect(o.index, unittest.equals(42));
}
buildCounterTableDataInsertAllResponseInsertErrors--;
}
-buildUnnamed280() {
+buildUnnamed1183() {
var o = new core.List<api.TableDataInsertAllResponseInsertErrors>();
o.add(buildTableDataInsertAllResponseInsertErrors());
o.add(buildTableDataInsertAllResponseInsertErrors());
return o;
}
-checkUnnamed280(core.List<api.TableDataInsertAllResponseInsertErrors> o) {
+checkUnnamed1183(core.List<api.TableDataInsertAllResponseInsertErrors> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableDataInsertAllResponseInsertErrors(o[0]);
checkTableDataInsertAllResponseInsertErrors(o[1]);
@@ -1131,7 +1131,7 @@ buildTableDataInsertAllResponse() {
var o = new api.TableDataInsertAllResponse();
buildCounterTableDataInsertAllResponse++;
if (buildCounterTableDataInsertAllResponse < 3) {
- o.insertErrors = buildUnnamed280();
+ o.insertErrors = buildUnnamed1183();
o.kind = "foo";
}
buildCounterTableDataInsertAllResponse--;
@@ -1141,20 +1141,20 @@ buildTableDataInsertAllResponse() {
checkTableDataInsertAllResponse(api.TableDataInsertAllResponse o) {
buildCounterTableDataInsertAllResponse++;
if (buildCounterTableDataInsertAllResponse < 3) {
- checkUnnamed280(o.insertErrors);
+ checkUnnamed1183(o.insertErrors);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterTableDataInsertAllResponse--;
}
-buildUnnamed281() {
+buildUnnamed1184() {
var o = new core.List<api.TableRow>();
o.add(buildTableRow());
o.add(buildTableRow());
return o;
}
-checkUnnamed281(core.List<api.TableRow> o) {
+checkUnnamed1184(core.List<api.TableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableRow(o[0]);
checkTableRow(o[1]);
@@ -1168,7 +1168,7 @@ buildTableDataList() {
o.etag = "foo";
o.kind = "foo";
o.pageToken = "foo";
- o.rows = buildUnnamed281();
+ o.rows = buildUnnamed1184();
o.totalRows = "foo";
}
buildCounterTableDataList--;
@@ -1181,20 +1181,20 @@ checkTableDataList(api.TableDataList o) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.pageToken, unittest.equals('foo'));
- checkUnnamed281(o.rows);
+ checkUnnamed1184(o.rows);
unittest.expect(o.totalRows, unittest.equals('foo'));
}
buildCounterTableDataList--;
}
-buildUnnamed282() {
+buildUnnamed1185() {
var o = new core.List<api.TableFieldSchema>();
o.add(buildTableFieldSchema());
o.add(buildTableFieldSchema());
return o;
}
-checkUnnamed282(core.List<api.TableFieldSchema> o) {
+checkUnnamed1185(core.List<api.TableFieldSchema> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableFieldSchema(o[0]);
checkTableFieldSchema(o[1]);
@@ -1206,7 +1206,7 @@ buildTableFieldSchema() {
buildCounterTableFieldSchema++;
if (buildCounterTableFieldSchema < 3) {
o.description = "foo";
- o.fields = buildUnnamed282();
+ o.fields = buildUnnamed1185();
o.mode = "foo";
o.name = "foo";
o.type = "foo";
@@ -1219,7 +1219,7 @@ checkTableFieldSchema(api.TableFieldSchema o) {
buildCounterTableFieldSchema++;
if (buildCounterTableFieldSchema < 3) {
unittest.expect(o.description, unittest.equals('foo'));
- checkUnnamed282(o.fields);
+ checkUnnamed1185(o.fields);
unittest.expect(o.mode, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.type, unittest.equals('foo'));
@@ -1254,14 +1254,14 @@ checkTableListTables(api.TableListTables o) {
buildCounterTableListTables--;
}
-buildUnnamed283() {
+buildUnnamed1186() {
var o = new core.List<api.TableListTables>();
o.add(buildTableListTables());
o.add(buildTableListTables());
return o;
}
-checkUnnamed283(core.List<api.TableListTables> o) {
+checkUnnamed1186(core.List<api.TableListTables> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableListTables(o[0]);
checkTableListTables(o[1]);
@@ -1275,7 +1275,7 @@ buildTableList() {
o.etag = "foo";
o.kind = "foo";
o.nextPageToken = "foo";
- o.tables = buildUnnamed283();
+ o.tables = buildUnnamed1186();
o.totalItems = 42;
}
buildCounterTableList--;
@@ -1288,7 +1288,7 @@ checkTableList(api.TableList o) {
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed283(o.tables);
+ checkUnnamed1186(o.tables);
unittest.expect(o.totalItems, unittest.equals(42));
}
buildCounterTableList--;
@@ -1317,14 +1317,14 @@ checkTableReference(api.TableReference o) {
buildCounterTableReference--;
}
-buildUnnamed284() {
+buildUnnamed1187() {
var o = new core.List<api.TableCell>();
o.add(buildTableCell());
o.add(buildTableCell());
return o;
}
-checkUnnamed284(core.List<api.TableCell> o) {
+checkUnnamed1187(core.List<api.TableCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableCell(o[0]);
checkTableCell(o[1]);
@@ -1335,7 +1335,7 @@ buildTableRow() {
var o = new api.TableRow();
buildCounterTableRow++;
if (buildCounterTableRow < 3) {
- o.f = buildUnnamed284();
+ o.f = buildUnnamed1187();
}
buildCounterTableRow--;
return o;
@@ -1344,19 +1344,19 @@ buildTableRow() {
checkTableRow(api.TableRow o) {
buildCounterTableRow++;
if (buildCounterTableRow < 3) {
- checkUnnamed284(o.f);
+ checkUnnamed1187(o.f);
}
buildCounterTableRow--;
}
-buildUnnamed285() {
+buildUnnamed1188() {
var o = new core.List<api.TableFieldSchema>();
o.add(buildTableFieldSchema());
o.add(buildTableFieldSchema());
return o;
}
-checkUnnamed285(core.List<api.TableFieldSchema> o) {
+checkUnnamed1188(core.List<api.TableFieldSchema> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableFieldSchema(o[0]);
checkTableFieldSchema(o[1]);
@@ -1367,7 +1367,7 @@ buildTableSchema() {
var o = new api.TableSchema();
buildCounterTableSchema++;
if (buildCounterTableSchema < 3) {
- o.fields = buildUnnamed285();
+ o.fields = buildUnnamed1188();
}
buildCounterTableSchema--;
return o;
@@ -1376,7 +1376,7 @@ buildTableSchema() {
checkTableSchema(api.TableSchema o) {
buildCounterTableSchema++;
if (buildCounterTableSchema < 3) {
- checkUnnamed285(o.fields);
+ checkUnnamed1188(o.fields);
}
buildCounterTableSchema--;
}
@@ -1400,14 +1400,14 @@ checkViewDefinition(api.ViewDefinition o) {
buildCounterViewDefinition--;
}
-buildUnnamed286() {
+buildUnnamed1189() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed286(core.List<core.String> o) {
+checkUnnamed1189(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'));
@@ -2340,7 +2340,7 @@ main() {
var arg_maxResults = 42;
var arg_pageToken = "foo";
var arg_projection = "foo";
- var arg_stateFilter = buildUnnamed286();
+ var arg_stateFilter = buildUnnamed1189();
mock.register(unittest.expectAsync((http.BaseRequest req, json) {
var path = (req.url).path;
var pathOffset = 0;
« no previous file with comments | « generated/googleapis/test/appstate/v1_test.dart ('k') | generated/googleapis/test/blogger/v3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698