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

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

Issue 2824163002: Api-roll 48: 2017-04-18 (Closed)
Patch Set: Revert changes to pubspecs Created 3 years, 8 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 14bae45258d5926cc528096c3d2864406ba13c68..dd1d82eff129a416afe18a1f90e926f553667fa2 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);
}
-buildUnnamed2835() {
+buildUnnamed2849() {
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;
}
-checkUnnamed2835(core.List<core.Object> o) {
+checkUnnamed2849(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'));
}
-buildUnnamed2836() {
+buildUnnamed2850() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2835();
- o["y"] = buildUnnamed2835();
+ o["x"] = buildUnnamed2849();
+ o["y"] = buildUnnamed2849();
return o;
}
-checkUnnamed2836(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2850(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2835(o["x"]);
- checkUnnamed2835(o["y"]);
+ checkUnnamed2849(o["x"]);
+ checkUnnamed2849(o["y"]);
}
core.int buildCounterAnnotation = 0;
@@ -85,7 +85,7 @@ buildAnnotation() {
o.annotationSetId = "foo";
o.end = "foo";
o.id = "foo";
- o.info = buildUnnamed2836();
+ o.info = buildUnnamed2850();
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'));
- checkUnnamed2836(o.info);
+ checkUnnamed2850(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--;
}
-buildUnnamed2837() {
+buildUnnamed2851() {
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;
}
-checkUnnamed2837(core.List<core.Object> o) {
+checkUnnamed2851(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'));
}
-buildUnnamed2838() {
+buildUnnamed2852() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2837();
- o["y"] = buildUnnamed2837();
+ o["x"] = buildUnnamed2851();
+ o["y"] = buildUnnamed2851();
return o;
}
-checkUnnamed2838(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2852(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2837(o["x"]);
- checkUnnamed2837(o["y"]);
+ checkUnnamed2851(o["x"]);
+ checkUnnamed2851(o["y"]);
}
core.int buildCounterAnnotationSet = 0;
@@ -151,7 +151,7 @@ buildAnnotationSet() {
if (buildCounterAnnotationSet < 3) {
o.datasetId = "foo";
o.id = "foo";
- o.info = buildUnnamed2838();
+ o.info = buildUnnamed2852();
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'));
- checkUnnamed2838(o.info);
+ checkUnnamed2852(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--;
}
-buildUnnamed2839() {
+buildUnnamed2853() {
var o = new core.List<api.Annotation>();
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-checkUnnamed2839(core.List<api.Annotation> o) {
+checkUnnamed2853(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 = buildUnnamed2839();
+ o.annotations = buildUnnamed2853();
o.requestId = "foo";
}
buildCounterBatchCreateAnnotationsRequest--;
@@ -203,20 +203,20 @@ buildBatchCreateAnnotationsRequest() {
checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) {
buildCounterBatchCreateAnnotationsRequest++;
if (buildCounterBatchCreateAnnotationsRequest < 3) {
- checkUnnamed2839(o.annotations);
+ checkUnnamed2853(o.annotations);
unittest.expect(o.requestId, unittest.equals('foo'));
}
buildCounterBatchCreateAnnotationsRequest--;
}
-buildUnnamed2840() {
+buildUnnamed2854() {
var o = new core.List<api.Entry>();
o.add(buildEntry());
o.add(buildEntry());
return o;
}
-checkUnnamed2840(core.List<api.Entry> o) {
+checkUnnamed2854(core.List<api.Entry> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntry(o[0]);
checkEntry(o[1]);
@@ -227,7 +227,7 @@ buildBatchCreateAnnotationsResponse() {
var o = new api.BatchCreateAnnotationsResponse();
buildCounterBatchCreateAnnotationsResponse++;
if (buildCounterBatchCreateAnnotationsResponse < 3) {
- o.entries = buildUnnamed2840();
+ o.entries = buildUnnamed2854();
}
buildCounterBatchCreateAnnotationsResponse--;
return o;
@@ -236,19 +236,19 @@ buildBatchCreateAnnotationsResponse() {
checkBatchCreateAnnotationsResponse(api.BatchCreateAnnotationsResponse o) {
buildCounterBatchCreateAnnotationsResponse++;
if (buildCounterBatchCreateAnnotationsResponse < 3) {
- checkUnnamed2840(o.entries);
+ checkUnnamed2854(o.entries);
}
buildCounterBatchCreateAnnotationsResponse--;
}
-buildUnnamed2841() {
+buildUnnamed2855() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2841(core.List<core.String> o) {
+checkUnnamed2855(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'));
@@ -259,7 +259,7 @@ buildBinding() {
var o = new api.Binding();
buildCounterBinding++;
if (buildCounterBinding < 3) {
- o.members = buildUnnamed2841();
+ o.members = buildUnnamed2855();
o.role = "foo";
}
buildCounterBinding--;
@@ -269,46 +269,46 @@ buildBinding() {
checkBinding(api.Binding o) {
buildCounterBinding++;
if (buildCounterBinding < 3) {
- checkUnnamed2841(o.members);
+ checkUnnamed2855(o.members);
unittest.expect(o.role, unittest.equals('foo'));
}
buildCounterBinding--;
}
-buildUnnamed2842() {
+buildUnnamed2856() {
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;
}
-checkUnnamed2842(core.List<core.Object> o) {
+checkUnnamed2856(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'));
}
-buildUnnamed2843() {
+buildUnnamed2857() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2842();
- o["y"] = buildUnnamed2842();
+ o["x"] = buildUnnamed2856();
+ o["y"] = buildUnnamed2856();
return o;
}
-checkUnnamed2843(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2857(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2842(o["x"]);
- checkUnnamed2842(o["y"]);
+ checkUnnamed2856(o["x"]);
+ checkUnnamed2856(o["y"]);
}
-buildUnnamed2844() {
+buildUnnamed2858() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2844(core.List<core.String> o) {
+checkUnnamed2858(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'));
@@ -321,10 +321,10 @@ buildCallSet() {
if (buildCounterCallSet < 3) {
o.created = "foo";
o.id = "foo";
- o.info = buildUnnamed2843();
+ o.info = buildUnnamed2857();
o.name = "foo";
o.sampleId = "foo";
- o.variantSetIds = buildUnnamed2844();
+ o.variantSetIds = buildUnnamed2858();
}
buildCounterCallSet--;
return o;
@@ -335,10 +335,10 @@ checkCallSet(api.CallSet o) {
if (buildCounterCallSet < 3) {
unittest.expect(o.created, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2843(o.info);
+ checkUnnamed2857(o.info);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.sampleId, unittest.equals('foo'));
- checkUnnamed2844(o.variantSetIds);
+ checkUnnamed2858(o.variantSetIds);
}
buildCounterCallSet--;
}
@@ -383,27 +383,27 @@ checkCigarUnit(api.CigarUnit o) {
buildCounterCigarUnit--;
}
-buildUnnamed2845() {
+buildUnnamed2859() {
var o = new core.List<api.ExternalId>();
o.add(buildExternalId());
o.add(buildExternalId());
return o;
}
-checkUnnamed2845(core.List<api.ExternalId> o) {
+checkUnnamed2859(core.List<api.ExternalId> o) {
unittest.expect(o, unittest.hasLength(2));
checkExternalId(o[0]);
checkExternalId(o[1]);
}
-buildUnnamed2846() {
+buildUnnamed2860() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2846(core.List<core.String> o) {
+checkUnnamed2860(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'));
@@ -415,8 +415,8 @@ buildClinicalCondition() {
buildCounterClinicalCondition++;
if (buildCounterClinicalCondition < 3) {
o.conceptId = "foo";
- o.externalIds = buildUnnamed2845();
- o.names = buildUnnamed2846();
+ o.externalIds = buildUnnamed2859();
+ o.names = buildUnnamed2860();
o.omimId = "foo";
}
buildCounterClinicalCondition--;
@@ -427,8 +427,8 @@ checkClinicalCondition(api.ClinicalCondition o) {
buildCounterClinicalCondition++;
if (buildCounterClinicalCondition < 3) {
unittest.expect(o.conceptId, unittest.equals('foo'));
- checkUnnamed2845(o.externalIds);
- checkUnnamed2846(o.names);
+ checkUnnamed2859(o.externalIds);
+ checkUnnamed2860(o.names);
unittest.expect(o.omimId, unittest.equals('foo'));
}
buildCounterClinicalCondition--;
@@ -455,14 +455,14 @@ checkCodingSequence(api.CodingSequence o) {
buildCounterCodingSequence--;
}
-buildUnnamed2847() {
+buildUnnamed2861() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2847(core.List<core.String> o) {
+checkUnnamed2861(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'));
@@ -473,7 +473,7 @@ buildComputeEngine() {
var o = new api.ComputeEngine();
buildCounterComputeEngine++;
if (buildCounterComputeEngine < 3) {
- o.diskNames = buildUnnamed2847();
+ o.diskNames = buildUnnamed2861();
o.instanceName = "foo";
o.machineType = "foo";
o.zone = "foo";
@@ -485,7 +485,7 @@ buildComputeEngine() {
checkComputeEngine(api.ComputeEngine o) {
buildCounterComputeEngine++;
if (buildCounterComputeEngine < 3) {
- checkUnnamed2847(o.diskNames);
+ checkUnnamed2861(o.diskNames);
unittest.expect(o.instanceName, unittest.equals('foo'));
unittest.expect(o.machineType, unittest.equals('foo'));
unittest.expect(o.zone, unittest.equals('foo'));
@@ -625,14 +625,14 @@ checkExperiment(api.Experiment o) {
buildCounterExperiment--;
}
-buildUnnamed2848() {
+buildUnnamed2862() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2848(core.List<core.String> o) {
+checkUnnamed2862(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'));
@@ -645,7 +645,7 @@ buildExportReadGroupSetRequest() {
if (buildCounterExportReadGroupSetRequest < 3) {
o.exportUri = "foo";
o.projectId = "foo";
- o.referenceNames = buildUnnamed2848();
+ o.referenceNames = buildUnnamed2862();
}
buildCounterExportReadGroupSetRequest--;
return o;
@@ -656,19 +656,19 @@ checkExportReadGroupSetRequest(api.ExportReadGroupSetRequest o) {
if (buildCounterExportReadGroupSetRequest < 3) {
unittest.expect(o.exportUri, unittest.equals('foo'));
unittest.expect(o.projectId, unittest.equals('foo'));
- checkUnnamed2848(o.referenceNames);
+ checkUnnamed2862(o.referenceNames);
}
buildCounterExportReadGroupSetRequest--;
}
-buildUnnamed2849() {
+buildUnnamed2863() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2849(core.List<core.String> o) {
+checkUnnamed2863(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'));
@@ -681,7 +681,7 @@ buildExportVariantSetRequest() {
if (buildCounterExportVariantSetRequest < 3) {
o.bigqueryDataset = "foo";
o.bigqueryTable = "foo";
- o.callSetIds = buildUnnamed2849();
+ o.callSetIds = buildUnnamed2863();
o.format = "foo";
o.projectId = "foo";
}
@@ -694,7 +694,7 @@ checkExportVariantSetRequest(api.ExportVariantSetRequest o) {
if (buildCounterExportVariantSetRequest < 3) {
unittest.expect(o.bigqueryDataset, unittest.equals('foo'));
unittest.expect(o.bigqueryTable, unittest.equals('foo'));
- checkUnnamed2849(o.callSetIds);
+ checkUnnamed2863(o.callSetIds);
unittest.expect(o.format, unittest.equals('foo'));
unittest.expect(o.projectId, unittest.equals('foo'));
}
@@ -739,14 +739,14 @@ checkGetIamPolicyRequest(api.GetIamPolicyRequest o) {
buildCounterGetIamPolicyRequest--;
}
-buildUnnamed2850() {
+buildUnnamed2864() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2850(core.List<core.String> o) {
+checkUnnamed2864(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'));
@@ -760,7 +760,7 @@ buildImportReadGroupSetsRequest() {
o.datasetId = "foo";
o.partitionStrategy = "foo";
o.referenceSetId = "foo";
- o.sourceUris = buildUnnamed2850();
+ o.sourceUris = buildUnnamed2864();
}
buildCounterImportReadGroupSetsRequest--;
return o;
@@ -772,19 +772,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'));
- checkUnnamed2850(o.sourceUris);
+ checkUnnamed2864(o.sourceUris);
}
buildCounterImportReadGroupSetsRequest--;
}
-buildUnnamed2851() {
+buildUnnamed2865() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2851(core.List<core.String> o) {
+checkUnnamed2865(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'));
@@ -795,7 +795,7 @@ buildImportReadGroupSetsResponse() {
var o = new api.ImportReadGroupSetsResponse();
buildCounterImportReadGroupSetsResponse++;
if (buildCounterImportReadGroupSetsResponse < 3) {
- o.readGroupSetIds = buildUnnamed2851();
+ o.readGroupSetIds = buildUnnamed2865();
}
buildCounterImportReadGroupSetsResponse--;
return o;
@@ -804,32 +804,32 @@ buildImportReadGroupSetsResponse() {
checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) {
buildCounterImportReadGroupSetsResponse++;
if (buildCounterImportReadGroupSetsResponse < 3) {
- checkUnnamed2851(o.readGroupSetIds);
+ checkUnnamed2865(o.readGroupSetIds);
}
buildCounterImportReadGroupSetsResponse--;
}
-buildUnnamed2852() {
+buildUnnamed2866() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed2852(core.Map<core.String, core.String> o) {
+checkUnnamed2866(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'));
}
-buildUnnamed2853() {
+buildUnnamed2867() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2853(core.List<core.String> o) {
+checkUnnamed2867(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'));
@@ -841,9 +841,9 @@ buildImportVariantsRequest() {
buildCounterImportVariantsRequest++;
if (buildCounterImportVariantsRequest < 3) {
o.format = "foo";
- o.infoMergeConfig = buildUnnamed2852();
+ o.infoMergeConfig = buildUnnamed2866();
o.normalizeReferenceNames = true;
- o.sourceUris = buildUnnamed2853();
+ o.sourceUris = buildUnnamed2867();
o.variantSetId = "foo";
}
buildCounterImportVariantsRequest--;
@@ -854,22 +854,22 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) {
buildCounterImportVariantsRequest++;
if (buildCounterImportVariantsRequest < 3) {
unittest.expect(o.format, unittest.equals('foo'));
- checkUnnamed2852(o.infoMergeConfig);
+ checkUnnamed2866(o.infoMergeConfig);
unittest.expect(o.normalizeReferenceNames, unittest.isTrue);
- checkUnnamed2853(o.sourceUris);
+ checkUnnamed2867(o.sourceUris);
unittest.expect(o.variantSetId, unittest.equals('foo'));
}
buildCounterImportVariantsRequest--;
}
-buildUnnamed2854() {
+buildUnnamed2868() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2854(core.List<core.String> o) {
+checkUnnamed2868(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'));
@@ -880,7 +880,7 @@ buildImportVariantsResponse() {
var o = new api.ImportVariantsResponse();
buildCounterImportVariantsResponse++;
if (buildCounterImportVariantsResponse < 3) {
- o.callSetIds = buildUnnamed2854();
+ o.callSetIds = buildUnnamed2868();
}
buildCounterImportVariantsResponse--;
return o;
@@ -889,19 +889,19 @@ buildImportVariantsResponse() {
checkImportVariantsResponse(api.ImportVariantsResponse o) {
buildCounterImportVariantsResponse++;
if (buildCounterImportVariantsResponse < 3) {
- checkUnnamed2854(o.callSetIds);
+ checkUnnamed2868(o.callSetIds);
}
buildCounterImportVariantsResponse--;
}
-buildUnnamed2855() {
+buildUnnamed2869() {
var o = new core.List<api.CigarUnit>();
o.add(buildCigarUnit());
o.add(buildCigarUnit());
return o;
}
-checkUnnamed2855(core.List<api.CigarUnit> o) {
+checkUnnamed2869(core.List<api.CigarUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkCigarUnit(o[0]);
checkCigarUnit(o[1]);
@@ -912,7 +912,7 @@ buildLinearAlignment() {
var o = new api.LinearAlignment();
buildCounterLinearAlignment++;
if (buildCounterLinearAlignment < 3) {
- o.cigar = buildUnnamed2855();
+ o.cigar = buildUnnamed2869();
o.mappingQuality = 42;
o.position = buildPosition();
}
@@ -923,7 +923,7 @@ buildLinearAlignment() {
checkLinearAlignment(api.LinearAlignment o) {
buildCounterLinearAlignment++;
if (buildCounterLinearAlignment < 3) {
- checkUnnamed2855(o.cigar);
+ checkUnnamed2869(o.cigar);
unittest.expect(o.mappingQuality, unittest.equals(42));
checkPosition(o.position);
}
@@ -953,14 +953,14 @@ checkListBasesResponse(api.ListBasesResponse o) {
buildCounterListBasesResponse--;
}
-buildUnnamed2856() {
+buildUnnamed2870() {
var o = new core.List<api.CoverageBucket>();
o.add(buildCoverageBucket());
o.add(buildCoverageBucket());
return o;
}
-checkUnnamed2856(core.List<api.CoverageBucket> o) {
+checkUnnamed2870(core.List<api.CoverageBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkCoverageBucket(o[0]);
checkCoverageBucket(o[1]);
@@ -972,7 +972,7 @@ buildListCoverageBucketsResponse() {
buildCounterListCoverageBucketsResponse++;
if (buildCounterListCoverageBucketsResponse < 3) {
o.bucketWidth = "foo";
- o.coverageBuckets = buildUnnamed2856();
+ o.coverageBuckets = buildUnnamed2870();
o.nextPageToken = "foo";
}
buildCounterListCoverageBucketsResponse--;
@@ -983,20 +983,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) {
buildCounterListCoverageBucketsResponse++;
if (buildCounterListCoverageBucketsResponse < 3) {
unittest.expect(o.bucketWidth, unittest.equals('foo'));
- checkUnnamed2856(o.coverageBuckets);
+ checkUnnamed2870(o.coverageBuckets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListCoverageBucketsResponse--;
}
-buildUnnamed2857() {
+buildUnnamed2871() {
var o = new core.List<api.Dataset>();
o.add(buildDataset());
o.add(buildDataset());
return o;
}
-checkUnnamed2857(core.List<api.Dataset> o) {
+checkUnnamed2871(core.List<api.Dataset> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataset(o[0]);
checkDataset(o[1]);
@@ -1007,7 +1007,7 @@ buildListDatasetsResponse() {
var o = new api.ListDatasetsResponse();
buildCounterListDatasetsResponse++;
if (buildCounterListDatasetsResponse < 3) {
- o.datasets = buildUnnamed2857();
+ o.datasets = buildUnnamed2871();
o.nextPageToken = "foo";
}
buildCounterListDatasetsResponse--;
@@ -1017,20 +1017,20 @@ buildListDatasetsResponse() {
checkListDatasetsResponse(api.ListDatasetsResponse o) {
buildCounterListDatasetsResponse++;
if (buildCounterListDatasetsResponse < 3) {
- checkUnnamed2857(o.datasets);
+ checkUnnamed2871(o.datasets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListDatasetsResponse--;
}
-buildUnnamed2858() {
+buildUnnamed2872() {
var o = new core.List<api.Operation>();
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-checkUnnamed2858(core.List<api.Operation> o) {
+checkUnnamed2872(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0]);
checkOperation(o[1]);
@@ -1042,7 +1042,7 @@ buildListOperationsResponse() {
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = "foo";
- o.operations = buildUnnamed2858();
+ o.operations = buildUnnamed2872();
}
buildCounterListOperationsResponse--;
return o;
@@ -1052,32 +1052,32 @@ checkListOperationsResponse(api.ListOperationsResponse o) {
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2858(o.operations);
+ checkUnnamed2872(o.operations);
}
buildCounterListOperationsResponse--;
}
-buildUnnamed2859() {
+buildUnnamed2873() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed2859(core.Map<core.String, core.String> o) {
+checkUnnamed2873(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'));
}
-buildUnnamed2860() {
+buildUnnamed2874() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed2860(core.List<api.Variant> o) {
+checkUnnamed2874(core.List<api.Variant> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariant(o[0]);
checkVariant(o[1]);
@@ -1088,9 +1088,9 @@ buildMergeVariantsRequest() {
var o = new api.MergeVariantsRequest();
buildCounterMergeVariantsRequest++;
if (buildCounterMergeVariantsRequest < 3) {
- o.infoMergeConfig = buildUnnamed2859();
+ o.infoMergeConfig = buildUnnamed2873();
o.variantSetId = "foo";
- o.variants = buildUnnamed2860();
+ o.variants = buildUnnamed2874();
}
buildCounterMergeVariantsRequest--;
return o;
@@ -1099,34 +1099,34 @@ buildMergeVariantsRequest() {
checkMergeVariantsRequest(api.MergeVariantsRequest o) {
buildCounterMergeVariantsRequest++;
if (buildCounterMergeVariantsRequest < 3) {
- checkUnnamed2859(o.infoMergeConfig);
+ checkUnnamed2873(o.infoMergeConfig);
unittest.expect(o.variantSetId, unittest.equals('foo'));
- checkUnnamed2860(o.variants);
+ checkUnnamed2874(o.variants);
}
buildCounterMergeVariantsRequest--;
}
-buildUnnamed2861() {
+buildUnnamed2875() {
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;
}
-checkUnnamed2861(core.Map<core.String, core.Object> o) {
+checkUnnamed2875(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'));
}
-buildUnnamed2862() {
+buildUnnamed2876() {
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;
}
-checkUnnamed2862(core.Map<core.String, core.Object> o) {
+checkUnnamed2876(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'));
@@ -1139,9 +1139,9 @@ buildOperation() {
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2861();
+ o.metadata = buildUnnamed2875();
o.name = "foo";
- o.response = buildUnnamed2862();
+ o.response = buildUnnamed2876();
}
buildCounterOperation--;
return o;
@@ -1152,9 +1152,9 @@ checkOperation(api.Operation o) {
if (buildCounterOperation < 3) {
unittest.expect(o.done, unittest.isTrue);
checkStatus(o.error);
- checkUnnamed2861(o.metadata);
+ checkUnnamed2875(o.metadata);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2862(o.response);
+ checkUnnamed2876(o.response);
}
buildCounterOperation--;
}
@@ -1182,53 +1182,53 @@ checkOperationEvent(api.OperationEvent o) {
buildCounterOperationEvent--;
}
-buildUnnamed2863() {
+buildUnnamed2877() {
var o = new core.List<api.OperationEvent>();
o.add(buildOperationEvent());
o.add(buildOperationEvent());
return o;
}
-checkUnnamed2863(core.List<api.OperationEvent> o) {
+checkUnnamed2877(core.List<api.OperationEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationEvent(o[0]);
checkOperationEvent(o[1]);
}
-buildUnnamed2864() {
+buildUnnamed2878() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed2864(core.Map<core.String, core.String> o) {
+checkUnnamed2878(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'));
}
-buildUnnamed2865() {
+buildUnnamed2879() {
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;
}
-checkUnnamed2865(core.Map<core.String, core.Object> o) {
+checkUnnamed2879(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'));
}
-buildUnnamed2866() {
+buildUnnamed2880() {
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;
}
-checkUnnamed2866(core.Map<core.String, core.Object> o) {
+checkUnnamed2880(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'));
@@ -1242,11 +1242,11 @@ buildOperationMetadata() {
o.clientId = "foo";
o.createTime = "foo";
o.endTime = "foo";
- o.events = buildUnnamed2863();
- o.labels = buildUnnamed2864();
+ o.events = buildUnnamed2877();
+ o.labels = buildUnnamed2878();
o.projectId = "foo";
- o.request = buildUnnamed2865();
- o.runtimeMetadata = buildUnnamed2866();
+ o.request = buildUnnamed2879();
+ o.runtimeMetadata = buildUnnamed2880();
o.startTime = "foo";
}
buildCounterOperationMetadata--;
@@ -1259,24 +1259,24 @@ 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'));
- checkUnnamed2863(o.events);
- checkUnnamed2864(o.labels);
+ checkUnnamed2877(o.events);
+ checkUnnamed2878(o.labels);
unittest.expect(o.projectId, unittest.equals('foo'));
- checkUnnamed2865(o.request);
- checkUnnamed2866(o.runtimeMetadata);
+ checkUnnamed2879(o.request);
+ checkUnnamed2880(o.runtimeMetadata);
unittest.expect(o.startTime, unittest.equals('foo'));
}
buildCounterOperationMetadata--;
}
-buildUnnamed2867() {
+buildUnnamed2881() {
var o = new core.List<api.Binding>();
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-checkUnnamed2867(core.List<api.Binding> o) {
+checkUnnamed2881(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0]);
checkBinding(o[1]);
@@ -1287,7 +1287,7 @@ buildPolicy() {
var o = new api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed2867();
+ o.bindings = buildUnnamed2881();
o.etag = "foo";
o.version = 42;
}
@@ -1298,7 +1298,7 @@ buildPolicy() {
checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed2867(o.bindings);
+ checkUnnamed2881(o.bindings);
unittest.expect(o.etag, unittest.equals('foo'));
unittest.expect(o.version, unittest.equals(42));
}
@@ -1378,43 +1378,43 @@ checkRange(api.Range o) {
buildCounterRange--;
}
-buildUnnamed2868() {
+buildUnnamed2882() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed2868(core.List<core.int> o) {
+checkUnnamed2882(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));
}
-buildUnnamed2869() {
+buildUnnamed2883() {
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;
}
-checkUnnamed2869(core.List<core.Object> o) {
+checkUnnamed2883(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'));
}
-buildUnnamed2870() {
+buildUnnamed2884() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2869();
- o["y"] = buildUnnamed2869();
+ o["x"] = buildUnnamed2883();
+ o["y"] = buildUnnamed2883();
return o;
}
-checkUnnamed2870(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2884(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2869(o["x"]);
- checkUnnamed2869(o["y"]);
+ checkUnnamed2883(o["x"]);
+ checkUnnamed2883(o["y"]);
}
core.int buildCounterRead = 0;
@@ -1422,7 +1422,7 @@ buildRead() {
var o = new api.Read();
buildCounterRead++;
if (buildCounterRead < 3) {
- o.alignedQuality = buildUnnamed2868();
+ o.alignedQuality = buildUnnamed2882();
o.alignedSequence = "foo";
o.alignment = buildLinearAlignment();
o.duplicateFragment = true;
@@ -1430,7 +1430,7 @@ buildRead() {
o.fragmentLength = 42;
o.fragmentName = "foo";
o.id = "foo";
- o.info = buildUnnamed2870();
+ o.info = buildUnnamed2884();
o.nextMatePosition = buildPosition();
o.numberReads = 42;
o.properPlacement = true;
@@ -1447,7 +1447,7 @@ buildRead() {
checkRead(api.Read o) {
buildCounterRead++;
if (buildCounterRead < 3) {
- checkUnnamed2868(o.alignedQuality);
+ checkUnnamed2882(o.alignedQuality);
unittest.expect(o.alignedSequence, unittest.equals('foo'));
checkLinearAlignment(o.alignment);
unittest.expect(o.duplicateFragment, unittest.isTrue);
@@ -1455,7 +1455,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'));
- checkUnnamed2870(o.info);
+ checkUnnamed2884(o.info);
checkPosition(o.nextMatePosition);
unittest.expect(o.numberReads, unittest.equals(42));
unittest.expect(o.properPlacement, unittest.isTrue);
@@ -1468,40 +1468,40 @@ checkRead(api.Read o) {
buildCounterRead--;
}
-buildUnnamed2871() {
+buildUnnamed2885() {
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;
}
-checkUnnamed2871(core.List<core.Object> o) {
+checkUnnamed2885(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'));
}
-buildUnnamed2872() {
+buildUnnamed2886() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2871();
- o["y"] = buildUnnamed2871();
+ o["x"] = buildUnnamed2885();
+ o["y"] = buildUnnamed2885();
return o;
}
-checkUnnamed2872(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2886(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2871(o["x"]);
- checkUnnamed2871(o["y"]);
+ checkUnnamed2885(o["x"]);
+ checkUnnamed2885(o["y"]);
}
-buildUnnamed2873() {
+buildUnnamed2887() {
var o = new core.List<api.Program>();
o.add(buildProgram());
o.add(buildProgram());
return o;
}
-checkUnnamed2873(core.List<api.Program> o) {
+checkUnnamed2887(core.List<api.Program> o) {
unittest.expect(o, unittest.hasLength(2));
checkProgram(o[0]);
checkProgram(o[1]);
@@ -1516,10 +1516,10 @@ buildReadGroup() {
o.description = "foo";
o.experiment = buildExperiment();
o.id = "foo";
- o.info = buildUnnamed2872();
+ o.info = buildUnnamed2886();
o.name = "foo";
o.predictedInsertSize = 42;
- o.programs = buildUnnamed2873();
+ o.programs = buildUnnamed2887();
o.referenceSetId = "foo";
o.sampleId = "foo";
}
@@ -1534,50 +1534,50 @@ checkReadGroup(api.ReadGroup o) {
unittest.expect(o.description, unittest.equals('foo'));
checkExperiment(o.experiment);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2872(o.info);
+ checkUnnamed2886(o.info);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.predictedInsertSize, unittest.equals(42));
- checkUnnamed2873(o.programs);
+ checkUnnamed2887(o.programs);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
unittest.expect(o.sampleId, unittest.equals('foo'));
}
buildCounterReadGroup--;
}
-buildUnnamed2874() {
+buildUnnamed2888() {
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;
}
-checkUnnamed2874(core.List<core.Object> o) {
+checkUnnamed2888(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'));
}
-buildUnnamed2875() {
+buildUnnamed2889() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2874();
- o["y"] = buildUnnamed2874();
+ o["x"] = buildUnnamed2888();
+ o["y"] = buildUnnamed2888();
return o;
}
-checkUnnamed2875(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2889(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2874(o["x"]);
- checkUnnamed2874(o["y"]);
+ checkUnnamed2888(o["x"]);
+ checkUnnamed2888(o["y"]);
}
-buildUnnamed2876() {
+buildUnnamed2890() {
var o = new core.List<api.ReadGroup>();
o.add(buildReadGroup());
o.add(buildReadGroup());
return o;
}
-checkUnnamed2876(core.List<api.ReadGroup> o) {
+checkUnnamed2890(core.List<api.ReadGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkReadGroup(o[0]);
checkReadGroup(o[1]);
@@ -1591,9 +1591,9 @@ buildReadGroupSet() {
o.datasetId = "foo";
o.filename = "foo";
o.id = "foo";
- o.info = buildUnnamed2875();
+ o.info = buildUnnamed2889();
o.name = "foo";
- o.readGroups = buildUnnamed2876();
+ o.readGroups = buildUnnamed2890();
o.referenceSetId = "foo";
}
buildCounterReadGroupSet--;
@@ -1606,22 +1606,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'));
- checkUnnamed2875(o.info);
+ checkUnnamed2889(o.info);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2876(o.readGroups);
+ checkUnnamed2890(o.readGroups);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
}
buildCounterReadGroupSet--;
}
-buildUnnamed2877() {
+buildUnnamed2891() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2877(core.List<core.String> o) {
+checkUnnamed2891(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -1637,7 +1637,7 @@ buildReference() {
o.md5checksum = "foo";
o.name = "foo";
o.ncbiTaxonId = 42;
- o.sourceAccessions = buildUnnamed2877();
+ o.sourceAccessions = buildUnnamed2891();
o.sourceUri = "foo";
}
buildCounterReference--;
@@ -1652,7 +1652,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));
- checkUnnamed2877(o.sourceAccessions);
+ checkUnnamed2891(o.sourceAccessions);
unittest.expect(o.sourceUri, unittest.equals('foo'));
}
buildCounterReference--;
@@ -1679,27 +1679,27 @@ checkReferenceBound(api.ReferenceBound o) {
buildCounterReferenceBound--;
}
-buildUnnamed2878() {
+buildUnnamed2892() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2878(core.List<core.String> o) {
+checkUnnamed2892(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'));
}
-buildUnnamed2879() {
+buildUnnamed2893() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2879(core.List<core.String> o) {
+checkUnnamed2893(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'));
@@ -1715,8 +1715,8 @@ buildReferenceSet() {
o.id = "foo";
o.md5checksum = "foo";
o.ncbiTaxonId = 42;
- o.referenceIds = buildUnnamed2878();
- o.sourceAccessions = buildUnnamed2879();
+ o.referenceIds = buildUnnamed2892();
+ o.sourceAccessions = buildUnnamed2893();
o.sourceUri = "foo";
}
buildCounterReferenceSet--;
@@ -1731,8 +1731,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));
- checkUnnamed2878(o.referenceIds);
- checkUnnamed2879(o.sourceAccessions);
+ checkUnnamed2892(o.referenceIds);
+ checkUnnamed2893(o.sourceAccessions);
unittest.expect(o.sourceUri, unittest.equals('foo'));
}
buildCounterReferenceSet--;
@@ -1757,27 +1757,27 @@ checkRuntimeMetadata(api.RuntimeMetadata o) {
buildCounterRuntimeMetadata--;
}
-buildUnnamed2880() {
+buildUnnamed2894() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2880(core.List<core.String> o) {
+checkUnnamed2894(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'));
}
-buildUnnamed2881() {
+buildUnnamed2895() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2881(core.List<core.String> o) {
+checkUnnamed2895(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'));
@@ -1788,12 +1788,12 @@ buildSearchAnnotationSetsRequest() {
var o = new api.SearchAnnotationSetsRequest();
buildCounterSearchAnnotationSetsRequest++;
if (buildCounterSearchAnnotationSetsRequest < 3) {
- o.datasetIds = buildUnnamed2880();
+ o.datasetIds = buildUnnamed2894();
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
o.referenceSetId = "foo";
- o.types = buildUnnamed2881();
+ o.types = buildUnnamed2895();
}
buildCounterSearchAnnotationSetsRequest--;
return o;
@@ -1802,24 +1802,24 @@ buildSearchAnnotationSetsRequest() {
checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) {
buildCounterSearchAnnotationSetsRequest++;
if (buildCounterSearchAnnotationSetsRequest < 3) {
- checkUnnamed2880(o.datasetIds);
+ checkUnnamed2894(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'));
- checkUnnamed2881(o.types);
+ checkUnnamed2895(o.types);
}
buildCounterSearchAnnotationSetsRequest--;
}
-buildUnnamed2882() {
+buildUnnamed2896() {
var o = new core.List<api.AnnotationSet>();
o.add(buildAnnotationSet());
o.add(buildAnnotationSet());
return o;
}
-checkUnnamed2882(core.List<api.AnnotationSet> o) {
+checkUnnamed2896(core.List<api.AnnotationSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotationSet(o[0]);
checkAnnotationSet(o[1]);
@@ -1830,7 +1830,7 @@ buildSearchAnnotationSetsResponse() {
var o = new api.SearchAnnotationSetsResponse();
buildCounterSearchAnnotationSetsResponse++;
if (buildCounterSearchAnnotationSetsResponse < 3) {
- o.annotationSets = buildUnnamed2882();
+ o.annotationSets = buildUnnamed2896();
o.nextPageToken = "foo";
}
buildCounterSearchAnnotationSetsResponse--;
@@ -1840,20 +1840,20 @@ buildSearchAnnotationSetsResponse() {
checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) {
buildCounterSearchAnnotationSetsResponse++;
if (buildCounterSearchAnnotationSetsResponse < 3) {
- checkUnnamed2882(o.annotationSets);
+ checkUnnamed2896(o.annotationSets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchAnnotationSetsResponse--;
}
-buildUnnamed2883() {
+buildUnnamed2897() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2883(core.List<core.String> o) {
+checkUnnamed2897(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'));
@@ -1864,7 +1864,7 @@ buildSearchAnnotationsRequest() {
var o = new api.SearchAnnotationsRequest();
buildCounterSearchAnnotationsRequest++;
if (buildCounterSearchAnnotationsRequest < 3) {
- o.annotationSetIds = buildUnnamed2883();
+ o.annotationSetIds = buildUnnamed2897();
o.end = "foo";
o.pageSize = 42;
o.pageToken = "foo";
@@ -1879,7 +1879,7 @@ buildSearchAnnotationsRequest() {
checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
buildCounterSearchAnnotationsRequest++;
if (buildCounterSearchAnnotationsRequest < 3) {
- checkUnnamed2883(o.annotationSetIds);
+ checkUnnamed2897(o.annotationSetIds);
unittest.expect(o.end, unittest.equals('foo'));
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
@@ -1890,14 +1890,14 @@ checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
buildCounterSearchAnnotationsRequest--;
}
-buildUnnamed2884() {
+buildUnnamed2898() {
var o = new core.List<api.Annotation>();
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-checkUnnamed2884(core.List<api.Annotation> o) {
+checkUnnamed2898(core.List<api.Annotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotation(o[0]);
checkAnnotation(o[1]);
@@ -1908,7 +1908,7 @@ buildSearchAnnotationsResponse() {
var o = new api.SearchAnnotationsResponse();
buildCounterSearchAnnotationsResponse++;
if (buildCounterSearchAnnotationsResponse < 3) {
- o.annotations = buildUnnamed2884();
+ o.annotations = buildUnnamed2898();
o.nextPageToken = "foo";
}
buildCounterSearchAnnotationsResponse--;
@@ -1918,20 +1918,20 @@ buildSearchAnnotationsResponse() {
checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) {
buildCounterSearchAnnotationsResponse++;
if (buildCounterSearchAnnotationsResponse < 3) {
- checkUnnamed2884(o.annotations);
+ checkUnnamed2898(o.annotations);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchAnnotationsResponse--;
}
-buildUnnamed2885() {
+buildUnnamed2899() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2885(core.List<core.String> o) {
+checkUnnamed2899(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'));
@@ -1945,7 +1945,7 @@ buildSearchCallSetsRequest() {
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
- o.variantSetIds = buildUnnamed2885();
+ o.variantSetIds = buildUnnamed2899();
}
buildCounterSearchCallSetsRequest--;
return o;
@@ -1957,19 +1957,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'));
- checkUnnamed2885(o.variantSetIds);
+ checkUnnamed2899(o.variantSetIds);
}
buildCounterSearchCallSetsRequest--;
}
-buildUnnamed2886() {
+buildUnnamed2900() {
var o = new core.List<api.CallSet>();
o.add(buildCallSet());
o.add(buildCallSet());
return o;
}
-checkUnnamed2886(core.List<api.CallSet> o) {
+checkUnnamed2900(core.List<api.CallSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkCallSet(o[0]);
checkCallSet(o[1]);
@@ -1980,7 +1980,7 @@ buildSearchCallSetsResponse() {
var o = new api.SearchCallSetsResponse();
buildCounterSearchCallSetsResponse++;
if (buildCounterSearchCallSetsResponse < 3) {
- o.callSets = buildUnnamed2886();
+ o.callSets = buildUnnamed2900();
o.nextPageToken = "foo";
}
buildCounterSearchCallSetsResponse--;
@@ -1990,20 +1990,20 @@ buildSearchCallSetsResponse() {
checkSearchCallSetsResponse(api.SearchCallSetsResponse o) {
buildCounterSearchCallSetsResponse++;
if (buildCounterSearchCallSetsResponse < 3) {
- checkUnnamed2886(o.callSets);
+ checkUnnamed2900(o.callSets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchCallSetsResponse--;
}
-buildUnnamed2887() {
+buildUnnamed2901() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2887(core.List<core.String> o) {
+checkUnnamed2901(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'));
@@ -2014,7 +2014,7 @@ buildSearchReadGroupSetsRequest() {
var o = new api.SearchReadGroupSetsRequest();
buildCounterSearchReadGroupSetsRequest++;
if (buildCounterSearchReadGroupSetsRequest < 3) {
- o.datasetIds = buildUnnamed2887();
+ o.datasetIds = buildUnnamed2901();
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
@@ -2026,7 +2026,7 @@ buildSearchReadGroupSetsRequest() {
checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
buildCounterSearchReadGroupSetsRequest++;
if (buildCounterSearchReadGroupSetsRequest < 3) {
- checkUnnamed2887(o.datasetIds);
+ checkUnnamed2901(o.datasetIds);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
@@ -2034,14 +2034,14 @@ checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
buildCounterSearchReadGroupSetsRequest--;
}
-buildUnnamed2888() {
+buildUnnamed2902() {
var o = new core.List<api.ReadGroupSet>();
o.add(buildReadGroupSet());
o.add(buildReadGroupSet());
return o;
}
-checkUnnamed2888(core.List<api.ReadGroupSet> o) {
+checkUnnamed2902(core.List<api.ReadGroupSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkReadGroupSet(o[0]);
checkReadGroupSet(o[1]);
@@ -2053,7 +2053,7 @@ buildSearchReadGroupSetsResponse() {
buildCounterSearchReadGroupSetsResponse++;
if (buildCounterSearchReadGroupSetsResponse < 3) {
o.nextPageToken = "foo";
- o.readGroupSets = buildUnnamed2888();
+ o.readGroupSets = buildUnnamed2902();
}
buildCounterSearchReadGroupSetsResponse--;
return o;
@@ -2063,32 +2063,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) {
buildCounterSearchReadGroupSetsResponse++;
if (buildCounterSearchReadGroupSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2888(o.readGroupSets);
+ checkUnnamed2902(o.readGroupSets);
}
buildCounterSearchReadGroupSetsResponse--;
}
-buildUnnamed2889() {
+buildUnnamed2903() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2889(core.List<core.String> o) {
+checkUnnamed2903(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'));
}
-buildUnnamed2890() {
+buildUnnamed2904() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2890(core.List<core.String> o) {
+checkUnnamed2904(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'));
@@ -2102,8 +2102,8 @@ buildSearchReadsRequest() {
o.end = "foo";
o.pageSize = 42;
o.pageToken = "foo";
- o.readGroupIds = buildUnnamed2889();
- o.readGroupSetIds = buildUnnamed2890();
+ o.readGroupIds = buildUnnamed2903();
+ o.readGroupSetIds = buildUnnamed2904();
o.referenceName = "foo";
o.start = "foo";
}
@@ -2117,22 +2117,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'));
- checkUnnamed2889(o.readGroupIds);
- checkUnnamed2890(o.readGroupSetIds);
+ checkUnnamed2903(o.readGroupIds);
+ checkUnnamed2904(o.readGroupSetIds);
unittest.expect(o.referenceName, unittest.equals('foo'));
unittest.expect(o.start, unittest.equals('foo'));
}
buildCounterSearchReadsRequest--;
}
-buildUnnamed2891() {
+buildUnnamed2905() {
var o = new core.List<api.Read>();
o.add(buildRead());
o.add(buildRead());
return o;
}
-checkUnnamed2891(core.List<api.Read> o) {
+checkUnnamed2905(core.List<api.Read> o) {
unittest.expect(o, unittest.hasLength(2));
checkRead(o[0]);
checkRead(o[1]);
@@ -2143,7 +2143,7 @@ buildSearchReadsResponse() {
var o = new api.SearchReadsResponse();
buildCounterSearchReadsResponse++;
if (buildCounterSearchReadsResponse < 3) {
- o.alignments = buildUnnamed2891();
+ o.alignments = buildUnnamed2905();
o.nextPageToken = "foo";
}
buildCounterSearchReadsResponse--;
@@ -2153,33 +2153,33 @@ buildSearchReadsResponse() {
checkSearchReadsResponse(api.SearchReadsResponse o) {
buildCounterSearchReadsResponse++;
if (buildCounterSearchReadsResponse < 3) {
- checkUnnamed2891(o.alignments);
+ checkUnnamed2905(o.alignments);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchReadsResponse--;
}
-buildUnnamed2892() {
+buildUnnamed2906() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2892(core.List<core.String> o) {
+checkUnnamed2906(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'));
}
-buildUnnamed2893() {
+buildUnnamed2907() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2893(core.List<core.String> o) {
+checkUnnamed2907(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'));
@@ -2190,9 +2190,9 @@ buildSearchReferenceSetsRequest() {
var o = new api.SearchReferenceSetsRequest();
buildCounterSearchReferenceSetsRequest++;
if (buildCounterSearchReferenceSetsRequest < 3) {
- o.accessions = buildUnnamed2892();
+ o.accessions = buildUnnamed2906();
o.assemblyId = "foo";
- o.md5checksums = buildUnnamed2893();
+ o.md5checksums = buildUnnamed2907();
o.pageSize = 42;
o.pageToken = "foo";
}
@@ -2203,23 +2203,23 @@ buildSearchReferenceSetsRequest() {
checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) {
buildCounterSearchReferenceSetsRequest++;
if (buildCounterSearchReferenceSetsRequest < 3) {
- checkUnnamed2892(o.accessions);
+ checkUnnamed2906(o.accessions);
unittest.expect(o.assemblyId, unittest.equals('foo'));
- checkUnnamed2893(o.md5checksums);
+ checkUnnamed2907(o.md5checksums);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
}
buildCounterSearchReferenceSetsRequest--;
}
-buildUnnamed2894() {
+buildUnnamed2908() {
var o = new core.List<api.ReferenceSet>();
o.add(buildReferenceSet());
o.add(buildReferenceSet());
return o;
}
-checkUnnamed2894(core.List<api.ReferenceSet> o) {
+checkUnnamed2908(core.List<api.ReferenceSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkReferenceSet(o[0]);
checkReferenceSet(o[1]);
@@ -2231,7 +2231,7 @@ buildSearchReferenceSetsResponse() {
buildCounterSearchReferenceSetsResponse++;
if (buildCounterSearchReferenceSetsResponse < 3) {
o.nextPageToken = "foo";
- o.referenceSets = buildUnnamed2894();
+ o.referenceSets = buildUnnamed2908();
}
buildCounterSearchReferenceSetsResponse--;
return o;
@@ -2241,32 +2241,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) {
buildCounterSearchReferenceSetsResponse++;
if (buildCounterSearchReferenceSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2894(o.referenceSets);
+ checkUnnamed2908(o.referenceSets);
}
buildCounterSearchReferenceSetsResponse--;
}
-buildUnnamed2895() {
+buildUnnamed2909() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2895(core.List<core.String> o) {
+checkUnnamed2909(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'));
}
-buildUnnamed2896() {
+buildUnnamed2910() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2896(core.List<core.String> o) {
+checkUnnamed2910(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'));
@@ -2277,8 +2277,8 @@ buildSearchReferencesRequest() {
var o = new api.SearchReferencesRequest();
buildCounterSearchReferencesRequest++;
if (buildCounterSearchReferencesRequest < 3) {
- o.accessions = buildUnnamed2895();
- o.md5checksums = buildUnnamed2896();
+ o.accessions = buildUnnamed2909();
+ o.md5checksums = buildUnnamed2910();
o.pageSize = 42;
o.pageToken = "foo";
o.referenceSetId = "foo";
@@ -2290,8 +2290,8 @@ buildSearchReferencesRequest() {
checkSearchReferencesRequest(api.SearchReferencesRequest o) {
buildCounterSearchReferencesRequest++;
if (buildCounterSearchReferencesRequest < 3) {
- checkUnnamed2895(o.accessions);
- checkUnnamed2896(o.md5checksums);
+ checkUnnamed2909(o.accessions);
+ checkUnnamed2910(o.md5checksums);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
unittest.expect(o.referenceSetId, unittest.equals('foo'));
@@ -2299,14 +2299,14 @@ checkSearchReferencesRequest(api.SearchReferencesRequest o) {
buildCounterSearchReferencesRequest--;
}
-buildUnnamed2897() {
+buildUnnamed2911() {
var o = new core.List<api.Reference>();
o.add(buildReference());
o.add(buildReference());
return o;
}
-checkUnnamed2897(core.List<api.Reference> o) {
+checkUnnamed2911(core.List<api.Reference> o) {
unittest.expect(o, unittest.hasLength(2));
checkReference(o[0]);
checkReference(o[1]);
@@ -2318,7 +2318,7 @@ buildSearchReferencesResponse() {
buildCounterSearchReferencesResponse++;
if (buildCounterSearchReferencesResponse < 3) {
o.nextPageToken = "foo";
- o.references = buildUnnamed2897();
+ o.references = buildUnnamed2911();
}
buildCounterSearchReferencesResponse--;
return o;
@@ -2328,19 +2328,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) {
buildCounterSearchReferencesResponse++;
if (buildCounterSearchReferencesResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2897(o.references);
+ checkUnnamed2911(o.references);
}
buildCounterSearchReferencesResponse--;
}
-buildUnnamed2898() {
+buildUnnamed2912() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2898(core.List<core.String> o) {
+checkUnnamed2912(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'));
@@ -2351,7 +2351,7 @@ buildSearchVariantSetsRequest() {
var o = new api.SearchVariantSetsRequest();
buildCounterSearchVariantSetsRequest++;
if (buildCounterSearchVariantSetsRequest < 3) {
- o.datasetIds = buildUnnamed2898();
+ o.datasetIds = buildUnnamed2912();
o.pageSize = 42;
o.pageToken = "foo";
}
@@ -2362,21 +2362,21 @@ buildSearchVariantSetsRequest() {
checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) {
buildCounterSearchVariantSetsRequest++;
if (buildCounterSearchVariantSetsRequest < 3) {
- checkUnnamed2898(o.datasetIds);
+ checkUnnamed2912(o.datasetIds);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
}
buildCounterSearchVariantSetsRequest--;
}
-buildUnnamed2899() {
+buildUnnamed2913() {
var o = new core.List<api.VariantSet>();
o.add(buildVariantSet());
o.add(buildVariantSet());
return o;
}
-checkUnnamed2899(core.List<api.VariantSet> o) {
+checkUnnamed2913(core.List<api.VariantSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariantSet(o[0]);
checkVariantSet(o[1]);
@@ -2388,7 +2388,7 @@ buildSearchVariantSetsResponse() {
buildCounterSearchVariantSetsResponse++;
if (buildCounterSearchVariantSetsResponse < 3) {
o.nextPageToken = "foo";
- o.variantSets = buildUnnamed2899();
+ o.variantSets = buildUnnamed2913();
}
buildCounterSearchVariantSetsResponse--;
return o;
@@ -2398,32 +2398,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) {
buildCounterSearchVariantSetsResponse++;
if (buildCounterSearchVariantSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2899(o.variantSets);
+ checkUnnamed2913(o.variantSets);
}
buildCounterSearchVariantSetsResponse--;
}
-buildUnnamed2900() {
+buildUnnamed2914() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2900(core.List<core.String> o) {
+checkUnnamed2914(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'));
}
-buildUnnamed2901() {
+buildUnnamed2915() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2901(core.List<core.String> o) {
+checkUnnamed2915(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'));
@@ -2434,7 +2434,7 @@ buildSearchVariantsRequest() {
var o = new api.SearchVariantsRequest();
buildCounterSearchVariantsRequest++;
if (buildCounterSearchVariantsRequest < 3) {
- o.callSetIds = buildUnnamed2900();
+ o.callSetIds = buildUnnamed2914();
o.end = "foo";
o.maxCalls = 42;
o.pageSize = 42;
@@ -2442,7 +2442,7 @@ buildSearchVariantsRequest() {
o.referenceName = "foo";
o.start = "foo";
o.variantName = "foo";
- o.variantSetIds = buildUnnamed2901();
+ o.variantSetIds = buildUnnamed2915();
}
buildCounterSearchVariantsRequest--;
return o;
@@ -2451,7 +2451,7 @@ buildSearchVariantsRequest() {
checkSearchVariantsRequest(api.SearchVariantsRequest o) {
buildCounterSearchVariantsRequest++;
if (buildCounterSearchVariantsRequest < 3) {
- checkUnnamed2900(o.callSetIds);
+ checkUnnamed2914(o.callSetIds);
unittest.expect(o.end, unittest.equals('foo'));
unittest.expect(o.maxCalls, unittest.equals(42));
unittest.expect(o.pageSize, unittest.equals(42));
@@ -2459,19 +2459,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'));
- checkUnnamed2901(o.variantSetIds);
+ checkUnnamed2915(o.variantSetIds);
}
buildCounterSearchVariantsRequest--;
}
-buildUnnamed2902() {
+buildUnnamed2916() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed2902(core.List<api.Variant> o) {
+checkUnnamed2916(core.List<api.Variant> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariant(o[0]);
checkVariant(o[1]);
@@ -2483,7 +2483,7 @@ buildSearchVariantsResponse() {
buildCounterSearchVariantsResponse++;
if (buildCounterSearchVariantsResponse < 3) {
o.nextPageToken = "foo";
- o.variants = buildUnnamed2902();
+ o.variants = buildUnnamed2916();
}
buildCounterSearchVariantsResponse--;
return o;
@@ -2493,7 +2493,7 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) {
buildCounterSearchVariantsResponse++;
if (buildCounterSearchVariantsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed2902(o.variants);
+ checkUnnamed2916(o.variants);
}
buildCounterSearchVariantsResponse--;
}
@@ -2517,30 +2517,30 @@ checkSetIamPolicyRequest(api.SetIamPolicyRequest o) {
buildCounterSetIamPolicyRequest--;
}
-buildUnnamed2903() {
+buildUnnamed2917() {
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;
}
-checkUnnamed2903(core.Map<core.String, core.Object> o) {
+checkUnnamed2917(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'));
}
-buildUnnamed2904() {
+buildUnnamed2918() {
var o = new core.List<core.Map<core.String, core.Object>>();
- o.add(buildUnnamed2903());
- o.add(buildUnnamed2903());
+ o.add(buildUnnamed2917());
+ o.add(buildUnnamed2917());
return o;
}
-checkUnnamed2904(core.List<core.Map<core.String, core.Object>> o) {
+checkUnnamed2918(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2903(o[0]);
- checkUnnamed2903(o[1]);
+ checkUnnamed2917(o[0]);
+ checkUnnamed2917(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2549,7 +2549,7 @@ buildStatus() {
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2904();
+ o.details = buildUnnamed2918();
o.message = "foo";
}
buildCounterStatus--;
@@ -2560,20 +2560,20 @@ checkStatus(api.Status o) {
buildCounterStatus++;
if (buildCounterStatus < 3) {
unittest.expect(o.code, unittest.equals(42));
- checkUnnamed2904(o.details);
+ checkUnnamed2918(o.details);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterStatus--;
}
-buildUnnamed2905() {
+buildUnnamed2919() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2905(core.List<core.String> o) {
+checkUnnamed2919(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'));
@@ -2584,7 +2584,7 @@ buildTestIamPermissionsRequest() {
var o = new api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed2905();
+ o.permissions = buildUnnamed2919();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -2593,19 +2593,19 @@ buildTestIamPermissionsRequest() {
checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2905(o.permissions);
+ checkUnnamed2919(o.permissions);
}
buildCounterTestIamPermissionsRequest--;
}
-buildUnnamed2906() {
+buildUnnamed2920() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2906(core.List<core.String> o) {
+checkUnnamed2920(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'));
@@ -2616,7 +2616,7 @@ buildTestIamPermissionsResponse() {
var o = new api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed2906();
+ o.permissions = buildUnnamed2920();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -2625,19 +2625,19 @@ buildTestIamPermissionsResponse() {
checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed2906(o.permissions);
+ checkUnnamed2920(o.permissions);
}
buildCounterTestIamPermissionsResponse--;
}
-buildUnnamed2907() {
+buildUnnamed2921() {
var o = new core.List<api.Exon>();
o.add(buildExon());
o.add(buildExon());
return o;
}
-checkUnnamed2907(core.List<api.Exon> o) {
+checkUnnamed2921(core.List<api.Exon> o) {
unittest.expect(o, unittest.hasLength(2));
checkExon(o[0]);
checkExon(o[1]);
@@ -2649,7 +2649,7 @@ buildTranscript() {
buildCounterTranscript++;
if (buildCounterTranscript < 3) {
o.codingSequence = buildCodingSequence();
- o.exons = buildUnnamed2907();
+ o.exons = buildUnnamed2921();
o.geneId = "foo";
}
buildCounterTranscript--;
@@ -2660,7 +2660,7 @@ checkTranscript(api.Transcript o) {
buildCounterTranscript++;
if (buildCounterTranscript < 3) {
checkCodingSequence(o.codingSequence);
- checkUnnamed2907(o.exons);
+ checkUnnamed2921(o.exons);
unittest.expect(o.geneId, unittest.equals('foo'));
}
buildCounterTranscript--;
@@ -2683,79 +2683,79 @@ checkUndeleteDatasetRequest(api.UndeleteDatasetRequest o) {
buildCounterUndeleteDatasetRequest--;
}
-buildUnnamed2908() {
+buildUnnamed2922() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2908(core.List<core.String> o) {
+checkUnnamed2922(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'));
}
-buildUnnamed2909() {
+buildUnnamed2923() {
var o = new core.List<api.VariantCall>();
o.add(buildVariantCall());
o.add(buildVariantCall());
return o;
}
-checkUnnamed2909(core.List<api.VariantCall> o) {
+checkUnnamed2923(core.List<api.VariantCall> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariantCall(o[0]);
checkVariantCall(o[1]);
}
-buildUnnamed2910() {
+buildUnnamed2924() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2910(core.List<core.String> o) {
+checkUnnamed2924(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'));
}
-buildUnnamed2911() {
+buildUnnamed2925() {
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;
}
-checkUnnamed2911(core.List<core.Object> o) {
+checkUnnamed2925(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'));
}
-buildUnnamed2912() {
+buildUnnamed2926() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2911();
- o["y"] = buildUnnamed2911();
+ o["x"] = buildUnnamed2925();
+ o["y"] = buildUnnamed2925();
return o;
}
-checkUnnamed2912(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2926(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2911(o["x"]);
- checkUnnamed2911(o["y"]);
+ checkUnnamed2925(o["x"]);
+ checkUnnamed2925(o["y"]);
}
-buildUnnamed2913() {
+buildUnnamed2927() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2913(core.List<core.String> o) {
+checkUnnamed2927(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'));
@@ -2766,14 +2766,14 @@ buildVariant() {
var o = new api.Variant();
buildCounterVariant++;
if (buildCounterVariant < 3) {
- o.alternateBases = buildUnnamed2908();
- o.calls = buildUnnamed2909();
+ o.alternateBases = buildUnnamed2922();
+ o.calls = buildUnnamed2923();
o.created = "foo";
o.end = "foo";
- o.filter = buildUnnamed2910();
+ o.filter = buildUnnamed2924();
o.id = "foo";
- o.info = buildUnnamed2912();
- o.names = buildUnnamed2913();
+ o.info = buildUnnamed2926();
+ o.names = buildUnnamed2927();
o.quality = 42.0;
o.referenceBases = "foo";
o.referenceName = "foo";
@@ -2787,14 +2787,14 @@ buildVariant() {
checkVariant(api.Variant o) {
buildCounterVariant++;
if (buildCounterVariant < 3) {
- checkUnnamed2908(o.alternateBases);
- checkUnnamed2909(o.calls);
+ checkUnnamed2922(o.alternateBases);
+ checkUnnamed2923(o.calls);
unittest.expect(o.created, unittest.equals('foo'));
unittest.expect(o.end, unittest.equals('foo'));
- checkUnnamed2910(o.filter);
+ checkUnnamed2924(o.filter);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2912(o.info);
- checkUnnamed2913(o.names);
+ checkUnnamed2926(o.info);
+ checkUnnamed2927(o.names);
unittest.expect(o.quality, unittest.equals(42.0));
unittest.expect(o.referenceBases, unittest.equals('foo'));
unittest.expect(o.referenceName, unittest.equals('foo'));
@@ -2804,27 +2804,27 @@ checkVariant(api.Variant o) {
buildCounterVariant--;
}
-buildUnnamed2914() {
+buildUnnamed2928() {
var o = new core.List<api.ClinicalCondition>();
o.add(buildClinicalCondition());
o.add(buildClinicalCondition());
return o;
}
-checkUnnamed2914(core.List<api.ClinicalCondition> o) {
+checkUnnamed2928(core.List<api.ClinicalCondition> o) {
unittest.expect(o, unittest.hasLength(2));
checkClinicalCondition(o[0]);
checkClinicalCondition(o[1]);
}
-buildUnnamed2915() {
+buildUnnamed2929() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2915(core.List<core.String> o) {
+checkUnnamed2929(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'));
@@ -2837,10 +2837,10 @@ buildVariantAnnotation() {
if (buildCounterVariantAnnotation < 3) {
o.alternateBases = "foo";
o.clinicalSignificance = "foo";
- o.conditions = buildUnnamed2914();
+ o.conditions = buildUnnamed2928();
o.effect = "foo";
o.geneId = "foo";
- o.transcriptIds = buildUnnamed2915();
+ o.transcriptIds = buildUnnamed2929();
o.type = "foo";
}
buildCounterVariantAnnotation--;
@@ -2852,65 +2852,65 @@ checkVariantAnnotation(api.VariantAnnotation o) {
if (buildCounterVariantAnnotation < 3) {
unittest.expect(o.alternateBases, unittest.equals('foo'));
unittest.expect(o.clinicalSignificance, unittest.equals('foo'));
- checkUnnamed2914(o.conditions);
+ checkUnnamed2928(o.conditions);
unittest.expect(o.effect, unittest.equals('foo'));
unittest.expect(o.geneId, unittest.equals('foo'));
- checkUnnamed2915(o.transcriptIds);
+ checkUnnamed2929(o.transcriptIds);
unittest.expect(o.type, unittest.equals('foo'));
}
buildCounterVariantAnnotation--;
}
-buildUnnamed2916() {
+buildUnnamed2930() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed2916(core.List<core.int> o) {
+checkUnnamed2930(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));
}
-buildUnnamed2917() {
+buildUnnamed2931() {
var o = new core.List<core.double>();
o.add(42.0);
o.add(42.0);
return o;
}
-checkUnnamed2917(core.List<core.double> o) {
+checkUnnamed2931(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));
}
-buildUnnamed2918() {
+buildUnnamed2932() {
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;
}
-checkUnnamed2918(core.List<core.Object> o) {
+checkUnnamed2932(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'));
}
-buildUnnamed2919() {
+buildUnnamed2933() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2918();
- o["y"] = buildUnnamed2918();
+ o["x"] = buildUnnamed2932();
+ o["y"] = buildUnnamed2932();
return o;
}
-checkUnnamed2919(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2933(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2918(o["x"]);
- checkUnnamed2918(o["y"]);
+ checkUnnamed2932(o["x"]);
+ checkUnnamed2932(o["y"]);
}
core.int buildCounterVariantCall = 0;
@@ -2920,9 +2920,9 @@ buildVariantCall() {
if (buildCounterVariantCall < 3) {
o.callSetId = "foo";
o.callSetName = "foo";
- o.genotype = buildUnnamed2916();
- o.genotypeLikelihood = buildUnnamed2917();
- o.info = buildUnnamed2919();
+ o.genotype = buildUnnamed2930();
+ o.genotypeLikelihood = buildUnnamed2931();
+ o.info = buildUnnamed2933();
o.phaseset = "foo";
}
buildCounterVariantCall--;
@@ -2934,35 +2934,35 @@ checkVariantCall(api.VariantCall o) {
if (buildCounterVariantCall < 3) {
unittest.expect(o.callSetId, unittest.equals('foo'));
unittest.expect(o.callSetName, unittest.equals('foo'));
- checkUnnamed2916(o.genotype);
- checkUnnamed2917(o.genotypeLikelihood);
- checkUnnamed2919(o.info);
+ checkUnnamed2930(o.genotype);
+ checkUnnamed2931(o.genotypeLikelihood);
+ checkUnnamed2933(o.info);
unittest.expect(o.phaseset, unittest.equals('foo'));
}
buildCounterVariantCall--;
}
-buildUnnamed2920() {
+buildUnnamed2934() {
var o = new core.List<api.VariantSetMetadata>();
o.add(buildVariantSetMetadata());
o.add(buildVariantSetMetadata());
return o;
}
-checkUnnamed2920(core.List<api.VariantSetMetadata> o) {
+checkUnnamed2934(core.List<api.VariantSetMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariantSetMetadata(o[0]);
checkVariantSetMetadata(o[1]);
}
-buildUnnamed2921() {
+buildUnnamed2935() {
var o = new core.List<api.ReferenceBound>();
o.add(buildReferenceBound());
o.add(buildReferenceBound());
return o;
}
-checkUnnamed2921(core.List<api.ReferenceBound> o) {
+checkUnnamed2935(core.List<api.ReferenceBound> o) {
unittest.expect(o, unittest.hasLength(2));
checkReferenceBound(o[0]);
checkReferenceBound(o[1]);
@@ -2976,9 +2976,9 @@ buildVariantSet() {
o.datasetId = "foo";
o.description = "foo";
o.id = "foo";
- o.metadata = buildUnnamed2920();
+ o.metadata = buildUnnamed2934();
o.name = "foo";
- o.referenceBounds = buildUnnamed2921();
+ o.referenceBounds = buildUnnamed2935();
o.referenceSetId = "foo";
}
buildCounterVariantSet--;
@@ -2991,38 +2991,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'));
- checkUnnamed2920(o.metadata);
+ checkUnnamed2934(o.metadata);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2921(o.referenceBounds);
+ checkUnnamed2935(o.referenceBounds);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
}
buildCounterVariantSet--;
}
-buildUnnamed2922() {
+buildUnnamed2936() {
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;
}
-checkUnnamed2922(core.List<core.Object> o) {
+checkUnnamed2936(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'));
}
-buildUnnamed2923() {
+buildUnnamed2937() {
var o = new core.Map<core.String, core.List<core.Object>>();
- o["x"] = buildUnnamed2922();
- o["y"] = buildUnnamed2922();
+ o["x"] = buildUnnamed2936();
+ o["y"] = buildUnnamed2936();
return o;
}
-checkUnnamed2923(core.Map<core.String, core.List<core.Object>> o) {
+checkUnnamed2937(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2922(o["x"]);
- checkUnnamed2922(o["y"]);
+ checkUnnamed2936(o["x"]);
+ checkUnnamed2936(o["y"]);
}
core.int buildCounterVariantSetMetadata = 0;
@@ -3032,7 +3032,7 @@ buildVariantSetMetadata() {
if (buildCounterVariantSetMetadata < 3) {
o.description = "foo";
o.id = "foo";
- o.info = buildUnnamed2923();
+ o.info = buildUnnamed2937();
o.key = "foo";
o.number = "foo";
o.type = "foo";
@@ -3047,7 +3047,7 @@ checkVariantSetMetadata(api.VariantSetMetadata o) {
if (buildCounterVariantSetMetadata < 3) {
unittest.expect(o.description, unittest.equals('foo'));
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed2923(o.info);
+ checkUnnamed2937(o.info);
unittest.expect(o.key, unittest.equals('foo'));
unittest.expect(o.number, unittest.equals('foo'));
unittest.expect(o.type, unittest.equals('foo'));
@@ -5055,9 +5055,9 @@ main() {
var mock = new HttpServerMock();
api.OperationsResourceApi res = new api.GenomicsApi(mock).operations;
var arg_name = "foo";
- var arg_filter = "foo";
var arg_pageToken = "foo";
var arg_pageSize = 42;
+ var arg_filter = "foo";
mock.register(unittest.expectAsync((http.BaseRequest req, json) {
var path = (req.url).path;
var pathOffset = 0;
@@ -5085,9 +5085,9 @@ main() {
addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
}
}
- unittest.expect(queryMap["filter"].first, unittest.equals(arg_filter));
unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken));
unittest.expect(core.int.parse(queryMap["pageSize"].first), unittest.equals(arg_pageSize));
+ unittest.expect(queryMap["filter"].first, unittest.equals(arg_filter));
var h = {
@@ -5096,7 +5096,7 @@ main() {
var resp = convert.JSON.encode(buildListOperationsResponse());
return new async.Future.value(stringResponse(200, h, resp));
}), true);
- res.list(arg_name, filter: arg_filter, pageToken: arg_pageToken, pageSize: arg_pageSize).then(unittest.expectAsync(((api.ListOperationsResponse response) {
+ res.list(arg_name, pageToken: arg_pageToken, pageSize: arg_pageSize, filter: arg_filter).then(unittest.expectAsync(((api.ListOperationsResponse response) {
checkListOperationsResponse(response);
})));
});
@@ -5410,12 +5410,12 @@ main() {
var mock = new HttpServerMock();
api.ReadgroupsetsCoveragebucketsResourceApi res = new api.GenomicsApi(mock).readgroupsets.coveragebuckets;
var arg_readGroupSetId = "foo";
- var arg_referenceName = "foo";
- var arg_end = "foo";
var arg_pageToken = "foo";
var arg_pageSize = 42;
var arg_start = "foo";
var arg_targetBucketWidth = "foo";
+ var arg_referenceName = "foo";
+ var arg_end = "foo";
mock.register(unittest.expectAsync((http.BaseRequest req, json) {
var path = (req.url).path;
var pathOffset = 0;
@@ -5449,12 +5449,12 @@ main() {
addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
}
}
- unittest.expect(queryMap["referenceName"].first, unittest.equals(arg_referenceName));
- unittest.expect(queryMap["end"].first, unittest.equals(arg_end));
unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken));
unittest.expect(core.int.parse(queryMap["pageSize"].first), unittest.equals(arg_pageSize));
unittest.expect(queryMap["start"].first, unittest.equals(arg_start));
unittest.expect(queryMap["targetBucketWidth"].first, unittest.equals(arg_targetBucketWidth));
+ unittest.expect(queryMap["referenceName"].first, unittest.equals(arg_referenceName));
+ unittest.expect(queryMap["end"].first, unittest.equals(arg_end));
var h = {
@@ -5463,7 +5463,7 @@ main() {
var resp = convert.JSON.encode(buildListCoverageBucketsResponse());
return new async.Future.value(stringResponse(200, h, resp));
}), true);
- res.list(arg_readGroupSetId, referenceName: arg_referenceName, end: arg_end, pageToken: arg_pageToken, pageSize: arg_pageSize, start: arg_start, targetBucketWidth: arg_targetBucketWidth).then(unittest.expectAsync(((api.ListCoverageBucketsResponse response) {
+ res.list(arg_readGroupSetId, pageToken: arg_pageToken, pageSize: arg_pageSize, start: arg_start, targetBucketWidth: arg_targetBucketWidth, referenceName: arg_referenceName, end: arg_end).then(unittest.expectAsync(((api.ListCoverageBucketsResponse response) {
checkListCoverageBucketsResponse(response);
})));
});
@@ -5626,10 +5626,10 @@ main() {
var mock = new HttpServerMock();
api.ReferencesBasesResourceApi res = new api.GenomicsApi(mock).references.bases;
var arg_referenceId = "foo";
- var arg_start = "foo";
- var arg_end = "foo";
var arg_pageToken = "foo";
var arg_pageSize = 42;
+ var arg_start = "foo";
+ var arg_end = "foo";
mock.register(unittest.expectAsync((http.BaseRequest req, json) {
var path = (req.url).path;
var pathOffset = 0;
@@ -5663,10 +5663,10 @@ main() {
addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
}
}
- unittest.expect(queryMap["start"].first, unittest.equals(arg_start));
- unittest.expect(queryMap["end"].first, unittest.equals(arg_end));
unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken));
unittest.expect(core.int.parse(queryMap["pageSize"].first), unittest.equals(arg_pageSize));
+ unittest.expect(queryMap["start"].first, unittest.equals(arg_start));
+ unittest.expect(queryMap["end"].first, unittest.equals(arg_end));
var h = {
@@ -5675,7 +5675,7 @@ main() {
var resp = convert.JSON.encode(buildListBasesResponse());
return new async.Future.value(stringResponse(200, h, resp));
}), true);
- res.list(arg_referenceId, start: arg_start, end: arg_end, pageToken: arg_pageToken, pageSize: arg_pageSize).then(unittest.expectAsync(((api.ListBasesResponse response) {
+ res.list(arg_referenceId, pageToken: arg_pageToken, pageSize: arg_pageSize, start: arg_start, end: arg_end).then(unittest.expectAsync(((api.ListBasesResponse response) {
checkListBasesResponse(response);
})));
});
« 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