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

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

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 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 a49aea3cdfa915f1768535f827c9d46d3fba49f4..8342d1ea58ac3cb584edcf61e3a98098591f7997 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);
}
-buildUnnamed2338() {
+buildUnnamed2523() {
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;
}
-checkUnnamed2338(core.List<core.Object> o) {
+checkUnnamed2523(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'));
}
-buildUnnamed2339() {
+buildUnnamed2524() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2338();
- o["y"] = buildUnnamed2338();
+ o["x"] = buildUnnamed2523();
+ o["y"] = buildUnnamed2523();
return o;
}
-checkUnnamed2339(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2524(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2338(o["x"]);
- checkUnnamed2338(o["y"]);
+ checkUnnamed2523(o["x"]);
+ checkUnnamed2523(o["y"]);
}
core.int buildCounterAnnotation = 0;
@@ -85,7 +85,7 @@ buildAnnotation() {
o.annotationSetId = "foo";
o.end = "foo";
o.id = "foo";
- o.info = buildUnnamed2339();
+ o.info = buildUnnamed2524();
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'));
- checkUnnamed2339(o.info);
+ checkUnnamed2524(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--;
}
-buildUnnamed2340() {
+buildUnnamed2525() {
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;
}
-checkUnnamed2340(core.List<core.Object> o) {
+checkUnnamed2525(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'));
}
-buildUnnamed2341() {
+buildUnnamed2526() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2340();
- o["y"] = buildUnnamed2340();
+ o["x"] = buildUnnamed2525();
+ o["y"] = buildUnnamed2525();
return o;
}
-checkUnnamed2341(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2526(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2340(o["x"]);
- checkUnnamed2340(o["y"]);
+ checkUnnamed2525(o["x"]);
+ checkUnnamed2525(o["y"]);
}
core.int buildCounterAnnotationSet = 0;
@@ -151,7 +151,7 @@ buildAnnotationSet() {
if (buildCounterAnnotationSet < 3) {
o.datasetId = "foo";
o.id = "foo";
- o.info = buildUnnamed2341();
+ o.info = buildUnnamed2526();
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'));
- checkUnnamed2341(o.info);
+ checkUnnamed2526(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--;
}
-buildUnnamed2342() {
+buildUnnamed2527() {
var o = new core.List<api.Annotation>();
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-checkUnnamed2342(core.List<api.Annotation> o) {
+checkUnnamed2527(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 = buildUnnamed2342();
+ o.annotations = buildUnnamed2527();
}
buildCounterBatchCreateAnnotationsRequest--;
return o;
@@ -202,19 +202,19 @@ buildBatchCreateAnnotationsRequest() {
checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) {
buildCounterBatchCreateAnnotationsRequest++;
if (buildCounterBatchCreateAnnotationsRequest < 3) {
- checkUnnamed2342(o.annotations);
+ checkUnnamed2527(o.annotations);
}
buildCounterBatchCreateAnnotationsRequest--;
}
-buildUnnamed2343() {
+buildUnnamed2528() {
var o = new core.List<api.Entry>();
o.add(buildEntry());
o.add(buildEntry());
return o;
}
-checkUnnamed2343(core.List<api.Entry> o) {
+checkUnnamed2528(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 = buildUnnamed2343();
+ o.entries = buildUnnamed2528();
}
buildCounterBatchCreateAnnotationsResponse--;
return o;
@@ -234,19 +234,19 @@ buildBatchCreateAnnotationsResponse() {
checkBatchCreateAnnotationsResponse(api.BatchCreateAnnotationsResponse o) {
buildCounterBatchCreateAnnotationsResponse++;
if (buildCounterBatchCreateAnnotationsResponse < 3) {
- checkUnnamed2343(o.entries);
+ checkUnnamed2528(o.entries);
}
buildCounterBatchCreateAnnotationsResponse--;
}
-buildUnnamed2344() {
+buildUnnamed2529() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2344(core.List<core.String> o) {
+checkUnnamed2529(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 = buildUnnamed2344();
+ o.members = buildUnnamed2529();
o.role = "foo";
}
buildCounterBinding--;
@@ -267,46 +267,46 @@ buildBinding() {
checkBinding(api.Binding o) {
buildCounterBinding++;
if (buildCounterBinding < 3) {
- checkUnnamed2344(o.members);
+ checkUnnamed2529(o.members);
unittest.expect(o.role, unittest.equals('foo'));
}
buildCounterBinding--;
}
-buildUnnamed2345() {
+buildUnnamed2530() {
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;
}
-checkUnnamed2345(core.List<core.Object> o) {
+checkUnnamed2530(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'));
}
-buildUnnamed2346() {
+buildUnnamed2531() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2345();
- o["y"] = buildUnnamed2345();
+ o["x"] = buildUnnamed2530();
+ o["y"] = buildUnnamed2530();
return o;
}
-checkUnnamed2346(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2531(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2345(o["x"]);
- checkUnnamed2345(o["y"]);
+ checkUnnamed2530(o["x"]);
+ checkUnnamed2530(o["y"]);
}
-buildUnnamed2347() {
+buildUnnamed2532() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2347(core.List<core.String> o) {
+checkUnnamed2532(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 = buildUnnamed2346();
+ o.info = buildUnnamed2531();
o.name = "foo";
o.sampleId = "foo";
- o.variantSetIds = buildUnnamed2347();
+ o.variantSetIds = buildUnnamed2532();
}
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'));
- checkUnnamed2346(o.info);
+ checkUnnamed2531(o.info);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.sampleId, unittest.equals('foo'));
- checkUnnamed2347(o.variantSetIds);
+ checkUnnamed2532(o.variantSetIds);
}
buildCounterCallSet--;
}
@@ -381,27 +381,27 @@ checkCigarUnit(api.CigarUnit o) {
buildCounterCigarUnit--;
}
-buildUnnamed2348() {
+buildUnnamed2533() {
var o = new core.List<api.ExternalId>();
o.add(buildExternalId());
o.add(buildExternalId());
return o;
}
-checkUnnamed2348(core.List<api.ExternalId> o) {
+checkUnnamed2533(core.List<api.ExternalId> o) {
unittest.expect(o, unittest.hasLength(2));
checkExternalId(o[0]);
checkExternalId(o[1]);
}
-buildUnnamed2349() {
+buildUnnamed2534() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2349(core.List<core.String> o) {
+checkUnnamed2534(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 = buildUnnamed2348();
- o.names = buildUnnamed2349();
+ o.externalIds = buildUnnamed2533();
+ o.names = buildUnnamed2534();
o.omimId = "foo";
}
buildCounterClinicalCondition--;
@@ -425,8 +425,8 @@ checkClinicalCondition(api.ClinicalCondition o) {
buildCounterClinicalCondition++;
if (buildCounterClinicalCondition < 3) {
unittest.expect(o.conceptId, unittest.equals('foo'));
- checkUnnamed2348(o.externalIds);
- checkUnnamed2349(o.names);
+ checkUnnamed2533(o.externalIds);
+ checkUnnamed2534(o.names);
unittest.expect(o.omimId, unittest.equals('foo'));
}
buildCounterClinicalCondition--;
@@ -453,14 +453,14 @@ checkCodingSequence(api.CodingSequence o) {
buildCounterCodingSequence--;
}
-buildUnnamed2350() {
+buildUnnamed2535() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2350(core.List<core.String> o) {
+checkUnnamed2535(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 = buildUnnamed2350();
+ o.diskNames = buildUnnamed2535();
o.instanceName = "foo";
o.machineType = "foo";
o.zone = "foo";
@@ -483,7 +483,7 @@ buildComputeEngine() {
checkComputeEngine(api.ComputeEngine o) {
buildCounterComputeEngine++;
if (buildCounterComputeEngine < 3) {
- checkUnnamed2350(o.diskNames);
+ checkUnnamed2535(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--;
}
-buildUnnamed2351() {
+buildUnnamed2536() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2351(core.List<core.String> o) {
+checkUnnamed2536(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 = buildUnnamed2351();
+ o.referenceNames = buildUnnamed2536();
}
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'));
- checkUnnamed2351(o.referenceNames);
+ checkUnnamed2536(o.referenceNames);
}
buildCounterExportReadGroupSetRequest--;
}
-buildUnnamed2352() {
+buildUnnamed2537() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2352(core.List<core.String> o) {
+checkUnnamed2537(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 = buildUnnamed2352();
+ o.callSetIds = buildUnnamed2537();
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'));
- checkUnnamed2352(o.callSetIds);
+ checkUnnamed2537(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--;
}
-buildUnnamed2353() {
+buildUnnamed2538() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2353(core.List<core.String> o) {
+checkUnnamed2538(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 = buildUnnamed2353();
+ o.sourceUris = buildUnnamed2538();
}
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'));
- checkUnnamed2353(o.sourceUris);
+ checkUnnamed2538(o.sourceUris);
}
buildCounterImportReadGroupSetsRequest--;
}
-buildUnnamed2354() {
+buildUnnamed2539() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2354(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'));
@@ -793,7 +793,7 @@ buildImportReadGroupSetsResponse() {
var o = new api.ImportReadGroupSetsResponse();
buildCounterImportReadGroupSetsResponse++;
if (buildCounterImportReadGroupSetsResponse < 3) {
- o.readGroupSetIds = buildUnnamed2354();
+ o.readGroupSetIds = buildUnnamed2539();
}
buildCounterImportReadGroupSetsResponse--;
return o;
@@ -802,32 +802,32 @@ buildImportReadGroupSetsResponse() {
checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) {
buildCounterImportReadGroupSetsResponse++;
if (buildCounterImportReadGroupSetsResponse < 3) {
- checkUnnamed2354(o.readGroupSetIds);
+ checkUnnamed2539(o.readGroupSetIds);
}
buildCounterImportReadGroupSetsResponse--;
}
-buildUnnamed2355() {
+buildUnnamed2540() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed2355(core.Map<core.String, core.String> o) {
+checkUnnamed2540(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'));
}
-buildUnnamed2356() {
+buildUnnamed2541() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2356(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'));
@@ -839,9 +839,9 @@ buildImportVariantsRequest() {
buildCounterImportVariantsRequest++;
if (buildCounterImportVariantsRequest < 3) {
o.format = "foo";
- o.infoMergeConfig = buildUnnamed2355();
+ o.infoMergeConfig = buildUnnamed2540();
o.normalizeReferenceNames = true;
- o.sourceUris = buildUnnamed2356();
+ o.sourceUris = buildUnnamed2541();
o.variantSetId = "foo";
}
buildCounterImportVariantsRequest--;
@@ -852,22 +852,22 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) {
buildCounterImportVariantsRequest++;
if (buildCounterImportVariantsRequest < 3) {
unittest.expect(o.format, unittest.equals('foo'));
- checkUnnamed2355(o.infoMergeConfig);
+ checkUnnamed2540(o.infoMergeConfig);
unittest.expect(o.normalizeReferenceNames, unittest.isTrue);
- checkUnnamed2356(o.sourceUris);
+ checkUnnamed2541(o.sourceUris);
unittest.expect(o.variantSetId, unittest.equals('foo'));
}
buildCounterImportVariantsRequest--;
}
-buildUnnamed2357() {
+buildUnnamed2542() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2357(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'));
@@ -878,7 +878,7 @@ buildImportVariantsResponse() {
var o = new api.ImportVariantsResponse();
buildCounterImportVariantsResponse++;
if (buildCounterImportVariantsResponse < 3) {
- o.callSetIds = buildUnnamed2357();
+ o.callSetIds = buildUnnamed2542();
}
buildCounterImportVariantsResponse--;
return o;
@@ -887,19 +887,19 @@ buildImportVariantsResponse() {
checkImportVariantsResponse(api.ImportVariantsResponse o) {
buildCounterImportVariantsResponse++;
if (buildCounterImportVariantsResponse < 3) {
- checkUnnamed2357(o.callSetIds);
+ checkUnnamed2542(o.callSetIds);
}
buildCounterImportVariantsResponse--;
}
-buildUnnamed2358() {
+buildUnnamed2543() {
var o = new core.List<api.CigarUnit>();
o.add(buildCigarUnit());
o.add(buildCigarUnit());
return o;
}
-checkUnnamed2358(core.List<api.CigarUnit> o) {
+checkUnnamed2543(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 = buildUnnamed2358();
+ o.cigar = buildUnnamed2543();
o.mappingQuality = 42;
o.position = buildPosition();
}
@@ -921,7 +921,7 @@ buildLinearAlignment() {
checkLinearAlignment(api.LinearAlignment o) {
buildCounterLinearAlignment++;
if (buildCounterLinearAlignment < 3) {
- checkUnnamed2358(o.cigar);
+ checkUnnamed2543(o.cigar);
unittest.expect(o.mappingQuality, unittest.equals(42));
checkPosition(o.position);
}
@@ -951,14 +951,14 @@ checkListBasesResponse(api.ListBasesResponse o) {
buildCounterListBasesResponse--;
}
-buildUnnamed2359() {
+buildUnnamed2544() {
var o = new core.List<api.CoverageBucket>();
o.add(buildCoverageBucket());
o.add(buildCoverageBucket());
return o;
}
-checkUnnamed2359(core.List<api.CoverageBucket> o) {
+checkUnnamed2544(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 = buildUnnamed2359();
+ o.coverageBuckets = buildUnnamed2544();
o.nextPageToken = "foo";
}
buildCounterListCoverageBucketsResponse--;
@@ -981,20 +981,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) {
buildCounterListCoverageBucketsResponse++;
if (buildCounterListCoverageBucketsResponse < 3) {
unittest.expect(o.bucketWidth, unittest.equals('foo'));
- checkUnnamed2359(o.coverageBuckets);
+ checkUnnamed2544(o.coverageBuckets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListCoverageBucketsResponse--;
}
-buildUnnamed2360() {
+buildUnnamed2545() {
var o = new core.List<api.Dataset>();
o.add(buildDataset());
o.add(buildDataset());
return o;
}
-checkUnnamed2360(core.List<api.Dataset> o) {
+checkUnnamed2545(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 = buildUnnamed2360();
+ o.datasets = buildUnnamed2545();
o.nextPageToken = "foo";
}
buildCounterListDatasetsResponse--;
@@ -1015,20 +1015,20 @@ buildListDatasetsResponse() {
checkListDatasetsResponse(api.ListDatasetsResponse o) {
buildCounterListDatasetsResponse++;
if (buildCounterListDatasetsResponse < 3) {
- checkUnnamed2360(o.datasets);
+ checkUnnamed2545(o.datasets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListDatasetsResponse--;
}
-buildUnnamed2361() {
+buildUnnamed2546() {
var o = new core.List<api.Operation>();
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-checkUnnamed2361(core.List<api.Operation> o) {
+checkUnnamed2546(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 = buildUnnamed2361();
+ o.operations = buildUnnamed2546();
}
buildCounterListOperationsResponse--;
return o;
@@ -1050,32 +1050,32 @@ checkListOperationsResponse(api.ListOperationsResponse o) {
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2361(o.operations);
+ checkUnnamed2546(o.operations);
}
buildCounterListOperationsResponse--;
}
-buildUnnamed2362() {
+buildUnnamed2547() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed2362(core.Map<core.String, core.String> o) {
+checkUnnamed2547(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'));
}
-buildUnnamed2363() {
+buildUnnamed2548() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed2363(core.List<api.Variant> o) {
+checkUnnamed2548(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 = buildUnnamed2362();
+ o.infoMergeConfig = buildUnnamed2547();
o.variantSetId = "foo";
- o.variants = buildUnnamed2363();
+ o.variants = buildUnnamed2548();
}
buildCounterMergeVariantsRequest--;
return o;
@@ -1097,34 +1097,34 @@ buildMergeVariantsRequest() {
checkMergeVariantsRequest(api.MergeVariantsRequest o) {
buildCounterMergeVariantsRequest++;
if (buildCounterMergeVariantsRequest < 3) {
- checkUnnamed2362(o.infoMergeConfig);
+ checkUnnamed2547(o.infoMergeConfig);
unittest.expect(o.variantSetId, unittest.equals('foo'));
- checkUnnamed2363(o.variants);
+ checkUnnamed2548(o.variants);
}
buildCounterMergeVariantsRequest--;
}
-buildUnnamed2364() {
+buildUnnamed2549() {
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;
}
-checkUnnamed2364(core.Map<core.String, core.Object> o) {
+checkUnnamed2549(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'));
}
-buildUnnamed2365() {
+buildUnnamed2550() {
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;
}
-checkUnnamed2365(core.Map<core.String, core.Object> o) {
+checkUnnamed2550(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 = buildUnnamed2364();
+ o.metadata = buildUnnamed2549();
o.name = "foo";
- o.response = buildUnnamed2365();
+ o.response = buildUnnamed2550();
}
buildCounterOperation--;
return o;
@@ -1150,9 +1150,9 @@ checkOperation(api.Operation o) {
if (buildCounterOperation < 3) {
unittest.expect(o.done, unittest.isTrue);
checkStatus(o.error);
- checkUnnamed2364(o.metadata);
+ checkUnnamed2549(o.metadata);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2365(o.response);
+ checkUnnamed2550(o.response);
}
buildCounterOperation--;
}
@@ -1180,40 +1180,40 @@ checkOperationEvent(api.OperationEvent o) {
buildCounterOperationEvent--;
}
-buildUnnamed2366() {
+buildUnnamed2551() {
var o = new core.List<api.OperationEvent>();
o.add(buildOperationEvent());
o.add(buildOperationEvent());
return o;
}
-checkUnnamed2366(core.List<api.OperationEvent> o) {
+checkUnnamed2551(core.List<api.OperationEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationEvent(o[0]);
checkOperationEvent(o[1]);
}
-buildUnnamed2367() {
+buildUnnamed2552() {
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;
}
-checkUnnamed2367(core.Map<core.String, core.Object> o) {
+checkUnnamed2552(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'));
}
-buildUnnamed2368() {
+buildUnnamed2553() {
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;
}
-checkUnnamed2368(core.Map<core.String, core.Object> o) {
+checkUnnamed2553(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 = buildUnnamed2366();
+ o.events = buildUnnamed2551();
o.projectId = "foo";
- o.request = buildUnnamed2367();
- o.runtimeMetadata = buildUnnamed2368();
+ o.request = buildUnnamed2552();
+ o.runtimeMetadata = buildUnnamed2553();
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'));
- checkUnnamed2366(o.events);
+ checkUnnamed2551(o.events);
unittest.expect(o.projectId, unittest.equals('foo'));
- checkUnnamed2367(o.request);
- checkUnnamed2368(o.runtimeMetadata);
+ checkUnnamed2552(o.request);
+ checkUnnamed2553(o.runtimeMetadata);
unittest.expect(o.startTime, unittest.equals('foo'));
}
buildCounterOperationMetadata--;
}
-buildUnnamed2369() {
+buildUnnamed2554() {
var o = new core.List<api.Binding>();
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-checkUnnamed2369(core.List<api.Binding> o) {
+checkUnnamed2554(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 = buildUnnamed2369();
+ o.bindings = buildUnnamed2554();
o.etag = "foo";
o.version = 42;
}
@@ -1281,7 +1281,7 @@ buildPolicy() {
checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed2369(o.bindings);
+ checkUnnamed2554(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--;
}
-buildUnnamed2370() {
+buildUnnamed2555() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed2370(core.List<core.int> o) {
+checkUnnamed2555(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));
}
-buildUnnamed2371() {
+buildUnnamed2556() {
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;
}
-checkUnnamed2371(core.List<core.Object> o) {
+checkUnnamed2556(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'));
}
-buildUnnamed2372() {
+buildUnnamed2557() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2371();
- o["y"] = buildUnnamed2371();
+ o["x"] = buildUnnamed2556();
+ o["y"] = buildUnnamed2556();
return o;
}
-checkUnnamed2372(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2557(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2371(o["x"]);
- checkUnnamed2371(o["y"]);
+ checkUnnamed2556(o["x"]);
+ checkUnnamed2556(o["y"]);
}
core.int buildCounterRead = 0;
@@ -1405,7 +1405,7 @@ buildRead() {
var o = new api.Read();
buildCounterRead++;
if (buildCounterRead < 3) {
- o.alignedQuality = buildUnnamed2370();
+ o.alignedQuality = buildUnnamed2555();
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 = buildUnnamed2372();
+ o.info = buildUnnamed2557();
o.nextMatePosition = buildPosition();
o.numberReads = 42;
o.properPlacement = true;
@@ -1430,7 +1430,7 @@ buildRead() {
checkRead(api.Read o) {
buildCounterRead++;
if (buildCounterRead < 3) {
- checkUnnamed2370(o.alignedQuality);
+ checkUnnamed2555(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'));
- checkUnnamed2372(o.info);
+ checkUnnamed2557(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--;
}
-buildUnnamed2373() {
+buildUnnamed2558() {
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;
}
-checkUnnamed2373(core.List<core.Object> o) {
+checkUnnamed2558(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'));
}
-buildUnnamed2374() {
+buildUnnamed2559() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2373();
- o["y"] = buildUnnamed2373();
+ o["x"] = buildUnnamed2558();
+ o["y"] = buildUnnamed2558();
return o;
}
-checkUnnamed2374(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2559(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2373(o["x"]);
- checkUnnamed2373(o["y"]);
+ checkUnnamed2558(o["x"]);
+ checkUnnamed2558(o["y"]);
}
-buildUnnamed2375() {
+buildUnnamed2560() {
var o = new core.List<api.Program>();
o.add(buildProgram());
o.add(buildProgram());
return o;
}
-checkUnnamed2375(core.List<api.Program> o) {
+checkUnnamed2560(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 = buildUnnamed2374();
+ o.info = buildUnnamed2559();
o.name = "foo";
o.predictedInsertSize = 42;
- o.programs = buildUnnamed2375();
+ o.programs = buildUnnamed2560();
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'));
- checkUnnamed2374(o.info);
+ checkUnnamed2559(o.info);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.predictedInsertSize, unittest.equals(42));
- checkUnnamed2375(o.programs);
+ checkUnnamed2560(o.programs);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
unittest.expect(o.sampleId, unittest.equals('foo'));
}
buildCounterReadGroup--;
}
-buildUnnamed2376() {
+buildUnnamed2561() {
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;
}
-checkUnnamed2376(core.List<core.Object> o) {
+checkUnnamed2561(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'));
}
-buildUnnamed2377() {
+buildUnnamed2562() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2376();
- o["y"] = buildUnnamed2376();
+ o["x"] = buildUnnamed2561();
+ o["y"] = buildUnnamed2561();
return o;
}
-checkUnnamed2377(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2562(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2376(o["x"]);
- checkUnnamed2376(o["y"]);
+ checkUnnamed2561(o["x"]);
+ checkUnnamed2561(o["y"]);
}
-buildUnnamed2378() {
+buildUnnamed2563() {
var o = new core.List<api.ReadGroup>();
o.add(buildReadGroup());
o.add(buildReadGroup());
return o;
}
-checkUnnamed2378(core.List<api.ReadGroup> o) {
+checkUnnamed2563(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 = buildUnnamed2377();
+ o.info = buildUnnamed2562();
o.name = "foo";
- o.readGroups = buildUnnamed2378();
+ o.readGroups = buildUnnamed2563();
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'));
- checkUnnamed2377(o.info);
+ checkUnnamed2562(o.info);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2378(o.readGroups);
+ checkUnnamed2563(o.readGroups);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
}
buildCounterReadGroupSet--;
}
-buildUnnamed2379() {
+buildUnnamed2564() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2379(core.List<core.String> o) {
+checkUnnamed2564(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 = buildUnnamed2379();
+ o.sourceAccessions = buildUnnamed2564();
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));
- checkUnnamed2379(o.sourceAccessions);
+ checkUnnamed2564(o.sourceAccessions);
unittest.expect(o.sourceUri, unittest.equals('foo'));
}
buildCounterReference--;
@@ -1662,27 +1662,27 @@ checkReferenceBound(api.ReferenceBound o) {
buildCounterReferenceBound--;
}
-buildUnnamed2380() {
+buildUnnamed2565() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2380(core.List<core.String> o) {
+checkUnnamed2565(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'));
}
-buildUnnamed2381() {
+buildUnnamed2566() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2381(core.List<core.String> o) {
+checkUnnamed2566(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 = buildUnnamed2380();
- o.sourceAccessions = buildUnnamed2381();
+ o.referenceIds = buildUnnamed2565();
+ o.sourceAccessions = buildUnnamed2566();
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));
- checkUnnamed2380(o.referenceIds);
- checkUnnamed2381(o.sourceAccessions);
+ checkUnnamed2565(o.referenceIds);
+ checkUnnamed2566(o.sourceAccessions);
unittest.expect(o.sourceUri, unittest.equals('foo'));
}
buildCounterReferenceSet--;
@@ -1740,27 +1740,27 @@ checkRuntimeMetadata(api.RuntimeMetadata o) {
buildCounterRuntimeMetadata--;
}
-buildUnnamed2382() {
+buildUnnamed2567() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2382(core.List<core.String> o) {
+checkUnnamed2567(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() {
+buildUnnamed2568() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2383(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'));
@@ -1771,12 +1771,12 @@ buildSearchAnnotationSetsRequest() {
var o = new api.SearchAnnotationSetsRequest();
buildCounterSearchAnnotationSetsRequest++;
if (buildCounterSearchAnnotationSetsRequest < 3) {
- o.datasetIds = buildUnnamed2382();
+ o.datasetIds = buildUnnamed2567();
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
o.referenceSetId = "foo";
- o.types = buildUnnamed2383();
+ o.types = buildUnnamed2568();
}
buildCounterSearchAnnotationSetsRequest--;
return o;
@@ -1785,24 +1785,24 @@ buildSearchAnnotationSetsRequest() {
checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) {
buildCounterSearchAnnotationSetsRequest++;
if (buildCounterSearchAnnotationSetsRequest < 3) {
- checkUnnamed2382(o.datasetIds);
+ checkUnnamed2567(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'));
- checkUnnamed2383(o.types);
+ checkUnnamed2568(o.types);
}
buildCounterSearchAnnotationSetsRequest--;
}
-buildUnnamed2384() {
+buildUnnamed2569() {
var o = new core.List<api.AnnotationSet>();
o.add(buildAnnotationSet());
o.add(buildAnnotationSet());
return o;
}
-checkUnnamed2384(core.List<api.AnnotationSet> o) {
+checkUnnamed2569(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 = buildUnnamed2384();
+ o.annotationSets = buildUnnamed2569();
o.nextPageToken = "foo";
}
buildCounterSearchAnnotationSetsResponse--;
@@ -1823,20 +1823,20 @@ buildSearchAnnotationSetsResponse() {
checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) {
buildCounterSearchAnnotationSetsResponse++;
if (buildCounterSearchAnnotationSetsResponse < 3) {
- checkUnnamed2384(o.annotationSets);
+ checkUnnamed2569(o.annotationSets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchAnnotationSetsResponse--;
}
-buildUnnamed2385() {
+buildUnnamed2570() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2385(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'));
@@ -1847,7 +1847,7 @@ buildSearchAnnotationsRequest() {
var o = new api.SearchAnnotationsRequest();
buildCounterSearchAnnotationsRequest++;
if (buildCounterSearchAnnotationsRequest < 3) {
- o.annotationSetIds = buildUnnamed2385();
+ o.annotationSetIds = buildUnnamed2570();
o.end = "foo";
o.pageSize = 42;
o.pageToken = "foo";
@@ -1862,7 +1862,7 @@ buildSearchAnnotationsRequest() {
checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
buildCounterSearchAnnotationsRequest++;
if (buildCounterSearchAnnotationsRequest < 3) {
- checkUnnamed2385(o.annotationSetIds);
+ checkUnnamed2570(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--;
}
-buildUnnamed2386() {
+buildUnnamed2571() {
var o = new core.List<api.Annotation>();
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-checkUnnamed2386(core.List<api.Annotation> o) {
+checkUnnamed2571(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 = buildUnnamed2386();
+ o.annotations = buildUnnamed2571();
o.nextPageToken = "foo";
}
buildCounterSearchAnnotationsResponse--;
@@ -1901,20 +1901,20 @@ buildSearchAnnotationsResponse() {
checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) {
buildCounterSearchAnnotationsResponse++;
if (buildCounterSearchAnnotationsResponse < 3) {
- checkUnnamed2386(o.annotations);
+ checkUnnamed2571(o.annotations);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchAnnotationsResponse--;
}
-buildUnnamed2387() {
+buildUnnamed2572() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2387(core.List<core.String> o) {
+checkUnnamed2572(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 = buildUnnamed2387();
+ o.variantSetIds = buildUnnamed2572();
}
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'));
- checkUnnamed2387(o.variantSetIds);
+ checkUnnamed2572(o.variantSetIds);
}
buildCounterSearchCallSetsRequest--;
}
-buildUnnamed2388() {
+buildUnnamed2573() {
var o = new core.List<api.CallSet>();
o.add(buildCallSet());
o.add(buildCallSet());
return o;
}
-checkUnnamed2388(core.List<api.CallSet> o) {
+checkUnnamed2573(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 = buildUnnamed2388();
+ o.callSets = buildUnnamed2573();
o.nextPageToken = "foo";
}
buildCounterSearchCallSetsResponse--;
@@ -1973,20 +1973,20 @@ buildSearchCallSetsResponse() {
checkSearchCallSetsResponse(api.SearchCallSetsResponse o) {
buildCounterSearchCallSetsResponse++;
if (buildCounterSearchCallSetsResponse < 3) {
- checkUnnamed2388(o.callSets);
+ checkUnnamed2573(o.callSets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchCallSetsResponse--;
}
-buildUnnamed2389() {
+buildUnnamed2574() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2389(core.List<core.String> o) {
+checkUnnamed2574(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 = buildUnnamed2389();
+ o.datasetIds = buildUnnamed2574();
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
@@ -2009,7 +2009,7 @@ buildSearchReadGroupSetsRequest() {
checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
buildCounterSearchReadGroupSetsRequest++;
if (buildCounterSearchReadGroupSetsRequest < 3) {
- checkUnnamed2389(o.datasetIds);
+ checkUnnamed2574(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--;
}
-buildUnnamed2390() {
+buildUnnamed2575() {
var o = new core.List<api.ReadGroupSet>();
o.add(buildReadGroupSet());
o.add(buildReadGroupSet());
return o;
}
-checkUnnamed2390(core.List<api.ReadGroupSet> o) {
+checkUnnamed2575(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 = buildUnnamed2390();
+ o.readGroupSets = buildUnnamed2575();
}
buildCounterSearchReadGroupSetsResponse--;
return o;
@@ -2046,32 +2046,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) {
buildCounterSearchReadGroupSetsResponse++;
if (buildCounterSearchReadGroupSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2390(o.readGroupSets);
+ checkUnnamed2575(o.readGroupSets);
}
buildCounterSearchReadGroupSetsResponse--;
}
-buildUnnamed2391() {
+buildUnnamed2576() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2391(core.List<core.String> o) {
+checkUnnamed2576(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'));
}
-buildUnnamed2392() {
+buildUnnamed2577() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2392(core.List<core.String> o) {
+checkUnnamed2577(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 = buildUnnamed2391();
- o.readGroupSetIds = buildUnnamed2392();
+ o.readGroupIds = buildUnnamed2576();
+ o.readGroupSetIds = buildUnnamed2577();
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'));
- checkUnnamed2391(o.readGroupIds);
- checkUnnamed2392(o.readGroupSetIds);
+ checkUnnamed2576(o.readGroupIds);
+ checkUnnamed2577(o.readGroupSetIds);
unittest.expect(o.referenceName, unittest.equals('foo'));
unittest.expect(o.start, unittest.equals('foo'));
}
buildCounterSearchReadsRequest--;
}
-buildUnnamed2393() {
+buildUnnamed2578() {
var o = new core.List<api.Read>();
o.add(buildRead());
o.add(buildRead());
return o;
}
-checkUnnamed2393(core.List<api.Read> o) {
+checkUnnamed2578(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 = buildUnnamed2393();
+ o.alignments = buildUnnamed2578();
o.nextPageToken = "foo";
}
buildCounterSearchReadsResponse--;
@@ -2136,33 +2136,33 @@ buildSearchReadsResponse() {
checkSearchReadsResponse(api.SearchReadsResponse o) {
buildCounterSearchReadsResponse++;
if (buildCounterSearchReadsResponse < 3) {
- checkUnnamed2393(o.alignments);
+ checkUnnamed2578(o.alignments);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchReadsResponse--;
}
-buildUnnamed2394() {
+buildUnnamed2579() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2394(core.List<core.String> o) {
+checkUnnamed2579(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'));
}
-buildUnnamed2395() {
+buildUnnamed2580() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2395(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'));
@@ -2173,9 +2173,9 @@ buildSearchReferenceSetsRequest() {
var o = new api.SearchReferenceSetsRequest();
buildCounterSearchReferenceSetsRequest++;
if (buildCounterSearchReferenceSetsRequest < 3) {
- o.accessions = buildUnnamed2394();
+ o.accessions = buildUnnamed2579();
o.assemblyId = "foo";
- o.md5checksums = buildUnnamed2395();
+ o.md5checksums = buildUnnamed2580();
o.pageSize = 42;
o.pageToken = "foo";
}
@@ -2186,23 +2186,23 @@ buildSearchReferenceSetsRequest() {
checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) {
buildCounterSearchReferenceSetsRequest++;
if (buildCounterSearchReferenceSetsRequest < 3) {
- checkUnnamed2394(o.accessions);
+ checkUnnamed2579(o.accessions);
unittest.expect(o.assemblyId, unittest.equals('foo'));
- checkUnnamed2395(o.md5checksums);
+ checkUnnamed2580(o.md5checksums);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
}
buildCounterSearchReferenceSetsRequest--;
}
-buildUnnamed2396() {
+buildUnnamed2581() {
var o = new core.List<api.ReferenceSet>();
o.add(buildReferenceSet());
o.add(buildReferenceSet());
return o;
}
-checkUnnamed2396(core.List<api.ReferenceSet> o) {
+checkUnnamed2581(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 = buildUnnamed2396();
+ o.referenceSets = buildUnnamed2581();
}
buildCounterSearchReferenceSetsResponse--;
return o;
@@ -2224,32 +2224,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) {
buildCounterSearchReferenceSetsResponse++;
if (buildCounterSearchReferenceSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2396(o.referenceSets);
+ checkUnnamed2581(o.referenceSets);
}
buildCounterSearchReferenceSetsResponse--;
}
-buildUnnamed2397() {
+buildUnnamed2582() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2397(core.List<core.String> o) {
+checkUnnamed2582(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'));
}
-buildUnnamed2398() {
+buildUnnamed2583() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2398(core.List<core.String> o) {
+checkUnnamed2583(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 = buildUnnamed2397();
- o.md5checksums = buildUnnamed2398();
+ o.accessions = buildUnnamed2582();
+ o.md5checksums = buildUnnamed2583();
o.pageSize = 42;
o.pageToken = "foo";
o.referenceSetId = "foo";
@@ -2273,8 +2273,8 @@ buildSearchReferencesRequest() {
checkSearchReferencesRequest(api.SearchReferencesRequest o) {
buildCounterSearchReferencesRequest++;
if (buildCounterSearchReferencesRequest < 3) {
- checkUnnamed2397(o.accessions);
- checkUnnamed2398(o.md5checksums);
+ checkUnnamed2582(o.accessions);
+ checkUnnamed2583(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--;
}
-buildUnnamed2399() {
+buildUnnamed2584() {
var o = new core.List<api.Reference>();
o.add(buildReference());
o.add(buildReference());
return o;
}
-checkUnnamed2399(core.List<api.Reference> o) {
+checkUnnamed2584(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 = buildUnnamed2399();
+ o.references = buildUnnamed2584();
}
buildCounterSearchReferencesResponse--;
return o;
@@ -2311,19 +2311,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) {
buildCounterSearchReferencesResponse++;
if (buildCounterSearchReferencesResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2399(o.references);
+ checkUnnamed2584(o.references);
}
buildCounterSearchReferencesResponse--;
}
-buildUnnamed2400() {
+buildUnnamed2585() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2400(core.List<core.String> o) {
+checkUnnamed2585(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 = buildUnnamed2400();
+ o.datasetIds = buildUnnamed2585();
o.pageSize = 42;
o.pageToken = "foo";
}
@@ -2345,21 +2345,21 @@ buildSearchVariantSetsRequest() {
checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) {
buildCounterSearchVariantSetsRequest++;
if (buildCounterSearchVariantSetsRequest < 3) {
- checkUnnamed2400(o.datasetIds);
+ checkUnnamed2585(o.datasetIds);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
}
buildCounterSearchVariantSetsRequest--;
}
-buildUnnamed2401() {
+buildUnnamed2586() {
var o = new core.List<api.VariantSet>();
o.add(buildVariantSet());
o.add(buildVariantSet());
return o;
}
-checkUnnamed2401(core.List<api.VariantSet> o) {
+checkUnnamed2586(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 = buildUnnamed2401();
+ o.variantSets = buildUnnamed2586();
}
buildCounterSearchVariantSetsResponse--;
return o;
@@ -2381,32 +2381,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) {
buildCounterSearchVariantSetsResponse++;
if (buildCounterSearchVariantSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2401(o.variantSets);
+ checkUnnamed2586(o.variantSets);
}
buildCounterSearchVariantSetsResponse--;
}
-buildUnnamed2402() {
+buildUnnamed2587() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2402(core.List<core.String> o) {
+checkUnnamed2587(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'));
}
-buildUnnamed2403() {
+buildUnnamed2588() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2403(core.List<core.String> o) {
+checkUnnamed2588(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 = buildUnnamed2402();
+ o.callSetIds = buildUnnamed2587();
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 = buildUnnamed2403();
+ o.variantSetIds = buildUnnamed2588();
}
buildCounterSearchVariantsRequest--;
return o;
@@ -2434,7 +2434,7 @@ buildSearchVariantsRequest() {
checkSearchVariantsRequest(api.SearchVariantsRequest o) {
buildCounterSearchVariantsRequest++;
if (buildCounterSearchVariantsRequest < 3) {
- checkUnnamed2402(o.callSetIds);
+ checkUnnamed2587(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'));
- checkUnnamed2403(o.variantSetIds);
+ checkUnnamed2588(o.variantSetIds);
}
buildCounterSearchVariantsRequest--;
}
-buildUnnamed2404() {
+buildUnnamed2589() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed2404(core.List<api.Variant> o) {
+checkUnnamed2589(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 = buildUnnamed2404();
+ o.variants = buildUnnamed2589();
}
buildCounterSearchVariantsResponse--;
return o;
@@ -2476,7 +2476,7 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) {
buildCounterSearchVariantsResponse++;
if (buildCounterSearchVariantsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2404(o.variants);
+ checkUnnamed2589(o.variants);
}
buildCounterSearchVariantsResponse--;
}
@@ -2500,30 +2500,30 @@ checkSetIamPolicyRequest(api.SetIamPolicyRequest o) {
buildCounterSetIamPolicyRequest--;
}
-buildUnnamed2405() {
+buildUnnamed2590() {
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;
}
-checkUnnamed2405(core.Map<core.String, core.Object> o) {
+checkUnnamed2590(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'));
}
-buildUnnamed2406() {
+buildUnnamed2591() {
var o = new core.List<core.Map<core.String, core.Object>>();
- o.add(buildUnnamed2405());
- o.add(buildUnnamed2405());
+ o.add(buildUnnamed2590());
+ o.add(buildUnnamed2590());
return o;
}
-checkUnnamed2406(core.List<core.Map<core.String, core.Object>> o) {
+checkUnnamed2591(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2405(o[0]);
- checkUnnamed2405(o[1]);
+ checkUnnamed2590(o[0]);
+ checkUnnamed2590(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2532,7 +2532,7 @@ buildStatus() {
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2406();
+ o.details = buildUnnamed2591();
o.message = "foo";
}
buildCounterStatus--;
@@ -2543,7 +2543,7 @@ checkStatus(api.Status o) {
buildCounterStatus++;
if (buildCounterStatus < 3) {
unittest.expect(o.code, unittest.equals(42));
- checkUnnamed2406(o.details);
+ checkUnnamed2591(o.details);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterStatus--;
@@ -2580,14 +2580,14 @@ checkStreamReadsRequest(api.StreamReadsRequest o) {
buildCounterStreamReadsRequest--;
}
-buildUnnamed2407() {
+buildUnnamed2592() {
var o = new core.List<api.Read>();
o.add(buildRead());
o.add(buildRead());
return o;
}
-checkUnnamed2407(core.List<api.Read> o) {
+checkUnnamed2592(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 = buildUnnamed2407();
+ o.alignments = buildUnnamed2592();
}
buildCounterStreamReadsResponse--;
return o;
@@ -2607,19 +2607,19 @@ buildStreamReadsResponse() {
checkStreamReadsResponse(api.StreamReadsResponse o) {
buildCounterStreamReadsResponse++;
if (buildCounterStreamReadsResponse < 3) {
- checkUnnamed2407(o.alignments);
+ checkUnnamed2592(o.alignments);
}
buildCounterStreamReadsResponse--;
}
-buildUnnamed2408() {
+buildUnnamed2593() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2408(core.List<core.String> o) {
+checkUnnamed2593(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 = buildUnnamed2408();
+ o.callSetIds = buildUnnamed2593();
o.end = "foo";
o.projectId = "foo";
o.referenceName = "foo";
@@ -2644,7 +2644,7 @@ buildStreamVariantsRequest() {
checkStreamVariantsRequest(api.StreamVariantsRequest o) {
buildCounterStreamVariantsRequest++;
if (buildCounterStreamVariantsRequest < 3) {
- checkUnnamed2408(o.callSetIds);
+ checkUnnamed2593(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--;
}
-buildUnnamed2409() {
+buildUnnamed2594() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed2409(core.List<api.Variant> o) {
+checkUnnamed2594(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 = buildUnnamed2409();
+ o.variants = buildUnnamed2594();
}
buildCounterStreamVariantsResponse--;
return o;
@@ -2681,19 +2681,19 @@ buildStreamVariantsResponse() {
checkStreamVariantsResponse(api.StreamVariantsResponse o) {
buildCounterStreamVariantsResponse++;
if (buildCounterStreamVariantsResponse < 3) {
- checkUnnamed2409(o.variants);
+ checkUnnamed2594(o.variants);
}
buildCounterStreamVariantsResponse--;
}
-buildUnnamed2410() {
+buildUnnamed2595() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2410(core.List<core.String> o) {
+checkUnnamed2595(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 = buildUnnamed2410();
+ o.permissions = buildUnnamed2595();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -2713,19 +2713,19 @@ buildTestIamPermissionsRequest() {
checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2410(o.permissions);
+ checkUnnamed2595(o.permissions);
}
buildCounterTestIamPermissionsRequest--;
}
-buildUnnamed2411() {
+buildUnnamed2596() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2411(core.List<core.String> o) {
+checkUnnamed2596(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 = buildUnnamed2411();
+ o.permissions = buildUnnamed2596();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -2745,19 +2745,19 @@ buildTestIamPermissionsResponse() {
checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed2411(o.permissions);
+ checkUnnamed2596(o.permissions);
}
buildCounterTestIamPermissionsResponse--;
}
-buildUnnamed2412() {
+buildUnnamed2597() {
var o = new core.List<api.Exon>();
o.add(buildExon());
o.add(buildExon());
return o;
}
-checkUnnamed2412(core.List<api.Exon> o) {
+checkUnnamed2597(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 = buildUnnamed2412();
+ o.exons = buildUnnamed2597();
o.geneId = "foo";
}
buildCounterTranscript--;
@@ -2780,7 +2780,7 @@ checkTranscript(api.Transcript o) {
buildCounterTranscript++;
if (buildCounterTranscript < 3) {
checkCodingSequence(o.codingSequence);
- checkUnnamed2412(o.exons);
+ checkUnnamed2597(o.exons);
unittest.expect(o.geneId, unittest.equals('foo'));
}
buildCounterTranscript--;
@@ -2803,79 +2803,79 @@ checkUndeleteDatasetRequest(api.UndeleteDatasetRequest o) {
buildCounterUndeleteDatasetRequest--;
}
-buildUnnamed2413() {
+buildUnnamed2598() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2413(core.List<core.String> o) {
+checkUnnamed2598(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'));
}
-buildUnnamed2414() {
+buildUnnamed2599() {
var o = new core.List<api.VariantCall>();
o.add(buildVariantCall());
o.add(buildVariantCall());
return o;
}
-checkUnnamed2414(core.List<api.VariantCall> o) {
+checkUnnamed2599(core.List<api.VariantCall> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariantCall(o[0]);
checkVariantCall(o[1]);
}
-buildUnnamed2415() {
+buildUnnamed2600() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2415(core.List<core.String> o) {
+checkUnnamed2600(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'));
}
-buildUnnamed2416() {
+buildUnnamed2601() {
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;
}
-checkUnnamed2416(core.List<core.Object> o) {
+checkUnnamed2601(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'));
}
-buildUnnamed2417() {
+buildUnnamed2602() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2416();
- o["y"] = buildUnnamed2416();
+ o["x"] = buildUnnamed2601();
+ o["y"] = buildUnnamed2601();
return o;
}
-checkUnnamed2417(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2602(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2416(o["x"]);
- checkUnnamed2416(o["y"]);
+ checkUnnamed2601(o["x"]);
+ checkUnnamed2601(o["y"]);
}
-buildUnnamed2418() {
+buildUnnamed2603() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2418(core.List<core.String> o) {
+checkUnnamed2603(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 = buildUnnamed2413();
- o.calls = buildUnnamed2414();
+ o.alternateBases = buildUnnamed2598();
+ o.calls = buildUnnamed2599();
o.created = "foo";
o.end = "foo";
- o.filter = buildUnnamed2415();
+ o.filter = buildUnnamed2600();
o.id = "foo";
- o.info = buildUnnamed2417();
- o.names = buildUnnamed2418();
+ o.info = buildUnnamed2602();
+ o.names = buildUnnamed2603();
o.quality = 42.0;
o.referenceBases = "foo";
o.referenceName = "foo";
@@ -2907,14 +2907,14 @@ buildVariant() {
checkVariant(api.Variant o) {
buildCounterVariant++;
if (buildCounterVariant < 3) {
- checkUnnamed2413(o.alternateBases);
- checkUnnamed2414(o.calls);
+ checkUnnamed2598(o.alternateBases);
+ checkUnnamed2599(o.calls);
unittest.expect(o.created, unittest.equals('foo'));
unittest.expect(o.end, unittest.equals('foo'));
- checkUnnamed2415(o.filter);
+ checkUnnamed2600(o.filter);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2417(o.info);
- checkUnnamed2418(o.names);
+ checkUnnamed2602(o.info);
+ checkUnnamed2603(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--;
}
-buildUnnamed2419() {
+buildUnnamed2604() {
var o = new core.List<api.ClinicalCondition>();
o.add(buildClinicalCondition());
o.add(buildClinicalCondition());
return o;
}
-checkUnnamed2419(core.List<api.ClinicalCondition> o) {
+checkUnnamed2604(core.List<api.ClinicalCondition> o) {
unittest.expect(o, unittest.hasLength(2));
checkClinicalCondition(o[0]);
checkClinicalCondition(o[1]);
}
-buildUnnamed2420() {
+buildUnnamed2605() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2420(core.List<core.String> o) {
+checkUnnamed2605(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 = buildUnnamed2419();
+ o.conditions = buildUnnamed2604();
o.effect = "foo";
o.geneId = "foo";
- o.transcriptIds = buildUnnamed2420();
+ o.transcriptIds = buildUnnamed2605();
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'));
- checkUnnamed2419(o.conditions);
+ checkUnnamed2604(o.conditions);
unittest.expect(o.effect, unittest.equals('foo'));
unittest.expect(o.geneId, unittest.equals('foo'));
- checkUnnamed2420(o.transcriptIds);
+ checkUnnamed2605(o.transcriptIds);
unittest.expect(o.type, unittest.equals('foo'));
}
buildCounterVariantAnnotation--;
}
-buildUnnamed2421() {
+buildUnnamed2606() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed2421(core.List<core.int> o) {
+checkUnnamed2606(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));
}
-buildUnnamed2422() {
+buildUnnamed2607() {
var o = new core.List<core.double>();
o.add(42.0);
o.add(42.0);
return o;
}
-checkUnnamed2422(core.List<core.double> o) {
+checkUnnamed2607(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));
}
-buildUnnamed2423() {
+buildUnnamed2608() {
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;
}
-checkUnnamed2423(core.List<core.Object> o) {
+checkUnnamed2608(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'));
}
-buildUnnamed2424() {
+buildUnnamed2609() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2423();
- o["y"] = buildUnnamed2423();
+ o["x"] = buildUnnamed2608();
+ o["y"] = buildUnnamed2608();
return o;
}
-checkUnnamed2424(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2609(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2423(o["x"]);
- checkUnnamed2423(o["y"]);
+ checkUnnamed2608(o["x"]);
+ checkUnnamed2608(o["y"]);
}
core.int buildCounterVariantCall = 0;
@@ -3040,9 +3040,9 @@ buildVariantCall() {
if (buildCounterVariantCall < 3) {
o.callSetId = "foo";
o.callSetName = "foo";
- o.genotype = buildUnnamed2421();
- o.genotypeLikelihood = buildUnnamed2422();
- o.info = buildUnnamed2424();
+ o.genotype = buildUnnamed2606();
+ o.genotypeLikelihood = buildUnnamed2607();
+ o.info = buildUnnamed2609();
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'));
- checkUnnamed2421(o.genotype);
- checkUnnamed2422(o.genotypeLikelihood);
- checkUnnamed2424(o.info);
+ checkUnnamed2606(o.genotype);
+ checkUnnamed2607(o.genotypeLikelihood);
+ checkUnnamed2609(o.info);
unittest.expect(o.phaseset, unittest.equals('foo'));
}
buildCounterVariantCall--;
}
-buildUnnamed2425() {
+buildUnnamed2610() {
var o = new core.List<api.VariantSetMetadata>();
o.add(buildVariantSetMetadata());
o.add(buildVariantSetMetadata());
return o;
}
-checkUnnamed2425(core.List<api.VariantSetMetadata> o) {
+checkUnnamed2610(core.List<api.VariantSetMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariantSetMetadata(o[0]);
checkVariantSetMetadata(o[1]);
}
-buildUnnamed2426() {
+buildUnnamed2611() {
var o = new core.List<api.ReferenceBound>();
o.add(buildReferenceBound());
o.add(buildReferenceBound());
return o;
}
-checkUnnamed2426(core.List<api.ReferenceBound> o) {
+checkUnnamed2611(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 = buildUnnamed2425();
+ o.metadata = buildUnnamed2610();
o.name = "foo";
- o.referenceBounds = buildUnnamed2426();
+ o.referenceBounds = buildUnnamed2611();
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'));
- checkUnnamed2425(o.metadata);
+ checkUnnamed2610(o.metadata);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2426(o.referenceBounds);
+ checkUnnamed2611(o.referenceBounds);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
}
buildCounterVariantSet--;
}
-buildUnnamed2427() {
+buildUnnamed2612() {
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;
}
-checkUnnamed2427(core.List<core.Object> o) {
+checkUnnamed2612(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'));
}
-buildUnnamed2428() {
+buildUnnamed2613() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2427();
- o["y"] = buildUnnamed2427();
+ o["x"] = buildUnnamed2612();
+ o["y"] = buildUnnamed2612();
return o;
}
-checkUnnamed2428(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2613(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2427(o["x"]);
- checkUnnamed2427(o["y"]);
+ checkUnnamed2612(o["x"]);
+ checkUnnamed2612(o["y"]);
}
core.int buildCounterVariantSetMetadata = 0;
@@ -3152,7 +3152,7 @@ buildVariantSetMetadata() {
if (buildCounterVariantSetMetadata < 3) {
o.description = "foo";
o.id = "foo";
- o.info = buildUnnamed2428();
+ o.info = buildUnnamed2613();
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'));
- checkUnnamed2428(o.info);
+ checkUnnamed2613(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