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

Unified Diff: generated/googleapis/test/genomics/v1_test.dart

Issue 2039113004: Api-roll 37: 2016-06-06 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 6 months 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
Index: generated/googleapis/test/genomics/v1_test.dart
diff --git a/generated/googleapis/test/genomics/v1_test.dart b/generated/googleapis/test/genomics/v1_test.dart
index b17b19695fc44afacee52304c4ab7fb23e6a634e..ea955ee4c7d50802867617e35c9b609b56ba5d08 100644
--- a/generated/googleapis/test/genomics/v1_test.dart
+++ b/generated/googleapis/test/genomics/v1_test.dart
@@ -51,30 +51,30 @@ http.StreamedResponse stringResponse(
return new http.StreamedResponse(stream, status, headers: headers);
}
-buildUnnamed2320() {
+buildUnnamed2500() {
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;
}
-checkUnnamed2320(core.List<core.Object> o) {
+checkUnnamed2500(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'));
}
-buildUnnamed2321() {
+buildUnnamed2501() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2320();
- o["y"] = buildUnnamed2320();
+ o["x"] = buildUnnamed2500();
+ o["y"] = buildUnnamed2500();
return o;
}
-checkUnnamed2321(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2501(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2320(o["x"]);
- checkUnnamed2320(o["y"]);
+ checkUnnamed2500(o["x"]);
+ checkUnnamed2500(o["y"]);
}
core.int buildCounterAnnotation = 0;
@@ -85,7 +85,7 @@ buildAnnotation() {
o.annotationSetId = "foo";
o.end = "foo";
o.id = "foo";
- o.info = buildUnnamed2321();
+ o.info = buildUnnamed2501();
o.name = "foo";
o.referenceId = "foo";
o.referenceName = "foo";
@@ -105,7 +105,7 @@ checkAnnotation(api.Annotation o) {
unittest.expect(o.annotationSetId, unittest.equals('foo'));
unittest.expect(o.end, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2321(o.info);
+ checkUnnamed2501(o.info);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.referenceId, unittest.equals('foo'));
unittest.expect(o.referenceName, unittest.equals('foo'));
@@ -118,30 +118,30 @@ checkAnnotation(api.Annotation o) {
buildCounterAnnotation--;
}
-buildUnnamed2322() {
+buildUnnamed2502() {
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;
}
-checkUnnamed2322(core.List<core.Object> o) {
+checkUnnamed2502(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o[0]) 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'));
var casted4 = (o[1]) 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'));
}
-buildUnnamed2323() {
+buildUnnamed2503() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2322();
- o["y"] = buildUnnamed2322();
+ o["x"] = buildUnnamed2502();
+ o["y"] = buildUnnamed2502();
return o;
}
-checkUnnamed2323(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2503(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2322(o["x"]);
- checkUnnamed2322(o["y"]);
+ checkUnnamed2502(o["x"]);
+ checkUnnamed2502(o["y"]);
}
core.int buildCounterAnnotationSet = 0;
@@ -151,7 +151,7 @@ buildAnnotationSet() {
if (buildCounterAnnotationSet < 3) {
o.datasetId = "foo";
o.id = "foo";
- o.info = buildUnnamed2323();
+ o.info = buildUnnamed2503();
o.name = "foo";
o.referenceSetId = "foo";
o.sourceUri = "foo";
@@ -166,7 +166,7 @@ checkAnnotationSet(api.AnnotationSet o) {
if (buildCounterAnnotationSet < 3) {
unittest.expect(o.datasetId, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2323(o.info);
+ checkUnnamed2503(o.info);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.referenceSetId, unittest.equals('foo'));
unittest.expect(o.sourceUri, unittest.equals('foo'));
@@ -175,14 +175,14 @@ checkAnnotationSet(api.AnnotationSet o) {
buildCounterAnnotationSet--;
}
-buildUnnamed2324() {
+buildUnnamed2504() {
var o = new core.List<api.Annotation>();
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-checkUnnamed2324(core.List<api.Annotation> o) {
+checkUnnamed2504(core.List<api.Annotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotation(o[0]);
checkAnnotation(o[1]);
@@ -193,7 +193,7 @@ buildBatchCreateAnnotationsRequest() {
var o = new api.BatchCreateAnnotationsRequest();
buildCounterBatchCreateAnnotationsRequest++;
if (buildCounterBatchCreateAnnotationsRequest < 3) {
- o.annotations = buildUnnamed2324();
+ o.annotations = buildUnnamed2504();
}
buildCounterBatchCreateAnnotationsRequest--;
return o;
@@ -202,19 +202,19 @@ buildBatchCreateAnnotationsRequest() {
checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) {
buildCounterBatchCreateAnnotationsRequest++;
if (buildCounterBatchCreateAnnotationsRequest < 3) {
- checkUnnamed2324(o.annotations);
+ checkUnnamed2504(o.annotations);
}
buildCounterBatchCreateAnnotationsRequest--;
}
-buildUnnamed2325() {
+buildUnnamed2505() {
var o = new core.List<api.Entry>();
o.add(buildEntry());
o.add(buildEntry());
return o;
}
-checkUnnamed2325(core.List<api.Entry> o) {
+checkUnnamed2505(core.List<api.Entry> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntry(o[0]);
checkEntry(o[1]);
@@ -225,7 +225,7 @@ buildBatchCreateAnnotationsResponse() {
var o = new api.BatchCreateAnnotationsResponse();
buildCounterBatchCreateAnnotationsResponse++;
if (buildCounterBatchCreateAnnotationsResponse < 3) {
- o.entries = buildUnnamed2325();
+ o.entries = buildUnnamed2505();
}
buildCounterBatchCreateAnnotationsResponse--;
return o;
@@ -234,19 +234,19 @@ buildBatchCreateAnnotationsResponse() {
checkBatchCreateAnnotationsResponse(api.BatchCreateAnnotationsResponse o) {
buildCounterBatchCreateAnnotationsResponse++;
if (buildCounterBatchCreateAnnotationsResponse < 3) {
- checkUnnamed2325(o.entries);
+ checkUnnamed2505(o.entries);
}
buildCounterBatchCreateAnnotationsResponse--;
}
-buildUnnamed2326() {
+buildUnnamed2506() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2326(core.List<core.String> o) {
+checkUnnamed2506(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'));
@@ -257,7 +257,7 @@ buildBinding() {
var o = new api.Binding();
buildCounterBinding++;
if (buildCounterBinding < 3) {
- o.members = buildUnnamed2326();
+ o.members = buildUnnamed2506();
o.role = "foo";
}
buildCounterBinding--;
@@ -267,46 +267,46 @@ buildBinding() {
checkBinding(api.Binding o) {
buildCounterBinding++;
if (buildCounterBinding < 3) {
- checkUnnamed2326(o.members);
+ checkUnnamed2506(o.members);
unittest.expect(o.role, unittest.equals('foo'));
}
buildCounterBinding--;
}
-buildUnnamed2327() {
+buildUnnamed2507() {
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;
}
-checkUnnamed2327(core.List<core.Object> o) {
+checkUnnamed2507(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o[0]) 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'));
var casted6 = (o[1]) as core.Map; unittest.expect(casted6, unittest.hasLength(3)); unittest.expect(casted6["list"], unittest.equals([1, 2, 3])); unittest.expect(casted6["bool"], unittest.equals(true)); unittest.expect(casted6["string"], unittest.equals('foo'));
}
-buildUnnamed2328() {
+buildUnnamed2508() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2327();
- o["y"] = buildUnnamed2327();
+ o["x"] = buildUnnamed2507();
+ o["y"] = buildUnnamed2507();
return o;
}
-checkUnnamed2328(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2508(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2327(o["x"]);
- checkUnnamed2327(o["y"]);
+ checkUnnamed2507(o["x"]);
+ checkUnnamed2507(o["y"]);
}
-buildUnnamed2329() {
+buildUnnamed2509() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2329(core.List<core.String> o) {
+checkUnnamed2509(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'));
@@ -319,10 +319,10 @@ buildCallSet() {
if (buildCounterCallSet < 3) {
o.created = "foo";
o.id = "foo";
- o.info = buildUnnamed2328();
+ o.info = buildUnnamed2508();
o.name = "foo";
o.sampleId = "foo";
- o.variantSetIds = buildUnnamed2329();
+ o.variantSetIds = buildUnnamed2509();
}
buildCounterCallSet--;
return o;
@@ -333,10 +333,10 @@ checkCallSet(api.CallSet o) {
if (buildCounterCallSet < 3) {
unittest.expect(o.created, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2328(o.info);
+ checkUnnamed2508(o.info);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.sampleId, unittest.equals('foo'));
- checkUnnamed2329(o.variantSetIds);
+ checkUnnamed2509(o.variantSetIds);
}
buildCounterCallSet--;
}
@@ -381,27 +381,27 @@ checkCigarUnit(api.CigarUnit o) {
buildCounterCigarUnit--;
}
-buildUnnamed2330() {
+buildUnnamed2510() {
var o = new core.List<api.ExternalId>();
o.add(buildExternalId());
o.add(buildExternalId());
return o;
}
-checkUnnamed2330(core.List<api.ExternalId> o) {
+checkUnnamed2510(core.List<api.ExternalId> o) {
unittest.expect(o, unittest.hasLength(2));
checkExternalId(o[0]);
checkExternalId(o[1]);
}
-buildUnnamed2331() {
+buildUnnamed2511() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2331(core.List<core.String> o) {
+checkUnnamed2511(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'));
@@ -413,8 +413,8 @@ buildClinicalCondition() {
buildCounterClinicalCondition++;
if (buildCounterClinicalCondition < 3) {
o.conceptId = "foo";
- o.externalIds = buildUnnamed2330();
- o.names = buildUnnamed2331();
+ o.externalIds = buildUnnamed2510();
+ o.names = buildUnnamed2511();
o.omimId = "foo";
}
buildCounterClinicalCondition--;
@@ -425,8 +425,8 @@ checkClinicalCondition(api.ClinicalCondition o) {
buildCounterClinicalCondition++;
if (buildCounterClinicalCondition < 3) {
unittest.expect(o.conceptId, unittest.equals('foo'));
- checkUnnamed2330(o.externalIds);
- checkUnnamed2331(o.names);
+ checkUnnamed2510(o.externalIds);
+ checkUnnamed2511(o.names);
unittest.expect(o.omimId, unittest.equals('foo'));
}
buildCounterClinicalCondition--;
@@ -585,14 +585,14 @@ checkExperiment(api.Experiment o) {
buildCounterExperiment--;
}
-buildUnnamed2332() {
+buildUnnamed2512() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2332(core.List<core.String> o) {
+checkUnnamed2512(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'));
@@ -605,7 +605,7 @@ buildExportReadGroupSetRequest() {
if (buildCounterExportReadGroupSetRequest < 3) {
o.exportUri = "foo";
o.projectId = "foo";
- o.referenceNames = buildUnnamed2332();
+ o.referenceNames = buildUnnamed2512();
}
buildCounterExportReadGroupSetRequest--;
return o;
@@ -616,19 +616,19 @@ checkExportReadGroupSetRequest(api.ExportReadGroupSetRequest o) {
if (buildCounterExportReadGroupSetRequest < 3) {
unittest.expect(o.exportUri, unittest.equals('foo'));
unittest.expect(o.projectId, unittest.equals('foo'));
- checkUnnamed2332(o.referenceNames);
+ checkUnnamed2512(o.referenceNames);
}
buildCounterExportReadGroupSetRequest--;
}
-buildUnnamed2333() {
+buildUnnamed2513() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2333(core.List<core.String> o) {
+checkUnnamed2513(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'));
@@ -641,7 +641,7 @@ buildExportVariantSetRequest() {
if (buildCounterExportVariantSetRequest < 3) {
o.bigqueryDataset = "foo";
o.bigqueryTable = "foo";
- o.callSetIds = buildUnnamed2333();
+ o.callSetIds = buildUnnamed2513();
o.format = "foo";
o.projectId = "foo";
}
@@ -654,7 +654,7 @@ checkExportVariantSetRequest(api.ExportVariantSetRequest o) {
if (buildCounterExportVariantSetRequest < 3) {
unittest.expect(o.bigqueryDataset, unittest.equals('foo'));
unittest.expect(o.bigqueryTable, unittest.equals('foo'));
- checkUnnamed2333(o.callSetIds);
+ checkUnnamed2513(o.callSetIds);
unittest.expect(o.format, unittest.equals('foo'));
unittest.expect(o.projectId, unittest.equals('foo'));
}
@@ -699,14 +699,14 @@ checkGetIamPolicyRequest(api.GetIamPolicyRequest o) {
buildCounterGetIamPolicyRequest--;
}
-buildUnnamed2334() {
+buildUnnamed2514() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2334(core.List<core.String> o) {
+checkUnnamed2514(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'));
@@ -720,7 +720,7 @@ buildImportReadGroupSetsRequest() {
o.datasetId = "foo";
o.partitionStrategy = "foo";
o.referenceSetId = "foo";
- o.sourceUris = buildUnnamed2334();
+ o.sourceUris = buildUnnamed2514();
}
buildCounterImportReadGroupSetsRequest--;
return o;
@@ -732,19 +732,19 @@ checkImportReadGroupSetsRequest(api.ImportReadGroupSetsRequest o) {
unittest.expect(o.datasetId, unittest.equals('foo'));
unittest.expect(o.partitionStrategy, unittest.equals('foo'));
unittest.expect(o.referenceSetId, unittest.equals('foo'));
- checkUnnamed2334(o.sourceUris);
+ checkUnnamed2514(o.sourceUris);
}
buildCounterImportReadGroupSetsRequest--;
}
-buildUnnamed2335() {
+buildUnnamed2515() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2335(core.List<core.String> o) {
+checkUnnamed2515(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'));
@@ -755,7 +755,7 @@ buildImportReadGroupSetsResponse() {
var o = new api.ImportReadGroupSetsResponse();
buildCounterImportReadGroupSetsResponse++;
if (buildCounterImportReadGroupSetsResponse < 3) {
- o.readGroupSetIds = buildUnnamed2335();
+ o.readGroupSetIds = buildUnnamed2515();
}
buildCounterImportReadGroupSetsResponse--;
return o;
@@ -764,32 +764,32 @@ buildImportReadGroupSetsResponse() {
checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) {
buildCounterImportReadGroupSetsResponse++;
if (buildCounterImportReadGroupSetsResponse < 3) {
- checkUnnamed2335(o.readGroupSetIds);
+ checkUnnamed2515(o.readGroupSetIds);
}
buildCounterImportReadGroupSetsResponse--;
}
-buildUnnamed2336() {
+buildUnnamed2516() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed2336(core.Map<core.String, core.String> o) {
+checkUnnamed2516(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'));
}
-buildUnnamed2337() {
+buildUnnamed2517() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2337(core.List<core.String> o) {
+checkUnnamed2517(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'));
@@ -801,9 +801,9 @@ buildImportVariantsRequest() {
buildCounterImportVariantsRequest++;
if (buildCounterImportVariantsRequest < 3) {
o.format = "foo";
- o.infoMergeConfig = buildUnnamed2336();
+ o.infoMergeConfig = buildUnnamed2516();
o.normalizeReferenceNames = true;
- o.sourceUris = buildUnnamed2337();
+ o.sourceUris = buildUnnamed2517();
o.variantSetId = "foo";
}
buildCounterImportVariantsRequest--;
@@ -814,22 +814,22 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) {
buildCounterImportVariantsRequest++;
if (buildCounterImportVariantsRequest < 3) {
unittest.expect(o.format, unittest.equals('foo'));
- checkUnnamed2336(o.infoMergeConfig);
+ checkUnnamed2516(o.infoMergeConfig);
unittest.expect(o.normalizeReferenceNames, unittest.isTrue);
- checkUnnamed2337(o.sourceUris);
+ checkUnnamed2517(o.sourceUris);
unittest.expect(o.variantSetId, unittest.equals('foo'));
}
buildCounterImportVariantsRequest--;
}
-buildUnnamed2338() {
+buildUnnamed2518() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2338(core.List<core.String> o) {
+checkUnnamed2518(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'));
@@ -840,7 +840,7 @@ buildImportVariantsResponse() {
var o = new api.ImportVariantsResponse();
buildCounterImportVariantsResponse++;
if (buildCounterImportVariantsResponse < 3) {
- o.callSetIds = buildUnnamed2338();
+ o.callSetIds = buildUnnamed2518();
}
buildCounterImportVariantsResponse--;
return o;
@@ -849,19 +849,19 @@ buildImportVariantsResponse() {
checkImportVariantsResponse(api.ImportVariantsResponse o) {
buildCounterImportVariantsResponse++;
if (buildCounterImportVariantsResponse < 3) {
- checkUnnamed2338(o.callSetIds);
+ checkUnnamed2518(o.callSetIds);
}
buildCounterImportVariantsResponse--;
}
-buildUnnamed2339() {
+buildUnnamed2519() {
var o = new core.List<api.CigarUnit>();
o.add(buildCigarUnit());
o.add(buildCigarUnit());
return o;
}
-checkUnnamed2339(core.List<api.CigarUnit> o) {
+checkUnnamed2519(core.List<api.CigarUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkCigarUnit(o[0]);
checkCigarUnit(o[1]);
@@ -872,7 +872,7 @@ buildLinearAlignment() {
var o = new api.LinearAlignment();
buildCounterLinearAlignment++;
if (buildCounterLinearAlignment < 3) {
- o.cigar = buildUnnamed2339();
+ o.cigar = buildUnnamed2519();
o.mappingQuality = 42;
o.position = buildPosition();
}
@@ -883,7 +883,7 @@ buildLinearAlignment() {
checkLinearAlignment(api.LinearAlignment o) {
buildCounterLinearAlignment++;
if (buildCounterLinearAlignment < 3) {
- checkUnnamed2339(o.cigar);
+ checkUnnamed2519(o.cigar);
unittest.expect(o.mappingQuality, unittest.equals(42));
checkPosition(o.position);
}
@@ -913,14 +913,14 @@ checkListBasesResponse(api.ListBasesResponse o) {
buildCounterListBasesResponse--;
}
-buildUnnamed2340() {
+buildUnnamed2520() {
var o = new core.List<api.CoverageBucket>();
o.add(buildCoverageBucket());
o.add(buildCoverageBucket());
return o;
}
-checkUnnamed2340(core.List<api.CoverageBucket> o) {
+checkUnnamed2520(core.List<api.CoverageBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkCoverageBucket(o[0]);
checkCoverageBucket(o[1]);
@@ -932,7 +932,7 @@ buildListCoverageBucketsResponse() {
buildCounterListCoverageBucketsResponse++;
if (buildCounterListCoverageBucketsResponse < 3) {
o.bucketWidth = "foo";
- o.coverageBuckets = buildUnnamed2340();
+ o.coverageBuckets = buildUnnamed2520();
o.nextPageToken = "foo";
}
buildCounterListCoverageBucketsResponse--;
@@ -943,20 +943,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) {
buildCounterListCoverageBucketsResponse++;
if (buildCounterListCoverageBucketsResponse < 3) {
unittest.expect(o.bucketWidth, unittest.equals('foo'));
- checkUnnamed2340(o.coverageBuckets);
+ checkUnnamed2520(o.coverageBuckets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListCoverageBucketsResponse--;
}
-buildUnnamed2341() {
+buildUnnamed2521() {
var o = new core.List<api.Dataset>();
o.add(buildDataset());
o.add(buildDataset());
return o;
}
-checkUnnamed2341(core.List<api.Dataset> o) {
+checkUnnamed2521(core.List<api.Dataset> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataset(o[0]);
checkDataset(o[1]);
@@ -967,7 +967,7 @@ buildListDatasetsResponse() {
var o = new api.ListDatasetsResponse();
buildCounterListDatasetsResponse++;
if (buildCounterListDatasetsResponse < 3) {
- o.datasets = buildUnnamed2341();
+ o.datasets = buildUnnamed2521();
o.nextPageToken = "foo";
}
buildCounterListDatasetsResponse--;
@@ -977,20 +977,20 @@ buildListDatasetsResponse() {
checkListDatasetsResponse(api.ListDatasetsResponse o) {
buildCounterListDatasetsResponse++;
if (buildCounterListDatasetsResponse < 3) {
- checkUnnamed2341(o.datasets);
+ checkUnnamed2521(o.datasets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListDatasetsResponse--;
}
-buildUnnamed2342() {
+buildUnnamed2522() {
var o = new core.List<api.Operation>();
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-checkUnnamed2342(core.List<api.Operation> o) {
+checkUnnamed2522(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0]);
checkOperation(o[1]);
@@ -1002,7 +1002,7 @@ buildListOperationsResponse() {
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = "foo";
- o.operations = buildUnnamed2342();
+ o.operations = buildUnnamed2522();
}
buildCounterListOperationsResponse--;
return o;
@@ -1012,32 +1012,32 @@ checkListOperationsResponse(api.ListOperationsResponse o) {
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2342(o.operations);
+ checkUnnamed2522(o.operations);
}
buildCounterListOperationsResponse--;
}
-buildUnnamed2343() {
+buildUnnamed2523() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed2343(core.Map<core.String, core.String> o) {
+checkUnnamed2523(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'));
}
-buildUnnamed2344() {
+buildUnnamed2524() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed2344(core.List<api.Variant> o) {
+checkUnnamed2524(core.List<api.Variant> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariant(o[0]);
checkVariant(o[1]);
@@ -1048,9 +1048,9 @@ buildMergeVariantsRequest() {
var o = new api.MergeVariantsRequest();
buildCounterMergeVariantsRequest++;
if (buildCounterMergeVariantsRequest < 3) {
- o.infoMergeConfig = buildUnnamed2343();
+ o.infoMergeConfig = buildUnnamed2523();
o.variantSetId = "foo";
- o.variants = buildUnnamed2344();
+ o.variants = buildUnnamed2524();
}
buildCounterMergeVariantsRequest--;
return o;
@@ -1059,34 +1059,34 @@ buildMergeVariantsRequest() {
checkMergeVariantsRequest(api.MergeVariantsRequest o) {
buildCounterMergeVariantsRequest++;
if (buildCounterMergeVariantsRequest < 3) {
- checkUnnamed2343(o.infoMergeConfig);
+ checkUnnamed2523(o.infoMergeConfig);
unittest.expect(o.variantSetId, unittest.equals('foo'));
- checkUnnamed2344(o.variants);
+ checkUnnamed2524(o.variants);
}
buildCounterMergeVariantsRequest--;
}
-buildUnnamed2345() {
+buildUnnamed2525() {
var o = new core.Map<core.String, core.Object>();
o["x"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
o["y"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
return o;
}
-checkUnnamed2345(core.Map<core.String, core.Object> o) {
+checkUnnamed2525(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o["x"]) as core.Map; unittest.expect(casted7, unittest.hasLength(3)); unittest.expect(casted7["list"], unittest.equals([1, 2, 3])); unittest.expect(casted7["bool"], unittest.equals(true)); unittest.expect(casted7["string"], unittest.equals('foo'));
var casted8 = (o["y"]) as core.Map; unittest.expect(casted8, unittest.hasLength(3)); unittest.expect(casted8["list"], unittest.equals([1, 2, 3])); unittest.expect(casted8["bool"], unittest.equals(true)); unittest.expect(casted8["string"], unittest.equals('foo'));
}
-buildUnnamed2346() {
+buildUnnamed2526() {
var o = new core.Map<core.String, core.Object>();
o["x"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
o["y"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
return o;
}
-checkUnnamed2346(core.Map<core.String, core.Object> o) {
+checkUnnamed2526(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o["x"]) as core.Map; unittest.expect(casted9, unittest.hasLength(3)); unittest.expect(casted9["list"], unittest.equals([1, 2, 3])); unittest.expect(casted9["bool"], unittest.equals(true)); unittest.expect(casted9["string"], unittest.equals('foo'));
var casted10 = (o["y"]) as core.Map; unittest.expect(casted10, unittest.hasLength(3)); unittest.expect(casted10["list"], unittest.equals([1, 2, 3])); unittest.expect(casted10["bool"], unittest.equals(true)); unittest.expect(casted10["string"], unittest.equals('foo'));
@@ -1099,9 +1099,9 @@ buildOperation() {
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2345();
+ o.metadata = buildUnnamed2525();
o.name = "foo";
- o.response = buildUnnamed2346();
+ o.response = buildUnnamed2526();
}
buildCounterOperation--;
return o;
@@ -1112,9 +1112,9 @@ checkOperation(api.Operation o) {
if (buildCounterOperation < 3) {
unittest.expect(o.done, unittest.isTrue);
checkStatus(o.error);
- checkUnnamed2345(o.metadata);
+ checkUnnamed2525(o.metadata);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2346(o.response);
+ checkUnnamed2526(o.response);
}
buildCounterOperation--;
}
@@ -1138,27 +1138,27 @@ checkOperationEvent(api.OperationEvent o) {
buildCounterOperationEvent--;
}
-buildUnnamed2347() {
+buildUnnamed2527() {
var o = new core.List<api.OperationEvent>();
o.add(buildOperationEvent());
o.add(buildOperationEvent());
return o;
}
-checkUnnamed2347(core.List<api.OperationEvent> o) {
+checkUnnamed2527(core.List<api.OperationEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationEvent(o[0]);
checkOperationEvent(o[1]);
}
-buildUnnamed2348() {
+buildUnnamed2528() {
var o = new core.Map<core.String, core.Object>();
o["x"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
o["y"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
return o;
}
-checkUnnamed2348(core.Map<core.String, core.Object> o) {
+checkUnnamed2528(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o["x"]) as core.Map; unittest.expect(casted11, unittest.hasLength(3)); unittest.expect(casted11["list"], unittest.equals([1, 2, 3])); unittest.expect(casted11["bool"], unittest.equals(true)); unittest.expect(casted11["string"], unittest.equals('foo'));
var casted12 = (o["y"]) as core.Map; unittest.expect(casted12, unittest.hasLength(3)); unittest.expect(casted12["list"], unittest.equals([1, 2, 3])); unittest.expect(casted12["bool"], unittest.equals(true)); unittest.expect(casted12["string"], unittest.equals('foo'));
@@ -1171,9 +1171,9 @@ buildOperationMetadata() {
if (buildCounterOperationMetadata < 3) {
o.createTime = "foo";
o.endTime = "foo";
- o.events = buildUnnamed2347();
+ o.events = buildUnnamed2527();
o.projectId = "foo";
- o.request = buildUnnamed2348();
+ o.request = buildUnnamed2528();
}
buildCounterOperationMetadata--;
return o;
@@ -1184,21 +1184,21 @@ checkOperationMetadata(api.OperationMetadata o) {
if (buildCounterOperationMetadata < 3) {
unittest.expect(o.createTime, unittest.equals('foo'));
unittest.expect(o.endTime, unittest.equals('foo'));
- checkUnnamed2347(o.events);
+ checkUnnamed2527(o.events);
unittest.expect(o.projectId, unittest.equals('foo'));
- checkUnnamed2348(o.request);
+ checkUnnamed2528(o.request);
}
buildCounterOperationMetadata--;
}
-buildUnnamed2349() {
+buildUnnamed2529() {
var o = new core.List<api.Binding>();
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-checkUnnamed2349(core.List<api.Binding> o) {
+checkUnnamed2529(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0]);
checkBinding(o[1]);
@@ -1209,7 +1209,7 @@ buildPolicy() {
var o = new api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed2349();
+ o.bindings = buildUnnamed2529();
o.etag = "foo";
o.version = 42;
}
@@ -1220,7 +1220,7 @@ buildPolicy() {
checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed2349(o.bindings);
+ checkUnnamed2529(o.bindings);
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.version, unittest.equals(42));
}
@@ -1300,43 +1300,43 @@ checkRange(api.Range o) {
buildCounterRange--;
}
-buildUnnamed2350() {
+buildUnnamed2530() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed2350(core.List<core.int> o) {
+checkUnnamed2530(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals(42));
unittest.expect(o[1], unittest.equals(42));
}
-buildUnnamed2351() {
+buildUnnamed2531() {
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;
}
-checkUnnamed2351(core.List<core.Object> o) {
+checkUnnamed2531(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o[0]) as core.Map; unittest.expect(casted13, unittest.hasLength(3)); unittest.expect(casted13["list"], unittest.equals([1, 2, 3])); unittest.expect(casted13["bool"], unittest.equals(true)); unittest.expect(casted13["string"], unittest.equals('foo'));
var casted14 = (o[1]) as core.Map; unittest.expect(casted14, unittest.hasLength(3)); unittest.expect(casted14["list"], unittest.equals([1, 2, 3])); unittest.expect(casted14["bool"], unittest.equals(true)); unittest.expect(casted14["string"], unittest.equals('foo'));
}
-buildUnnamed2352() {
+buildUnnamed2532() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2351();
- o["y"] = buildUnnamed2351();
+ o["x"] = buildUnnamed2531();
+ o["y"] = buildUnnamed2531();
return o;
}
-checkUnnamed2352(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2532(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2351(o["x"]);
- checkUnnamed2351(o["y"]);
+ checkUnnamed2531(o["x"]);
+ checkUnnamed2531(o["y"]);
}
core.int buildCounterRead = 0;
@@ -1344,7 +1344,7 @@ buildRead() {
var o = new api.Read();
buildCounterRead++;
if (buildCounterRead < 3) {
- o.alignedQuality = buildUnnamed2350();
+ o.alignedQuality = buildUnnamed2530();
o.alignedSequence = "foo";
o.alignment = buildLinearAlignment();
o.duplicateFragment = true;
@@ -1352,7 +1352,7 @@ buildRead() {
o.fragmentLength = 42;
o.fragmentName = "foo";
o.id = "foo";
- o.info = buildUnnamed2352();
+ o.info = buildUnnamed2532();
o.nextMatePosition = buildPosition();
o.numberReads = 42;
o.properPlacement = true;
@@ -1369,7 +1369,7 @@ buildRead() {
checkRead(api.Read o) {
buildCounterRead++;
if (buildCounterRead < 3) {
- checkUnnamed2350(o.alignedQuality);
+ checkUnnamed2530(o.alignedQuality);
unittest.expect(o.alignedSequence, unittest.equals('foo'));
checkLinearAlignment(o.alignment);
unittest.expect(o.duplicateFragment, unittest.isTrue);
@@ -1377,7 +1377,7 @@ checkRead(api.Read o) {
unittest.expect(o.fragmentLength, unittest.equals(42));
unittest.expect(o.fragmentName, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2352(o.info);
+ checkUnnamed2532(o.info);
checkPosition(o.nextMatePosition);
unittest.expect(o.numberReads, unittest.equals(42));
unittest.expect(o.properPlacement, unittest.isTrue);
@@ -1390,40 +1390,40 @@ checkRead(api.Read o) {
buildCounterRead--;
}
-buildUnnamed2353() {
+buildUnnamed2533() {
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;
}
-checkUnnamed2353(core.List<core.Object> o) {
+checkUnnamed2533(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted15 = (o[0]) as core.Map; unittest.expect(casted15, unittest.hasLength(3)); unittest.expect(casted15["list"], unittest.equals([1, 2, 3])); unittest.expect(casted15["bool"], unittest.equals(true)); unittest.expect(casted15["string"], unittest.equals('foo'));
var casted16 = (o[1]) as core.Map; unittest.expect(casted16, unittest.hasLength(3)); unittest.expect(casted16["list"], unittest.equals([1, 2, 3])); unittest.expect(casted16["bool"], unittest.equals(true)); unittest.expect(casted16["string"], unittest.equals('foo'));
}
-buildUnnamed2354() {
+buildUnnamed2534() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2353();
- o["y"] = buildUnnamed2353();
+ o["x"] = buildUnnamed2533();
+ o["y"] = buildUnnamed2533();
return o;
}
-checkUnnamed2354(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2534(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2353(o["x"]);
- checkUnnamed2353(o["y"]);
+ checkUnnamed2533(o["x"]);
+ checkUnnamed2533(o["y"]);
}
-buildUnnamed2355() {
+buildUnnamed2535() {
var o = new core.List<api.Program>();
o.add(buildProgram());
o.add(buildProgram());
return o;
}
-checkUnnamed2355(core.List<api.Program> o) {
+checkUnnamed2535(core.List<api.Program> o) {
unittest.expect(o, unittest.hasLength(2));
checkProgram(o[0]);
checkProgram(o[1]);
@@ -1438,10 +1438,10 @@ buildReadGroup() {
o.description = "foo";
o.experiment = buildExperiment();
o.id = "foo";
- o.info = buildUnnamed2354();
+ o.info = buildUnnamed2534();
o.name = "foo";
o.predictedInsertSize = 42;
- o.programs = buildUnnamed2355();
+ o.programs = buildUnnamed2535();
o.referenceSetId = "foo";
o.sampleId = "foo";
}
@@ -1456,50 +1456,50 @@ checkReadGroup(api.ReadGroup o) {
unittest.expect(o.description, unittest.equals('foo'));
checkExperiment(o.experiment);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2354(o.info);
+ checkUnnamed2534(o.info);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.predictedInsertSize, unittest.equals(42));
- checkUnnamed2355(o.programs);
+ checkUnnamed2535(o.programs);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
unittest.expect(o.sampleId, unittest.equals('foo'));
}
buildCounterReadGroup--;
}
-buildUnnamed2356() {
+buildUnnamed2536() {
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;
}
-checkUnnamed2356(core.List<core.Object> o) {
+checkUnnamed2536(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted17 = (o[0]) as core.Map; unittest.expect(casted17, unittest.hasLength(3)); unittest.expect(casted17["list"], unittest.equals([1, 2, 3])); unittest.expect(casted17["bool"], unittest.equals(true)); unittest.expect(casted17["string"], unittest.equals('foo'));
var casted18 = (o[1]) as core.Map; unittest.expect(casted18, unittest.hasLength(3)); unittest.expect(casted18["list"], unittest.equals([1, 2, 3])); unittest.expect(casted18["bool"], unittest.equals(true)); unittest.expect(casted18["string"], unittest.equals('foo'));
}
-buildUnnamed2357() {
+buildUnnamed2537() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2356();
- o["y"] = buildUnnamed2356();
+ o["x"] = buildUnnamed2536();
+ o["y"] = buildUnnamed2536();
return o;
}
-checkUnnamed2357(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2537(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2356(o["x"]);
- checkUnnamed2356(o["y"]);
+ checkUnnamed2536(o["x"]);
+ checkUnnamed2536(o["y"]);
}
-buildUnnamed2358() {
+buildUnnamed2538() {
var o = new core.List<api.ReadGroup>();
o.add(buildReadGroup());
o.add(buildReadGroup());
return o;
}
-checkUnnamed2358(core.List<api.ReadGroup> o) {
+checkUnnamed2538(core.List<api.ReadGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkReadGroup(o[0]);
checkReadGroup(o[1]);
@@ -1513,9 +1513,9 @@ buildReadGroupSet() {
o.datasetId = "foo";
o.filename = "foo";
o.id = "foo";
- o.info = buildUnnamed2357();
+ o.info = buildUnnamed2537();
o.name = "foo";
- o.readGroups = buildUnnamed2358();
+ o.readGroups = buildUnnamed2538();
o.referenceSetId = "foo";
}
buildCounterReadGroupSet--;
@@ -1528,22 +1528,22 @@ checkReadGroupSet(api.ReadGroupSet o) {
unittest.expect(o.datasetId, unittest.equals('foo'));
unittest.expect(o.filename, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2357(o.info);
+ checkUnnamed2537(o.info);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2358(o.readGroups);
+ checkUnnamed2538(o.readGroups);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
}
buildCounterReadGroupSet--;
}
-buildUnnamed2359() {
+buildUnnamed2539() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2359(core.List<core.String> o) {
+checkUnnamed2539(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'));
@@ -1559,7 +1559,7 @@ buildReference() {
o.md5checksum = "foo";
o.name = "foo";
o.ncbiTaxonId = 42;
- o.sourceAccessions = buildUnnamed2359();
+ o.sourceAccessions = buildUnnamed2539();
o.sourceUri = "foo";
}
buildCounterReference--;
@@ -1574,7 +1574,7 @@ checkReference(api.Reference o) {
unittest.expect(o.md5checksum, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.ncbiTaxonId, unittest.equals(42));
- checkUnnamed2359(o.sourceAccessions);
+ checkUnnamed2539(o.sourceAccessions);
unittest.expect(o.sourceUri, unittest.equals('foo'));
}
buildCounterReference--;
@@ -1601,27 +1601,27 @@ checkReferenceBound(api.ReferenceBound o) {
buildCounterReferenceBound--;
}
-buildUnnamed2360() {
+buildUnnamed2540() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2360(core.List<core.String> o) {
+checkUnnamed2540(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'));
}
-buildUnnamed2361() {
+buildUnnamed2541() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2361(core.List<core.String> o) {
+checkUnnamed2541(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'));
@@ -1637,8 +1637,8 @@ buildReferenceSet() {
o.id = "foo";
o.md5checksum = "foo";
o.ncbiTaxonId = 42;
- o.referenceIds = buildUnnamed2360();
- o.sourceAccessions = buildUnnamed2361();
+ o.referenceIds = buildUnnamed2540();
+ o.sourceAccessions = buildUnnamed2541();
o.sourceUri = "foo";
}
buildCounterReferenceSet--;
@@ -1653,34 +1653,34 @@ checkReferenceSet(api.ReferenceSet o) {
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.md5checksum, unittest.equals('foo'));
unittest.expect(o.ncbiTaxonId, unittest.equals(42));
- checkUnnamed2360(o.referenceIds);
- checkUnnamed2361(o.sourceAccessions);
+ checkUnnamed2540(o.referenceIds);
+ checkUnnamed2541(o.sourceAccessions);
unittest.expect(o.sourceUri, unittest.equals('foo'));
}
buildCounterReferenceSet--;
}
-buildUnnamed2362() {
+buildUnnamed2542() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2362(core.List<core.String> o) {
+checkUnnamed2542(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'));
}
-buildUnnamed2363() {
+buildUnnamed2543() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2363(core.List<core.String> o) {
+checkUnnamed2543(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'));
@@ -1691,12 +1691,12 @@ buildSearchAnnotationSetsRequest() {
var o = new api.SearchAnnotationSetsRequest();
buildCounterSearchAnnotationSetsRequest++;
if (buildCounterSearchAnnotationSetsRequest < 3) {
- o.datasetIds = buildUnnamed2362();
+ o.datasetIds = buildUnnamed2542();
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
o.referenceSetId = "foo";
- o.types = buildUnnamed2363();
+ o.types = buildUnnamed2543();
}
buildCounterSearchAnnotationSetsRequest--;
return o;
@@ -1705,24 +1705,24 @@ buildSearchAnnotationSetsRequest() {
checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) {
buildCounterSearchAnnotationSetsRequest++;
if (buildCounterSearchAnnotationSetsRequest < 3) {
- checkUnnamed2362(o.datasetIds);
+ checkUnnamed2542(o.datasetIds);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
unittest.expect(o.referenceSetId, unittest.equals('foo'));
- checkUnnamed2363(o.types);
+ checkUnnamed2543(o.types);
}
buildCounterSearchAnnotationSetsRequest--;
}
-buildUnnamed2364() {
+buildUnnamed2544() {
var o = new core.List<api.AnnotationSet>();
o.add(buildAnnotationSet());
o.add(buildAnnotationSet());
return o;
}
-checkUnnamed2364(core.List<api.AnnotationSet> o) {
+checkUnnamed2544(core.List<api.AnnotationSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotationSet(o[0]);
checkAnnotationSet(o[1]);
@@ -1733,7 +1733,7 @@ buildSearchAnnotationSetsResponse() {
var o = new api.SearchAnnotationSetsResponse();
buildCounterSearchAnnotationSetsResponse++;
if (buildCounterSearchAnnotationSetsResponse < 3) {
- o.annotationSets = buildUnnamed2364();
+ o.annotationSets = buildUnnamed2544();
o.nextPageToken = "foo";
}
buildCounterSearchAnnotationSetsResponse--;
@@ -1743,20 +1743,20 @@ buildSearchAnnotationSetsResponse() {
checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) {
buildCounterSearchAnnotationSetsResponse++;
if (buildCounterSearchAnnotationSetsResponse < 3) {
- checkUnnamed2364(o.annotationSets);
+ checkUnnamed2544(o.annotationSets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchAnnotationSetsResponse--;
}
-buildUnnamed2365() {
+buildUnnamed2545() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2365(core.List<core.String> o) {
+checkUnnamed2545(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'));
@@ -1767,7 +1767,7 @@ buildSearchAnnotationsRequest() {
var o = new api.SearchAnnotationsRequest();
buildCounterSearchAnnotationsRequest++;
if (buildCounterSearchAnnotationsRequest < 3) {
- o.annotationSetIds = buildUnnamed2365();
+ o.annotationSetIds = buildUnnamed2545();
o.end = "foo";
o.pageSize = 42;
o.pageToken = "foo";
@@ -1782,7 +1782,7 @@ buildSearchAnnotationsRequest() {
checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
buildCounterSearchAnnotationsRequest++;
if (buildCounterSearchAnnotationsRequest < 3) {
- checkUnnamed2365(o.annotationSetIds);
+ checkUnnamed2545(o.annotationSetIds);
unittest.expect(o.end, unittest.equals('foo'));
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
@@ -1793,14 +1793,14 @@ checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
buildCounterSearchAnnotationsRequest--;
}
-buildUnnamed2366() {
+buildUnnamed2546() {
var o = new core.List<api.Annotation>();
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-checkUnnamed2366(core.List<api.Annotation> o) {
+checkUnnamed2546(core.List<api.Annotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotation(o[0]);
checkAnnotation(o[1]);
@@ -1811,7 +1811,7 @@ buildSearchAnnotationsResponse() {
var o = new api.SearchAnnotationsResponse();
buildCounterSearchAnnotationsResponse++;
if (buildCounterSearchAnnotationsResponse < 3) {
- o.annotations = buildUnnamed2366();
+ o.annotations = buildUnnamed2546();
o.nextPageToken = "foo";
}
buildCounterSearchAnnotationsResponse--;
@@ -1821,20 +1821,20 @@ buildSearchAnnotationsResponse() {
checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) {
buildCounterSearchAnnotationsResponse++;
if (buildCounterSearchAnnotationsResponse < 3) {
- checkUnnamed2366(o.annotations);
+ checkUnnamed2546(o.annotations);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchAnnotationsResponse--;
}
-buildUnnamed2367() {
+buildUnnamed2547() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2367(core.List<core.String> o) {
+checkUnnamed2547(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'));
@@ -1848,7 +1848,7 @@ buildSearchCallSetsRequest() {
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
- o.variantSetIds = buildUnnamed2367();
+ o.variantSetIds = buildUnnamed2547();
}
buildCounterSearchCallSetsRequest--;
return o;
@@ -1860,19 +1860,19 @@ checkSearchCallSetsRequest(api.SearchCallSetsRequest o) {
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
- checkUnnamed2367(o.variantSetIds);
+ checkUnnamed2547(o.variantSetIds);
}
buildCounterSearchCallSetsRequest--;
}
-buildUnnamed2368() {
+buildUnnamed2548() {
var o = new core.List<api.CallSet>();
o.add(buildCallSet());
o.add(buildCallSet());
return o;
}
-checkUnnamed2368(core.List<api.CallSet> o) {
+checkUnnamed2548(core.List<api.CallSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkCallSet(o[0]);
checkCallSet(o[1]);
@@ -1883,7 +1883,7 @@ buildSearchCallSetsResponse() {
var o = new api.SearchCallSetsResponse();
buildCounterSearchCallSetsResponse++;
if (buildCounterSearchCallSetsResponse < 3) {
- o.callSets = buildUnnamed2368();
+ o.callSets = buildUnnamed2548();
o.nextPageToken = "foo";
}
buildCounterSearchCallSetsResponse--;
@@ -1893,20 +1893,20 @@ buildSearchCallSetsResponse() {
checkSearchCallSetsResponse(api.SearchCallSetsResponse o) {
buildCounterSearchCallSetsResponse++;
if (buildCounterSearchCallSetsResponse < 3) {
- checkUnnamed2368(o.callSets);
+ checkUnnamed2548(o.callSets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchCallSetsResponse--;
}
-buildUnnamed2369() {
+buildUnnamed2549() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2369(core.List<core.String> o) {
+checkUnnamed2549(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'));
@@ -1917,7 +1917,7 @@ buildSearchReadGroupSetsRequest() {
var o = new api.SearchReadGroupSetsRequest();
buildCounterSearchReadGroupSetsRequest++;
if (buildCounterSearchReadGroupSetsRequest < 3) {
- o.datasetIds = buildUnnamed2369();
+ o.datasetIds = buildUnnamed2549();
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
@@ -1929,7 +1929,7 @@ buildSearchReadGroupSetsRequest() {
checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
buildCounterSearchReadGroupSetsRequest++;
if (buildCounterSearchReadGroupSetsRequest < 3) {
- checkUnnamed2369(o.datasetIds);
+ checkUnnamed2549(o.datasetIds);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
@@ -1937,14 +1937,14 @@ checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
buildCounterSearchReadGroupSetsRequest--;
}
-buildUnnamed2370() {
+buildUnnamed2550() {
var o = new core.List<api.ReadGroupSet>();
o.add(buildReadGroupSet());
o.add(buildReadGroupSet());
return o;
}
-checkUnnamed2370(core.List<api.ReadGroupSet> o) {
+checkUnnamed2550(core.List<api.ReadGroupSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkReadGroupSet(o[0]);
checkReadGroupSet(o[1]);
@@ -1956,7 +1956,7 @@ buildSearchReadGroupSetsResponse() {
buildCounterSearchReadGroupSetsResponse++;
if (buildCounterSearchReadGroupSetsResponse < 3) {
o.nextPageToken = "foo";
- o.readGroupSets = buildUnnamed2370();
+ o.readGroupSets = buildUnnamed2550();
}
buildCounterSearchReadGroupSetsResponse--;
return o;
@@ -1966,32 +1966,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) {
buildCounterSearchReadGroupSetsResponse++;
if (buildCounterSearchReadGroupSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2370(o.readGroupSets);
+ checkUnnamed2550(o.readGroupSets);
}
buildCounterSearchReadGroupSetsResponse--;
}
-buildUnnamed2371() {
+buildUnnamed2551() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2371(core.List<core.String> o) {
+checkUnnamed2551(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'));
}
-buildUnnamed2372() {
+buildUnnamed2552() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2372(core.List<core.String> o) {
+checkUnnamed2552(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'));
@@ -2005,8 +2005,8 @@ buildSearchReadsRequest() {
o.end = "foo";
o.pageSize = 42;
o.pageToken = "foo";
- o.readGroupIds = buildUnnamed2371();
- o.readGroupSetIds = buildUnnamed2372();
+ o.readGroupIds = buildUnnamed2551();
+ o.readGroupSetIds = buildUnnamed2552();
o.referenceName = "foo";
o.start = "foo";
}
@@ -2020,22 +2020,22 @@ checkSearchReadsRequest(api.SearchReadsRequest o) {
unittest.expect(o.end, unittest.equals('foo'));
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
- checkUnnamed2371(o.readGroupIds);
- checkUnnamed2372(o.readGroupSetIds);
+ checkUnnamed2551(o.readGroupIds);
+ checkUnnamed2552(o.readGroupSetIds);
unittest.expect(o.referenceName, unittest.equals('foo'));
unittest.expect(o.start, unittest.equals('foo'));
}
buildCounterSearchReadsRequest--;
}
-buildUnnamed2373() {
+buildUnnamed2553() {
var o = new core.List<api.Read>();
o.add(buildRead());
o.add(buildRead());
return o;
}
-checkUnnamed2373(core.List<api.Read> o) {
+checkUnnamed2553(core.List<api.Read> o) {
unittest.expect(o, unittest.hasLength(2));
checkRead(o[0]);
checkRead(o[1]);
@@ -2046,7 +2046,7 @@ buildSearchReadsResponse() {
var o = new api.SearchReadsResponse();
buildCounterSearchReadsResponse++;
if (buildCounterSearchReadsResponse < 3) {
- o.alignments = buildUnnamed2373();
+ o.alignments = buildUnnamed2553();
o.nextPageToken = "foo";
}
buildCounterSearchReadsResponse--;
@@ -2056,33 +2056,33 @@ buildSearchReadsResponse() {
checkSearchReadsResponse(api.SearchReadsResponse o) {
buildCounterSearchReadsResponse++;
if (buildCounterSearchReadsResponse < 3) {
- checkUnnamed2373(o.alignments);
+ checkUnnamed2553(o.alignments);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchReadsResponse--;
}
-buildUnnamed2374() {
+buildUnnamed2554() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2374(core.List<core.String> o) {
+checkUnnamed2554(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'));
}
-buildUnnamed2375() {
+buildUnnamed2555() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2375(core.List<core.String> o) {
+checkUnnamed2555(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'));
@@ -2093,9 +2093,9 @@ buildSearchReferenceSetsRequest() {
var o = new api.SearchReferenceSetsRequest();
buildCounterSearchReferenceSetsRequest++;
if (buildCounterSearchReferenceSetsRequest < 3) {
- o.accessions = buildUnnamed2374();
+ o.accessions = buildUnnamed2554();
o.assemblyId = "foo";
- o.md5checksums = buildUnnamed2375();
+ o.md5checksums = buildUnnamed2555();
o.pageSize = 42;
o.pageToken = "foo";
}
@@ -2106,23 +2106,23 @@ buildSearchReferenceSetsRequest() {
checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) {
buildCounterSearchReferenceSetsRequest++;
if (buildCounterSearchReferenceSetsRequest < 3) {
- checkUnnamed2374(o.accessions);
+ checkUnnamed2554(o.accessions);
unittest.expect(o.assemblyId, unittest.equals('foo'));
- checkUnnamed2375(o.md5checksums);
+ checkUnnamed2555(o.md5checksums);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
}
buildCounterSearchReferenceSetsRequest--;
}
-buildUnnamed2376() {
+buildUnnamed2556() {
var o = new core.List<api.ReferenceSet>();
o.add(buildReferenceSet());
o.add(buildReferenceSet());
return o;
}
-checkUnnamed2376(core.List<api.ReferenceSet> o) {
+checkUnnamed2556(core.List<api.ReferenceSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkReferenceSet(o[0]);
checkReferenceSet(o[1]);
@@ -2134,7 +2134,7 @@ buildSearchReferenceSetsResponse() {
buildCounterSearchReferenceSetsResponse++;
if (buildCounterSearchReferenceSetsResponse < 3) {
o.nextPageToken = "foo";
- o.referenceSets = buildUnnamed2376();
+ o.referenceSets = buildUnnamed2556();
}
buildCounterSearchReferenceSetsResponse--;
return o;
@@ -2144,32 +2144,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) {
buildCounterSearchReferenceSetsResponse++;
if (buildCounterSearchReferenceSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2376(o.referenceSets);
+ checkUnnamed2556(o.referenceSets);
}
buildCounterSearchReferenceSetsResponse--;
}
-buildUnnamed2377() {
+buildUnnamed2557() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2377(core.List<core.String> o) {
+checkUnnamed2557(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'));
}
-buildUnnamed2378() {
+buildUnnamed2558() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2378(core.List<core.String> o) {
+checkUnnamed2558(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'));
@@ -2180,8 +2180,8 @@ buildSearchReferencesRequest() {
var o = new api.SearchReferencesRequest();
buildCounterSearchReferencesRequest++;
if (buildCounterSearchReferencesRequest < 3) {
- o.accessions = buildUnnamed2377();
- o.md5checksums = buildUnnamed2378();
+ o.accessions = buildUnnamed2557();
+ o.md5checksums = buildUnnamed2558();
o.pageSize = 42;
o.pageToken = "foo";
o.referenceSetId = "foo";
@@ -2193,8 +2193,8 @@ buildSearchReferencesRequest() {
checkSearchReferencesRequest(api.SearchReferencesRequest o) {
buildCounterSearchReferencesRequest++;
if (buildCounterSearchReferencesRequest < 3) {
- checkUnnamed2377(o.accessions);
- checkUnnamed2378(o.md5checksums);
+ checkUnnamed2557(o.accessions);
+ checkUnnamed2558(o.md5checksums);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
unittest.expect(o.referenceSetId, unittest.equals('foo'));
@@ -2202,14 +2202,14 @@ checkSearchReferencesRequest(api.SearchReferencesRequest o) {
buildCounterSearchReferencesRequest--;
}
-buildUnnamed2379() {
+buildUnnamed2559() {
var o = new core.List<api.Reference>();
o.add(buildReference());
o.add(buildReference());
return o;
}
-checkUnnamed2379(core.List<api.Reference> o) {
+checkUnnamed2559(core.List<api.Reference> o) {
unittest.expect(o, unittest.hasLength(2));
checkReference(o[0]);
checkReference(o[1]);
@@ -2221,7 +2221,7 @@ buildSearchReferencesResponse() {
buildCounterSearchReferencesResponse++;
if (buildCounterSearchReferencesResponse < 3) {
o.nextPageToken = "foo";
- o.references = buildUnnamed2379();
+ o.references = buildUnnamed2559();
}
buildCounterSearchReferencesResponse--;
return o;
@@ -2231,19 +2231,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) {
buildCounterSearchReferencesResponse++;
if (buildCounterSearchReferencesResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2379(o.references);
+ checkUnnamed2559(o.references);
}
buildCounterSearchReferencesResponse--;
}
-buildUnnamed2380() {
+buildUnnamed2560() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2380(core.List<core.String> o) {
+checkUnnamed2560(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'));
@@ -2254,7 +2254,7 @@ buildSearchVariantSetsRequest() {
var o = new api.SearchVariantSetsRequest();
buildCounterSearchVariantSetsRequest++;
if (buildCounterSearchVariantSetsRequest < 3) {
- o.datasetIds = buildUnnamed2380();
+ o.datasetIds = buildUnnamed2560();
o.pageSize = 42;
o.pageToken = "foo";
}
@@ -2265,21 +2265,21 @@ buildSearchVariantSetsRequest() {
checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) {
buildCounterSearchVariantSetsRequest++;
if (buildCounterSearchVariantSetsRequest < 3) {
- checkUnnamed2380(o.datasetIds);
+ checkUnnamed2560(o.datasetIds);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
}
buildCounterSearchVariantSetsRequest--;
}
-buildUnnamed2381() {
+buildUnnamed2561() {
var o = new core.List<api.VariantSet>();
o.add(buildVariantSet());
o.add(buildVariantSet());
return o;
}
-checkUnnamed2381(core.List<api.VariantSet> o) {
+checkUnnamed2561(core.List<api.VariantSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariantSet(o[0]);
checkVariantSet(o[1]);
@@ -2291,7 +2291,7 @@ buildSearchVariantSetsResponse() {
buildCounterSearchVariantSetsResponse++;
if (buildCounterSearchVariantSetsResponse < 3) {
o.nextPageToken = "foo";
- o.variantSets = buildUnnamed2381();
+ o.variantSets = buildUnnamed2561();
}
buildCounterSearchVariantSetsResponse--;
return o;
@@ -2301,32 +2301,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) {
buildCounterSearchVariantSetsResponse++;
if (buildCounterSearchVariantSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2381(o.variantSets);
+ checkUnnamed2561(o.variantSets);
}
buildCounterSearchVariantSetsResponse--;
}
-buildUnnamed2382() {
+buildUnnamed2562() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2382(core.List<core.String> o) {
+checkUnnamed2562(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'));
}
-buildUnnamed2383() {
+buildUnnamed2563() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2383(core.List<core.String> o) {
+checkUnnamed2563(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'));
@@ -2337,7 +2337,7 @@ buildSearchVariantsRequest() {
var o = new api.SearchVariantsRequest();
buildCounterSearchVariantsRequest++;
if (buildCounterSearchVariantsRequest < 3) {
- o.callSetIds = buildUnnamed2382();
+ o.callSetIds = buildUnnamed2562();
o.end = "foo";
o.maxCalls = 42;
o.pageSize = 42;
@@ -2345,7 +2345,7 @@ buildSearchVariantsRequest() {
o.referenceName = "foo";
o.start = "foo";
o.variantName = "foo";
- o.variantSetIds = buildUnnamed2383();
+ o.variantSetIds = buildUnnamed2563();
}
buildCounterSearchVariantsRequest--;
return o;
@@ -2354,7 +2354,7 @@ buildSearchVariantsRequest() {
checkSearchVariantsRequest(api.SearchVariantsRequest o) {
buildCounterSearchVariantsRequest++;
if (buildCounterSearchVariantsRequest < 3) {
- checkUnnamed2382(o.callSetIds);
+ checkUnnamed2562(o.callSetIds);
unittest.expect(o.end, unittest.equals('foo'));
unittest.expect(o.maxCalls, unittest.equals(42));
unittest.expect(o.pageSize, unittest.equals(42));
@@ -2362,19 +2362,19 @@ checkSearchVariantsRequest(api.SearchVariantsRequest o) {
unittest.expect(o.referenceName, unittest.equals('foo'));
unittest.expect(o.start, unittest.equals('foo'));
unittest.expect(o.variantName, unittest.equals('foo'));
- checkUnnamed2383(o.variantSetIds);
+ checkUnnamed2563(o.variantSetIds);
}
buildCounterSearchVariantsRequest--;
}
-buildUnnamed2384() {
+buildUnnamed2564() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed2384(core.List<api.Variant> o) {
+checkUnnamed2564(core.List<api.Variant> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariant(o[0]);
checkVariant(o[1]);
@@ -2386,7 +2386,7 @@ buildSearchVariantsResponse() {
buildCounterSearchVariantsResponse++;
if (buildCounterSearchVariantsResponse < 3) {
o.nextPageToken = "foo";
- o.variants = buildUnnamed2384();
+ o.variants = buildUnnamed2564();
}
buildCounterSearchVariantsResponse--;
return o;
@@ -2396,7 +2396,7 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) {
buildCounterSearchVariantsResponse++;
if (buildCounterSearchVariantsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2384(o.variants);
+ checkUnnamed2564(o.variants);
}
buildCounterSearchVariantsResponse--;
}
@@ -2420,30 +2420,30 @@ checkSetIamPolicyRequest(api.SetIamPolicyRequest o) {
buildCounterSetIamPolicyRequest--;
}
-buildUnnamed2385() {
+buildUnnamed2565() {
var o = new core.Map<core.String, core.Object>();
o["x"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
o["y"] = {'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'};
return o;
}
-checkUnnamed2385(core.Map<core.String, core.Object> o) {
+checkUnnamed2565(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted19 = (o["x"]) as core.Map; unittest.expect(casted19, unittest.hasLength(3)); unittest.expect(casted19["list"], unittest.equals([1, 2, 3])); unittest.expect(casted19["bool"], unittest.equals(true)); unittest.expect(casted19["string"], unittest.equals('foo'));
var casted20 = (o["y"]) as core.Map; unittest.expect(casted20, unittest.hasLength(3)); unittest.expect(casted20["list"], unittest.equals([1, 2, 3])); unittest.expect(casted20["bool"], unittest.equals(true)); unittest.expect(casted20["string"], unittest.equals('foo'));
}
-buildUnnamed2386() {
+buildUnnamed2566() {
var o = new core.List<core.Map<core.String, core.Object>>();
- o.add(buildUnnamed2385());
- o.add(buildUnnamed2385());
+ o.add(buildUnnamed2565());
+ o.add(buildUnnamed2565());
return o;
}
-checkUnnamed2386(core.List<core.Map<core.String, core.Object>> o) {
+checkUnnamed2566(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2385(o[0]);
- checkUnnamed2385(o[1]);
+ checkUnnamed2565(o[0]);
+ checkUnnamed2565(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2452,7 +2452,7 @@ buildStatus() {
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2386();
+ o.details = buildUnnamed2566();
o.message = "foo";
}
buildCounterStatus--;
@@ -2463,7 +2463,7 @@ checkStatus(api.Status o) {
buildCounterStatus++;
if (buildCounterStatus < 3) {
unittest.expect(o.code, unittest.equals(42));
- checkUnnamed2386(o.details);
+ checkUnnamed2566(o.details);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterStatus--;
@@ -2500,14 +2500,14 @@ checkStreamReadsRequest(api.StreamReadsRequest o) {
buildCounterStreamReadsRequest--;
}
-buildUnnamed2387() {
+buildUnnamed2567() {
var o = new core.List<api.Read>();
o.add(buildRead());
o.add(buildRead());
return o;
}
-checkUnnamed2387(core.List<api.Read> o) {
+checkUnnamed2567(core.List<api.Read> o) {
unittest.expect(o, unittest.hasLength(2));
checkRead(o[0]);
checkRead(o[1]);
@@ -2518,7 +2518,7 @@ buildStreamReadsResponse() {
var o = new api.StreamReadsResponse();
buildCounterStreamReadsResponse++;
if (buildCounterStreamReadsResponse < 3) {
- o.alignments = buildUnnamed2387();
+ o.alignments = buildUnnamed2567();
}
buildCounterStreamReadsResponse--;
return o;
@@ -2527,19 +2527,19 @@ buildStreamReadsResponse() {
checkStreamReadsResponse(api.StreamReadsResponse o) {
buildCounterStreamReadsResponse++;
if (buildCounterStreamReadsResponse < 3) {
- checkUnnamed2387(o.alignments);
+ checkUnnamed2567(o.alignments);
}
buildCounterStreamReadsResponse--;
}
-buildUnnamed2388() {
+buildUnnamed2568() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2388(core.List<core.String> o) {
+checkUnnamed2568(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'));
@@ -2550,7 +2550,7 @@ buildStreamVariantsRequest() {
var o = new api.StreamVariantsRequest();
buildCounterStreamVariantsRequest++;
if (buildCounterStreamVariantsRequest < 3) {
- o.callSetIds = buildUnnamed2388();
+ o.callSetIds = buildUnnamed2568();
o.end = "foo";
o.projectId = "foo";
o.referenceName = "foo";
@@ -2564,7 +2564,7 @@ buildStreamVariantsRequest() {
checkStreamVariantsRequest(api.StreamVariantsRequest o) {
buildCounterStreamVariantsRequest++;
if (buildCounterStreamVariantsRequest < 3) {
- checkUnnamed2388(o.callSetIds);
+ checkUnnamed2568(o.callSetIds);
unittest.expect(o.end, unittest.equals('foo'));
unittest.expect(o.projectId, unittest.equals('foo'));
unittest.expect(o.referenceName, unittest.equals('foo'));
@@ -2574,14 +2574,14 @@ checkStreamVariantsRequest(api.StreamVariantsRequest o) {
buildCounterStreamVariantsRequest--;
}
-buildUnnamed2389() {
+buildUnnamed2569() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed2389(core.List<api.Variant> o) {
+checkUnnamed2569(core.List<api.Variant> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariant(o[0]);
checkVariant(o[1]);
@@ -2592,7 +2592,7 @@ buildStreamVariantsResponse() {
var o = new api.StreamVariantsResponse();
buildCounterStreamVariantsResponse++;
if (buildCounterStreamVariantsResponse < 3) {
- o.variants = buildUnnamed2389();
+ o.variants = buildUnnamed2569();
}
buildCounterStreamVariantsResponse--;
return o;
@@ -2601,19 +2601,19 @@ buildStreamVariantsResponse() {
checkStreamVariantsResponse(api.StreamVariantsResponse o) {
buildCounterStreamVariantsResponse++;
if (buildCounterStreamVariantsResponse < 3) {
- checkUnnamed2389(o.variants);
+ checkUnnamed2569(o.variants);
}
buildCounterStreamVariantsResponse--;
}
-buildUnnamed2390() {
+buildUnnamed2570() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2390(core.List<core.String> o) {
+checkUnnamed2570(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'));
@@ -2624,7 +2624,7 @@ buildTestIamPermissionsRequest() {
var o = new api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed2390();
+ o.permissions = buildUnnamed2570();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -2633,19 +2633,19 @@ buildTestIamPermissionsRequest() {
checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2390(o.permissions);
+ checkUnnamed2570(o.permissions);
}
buildCounterTestIamPermissionsRequest--;
}
-buildUnnamed2391() {
+buildUnnamed2571() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2391(core.List<core.String> o) {
+checkUnnamed2571(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'));
@@ -2656,7 +2656,7 @@ buildTestIamPermissionsResponse() {
var o = new api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed2391();
+ o.permissions = buildUnnamed2571();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -2665,19 +2665,19 @@ buildTestIamPermissionsResponse() {
checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed2391(o.permissions);
+ checkUnnamed2571(o.permissions);
}
buildCounterTestIamPermissionsResponse--;
}
-buildUnnamed2392() {
+buildUnnamed2572() {
var o = new core.List<api.Exon>();
o.add(buildExon());
o.add(buildExon());
return o;
}
-checkUnnamed2392(core.List<api.Exon> o) {
+checkUnnamed2572(core.List<api.Exon> o) {
unittest.expect(o, unittest.hasLength(2));
checkExon(o[0]);
checkExon(o[1]);
@@ -2689,7 +2689,7 @@ buildTranscript() {
buildCounterTranscript++;
if (buildCounterTranscript < 3) {
o.codingSequence = buildCodingSequence();
- o.exons = buildUnnamed2392();
+ o.exons = buildUnnamed2572();
o.geneId = "foo";
}
buildCounterTranscript--;
@@ -2700,7 +2700,7 @@ checkTranscript(api.Transcript o) {
buildCounterTranscript++;
if (buildCounterTranscript < 3) {
checkCodingSequence(o.codingSequence);
- checkUnnamed2392(o.exons);
+ checkUnnamed2572(o.exons);
unittest.expect(o.geneId, unittest.equals('foo'));
}
buildCounterTranscript--;
@@ -2723,79 +2723,79 @@ checkUndeleteDatasetRequest(api.UndeleteDatasetRequest o) {
buildCounterUndeleteDatasetRequest--;
}
-buildUnnamed2393() {
+buildUnnamed2573() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2393(core.List<core.String> o) {
+checkUnnamed2573(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'));
}
-buildUnnamed2394() {
+buildUnnamed2574() {
var o = new core.List<api.VariantCall>();
o.add(buildVariantCall());
o.add(buildVariantCall());
return o;
}
-checkUnnamed2394(core.List<api.VariantCall> o) {
+checkUnnamed2574(core.List<api.VariantCall> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariantCall(o[0]);
checkVariantCall(o[1]);
}
-buildUnnamed2395() {
+buildUnnamed2575() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2395(core.List<core.String> o) {
+checkUnnamed2575(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'));
}
-buildUnnamed2396() {
+buildUnnamed2576() {
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;
}
-checkUnnamed2396(core.List<core.Object> o) {
+checkUnnamed2576(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted21 = (o[0]) as core.Map; unittest.expect(casted21, unittest.hasLength(3)); unittest.expect(casted21["list"], unittest.equals([1, 2, 3])); unittest.expect(casted21["bool"], unittest.equals(true)); unittest.expect(casted21["string"], unittest.equals('foo'));
var casted22 = (o[1]) as core.Map; unittest.expect(casted22, unittest.hasLength(3)); unittest.expect(casted22["list"], unittest.equals([1, 2, 3])); unittest.expect(casted22["bool"], unittest.equals(true)); unittest.expect(casted22["string"], unittest.equals('foo'));
}
-buildUnnamed2397() {
+buildUnnamed2577() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2396();
- o["y"] = buildUnnamed2396();
+ o["x"] = buildUnnamed2576();
+ o["y"] = buildUnnamed2576();
return o;
}
-checkUnnamed2397(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2577(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2396(o["x"]);
- checkUnnamed2396(o["y"]);
+ checkUnnamed2576(o["x"]);
+ checkUnnamed2576(o["y"]);
}
-buildUnnamed2398() {
+buildUnnamed2578() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2398(core.List<core.String> o) {
+checkUnnamed2578(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'));
@@ -2806,14 +2806,14 @@ buildVariant() {
var o = new api.Variant();
buildCounterVariant++;
if (buildCounterVariant < 3) {
- o.alternateBases = buildUnnamed2393();
- o.calls = buildUnnamed2394();
+ o.alternateBases = buildUnnamed2573();
+ o.calls = buildUnnamed2574();
o.created = "foo";
o.end = "foo";
- o.filter = buildUnnamed2395();
+ o.filter = buildUnnamed2575();
o.id = "foo";
- o.info = buildUnnamed2397();
- o.names = buildUnnamed2398();
+ o.info = buildUnnamed2577();
+ o.names = buildUnnamed2578();
o.quality = 42.0;
o.referenceBases = "foo";
o.referenceName = "foo";
@@ -2827,14 +2827,14 @@ buildVariant() {
checkVariant(api.Variant o) {
buildCounterVariant++;
if (buildCounterVariant < 3) {
- checkUnnamed2393(o.alternateBases);
- checkUnnamed2394(o.calls);
+ checkUnnamed2573(o.alternateBases);
+ checkUnnamed2574(o.calls);
unittest.expect(o.created, unittest.equals('foo'));
unittest.expect(o.end, unittest.equals('foo'));
- checkUnnamed2395(o.filter);
+ checkUnnamed2575(o.filter);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2397(o.info);
- checkUnnamed2398(o.names);
+ checkUnnamed2577(o.info);
+ checkUnnamed2578(o.names);
unittest.expect(o.quality, unittest.equals(42.0));
unittest.expect(o.referenceBases, unittest.equals('foo'));
unittest.expect(o.referenceName, unittest.equals('foo'));
@@ -2844,27 +2844,27 @@ checkVariant(api.Variant o) {
buildCounterVariant--;
}
-buildUnnamed2399() {
+buildUnnamed2579() {
var o = new core.List<api.ClinicalCondition>();
o.add(buildClinicalCondition());
o.add(buildClinicalCondition());
return o;
}
-checkUnnamed2399(core.List<api.ClinicalCondition> o) {
+checkUnnamed2579(core.List<api.ClinicalCondition> o) {
unittest.expect(o, unittest.hasLength(2));
checkClinicalCondition(o[0]);
checkClinicalCondition(o[1]);
}
-buildUnnamed2400() {
+buildUnnamed2580() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2400(core.List<core.String> o) {
+checkUnnamed2580(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'));
@@ -2877,10 +2877,10 @@ buildVariantAnnotation() {
if (buildCounterVariantAnnotation < 3) {
o.alternateBases = "foo";
o.clinicalSignificance = "foo";
- o.conditions = buildUnnamed2399();
+ o.conditions = buildUnnamed2579();
o.effect = "foo";
o.geneId = "foo";
- o.transcriptIds = buildUnnamed2400();
+ o.transcriptIds = buildUnnamed2580();
o.type = "foo";
}
buildCounterVariantAnnotation--;
@@ -2892,65 +2892,65 @@ checkVariantAnnotation(api.VariantAnnotation o) {
if (buildCounterVariantAnnotation < 3) {
unittest.expect(o.alternateBases, unittest.equals('foo'));
unittest.expect(o.clinicalSignificance, unittest.equals('foo'));
- checkUnnamed2399(o.conditions);
+ checkUnnamed2579(o.conditions);
unittest.expect(o.effect, unittest.equals('foo'));
unittest.expect(o.geneId, unittest.equals('foo'));
- checkUnnamed2400(o.transcriptIds);
+ checkUnnamed2580(o.transcriptIds);
unittest.expect(o.type, unittest.equals('foo'));
}
buildCounterVariantAnnotation--;
}
-buildUnnamed2401() {
+buildUnnamed2581() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed2401(core.List<core.int> o) {
+checkUnnamed2581(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals(42));
unittest.expect(o[1], unittest.equals(42));
}
-buildUnnamed2402() {
+buildUnnamed2582() {
var o = new core.List<core.double>();
o.add(42.0);
o.add(42.0);
return o;
}
-checkUnnamed2402(core.List<core.double> o) {
+checkUnnamed2582(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));
}
-buildUnnamed2403() {
+buildUnnamed2583() {
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;
}
-checkUnnamed2403(core.List<core.Object> o) {
+checkUnnamed2583(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted23 = (o[0]) as core.Map; unittest.expect(casted23, unittest.hasLength(3)); unittest.expect(casted23["list"], unittest.equals([1, 2, 3])); unittest.expect(casted23["bool"], unittest.equals(true)); unittest.expect(casted23["string"], unittest.equals('foo'));
var casted24 = (o[1]) as core.Map; unittest.expect(casted24, unittest.hasLength(3)); unittest.expect(casted24["list"], unittest.equals([1, 2, 3])); unittest.expect(casted24["bool"], unittest.equals(true)); unittest.expect(casted24["string"], unittest.equals('foo'));
}
-buildUnnamed2404() {
+buildUnnamed2584() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2403();
- o["y"] = buildUnnamed2403();
+ o["x"] = buildUnnamed2583();
+ o["y"] = buildUnnamed2583();
return o;
}
-checkUnnamed2404(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2584(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2403(o["x"]);
- checkUnnamed2403(o["y"]);
+ checkUnnamed2583(o["x"]);
+ checkUnnamed2583(o["y"]);
}
core.int buildCounterVariantCall = 0;
@@ -2960,9 +2960,9 @@ buildVariantCall() {
if (buildCounterVariantCall < 3) {
o.callSetId = "foo";
o.callSetName = "foo";
- o.genotype = buildUnnamed2401();
- o.genotypeLikelihood = buildUnnamed2402();
- o.info = buildUnnamed2404();
+ o.genotype = buildUnnamed2581();
+ o.genotypeLikelihood = buildUnnamed2582();
+ o.info = buildUnnamed2584();
o.phaseset = "foo";
}
buildCounterVariantCall--;
@@ -2974,35 +2974,35 @@ checkVariantCall(api.VariantCall o) {
if (buildCounterVariantCall < 3) {
unittest.expect(o.callSetId, unittest.equals('foo'));
unittest.expect(o.callSetName, unittest.equals('foo'));
- checkUnnamed2401(o.genotype);
- checkUnnamed2402(o.genotypeLikelihood);
- checkUnnamed2404(o.info);
+ checkUnnamed2581(o.genotype);
+ checkUnnamed2582(o.genotypeLikelihood);
+ checkUnnamed2584(o.info);
unittest.expect(o.phaseset, unittest.equals('foo'));
}
buildCounterVariantCall--;
}
-buildUnnamed2405() {
+buildUnnamed2585() {
var o = new core.List<api.VariantSetMetadata>();
o.add(buildVariantSetMetadata());
o.add(buildVariantSetMetadata());
return o;
}
-checkUnnamed2405(core.List<api.VariantSetMetadata> o) {
+checkUnnamed2585(core.List<api.VariantSetMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariantSetMetadata(o[0]);
checkVariantSetMetadata(o[1]);
}
-buildUnnamed2406() {
+buildUnnamed2586() {
var o = new core.List<api.ReferenceBound>();
o.add(buildReferenceBound());
o.add(buildReferenceBound());
return o;
}
-checkUnnamed2406(core.List<api.ReferenceBound> o) {
+checkUnnamed2586(core.List<api.ReferenceBound> o) {
unittest.expect(o, unittest.hasLength(2));
checkReferenceBound(o[0]);
checkReferenceBound(o[1]);
@@ -3016,9 +3016,9 @@ buildVariantSet() {
o.datasetId = "foo";
o.description = "foo";
o.id = "foo";
- o.metadata = buildUnnamed2405();
+ o.metadata = buildUnnamed2585();
o.name = "foo";
- o.referenceBounds = buildUnnamed2406();
+ o.referenceBounds = buildUnnamed2586();
o.referenceSetId = "foo";
}
buildCounterVariantSet--;
@@ -3031,38 +3031,38 @@ checkVariantSet(api.VariantSet o) {
unittest.expect(o.datasetId, unittest.equals('foo'));
unittest.expect(o.description, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2405(o.metadata);
+ checkUnnamed2585(o.metadata);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2406(o.referenceBounds);
+ checkUnnamed2586(o.referenceBounds);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
}
buildCounterVariantSet--;
}
-buildUnnamed2407() {
+buildUnnamed2587() {
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;
}
-checkUnnamed2407(core.List<core.Object> o) {
+checkUnnamed2587(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted25 = (o[0]) as core.Map; unittest.expect(casted25, unittest.hasLength(3)); unittest.expect(casted25["list"], unittest.equals([1, 2, 3])); unittest.expect(casted25["bool"], unittest.equals(true)); unittest.expect(casted25["string"], unittest.equals('foo'));
var casted26 = (o[1]) as core.Map; unittest.expect(casted26, unittest.hasLength(3)); unittest.expect(casted26["list"], unittest.equals([1, 2, 3])); unittest.expect(casted26["bool"], unittest.equals(true)); unittest.expect(casted26["string"], unittest.equals('foo'));
}
-buildUnnamed2408() {
+buildUnnamed2588() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2407();
- o["y"] = buildUnnamed2407();
+ o["x"] = buildUnnamed2587();
+ o["y"] = buildUnnamed2587();
return o;
}
-checkUnnamed2408(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2588(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2407(o["x"]);
- checkUnnamed2407(o["y"]);
+ checkUnnamed2587(o["x"]);
+ checkUnnamed2587(o["y"]);
}
core.int buildCounterVariantSetMetadata = 0;
@@ -3072,7 +3072,7 @@ buildVariantSetMetadata() {
if (buildCounterVariantSetMetadata < 3) {
o.description = "foo";
o.id = "foo";
- o.info = buildUnnamed2408();
+ o.info = buildUnnamed2588();
o.key = "foo";
o.number = "foo";
o.type = "foo";
@@ -3087,7 +3087,7 @@ checkVariantSetMetadata(api.VariantSetMetadata o) {
if (buildCounterVariantSetMetadata < 3) {
unittest.expect(o.description, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2408(o.info);
+ checkUnnamed2588(o.info);
unittest.expect(o.key, unittest.equals('foo'));
unittest.expect(o.number, unittest.equals('foo'));
unittest.expect(o.type, unittest.equals('foo'));
« no previous file with comments | « generated/googleapis/test/gamesmanagement/v1management_test.dart ('k') | generated/googleapis/test/gmail/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698