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

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

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 years, 4 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 8342d1ea58ac3cb584edcf61e3a98098591f7997..911b87b6e5b489a058bf2e64934c41b1a799d86d 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);
}
-buildUnnamed2523() {
+buildUnnamed2649() {
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;
}
-checkUnnamed2523(core.List<core.Object> o) {
+checkUnnamed2649(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'));
}
-buildUnnamed2524() {
+buildUnnamed2650() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2523();
- o["y"] = buildUnnamed2523();
+ o["x"] = buildUnnamed2649();
+ o["y"] = buildUnnamed2649();
return o;
}
-checkUnnamed2524(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2650(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2523(o["x"]);
- checkUnnamed2523(o["y"]);
+ checkUnnamed2649(o["x"]);
+ checkUnnamed2649(o["y"]);
}
core.int buildCounterAnnotation = 0;
@@ -85,7 +85,7 @@ buildAnnotation() {
o.annotationSetId = "foo";
o.end = "foo";
o.id = "foo";
- o.info = buildUnnamed2524();
+ o.info = buildUnnamed2650();
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'));
- checkUnnamed2524(o.info);
+ checkUnnamed2650(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--;
}
-buildUnnamed2525() {
+buildUnnamed2651() {
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;
}
-checkUnnamed2525(core.List<core.Object> o) {
+checkUnnamed2651(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'));
}
-buildUnnamed2526() {
+buildUnnamed2652() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2525();
- o["y"] = buildUnnamed2525();
+ o["x"] = buildUnnamed2651();
+ o["y"] = buildUnnamed2651();
return o;
}
-checkUnnamed2526(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2652(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2525(o["x"]);
- checkUnnamed2525(o["y"]);
+ checkUnnamed2651(o["x"]);
+ checkUnnamed2651(o["y"]);
}
core.int buildCounterAnnotationSet = 0;
@@ -151,7 +151,7 @@ buildAnnotationSet() {
if (buildCounterAnnotationSet < 3) {
o.datasetId = "foo";
o.id = "foo";
- o.info = buildUnnamed2526();
+ o.info = buildUnnamed2652();
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'));
- checkUnnamed2526(o.info);
+ checkUnnamed2652(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--;
}
-buildUnnamed2527() {
+buildUnnamed2653() {
var o = new core.List<api.Annotation>();
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-checkUnnamed2527(core.List<api.Annotation> o) {
+checkUnnamed2653(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 = buildUnnamed2527();
+ o.annotations = buildUnnamed2653();
}
buildCounterBatchCreateAnnotationsRequest--;
return o;
@@ -202,19 +202,19 @@ buildBatchCreateAnnotationsRequest() {
checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) {
buildCounterBatchCreateAnnotationsRequest++;
if (buildCounterBatchCreateAnnotationsRequest < 3) {
- checkUnnamed2527(o.annotations);
+ checkUnnamed2653(o.annotations);
}
buildCounterBatchCreateAnnotationsRequest--;
}
-buildUnnamed2528() {
+buildUnnamed2654() {
var o = new core.List<api.Entry>();
o.add(buildEntry());
o.add(buildEntry());
return o;
}
-checkUnnamed2528(core.List<api.Entry> o) {
+checkUnnamed2654(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 = buildUnnamed2528();
+ o.entries = buildUnnamed2654();
}
buildCounterBatchCreateAnnotationsResponse--;
return o;
@@ -234,19 +234,19 @@ buildBatchCreateAnnotationsResponse() {
checkBatchCreateAnnotationsResponse(api.BatchCreateAnnotationsResponse o) {
buildCounterBatchCreateAnnotationsResponse++;
if (buildCounterBatchCreateAnnotationsResponse < 3) {
- checkUnnamed2528(o.entries);
+ checkUnnamed2654(o.entries);
}
buildCounterBatchCreateAnnotationsResponse--;
}
-buildUnnamed2529() {
+buildUnnamed2655() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2529(core.List<core.String> o) {
+checkUnnamed2655(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 = buildUnnamed2529();
+ o.members = buildUnnamed2655();
o.role = "foo";
}
buildCounterBinding--;
@@ -267,46 +267,46 @@ buildBinding() {
checkBinding(api.Binding o) {
buildCounterBinding++;
if (buildCounterBinding < 3) {
- checkUnnamed2529(o.members);
+ checkUnnamed2655(o.members);
unittest.expect(o.role, unittest.equals('foo'));
}
buildCounterBinding--;
}
-buildUnnamed2530() {
+buildUnnamed2656() {
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;
}
-checkUnnamed2530(core.List<core.Object> o) {
+checkUnnamed2656(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'));
}
-buildUnnamed2531() {
+buildUnnamed2657() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2530();
- o["y"] = buildUnnamed2530();
+ o["x"] = buildUnnamed2656();
+ o["y"] = buildUnnamed2656();
return o;
}
-checkUnnamed2531(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2657(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2530(o["x"]);
- checkUnnamed2530(o["y"]);
+ checkUnnamed2656(o["x"]);
+ checkUnnamed2656(o["y"]);
}
-buildUnnamed2532() {
+buildUnnamed2658() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2532(core.List<core.String> o) {
+checkUnnamed2658(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 = buildUnnamed2531();
+ o.info = buildUnnamed2657();
o.name = "foo";
o.sampleId = "foo";
- o.variantSetIds = buildUnnamed2532();
+ o.variantSetIds = buildUnnamed2658();
}
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'));
- checkUnnamed2531(o.info);
+ checkUnnamed2657(o.info);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.sampleId, unittest.equals('foo'));
- checkUnnamed2532(o.variantSetIds);
+ checkUnnamed2658(o.variantSetIds);
}
buildCounterCallSet--;
}
@@ -381,27 +381,27 @@ checkCigarUnit(api.CigarUnit o) {
buildCounterCigarUnit--;
}
-buildUnnamed2533() {
+buildUnnamed2659() {
var o = new core.List<api.ExternalId>();
o.add(buildExternalId());
o.add(buildExternalId());
return o;
}
-checkUnnamed2533(core.List<api.ExternalId> o) {
+checkUnnamed2659(core.List<api.ExternalId> o) {
unittest.expect(o, unittest.hasLength(2));
checkExternalId(o[0]);
checkExternalId(o[1]);
}
-buildUnnamed2534() {
+buildUnnamed2660() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2534(core.List<core.String> o) {
+checkUnnamed2660(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 = buildUnnamed2533();
- o.names = buildUnnamed2534();
+ o.externalIds = buildUnnamed2659();
+ o.names = buildUnnamed2660();
o.omimId = "foo";
}
buildCounterClinicalCondition--;
@@ -425,8 +425,8 @@ checkClinicalCondition(api.ClinicalCondition o) {
buildCounterClinicalCondition++;
if (buildCounterClinicalCondition < 3) {
unittest.expect(o.conceptId, unittest.equals('foo'));
- checkUnnamed2533(o.externalIds);
- checkUnnamed2534(o.names);
+ checkUnnamed2659(o.externalIds);
+ checkUnnamed2660(o.names);
unittest.expect(o.omimId, unittest.equals('foo'));
}
buildCounterClinicalCondition--;
@@ -453,14 +453,14 @@ checkCodingSequence(api.CodingSequence o) {
buildCounterCodingSequence--;
}
-buildUnnamed2535() {
+buildUnnamed2661() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2535(core.List<core.String> o) {
+checkUnnamed2661(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'));
@@ -471,7 +471,7 @@ buildComputeEngine() {
var o = new api.ComputeEngine();
buildCounterComputeEngine++;
if (buildCounterComputeEngine < 3) {
- o.diskNames = buildUnnamed2535();
+ o.diskNames = buildUnnamed2661();
o.instanceName = "foo";
o.machineType = "foo";
o.zone = "foo";
@@ -483,7 +483,7 @@ buildComputeEngine() {
checkComputeEngine(api.ComputeEngine o) {
buildCounterComputeEngine++;
if (buildCounterComputeEngine < 3) {
- checkUnnamed2535(o.diskNames);
+ checkUnnamed2661(o.diskNames);
unittest.expect(o.instanceName, unittest.equals('foo'));
unittest.expect(o.machineType, unittest.equals('foo'));
unittest.expect(o.zone, unittest.equals('foo'));
@@ -623,14 +623,14 @@ checkExperiment(api.Experiment o) {
buildCounterExperiment--;
}
-buildUnnamed2536() {
+buildUnnamed2662() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2536(core.List<core.String> o) {
+checkUnnamed2662(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'));
@@ -643,7 +643,7 @@ buildExportReadGroupSetRequest() {
if (buildCounterExportReadGroupSetRequest < 3) {
o.exportUri = "foo";
o.projectId = "foo";
- o.referenceNames = buildUnnamed2536();
+ o.referenceNames = buildUnnamed2662();
}
buildCounterExportReadGroupSetRequest--;
return o;
@@ -654,19 +654,19 @@ checkExportReadGroupSetRequest(api.ExportReadGroupSetRequest o) {
if (buildCounterExportReadGroupSetRequest < 3) {
unittest.expect(o.exportUri, unittest.equals('foo'));
unittest.expect(o.projectId, unittest.equals('foo'));
- checkUnnamed2536(o.referenceNames);
+ checkUnnamed2662(o.referenceNames);
}
buildCounterExportReadGroupSetRequest--;
}
-buildUnnamed2537() {
+buildUnnamed2663() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2537(core.List<core.String> o) {
+checkUnnamed2663(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'));
@@ -679,7 +679,7 @@ buildExportVariantSetRequest() {
if (buildCounterExportVariantSetRequest < 3) {
o.bigqueryDataset = "foo";
o.bigqueryTable = "foo";
- o.callSetIds = buildUnnamed2537();
+ o.callSetIds = buildUnnamed2663();
o.format = "foo";
o.projectId = "foo";
}
@@ -692,7 +692,7 @@ checkExportVariantSetRequest(api.ExportVariantSetRequest o) {
if (buildCounterExportVariantSetRequest < 3) {
unittest.expect(o.bigqueryDataset, unittest.equals('foo'));
unittest.expect(o.bigqueryTable, unittest.equals('foo'));
- checkUnnamed2537(o.callSetIds);
+ checkUnnamed2663(o.callSetIds);
unittest.expect(o.format, unittest.equals('foo'));
unittest.expect(o.projectId, unittest.equals('foo'));
}
@@ -737,14 +737,14 @@ checkGetIamPolicyRequest(api.GetIamPolicyRequest o) {
buildCounterGetIamPolicyRequest--;
}
-buildUnnamed2538() {
+buildUnnamed2664() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2538(core.List<core.String> o) {
+checkUnnamed2664(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'));
@@ -758,7 +758,7 @@ buildImportReadGroupSetsRequest() {
o.datasetId = "foo";
o.partitionStrategy = "foo";
o.referenceSetId = "foo";
- o.sourceUris = buildUnnamed2538();
+ o.sourceUris = buildUnnamed2664();
}
buildCounterImportReadGroupSetsRequest--;
return o;
@@ -770,19 +770,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'));
- checkUnnamed2538(o.sourceUris);
+ checkUnnamed2664(o.sourceUris);
}
buildCounterImportReadGroupSetsRequest--;
}
-buildUnnamed2539() {
+buildUnnamed2665() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2539(core.List<core.String> o) {
+checkUnnamed2665(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'));
@@ -793,7 +793,7 @@ buildImportReadGroupSetsResponse() {
var o = new api.ImportReadGroupSetsResponse();
buildCounterImportReadGroupSetsResponse++;
if (buildCounterImportReadGroupSetsResponse < 3) {
- o.readGroupSetIds = buildUnnamed2539();
+ o.readGroupSetIds = buildUnnamed2665();
}
buildCounterImportReadGroupSetsResponse--;
return o;
@@ -802,32 +802,32 @@ buildImportReadGroupSetsResponse() {
checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) {
buildCounterImportReadGroupSetsResponse++;
if (buildCounterImportReadGroupSetsResponse < 3) {
- checkUnnamed2539(o.readGroupSetIds);
+ checkUnnamed2665(o.readGroupSetIds);
}
buildCounterImportReadGroupSetsResponse--;
}
-buildUnnamed2540() {
+buildUnnamed2666() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed2540(core.Map<core.String, core.String> o) {
+checkUnnamed2666(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'));
}
-buildUnnamed2541() {
+buildUnnamed2667() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2541(core.List<core.String> o) {
+checkUnnamed2667(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'));
@@ -839,9 +839,9 @@ buildImportVariantsRequest() {
buildCounterImportVariantsRequest++;
if (buildCounterImportVariantsRequest < 3) {
o.format = "foo";
- o.infoMergeConfig = buildUnnamed2540();
+ o.infoMergeConfig = buildUnnamed2666();
o.normalizeReferenceNames = true;
- o.sourceUris = buildUnnamed2541();
+ o.sourceUris = buildUnnamed2667();
o.variantSetId = "foo";
}
buildCounterImportVariantsRequest--;
@@ -852,22 +852,22 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) {
buildCounterImportVariantsRequest++;
if (buildCounterImportVariantsRequest < 3) {
unittest.expect(o.format, unittest.equals('foo'));
- checkUnnamed2540(o.infoMergeConfig);
+ checkUnnamed2666(o.infoMergeConfig);
unittest.expect(o.normalizeReferenceNames, unittest.isTrue);
- checkUnnamed2541(o.sourceUris);
+ checkUnnamed2667(o.sourceUris);
unittest.expect(o.variantSetId, unittest.equals('foo'));
}
buildCounterImportVariantsRequest--;
}
-buildUnnamed2542() {
+buildUnnamed2668() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2542(core.List<core.String> o) {
+checkUnnamed2668(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'));
@@ -878,7 +878,7 @@ buildImportVariantsResponse() {
var o = new api.ImportVariantsResponse();
buildCounterImportVariantsResponse++;
if (buildCounterImportVariantsResponse < 3) {
- o.callSetIds = buildUnnamed2542();
+ o.callSetIds = buildUnnamed2668();
}
buildCounterImportVariantsResponse--;
return o;
@@ -887,19 +887,19 @@ buildImportVariantsResponse() {
checkImportVariantsResponse(api.ImportVariantsResponse o) {
buildCounterImportVariantsResponse++;
if (buildCounterImportVariantsResponse < 3) {
- checkUnnamed2542(o.callSetIds);
+ checkUnnamed2668(o.callSetIds);
}
buildCounterImportVariantsResponse--;
}
-buildUnnamed2543() {
+buildUnnamed2669() {
var o = new core.List<api.CigarUnit>();
o.add(buildCigarUnit());
o.add(buildCigarUnit());
return o;
}
-checkUnnamed2543(core.List<api.CigarUnit> o) {
+checkUnnamed2669(core.List<api.CigarUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkCigarUnit(o[0]);
checkCigarUnit(o[1]);
@@ -910,7 +910,7 @@ buildLinearAlignment() {
var o = new api.LinearAlignment();
buildCounterLinearAlignment++;
if (buildCounterLinearAlignment < 3) {
- o.cigar = buildUnnamed2543();
+ o.cigar = buildUnnamed2669();
o.mappingQuality = 42;
o.position = buildPosition();
}
@@ -921,7 +921,7 @@ buildLinearAlignment() {
checkLinearAlignment(api.LinearAlignment o) {
buildCounterLinearAlignment++;
if (buildCounterLinearAlignment < 3) {
- checkUnnamed2543(o.cigar);
+ checkUnnamed2669(o.cigar);
unittest.expect(o.mappingQuality, unittest.equals(42));
checkPosition(o.position);
}
@@ -951,14 +951,14 @@ checkListBasesResponse(api.ListBasesResponse o) {
buildCounterListBasesResponse--;
}
-buildUnnamed2544() {
+buildUnnamed2670() {
var o = new core.List<api.CoverageBucket>();
o.add(buildCoverageBucket());
o.add(buildCoverageBucket());
return o;
}
-checkUnnamed2544(core.List<api.CoverageBucket> o) {
+checkUnnamed2670(core.List<api.CoverageBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkCoverageBucket(o[0]);
checkCoverageBucket(o[1]);
@@ -970,7 +970,7 @@ buildListCoverageBucketsResponse() {
buildCounterListCoverageBucketsResponse++;
if (buildCounterListCoverageBucketsResponse < 3) {
o.bucketWidth = "foo";
- o.coverageBuckets = buildUnnamed2544();
+ o.coverageBuckets = buildUnnamed2670();
o.nextPageToken = "foo";
}
buildCounterListCoverageBucketsResponse--;
@@ -981,20 +981,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) {
buildCounterListCoverageBucketsResponse++;
if (buildCounterListCoverageBucketsResponse < 3) {
unittest.expect(o.bucketWidth, unittest.equals('foo'));
- checkUnnamed2544(o.coverageBuckets);
+ checkUnnamed2670(o.coverageBuckets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListCoverageBucketsResponse--;
}
-buildUnnamed2545() {
+buildUnnamed2671() {
var o = new core.List<api.Dataset>();
o.add(buildDataset());
o.add(buildDataset());
return o;
}
-checkUnnamed2545(core.List<api.Dataset> o) {
+checkUnnamed2671(core.List<api.Dataset> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataset(o[0]);
checkDataset(o[1]);
@@ -1005,7 +1005,7 @@ buildListDatasetsResponse() {
var o = new api.ListDatasetsResponse();
buildCounterListDatasetsResponse++;
if (buildCounterListDatasetsResponse < 3) {
- o.datasets = buildUnnamed2545();
+ o.datasets = buildUnnamed2671();
o.nextPageToken = "foo";
}
buildCounterListDatasetsResponse--;
@@ -1015,20 +1015,20 @@ buildListDatasetsResponse() {
checkListDatasetsResponse(api.ListDatasetsResponse o) {
buildCounterListDatasetsResponse++;
if (buildCounterListDatasetsResponse < 3) {
- checkUnnamed2545(o.datasets);
+ checkUnnamed2671(o.datasets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListDatasetsResponse--;
}
-buildUnnamed2546() {
+buildUnnamed2672() {
var o = new core.List<api.Operation>();
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-checkUnnamed2546(core.List<api.Operation> o) {
+checkUnnamed2672(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0]);
checkOperation(o[1]);
@@ -1040,7 +1040,7 @@ buildListOperationsResponse() {
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = "foo";
- o.operations = buildUnnamed2546();
+ o.operations = buildUnnamed2672();
}
buildCounterListOperationsResponse--;
return o;
@@ -1050,32 +1050,32 @@ checkListOperationsResponse(api.ListOperationsResponse o) {
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2546(o.operations);
+ checkUnnamed2672(o.operations);
}
buildCounterListOperationsResponse--;
}
-buildUnnamed2547() {
+buildUnnamed2673() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed2547(core.Map<core.String, core.String> o) {
+checkUnnamed2673(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'));
}
-buildUnnamed2548() {
+buildUnnamed2674() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed2548(core.List<api.Variant> o) {
+checkUnnamed2674(core.List<api.Variant> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariant(o[0]);
checkVariant(o[1]);
@@ -1086,9 +1086,9 @@ buildMergeVariantsRequest() {
var o = new api.MergeVariantsRequest();
buildCounterMergeVariantsRequest++;
if (buildCounterMergeVariantsRequest < 3) {
- o.infoMergeConfig = buildUnnamed2547();
+ o.infoMergeConfig = buildUnnamed2673();
o.variantSetId = "foo";
- o.variants = buildUnnamed2548();
+ o.variants = buildUnnamed2674();
}
buildCounterMergeVariantsRequest--;
return o;
@@ -1097,34 +1097,34 @@ buildMergeVariantsRequest() {
checkMergeVariantsRequest(api.MergeVariantsRequest o) {
buildCounterMergeVariantsRequest++;
if (buildCounterMergeVariantsRequest < 3) {
- checkUnnamed2547(o.infoMergeConfig);
+ checkUnnamed2673(o.infoMergeConfig);
unittest.expect(o.variantSetId, unittest.equals('foo'));
- checkUnnamed2548(o.variants);
+ checkUnnamed2674(o.variants);
}
buildCounterMergeVariantsRequest--;
}
-buildUnnamed2549() {
+buildUnnamed2675() {
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;
}
-checkUnnamed2549(core.Map<core.String, core.Object> o) {
+checkUnnamed2675(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'));
}
-buildUnnamed2550() {
+buildUnnamed2676() {
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;
}
-checkUnnamed2550(core.Map<core.String, core.Object> o) {
+checkUnnamed2676(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'));
@@ -1137,9 +1137,9 @@ buildOperation() {
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2549();
+ o.metadata = buildUnnamed2675();
o.name = "foo";
- o.response = buildUnnamed2550();
+ o.response = buildUnnamed2676();
}
buildCounterOperation--;
return o;
@@ -1150,9 +1150,9 @@ checkOperation(api.Operation o) {
if (buildCounterOperation < 3) {
unittest.expect(o.done, unittest.isTrue);
checkStatus(o.error);
- checkUnnamed2549(o.metadata);
+ checkUnnamed2675(o.metadata);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2550(o.response);
+ checkUnnamed2676(o.response);
}
buildCounterOperation--;
}
@@ -1180,40 +1180,40 @@ checkOperationEvent(api.OperationEvent o) {
buildCounterOperationEvent--;
}
-buildUnnamed2551() {
+buildUnnamed2677() {
var o = new core.List<api.OperationEvent>();
o.add(buildOperationEvent());
o.add(buildOperationEvent());
return o;
}
-checkUnnamed2551(core.List<api.OperationEvent> o) {
+checkUnnamed2677(core.List<api.OperationEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationEvent(o[0]);
checkOperationEvent(o[1]);
}
-buildUnnamed2552() {
+buildUnnamed2678() {
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;
}
-checkUnnamed2552(core.Map<core.String, core.Object> o) {
+checkUnnamed2678(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'));
}
-buildUnnamed2553() {
+buildUnnamed2679() {
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;
}
-checkUnnamed2553(core.Map<core.String, core.Object> o) {
+checkUnnamed2679(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o["x"]) 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["y"]) 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'));
@@ -1227,10 +1227,10 @@ buildOperationMetadata() {
o.clientId = "foo";
o.createTime = "foo";
o.endTime = "foo";
- o.events = buildUnnamed2551();
+ o.events = buildUnnamed2677();
o.projectId = "foo";
- o.request = buildUnnamed2552();
- o.runtimeMetadata = buildUnnamed2553();
+ o.request = buildUnnamed2678();
+ o.runtimeMetadata = buildUnnamed2679();
o.startTime = "foo";
}
buildCounterOperationMetadata--;
@@ -1243,23 +1243,23 @@ checkOperationMetadata(api.OperationMetadata o) {
unittest.expect(o.clientId, unittest.equals('foo'));
unittest.expect(o.createTime, unittest.equals('foo'));
unittest.expect(o.endTime, unittest.equals('foo'));
- checkUnnamed2551(o.events);
+ checkUnnamed2677(o.events);
unittest.expect(o.projectId, unittest.equals('foo'));
- checkUnnamed2552(o.request);
- checkUnnamed2553(o.runtimeMetadata);
+ checkUnnamed2678(o.request);
+ checkUnnamed2679(o.runtimeMetadata);
unittest.expect(o.startTime, unittest.equals('foo'));
}
buildCounterOperationMetadata--;
}
-buildUnnamed2554() {
+buildUnnamed2680() {
var o = new core.List<api.Binding>();
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-checkUnnamed2554(core.List<api.Binding> o) {
+checkUnnamed2680(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0]);
checkBinding(o[1]);
@@ -1270,7 +1270,7 @@ buildPolicy() {
var o = new api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed2554();
+ o.bindings = buildUnnamed2680();
o.etag = "foo";
o.version = 42;
}
@@ -1281,7 +1281,7 @@ buildPolicy() {
checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed2554(o.bindings);
+ checkUnnamed2680(o.bindings);
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.version, unittest.equals(42));
}
@@ -1361,43 +1361,43 @@ checkRange(api.Range o) {
buildCounterRange--;
}
-buildUnnamed2555() {
+buildUnnamed2681() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed2555(core.List<core.int> o) {
+checkUnnamed2681(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));
}
-buildUnnamed2556() {
+buildUnnamed2682() {
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;
}
-checkUnnamed2556(core.List<core.Object> o) {
+checkUnnamed2682(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'));
}
-buildUnnamed2557() {
+buildUnnamed2683() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2556();
- o["y"] = buildUnnamed2556();
+ o["x"] = buildUnnamed2682();
+ o["y"] = buildUnnamed2682();
return o;
}
-checkUnnamed2557(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2683(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2556(o["x"]);
- checkUnnamed2556(o["y"]);
+ checkUnnamed2682(o["x"]);
+ checkUnnamed2682(o["y"]);
}
core.int buildCounterRead = 0;
@@ -1405,7 +1405,7 @@ buildRead() {
var o = new api.Read();
buildCounterRead++;
if (buildCounterRead < 3) {
- o.alignedQuality = buildUnnamed2555();
+ o.alignedQuality = buildUnnamed2681();
o.alignedSequence = "foo";
o.alignment = buildLinearAlignment();
o.duplicateFragment = true;
@@ -1413,7 +1413,7 @@ buildRead() {
o.fragmentLength = 42;
o.fragmentName = "foo";
o.id = "foo";
- o.info = buildUnnamed2557();
+ o.info = buildUnnamed2683();
o.nextMatePosition = buildPosition();
o.numberReads = 42;
o.properPlacement = true;
@@ -1430,7 +1430,7 @@ buildRead() {
checkRead(api.Read o) {
buildCounterRead++;
if (buildCounterRead < 3) {
- checkUnnamed2555(o.alignedQuality);
+ checkUnnamed2681(o.alignedQuality);
unittest.expect(o.alignedSequence, unittest.equals('foo'));
checkLinearAlignment(o.alignment);
unittest.expect(o.duplicateFragment, unittest.isTrue);
@@ -1438,7 +1438,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'));
- checkUnnamed2557(o.info);
+ checkUnnamed2683(o.info);
checkPosition(o.nextMatePosition);
unittest.expect(o.numberReads, unittest.equals(42));
unittest.expect(o.properPlacement, unittest.isTrue);
@@ -1451,40 +1451,40 @@ checkRead(api.Read o) {
buildCounterRead--;
}
-buildUnnamed2558() {
+buildUnnamed2684() {
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;
}
-checkUnnamed2558(core.List<core.Object> o) {
+checkUnnamed2684(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'));
}
-buildUnnamed2559() {
+buildUnnamed2685() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2558();
- o["y"] = buildUnnamed2558();
+ o["x"] = buildUnnamed2684();
+ o["y"] = buildUnnamed2684();
return o;
}
-checkUnnamed2559(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2685(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2558(o["x"]);
- checkUnnamed2558(o["y"]);
+ checkUnnamed2684(o["x"]);
+ checkUnnamed2684(o["y"]);
}
-buildUnnamed2560() {
+buildUnnamed2686() {
var o = new core.List<api.Program>();
o.add(buildProgram());
o.add(buildProgram());
return o;
}
-checkUnnamed2560(core.List<api.Program> o) {
+checkUnnamed2686(core.List<api.Program> o) {
unittest.expect(o, unittest.hasLength(2));
checkProgram(o[0]);
checkProgram(o[1]);
@@ -1499,10 +1499,10 @@ buildReadGroup() {
o.description = "foo";
o.experiment = buildExperiment();
o.id = "foo";
- o.info = buildUnnamed2559();
+ o.info = buildUnnamed2685();
o.name = "foo";
o.predictedInsertSize = 42;
- o.programs = buildUnnamed2560();
+ o.programs = buildUnnamed2686();
o.referenceSetId = "foo";
o.sampleId = "foo";
}
@@ -1517,50 +1517,50 @@ checkReadGroup(api.ReadGroup o) {
unittest.expect(o.description, unittest.equals('foo'));
checkExperiment(o.experiment);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2559(o.info);
+ checkUnnamed2685(o.info);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.predictedInsertSize, unittest.equals(42));
- checkUnnamed2560(o.programs);
+ checkUnnamed2686(o.programs);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
unittest.expect(o.sampleId, unittest.equals('foo'));
}
buildCounterReadGroup--;
}
-buildUnnamed2561() {
+buildUnnamed2687() {
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;
}
-checkUnnamed2561(core.List<core.Object> o) {
+checkUnnamed2687(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted19 = (o[0]) 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[1]) 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'));
}
-buildUnnamed2562() {
+buildUnnamed2688() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2561();
- o["y"] = buildUnnamed2561();
+ o["x"] = buildUnnamed2687();
+ o["y"] = buildUnnamed2687();
return o;
}
-checkUnnamed2562(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2688(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2561(o["x"]);
- checkUnnamed2561(o["y"]);
+ checkUnnamed2687(o["x"]);
+ checkUnnamed2687(o["y"]);
}
-buildUnnamed2563() {
+buildUnnamed2689() {
var o = new core.List<api.ReadGroup>();
o.add(buildReadGroup());
o.add(buildReadGroup());
return o;
}
-checkUnnamed2563(core.List<api.ReadGroup> o) {
+checkUnnamed2689(core.List<api.ReadGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkReadGroup(o[0]);
checkReadGroup(o[1]);
@@ -1574,9 +1574,9 @@ buildReadGroupSet() {
o.datasetId = "foo";
o.filename = "foo";
o.id = "foo";
- o.info = buildUnnamed2562();
+ o.info = buildUnnamed2688();
o.name = "foo";
- o.readGroups = buildUnnamed2563();
+ o.readGroups = buildUnnamed2689();
o.referenceSetId = "foo";
}
buildCounterReadGroupSet--;
@@ -1589,22 +1589,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'));
- checkUnnamed2562(o.info);
+ checkUnnamed2688(o.info);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2563(o.readGroups);
+ checkUnnamed2689(o.readGroups);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
}
buildCounterReadGroupSet--;
}
-buildUnnamed2564() {
+buildUnnamed2690() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2564(core.List<core.String> o) {
+checkUnnamed2690(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'));
@@ -1620,7 +1620,7 @@ buildReference() {
o.md5checksum = "foo";
o.name = "foo";
o.ncbiTaxonId = 42;
- o.sourceAccessions = buildUnnamed2564();
+ o.sourceAccessions = buildUnnamed2690();
o.sourceUri = "foo";
}
buildCounterReference--;
@@ -1635,7 +1635,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));
- checkUnnamed2564(o.sourceAccessions);
+ checkUnnamed2690(o.sourceAccessions);
unittest.expect(o.sourceUri, unittest.equals('foo'));
}
buildCounterReference--;
@@ -1662,27 +1662,27 @@ checkReferenceBound(api.ReferenceBound o) {
buildCounterReferenceBound--;
}
-buildUnnamed2565() {
+buildUnnamed2691() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2565(core.List<core.String> o) {
+checkUnnamed2691(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'));
}
-buildUnnamed2566() {
+buildUnnamed2692() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2566(core.List<core.String> o) {
+checkUnnamed2692(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'));
@@ -1698,8 +1698,8 @@ buildReferenceSet() {
o.id = "foo";
o.md5checksum = "foo";
o.ncbiTaxonId = 42;
- o.referenceIds = buildUnnamed2565();
- o.sourceAccessions = buildUnnamed2566();
+ o.referenceIds = buildUnnamed2691();
+ o.sourceAccessions = buildUnnamed2692();
o.sourceUri = "foo";
}
buildCounterReferenceSet--;
@@ -1714,8 +1714,8 @@ 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));
- checkUnnamed2565(o.referenceIds);
- checkUnnamed2566(o.sourceAccessions);
+ checkUnnamed2691(o.referenceIds);
+ checkUnnamed2692(o.sourceAccessions);
unittest.expect(o.sourceUri, unittest.equals('foo'));
}
buildCounterReferenceSet--;
@@ -1740,27 +1740,27 @@ checkRuntimeMetadata(api.RuntimeMetadata o) {
buildCounterRuntimeMetadata--;
}
-buildUnnamed2567() {
+buildUnnamed2693() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2567(core.List<core.String> o) {
+checkUnnamed2693(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'));
}
-buildUnnamed2568() {
+buildUnnamed2694() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2568(core.List<core.String> o) {
+checkUnnamed2694(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'));
@@ -1771,12 +1771,12 @@ buildSearchAnnotationSetsRequest() {
var o = new api.SearchAnnotationSetsRequest();
buildCounterSearchAnnotationSetsRequest++;
if (buildCounterSearchAnnotationSetsRequest < 3) {
- o.datasetIds = buildUnnamed2567();
+ o.datasetIds = buildUnnamed2693();
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
o.referenceSetId = "foo";
- o.types = buildUnnamed2568();
+ o.types = buildUnnamed2694();
}
buildCounterSearchAnnotationSetsRequest--;
return o;
@@ -1785,24 +1785,24 @@ buildSearchAnnotationSetsRequest() {
checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) {
buildCounterSearchAnnotationSetsRequest++;
if (buildCounterSearchAnnotationSetsRequest < 3) {
- checkUnnamed2567(o.datasetIds);
+ checkUnnamed2693(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'));
- checkUnnamed2568(o.types);
+ checkUnnamed2694(o.types);
}
buildCounterSearchAnnotationSetsRequest--;
}
-buildUnnamed2569() {
+buildUnnamed2695() {
var o = new core.List<api.AnnotationSet>();
o.add(buildAnnotationSet());
o.add(buildAnnotationSet());
return o;
}
-checkUnnamed2569(core.List<api.AnnotationSet> o) {
+checkUnnamed2695(core.List<api.AnnotationSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotationSet(o[0]);
checkAnnotationSet(o[1]);
@@ -1813,7 +1813,7 @@ buildSearchAnnotationSetsResponse() {
var o = new api.SearchAnnotationSetsResponse();
buildCounterSearchAnnotationSetsResponse++;
if (buildCounterSearchAnnotationSetsResponse < 3) {
- o.annotationSets = buildUnnamed2569();
+ o.annotationSets = buildUnnamed2695();
o.nextPageToken = "foo";
}
buildCounterSearchAnnotationSetsResponse--;
@@ -1823,20 +1823,20 @@ buildSearchAnnotationSetsResponse() {
checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) {
buildCounterSearchAnnotationSetsResponse++;
if (buildCounterSearchAnnotationSetsResponse < 3) {
- checkUnnamed2569(o.annotationSets);
+ checkUnnamed2695(o.annotationSets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchAnnotationSetsResponse--;
}
-buildUnnamed2570() {
+buildUnnamed2696() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2570(core.List<core.String> o) {
+checkUnnamed2696(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'));
@@ -1847,7 +1847,7 @@ buildSearchAnnotationsRequest() {
var o = new api.SearchAnnotationsRequest();
buildCounterSearchAnnotationsRequest++;
if (buildCounterSearchAnnotationsRequest < 3) {
- o.annotationSetIds = buildUnnamed2570();
+ o.annotationSetIds = buildUnnamed2696();
o.end = "foo";
o.pageSize = 42;
o.pageToken = "foo";
@@ -1862,7 +1862,7 @@ buildSearchAnnotationsRequest() {
checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
buildCounterSearchAnnotationsRequest++;
if (buildCounterSearchAnnotationsRequest < 3) {
- checkUnnamed2570(o.annotationSetIds);
+ checkUnnamed2696(o.annotationSetIds);
unittest.expect(o.end, unittest.equals('foo'));
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
@@ -1873,14 +1873,14 @@ checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
buildCounterSearchAnnotationsRequest--;
}
-buildUnnamed2571() {
+buildUnnamed2697() {
var o = new core.List<api.Annotation>();
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-checkUnnamed2571(core.List<api.Annotation> o) {
+checkUnnamed2697(core.List<api.Annotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotation(o[0]);
checkAnnotation(o[1]);
@@ -1891,7 +1891,7 @@ buildSearchAnnotationsResponse() {
var o = new api.SearchAnnotationsResponse();
buildCounterSearchAnnotationsResponse++;
if (buildCounterSearchAnnotationsResponse < 3) {
- o.annotations = buildUnnamed2571();
+ o.annotations = buildUnnamed2697();
o.nextPageToken = "foo";
}
buildCounterSearchAnnotationsResponse--;
@@ -1901,20 +1901,20 @@ buildSearchAnnotationsResponse() {
checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) {
buildCounterSearchAnnotationsResponse++;
if (buildCounterSearchAnnotationsResponse < 3) {
- checkUnnamed2571(o.annotations);
+ checkUnnamed2697(o.annotations);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchAnnotationsResponse--;
}
-buildUnnamed2572() {
+buildUnnamed2698() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2572(core.List<core.String> o) {
+checkUnnamed2698(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'));
@@ -1928,7 +1928,7 @@ buildSearchCallSetsRequest() {
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
- o.variantSetIds = buildUnnamed2572();
+ o.variantSetIds = buildUnnamed2698();
}
buildCounterSearchCallSetsRequest--;
return o;
@@ -1940,19 +1940,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'));
- checkUnnamed2572(o.variantSetIds);
+ checkUnnamed2698(o.variantSetIds);
}
buildCounterSearchCallSetsRequest--;
}
-buildUnnamed2573() {
+buildUnnamed2699() {
var o = new core.List<api.CallSet>();
o.add(buildCallSet());
o.add(buildCallSet());
return o;
}
-checkUnnamed2573(core.List<api.CallSet> o) {
+checkUnnamed2699(core.List<api.CallSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkCallSet(o[0]);
checkCallSet(o[1]);
@@ -1963,7 +1963,7 @@ buildSearchCallSetsResponse() {
var o = new api.SearchCallSetsResponse();
buildCounterSearchCallSetsResponse++;
if (buildCounterSearchCallSetsResponse < 3) {
- o.callSets = buildUnnamed2573();
+ o.callSets = buildUnnamed2699();
o.nextPageToken = "foo";
}
buildCounterSearchCallSetsResponse--;
@@ -1973,20 +1973,20 @@ buildSearchCallSetsResponse() {
checkSearchCallSetsResponse(api.SearchCallSetsResponse o) {
buildCounterSearchCallSetsResponse++;
if (buildCounterSearchCallSetsResponse < 3) {
- checkUnnamed2573(o.callSets);
+ checkUnnamed2699(o.callSets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchCallSetsResponse--;
}
-buildUnnamed2574() {
+buildUnnamed2700() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2574(core.List<core.String> o) {
+checkUnnamed2700(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'));
@@ -1997,7 +1997,7 @@ buildSearchReadGroupSetsRequest() {
var o = new api.SearchReadGroupSetsRequest();
buildCounterSearchReadGroupSetsRequest++;
if (buildCounterSearchReadGroupSetsRequest < 3) {
- o.datasetIds = buildUnnamed2574();
+ o.datasetIds = buildUnnamed2700();
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
@@ -2009,7 +2009,7 @@ buildSearchReadGroupSetsRequest() {
checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
buildCounterSearchReadGroupSetsRequest++;
if (buildCounterSearchReadGroupSetsRequest < 3) {
- checkUnnamed2574(o.datasetIds);
+ checkUnnamed2700(o.datasetIds);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
@@ -2017,14 +2017,14 @@ checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
buildCounterSearchReadGroupSetsRequest--;
}
-buildUnnamed2575() {
+buildUnnamed2701() {
var o = new core.List<api.ReadGroupSet>();
o.add(buildReadGroupSet());
o.add(buildReadGroupSet());
return o;
}
-checkUnnamed2575(core.List<api.ReadGroupSet> o) {
+checkUnnamed2701(core.List<api.ReadGroupSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkReadGroupSet(o[0]);
checkReadGroupSet(o[1]);
@@ -2036,7 +2036,7 @@ buildSearchReadGroupSetsResponse() {
buildCounterSearchReadGroupSetsResponse++;
if (buildCounterSearchReadGroupSetsResponse < 3) {
o.nextPageToken = "foo";
- o.readGroupSets = buildUnnamed2575();
+ o.readGroupSets = buildUnnamed2701();
}
buildCounterSearchReadGroupSetsResponse--;
return o;
@@ -2046,32 +2046,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) {
buildCounterSearchReadGroupSetsResponse++;
if (buildCounterSearchReadGroupSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2575(o.readGroupSets);
+ checkUnnamed2701(o.readGroupSets);
}
buildCounterSearchReadGroupSetsResponse--;
}
-buildUnnamed2576() {
+buildUnnamed2702() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2576(core.List<core.String> o) {
+checkUnnamed2702(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'));
}
-buildUnnamed2577() {
+buildUnnamed2703() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2577(core.List<core.String> o) {
+checkUnnamed2703(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'));
@@ -2085,8 +2085,8 @@ buildSearchReadsRequest() {
o.end = "foo";
o.pageSize = 42;
o.pageToken = "foo";
- o.readGroupIds = buildUnnamed2576();
- o.readGroupSetIds = buildUnnamed2577();
+ o.readGroupIds = buildUnnamed2702();
+ o.readGroupSetIds = buildUnnamed2703();
o.referenceName = "foo";
o.start = "foo";
}
@@ -2100,22 +2100,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'));
- checkUnnamed2576(o.readGroupIds);
- checkUnnamed2577(o.readGroupSetIds);
+ checkUnnamed2702(o.readGroupIds);
+ checkUnnamed2703(o.readGroupSetIds);
unittest.expect(o.referenceName, unittest.equals('foo'));
unittest.expect(o.start, unittest.equals('foo'));
}
buildCounterSearchReadsRequest--;
}
-buildUnnamed2578() {
+buildUnnamed2704() {
var o = new core.List<api.Read>();
o.add(buildRead());
o.add(buildRead());
return o;
}
-checkUnnamed2578(core.List<api.Read> o) {
+checkUnnamed2704(core.List<api.Read> o) {
unittest.expect(o, unittest.hasLength(2));
checkRead(o[0]);
checkRead(o[1]);
@@ -2126,7 +2126,7 @@ buildSearchReadsResponse() {
var o = new api.SearchReadsResponse();
buildCounterSearchReadsResponse++;
if (buildCounterSearchReadsResponse < 3) {
- o.alignments = buildUnnamed2578();
+ o.alignments = buildUnnamed2704();
o.nextPageToken = "foo";
}
buildCounterSearchReadsResponse--;
@@ -2136,33 +2136,33 @@ buildSearchReadsResponse() {
checkSearchReadsResponse(api.SearchReadsResponse o) {
buildCounterSearchReadsResponse++;
if (buildCounterSearchReadsResponse < 3) {
- checkUnnamed2578(o.alignments);
+ checkUnnamed2704(o.alignments);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchReadsResponse--;
}
-buildUnnamed2579() {
+buildUnnamed2705() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2579(core.List<core.String> o) {
+checkUnnamed2705(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'));
}
-buildUnnamed2580() {
+buildUnnamed2706() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2580(core.List<core.String> o) {
+checkUnnamed2706(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'));
@@ -2173,9 +2173,9 @@ buildSearchReferenceSetsRequest() {
var o = new api.SearchReferenceSetsRequest();
buildCounterSearchReferenceSetsRequest++;
if (buildCounterSearchReferenceSetsRequest < 3) {
- o.accessions = buildUnnamed2579();
+ o.accessions = buildUnnamed2705();
o.assemblyId = "foo";
- o.md5checksums = buildUnnamed2580();
+ o.md5checksums = buildUnnamed2706();
o.pageSize = 42;
o.pageToken = "foo";
}
@@ -2186,23 +2186,23 @@ buildSearchReferenceSetsRequest() {
checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) {
buildCounterSearchReferenceSetsRequest++;
if (buildCounterSearchReferenceSetsRequest < 3) {
- checkUnnamed2579(o.accessions);
+ checkUnnamed2705(o.accessions);
unittest.expect(o.assemblyId, unittest.equals('foo'));
- checkUnnamed2580(o.md5checksums);
+ checkUnnamed2706(o.md5checksums);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
}
buildCounterSearchReferenceSetsRequest--;
}
-buildUnnamed2581() {
+buildUnnamed2707() {
var o = new core.List<api.ReferenceSet>();
o.add(buildReferenceSet());
o.add(buildReferenceSet());
return o;
}
-checkUnnamed2581(core.List<api.ReferenceSet> o) {
+checkUnnamed2707(core.List<api.ReferenceSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkReferenceSet(o[0]);
checkReferenceSet(o[1]);
@@ -2214,7 +2214,7 @@ buildSearchReferenceSetsResponse() {
buildCounterSearchReferenceSetsResponse++;
if (buildCounterSearchReferenceSetsResponse < 3) {
o.nextPageToken = "foo";
- o.referenceSets = buildUnnamed2581();
+ o.referenceSets = buildUnnamed2707();
}
buildCounterSearchReferenceSetsResponse--;
return o;
@@ -2224,32 +2224,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) {
buildCounterSearchReferenceSetsResponse++;
if (buildCounterSearchReferenceSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2581(o.referenceSets);
+ checkUnnamed2707(o.referenceSets);
}
buildCounterSearchReferenceSetsResponse--;
}
-buildUnnamed2582() {
+buildUnnamed2708() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2582(core.List<core.String> o) {
+checkUnnamed2708(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'));
}
-buildUnnamed2583() {
+buildUnnamed2709() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2583(core.List<core.String> o) {
+checkUnnamed2709(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'));
@@ -2260,8 +2260,8 @@ buildSearchReferencesRequest() {
var o = new api.SearchReferencesRequest();
buildCounterSearchReferencesRequest++;
if (buildCounterSearchReferencesRequest < 3) {
- o.accessions = buildUnnamed2582();
- o.md5checksums = buildUnnamed2583();
+ o.accessions = buildUnnamed2708();
+ o.md5checksums = buildUnnamed2709();
o.pageSize = 42;
o.pageToken = "foo";
o.referenceSetId = "foo";
@@ -2273,8 +2273,8 @@ buildSearchReferencesRequest() {
checkSearchReferencesRequest(api.SearchReferencesRequest o) {
buildCounterSearchReferencesRequest++;
if (buildCounterSearchReferencesRequest < 3) {
- checkUnnamed2582(o.accessions);
- checkUnnamed2583(o.md5checksums);
+ checkUnnamed2708(o.accessions);
+ checkUnnamed2709(o.md5checksums);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
unittest.expect(o.referenceSetId, unittest.equals('foo'));
@@ -2282,14 +2282,14 @@ checkSearchReferencesRequest(api.SearchReferencesRequest o) {
buildCounterSearchReferencesRequest--;
}
-buildUnnamed2584() {
+buildUnnamed2710() {
var o = new core.List<api.Reference>();
o.add(buildReference());
o.add(buildReference());
return o;
}
-checkUnnamed2584(core.List<api.Reference> o) {
+checkUnnamed2710(core.List<api.Reference> o) {
unittest.expect(o, unittest.hasLength(2));
checkReference(o[0]);
checkReference(o[1]);
@@ -2301,7 +2301,7 @@ buildSearchReferencesResponse() {
buildCounterSearchReferencesResponse++;
if (buildCounterSearchReferencesResponse < 3) {
o.nextPageToken = "foo";
- o.references = buildUnnamed2584();
+ o.references = buildUnnamed2710();
}
buildCounterSearchReferencesResponse--;
return o;
@@ -2311,19 +2311,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) {
buildCounterSearchReferencesResponse++;
if (buildCounterSearchReferencesResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2584(o.references);
+ checkUnnamed2710(o.references);
}
buildCounterSearchReferencesResponse--;
}
-buildUnnamed2585() {
+buildUnnamed2711() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2585(core.List<core.String> o) {
+checkUnnamed2711(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'));
@@ -2334,7 +2334,7 @@ buildSearchVariantSetsRequest() {
var o = new api.SearchVariantSetsRequest();
buildCounterSearchVariantSetsRequest++;
if (buildCounterSearchVariantSetsRequest < 3) {
- o.datasetIds = buildUnnamed2585();
+ o.datasetIds = buildUnnamed2711();
o.pageSize = 42;
o.pageToken = "foo";
}
@@ -2345,21 +2345,21 @@ buildSearchVariantSetsRequest() {
checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) {
buildCounterSearchVariantSetsRequest++;
if (buildCounterSearchVariantSetsRequest < 3) {
- checkUnnamed2585(o.datasetIds);
+ checkUnnamed2711(o.datasetIds);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
}
buildCounterSearchVariantSetsRequest--;
}
-buildUnnamed2586() {
+buildUnnamed2712() {
var o = new core.List<api.VariantSet>();
o.add(buildVariantSet());
o.add(buildVariantSet());
return o;
}
-checkUnnamed2586(core.List<api.VariantSet> o) {
+checkUnnamed2712(core.List<api.VariantSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariantSet(o[0]);
checkVariantSet(o[1]);
@@ -2371,7 +2371,7 @@ buildSearchVariantSetsResponse() {
buildCounterSearchVariantSetsResponse++;
if (buildCounterSearchVariantSetsResponse < 3) {
o.nextPageToken = "foo";
- o.variantSets = buildUnnamed2586();
+ o.variantSets = buildUnnamed2712();
}
buildCounterSearchVariantSetsResponse--;
return o;
@@ -2381,32 +2381,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) {
buildCounterSearchVariantSetsResponse++;
if (buildCounterSearchVariantSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2586(o.variantSets);
+ checkUnnamed2712(o.variantSets);
}
buildCounterSearchVariantSetsResponse--;
}
-buildUnnamed2587() {
+buildUnnamed2713() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2587(core.List<core.String> o) {
+checkUnnamed2713(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'));
}
-buildUnnamed2588() {
+buildUnnamed2714() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2588(core.List<core.String> o) {
+checkUnnamed2714(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'));
@@ -2417,7 +2417,7 @@ buildSearchVariantsRequest() {
var o = new api.SearchVariantsRequest();
buildCounterSearchVariantsRequest++;
if (buildCounterSearchVariantsRequest < 3) {
- o.callSetIds = buildUnnamed2587();
+ o.callSetIds = buildUnnamed2713();
o.end = "foo";
o.maxCalls = 42;
o.pageSize = 42;
@@ -2425,7 +2425,7 @@ buildSearchVariantsRequest() {
o.referenceName = "foo";
o.start = "foo";
o.variantName = "foo";
- o.variantSetIds = buildUnnamed2588();
+ o.variantSetIds = buildUnnamed2714();
}
buildCounterSearchVariantsRequest--;
return o;
@@ -2434,7 +2434,7 @@ buildSearchVariantsRequest() {
checkSearchVariantsRequest(api.SearchVariantsRequest o) {
buildCounterSearchVariantsRequest++;
if (buildCounterSearchVariantsRequest < 3) {
- checkUnnamed2587(o.callSetIds);
+ checkUnnamed2713(o.callSetIds);
unittest.expect(o.end, unittest.equals('foo'));
unittest.expect(o.maxCalls, unittest.equals(42));
unittest.expect(o.pageSize, unittest.equals(42));
@@ -2442,19 +2442,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'));
- checkUnnamed2588(o.variantSetIds);
+ checkUnnamed2714(o.variantSetIds);
}
buildCounterSearchVariantsRequest--;
}
-buildUnnamed2589() {
+buildUnnamed2715() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed2589(core.List<api.Variant> o) {
+checkUnnamed2715(core.List<api.Variant> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariant(o[0]);
checkVariant(o[1]);
@@ -2466,7 +2466,7 @@ buildSearchVariantsResponse() {
buildCounterSearchVariantsResponse++;
if (buildCounterSearchVariantsResponse < 3) {
o.nextPageToken = "foo";
- o.variants = buildUnnamed2589();
+ o.variants = buildUnnamed2715();
}
buildCounterSearchVariantsResponse--;
return o;
@@ -2476,7 +2476,7 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) {
buildCounterSearchVariantsResponse++;
if (buildCounterSearchVariantsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2589(o.variants);
+ checkUnnamed2715(o.variants);
}
buildCounterSearchVariantsResponse--;
}
@@ -2500,30 +2500,30 @@ checkSetIamPolicyRequest(api.SetIamPolicyRequest o) {
buildCounterSetIamPolicyRequest--;
}
-buildUnnamed2590() {
+buildUnnamed2716() {
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;
}
-checkUnnamed2590(core.Map<core.String, core.Object> o) {
+checkUnnamed2716(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted21 = (o["x"]) 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["y"]) 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'));
}
-buildUnnamed2591() {
+buildUnnamed2717() {
var o = new core.List<core.Map<core.String, core.Object>>();
- o.add(buildUnnamed2590());
- o.add(buildUnnamed2590());
+ o.add(buildUnnamed2716());
+ o.add(buildUnnamed2716());
return o;
}
-checkUnnamed2591(core.List<core.Map<core.String, core.Object>> o) {
+checkUnnamed2717(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2590(o[0]);
- checkUnnamed2590(o[1]);
+ checkUnnamed2716(o[0]);
+ checkUnnamed2716(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2532,7 +2532,7 @@ buildStatus() {
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2591();
+ o.details = buildUnnamed2717();
o.message = "foo";
}
buildCounterStatus--;
@@ -2543,7 +2543,7 @@ checkStatus(api.Status o) {
buildCounterStatus++;
if (buildCounterStatus < 3) {
unittest.expect(o.code, unittest.equals(42));
- checkUnnamed2591(o.details);
+ checkUnnamed2717(o.details);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterStatus--;
@@ -2580,14 +2580,14 @@ checkStreamReadsRequest(api.StreamReadsRequest o) {
buildCounterStreamReadsRequest--;
}
-buildUnnamed2592() {
+buildUnnamed2718() {
var o = new core.List<api.Read>();
o.add(buildRead());
o.add(buildRead());
return o;
}
-checkUnnamed2592(core.List<api.Read> o) {
+checkUnnamed2718(core.List<api.Read> o) {
unittest.expect(o, unittest.hasLength(2));
checkRead(o[0]);
checkRead(o[1]);
@@ -2598,7 +2598,7 @@ buildStreamReadsResponse() {
var o = new api.StreamReadsResponse();
buildCounterStreamReadsResponse++;
if (buildCounterStreamReadsResponse < 3) {
- o.alignments = buildUnnamed2592();
+ o.alignments = buildUnnamed2718();
}
buildCounterStreamReadsResponse--;
return o;
@@ -2607,19 +2607,19 @@ buildStreamReadsResponse() {
checkStreamReadsResponse(api.StreamReadsResponse o) {
buildCounterStreamReadsResponse++;
if (buildCounterStreamReadsResponse < 3) {
- checkUnnamed2592(o.alignments);
+ checkUnnamed2718(o.alignments);
}
buildCounterStreamReadsResponse--;
}
-buildUnnamed2593() {
+buildUnnamed2719() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2593(core.List<core.String> o) {
+checkUnnamed2719(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'));
@@ -2630,7 +2630,7 @@ buildStreamVariantsRequest() {
var o = new api.StreamVariantsRequest();
buildCounterStreamVariantsRequest++;
if (buildCounterStreamVariantsRequest < 3) {
- o.callSetIds = buildUnnamed2593();
+ o.callSetIds = buildUnnamed2719();
o.end = "foo";
o.projectId = "foo";
o.referenceName = "foo";
@@ -2644,7 +2644,7 @@ buildStreamVariantsRequest() {
checkStreamVariantsRequest(api.StreamVariantsRequest o) {
buildCounterStreamVariantsRequest++;
if (buildCounterStreamVariantsRequest < 3) {
- checkUnnamed2593(o.callSetIds);
+ checkUnnamed2719(o.callSetIds);
unittest.expect(o.end, unittest.equals('foo'));
unittest.expect(o.projectId, unittest.equals('foo'));
unittest.expect(o.referenceName, unittest.equals('foo'));
@@ -2654,14 +2654,14 @@ checkStreamVariantsRequest(api.StreamVariantsRequest o) {
buildCounterStreamVariantsRequest--;
}
-buildUnnamed2594() {
+buildUnnamed2720() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed2594(core.List<api.Variant> o) {
+checkUnnamed2720(core.List<api.Variant> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariant(o[0]);
checkVariant(o[1]);
@@ -2672,7 +2672,7 @@ buildStreamVariantsResponse() {
var o = new api.StreamVariantsResponse();
buildCounterStreamVariantsResponse++;
if (buildCounterStreamVariantsResponse < 3) {
- o.variants = buildUnnamed2594();
+ o.variants = buildUnnamed2720();
}
buildCounterStreamVariantsResponse--;
return o;
@@ -2681,19 +2681,19 @@ buildStreamVariantsResponse() {
checkStreamVariantsResponse(api.StreamVariantsResponse o) {
buildCounterStreamVariantsResponse++;
if (buildCounterStreamVariantsResponse < 3) {
- checkUnnamed2594(o.variants);
+ checkUnnamed2720(o.variants);
}
buildCounterStreamVariantsResponse--;
}
-buildUnnamed2595() {
+buildUnnamed2721() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2595(core.List<core.String> o) {
+checkUnnamed2721(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'));
@@ -2704,7 +2704,7 @@ buildTestIamPermissionsRequest() {
var o = new api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed2595();
+ o.permissions = buildUnnamed2721();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -2713,19 +2713,19 @@ buildTestIamPermissionsRequest() {
checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2595(o.permissions);
+ checkUnnamed2721(o.permissions);
}
buildCounterTestIamPermissionsRequest--;
}
-buildUnnamed2596() {
+buildUnnamed2722() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2596(core.List<core.String> o) {
+checkUnnamed2722(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'));
@@ -2736,7 +2736,7 @@ buildTestIamPermissionsResponse() {
var o = new api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed2596();
+ o.permissions = buildUnnamed2722();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -2745,19 +2745,19 @@ buildTestIamPermissionsResponse() {
checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed2596(o.permissions);
+ checkUnnamed2722(o.permissions);
}
buildCounterTestIamPermissionsResponse--;
}
-buildUnnamed2597() {
+buildUnnamed2723() {
var o = new core.List<api.Exon>();
o.add(buildExon());
o.add(buildExon());
return o;
}
-checkUnnamed2597(core.List<api.Exon> o) {
+checkUnnamed2723(core.List<api.Exon> o) {
unittest.expect(o, unittest.hasLength(2));
checkExon(o[0]);
checkExon(o[1]);
@@ -2769,7 +2769,7 @@ buildTranscript() {
buildCounterTranscript++;
if (buildCounterTranscript < 3) {
o.codingSequence = buildCodingSequence();
- o.exons = buildUnnamed2597();
+ o.exons = buildUnnamed2723();
o.geneId = "foo";
}
buildCounterTranscript--;
@@ -2780,7 +2780,7 @@ checkTranscript(api.Transcript o) {
buildCounterTranscript++;
if (buildCounterTranscript < 3) {
checkCodingSequence(o.codingSequence);
- checkUnnamed2597(o.exons);
+ checkUnnamed2723(o.exons);
unittest.expect(o.geneId, unittest.equals('foo'));
}
buildCounterTranscript--;
@@ -2803,79 +2803,79 @@ checkUndeleteDatasetRequest(api.UndeleteDatasetRequest o) {
buildCounterUndeleteDatasetRequest--;
}
-buildUnnamed2598() {
+buildUnnamed2724() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2598(core.List<core.String> o) {
+checkUnnamed2724(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'));
}
-buildUnnamed2599() {
+buildUnnamed2725() {
var o = new core.List<api.VariantCall>();
o.add(buildVariantCall());
o.add(buildVariantCall());
return o;
}
-checkUnnamed2599(core.List<api.VariantCall> o) {
+checkUnnamed2725(core.List<api.VariantCall> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariantCall(o[0]);
checkVariantCall(o[1]);
}
-buildUnnamed2600() {
+buildUnnamed2726() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2600(core.List<core.String> o) {
+checkUnnamed2726(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'));
}
-buildUnnamed2601() {
+buildUnnamed2727() {
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;
}
-checkUnnamed2601(core.List<core.Object> o) {
+checkUnnamed2727(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'));
}
-buildUnnamed2602() {
+buildUnnamed2728() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2601();
- o["y"] = buildUnnamed2601();
+ o["x"] = buildUnnamed2727();
+ o["y"] = buildUnnamed2727();
return o;
}
-checkUnnamed2602(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2728(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2601(o["x"]);
- checkUnnamed2601(o["y"]);
+ checkUnnamed2727(o["x"]);
+ checkUnnamed2727(o["y"]);
}
-buildUnnamed2603() {
+buildUnnamed2729() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2603(core.List<core.String> o) {
+checkUnnamed2729(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'));
@@ -2886,14 +2886,14 @@ buildVariant() {
var o = new api.Variant();
buildCounterVariant++;
if (buildCounterVariant < 3) {
- o.alternateBases = buildUnnamed2598();
- o.calls = buildUnnamed2599();
+ o.alternateBases = buildUnnamed2724();
+ o.calls = buildUnnamed2725();
o.created = "foo";
o.end = "foo";
- o.filter = buildUnnamed2600();
+ o.filter = buildUnnamed2726();
o.id = "foo";
- o.info = buildUnnamed2602();
- o.names = buildUnnamed2603();
+ o.info = buildUnnamed2728();
+ o.names = buildUnnamed2729();
o.quality = 42.0;
o.referenceBases = "foo";
o.referenceName = "foo";
@@ -2907,14 +2907,14 @@ buildVariant() {
checkVariant(api.Variant o) {
buildCounterVariant++;
if (buildCounterVariant < 3) {
- checkUnnamed2598(o.alternateBases);
- checkUnnamed2599(o.calls);
+ checkUnnamed2724(o.alternateBases);
+ checkUnnamed2725(o.calls);
unittest.expect(o.created, unittest.equals('foo'));
unittest.expect(o.end, unittest.equals('foo'));
- checkUnnamed2600(o.filter);
+ checkUnnamed2726(o.filter);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2602(o.info);
- checkUnnamed2603(o.names);
+ checkUnnamed2728(o.info);
+ checkUnnamed2729(o.names);
unittest.expect(o.quality, unittest.equals(42.0));
unittest.expect(o.referenceBases, unittest.equals('foo'));
unittest.expect(o.referenceName, unittest.equals('foo'));
@@ -2924,27 +2924,27 @@ checkVariant(api.Variant o) {
buildCounterVariant--;
}
-buildUnnamed2604() {
+buildUnnamed2730() {
var o = new core.List<api.ClinicalCondition>();
o.add(buildClinicalCondition());
o.add(buildClinicalCondition());
return o;
}
-checkUnnamed2604(core.List<api.ClinicalCondition> o) {
+checkUnnamed2730(core.List<api.ClinicalCondition> o) {
unittest.expect(o, unittest.hasLength(2));
checkClinicalCondition(o[0]);
checkClinicalCondition(o[1]);
}
-buildUnnamed2605() {
+buildUnnamed2731() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2605(core.List<core.String> o) {
+checkUnnamed2731(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'));
@@ -2957,10 +2957,10 @@ buildVariantAnnotation() {
if (buildCounterVariantAnnotation < 3) {
o.alternateBases = "foo";
o.clinicalSignificance = "foo";
- o.conditions = buildUnnamed2604();
+ o.conditions = buildUnnamed2730();
o.effect = "foo";
o.geneId = "foo";
- o.transcriptIds = buildUnnamed2605();
+ o.transcriptIds = buildUnnamed2731();
o.type = "foo";
}
buildCounterVariantAnnotation--;
@@ -2972,65 +2972,65 @@ checkVariantAnnotation(api.VariantAnnotation o) {
if (buildCounterVariantAnnotation < 3) {
unittest.expect(o.alternateBases, unittest.equals('foo'));
unittest.expect(o.clinicalSignificance, unittest.equals('foo'));
- checkUnnamed2604(o.conditions);
+ checkUnnamed2730(o.conditions);
unittest.expect(o.effect, unittest.equals('foo'));
unittest.expect(o.geneId, unittest.equals('foo'));
- checkUnnamed2605(o.transcriptIds);
+ checkUnnamed2731(o.transcriptIds);
unittest.expect(o.type, unittest.equals('foo'));
}
buildCounterVariantAnnotation--;
}
-buildUnnamed2606() {
+buildUnnamed2732() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed2606(core.List<core.int> o) {
+checkUnnamed2732(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));
}
-buildUnnamed2607() {
+buildUnnamed2733() {
var o = new core.List<core.double>();
o.add(42.0);
o.add(42.0);
return o;
}
-checkUnnamed2607(core.List<core.double> o) {
+checkUnnamed2733(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));
}
-buildUnnamed2608() {
+buildUnnamed2734() {
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;
}
-checkUnnamed2608(core.List<core.Object> o) {
+checkUnnamed2734(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'));
}
-buildUnnamed2609() {
+buildUnnamed2735() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2608();
- o["y"] = buildUnnamed2608();
+ o["x"] = buildUnnamed2734();
+ o["y"] = buildUnnamed2734();
return o;
}
-checkUnnamed2609(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2735(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2608(o["x"]);
- checkUnnamed2608(o["y"]);
+ checkUnnamed2734(o["x"]);
+ checkUnnamed2734(o["y"]);
}
core.int buildCounterVariantCall = 0;
@@ -3040,9 +3040,9 @@ buildVariantCall() {
if (buildCounterVariantCall < 3) {
o.callSetId = "foo";
o.callSetName = "foo";
- o.genotype = buildUnnamed2606();
- o.genotypeLikelihood = buildUnnamed2607();
- o.info = buildUnnamed2609();
+ o.genotype = buildUnnamed2732();
+ o.genotypeLikelihood = buildUnnamed2733();
+ o.info = buildUnnamed2735();
o.phaseset = "foo";
}
buildCounterVariantCall--;
@@ -3054,35 +3054,35 @@ checkVariantCall(api.VariantCall o) {
if (buildCounterVariantCall < 3) {
unittest.expect(o.callSetId, unittest.equals('foo'));
unittest.expect(o.callSetName, unittest.equals('foo'));
- checkUnnamed2606(o.genotype);
- checkUnnamed2607(o.genotypeLikelihood);
- checkUnnamed2609(o.info);
+ checkUnnamed2732(o.genotype);
+ checkUnnamed2733(o.genotypeLikelihood);
+ checkUnnamed2735(o.info);
unittest.expect(o.phaseset, unittest.equals('foo'));
}
buildCounterVariantCall--;
}
-buildUnnamed2610() {
+buildUnnamed2736() {
var o = new core.List<api.VariantSetMetadata>();
o.add(buildVariantSetMetadata());
o.add(buildVariantSetMetadata());
return o;
}
-checkUnnamed2610(core.List<api.VariantSetMetadata> o) {
+checkUnnamed2736(core.List<api.VariantSetMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariantSetMetadata(o[0]);
checkVariantSetMetadata(o[1]);
}
-buildUnnamed2611() {
+buildUnnamed2737() {
var o = new core.List<api.ReferenceBound>();
o.add(buildReferenceBound());
o.add(buildReferenceBound());
return o;
}
-checkUnnamed2611(core.List<api.ReferenceBound> o) {
+checkUnnamed2737(core.List<api.ReferenceBound> o) {
unittest.expect(o, unittest.hasLength(2));
checkReferenceBound(o[0]);
checkReferenceBound(o[1]);
@@ -3096,9 +3096,9 @@ buildVariantSet() {
o.datasetId = "foo";
o.description = "foo";
o.id = "foo";
- o.metadata = buildUnnamed2610();
+ o.metadata = buildUnnamed2736();
o.name = "foo";
- o.referenceBounds = buildUnnamed2611();
+ o.referenceBounds = buildUnnamed2737();
o.referenceSetId = "foo";
}
buildCounterVariantSet--;
@@ -3111,38 +3111,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'));
- checkUnnamed2610(o.metadata);
+ checkUnnamed2736(o.metadata);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2611(o.referenceBounds);
+ checkUnnamed2737(o.referenceBounds);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
}
buildCounterVariantSet--;
}
-buildUnnamed2612() {
+buildUnnamed2738() {
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;
}
-checkUnnamed2612(core.List<core.Object> o) {
+checkUnnamed2738(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted27 = (o[0]) as core.Map; unittest.expect(casted27, unittest.hasLength(3)); unittest.expect(casted27["list"], unittest.equals([1, 2, 3])); unittest.expect(casted27["bool"], unittest.equals(true)); unittest.expect(casted27["string"], unittest.equals('foo'));
var casted28 = (o[1]) as core.Map; unittest.expect(casted28, unittest.hasLength(3)); unittest.expect(casted28["list"], unittest.equals([1, 2, 3])); unittest.expect(casted28["bool"], unittest.equals(true)); unittest.expect(casted28["string"], unittest.equals('foo'));
}
-buildUnnamed2613() {
+buildUnnamed2739() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2612();
- o["y"] = buildUnnamed2612();
+ o["x"] = buildUnnamed2738();
+ o["y"] = buildUnnamed2738();
return o;
}
-checkUnnamed2613(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2739(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2612(o["x"]);
- checkUnnamed2612(o["y"]);
+ checkUnnamed2738(o["x"]);
+ checkUnnamed2738(o["y"]);
}
core.int buildCounterVariantSetMetadata = 0;
@@ -3152,7 +3152,7 @@ buildVariantSetMetadata() {
if (buildCounterVariantSetMetadata < 3) {
o.description = "foo";
o.id = "foo";
- o.info = buildUnnamed2613();
+ o.info = buildUnnamed2739();
o.key = "foo";
o.number = "foo";
o.type = "foo";
@@ -3167,7 +3167,7 @@ checkVariantSetMetadata(api.VariantSetMetadata o) {
if (buildCounterVariantSetMetadata < 3) {
unittest.expect(o.description, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2613(o.info);
+ checkUnnamed2739(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