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 1aa223d414aaab1eda4b5e2b1ee9be572abb5110..957d1de490981924f3e23e1813fcb4d889742c39 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); |
} |
-buildUnnamed2392() { |
+buildUnnamed2491() { |
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; |
} |
-checkUnnamed2392(core.List<core.Object> o) { |
+checkUnnamed2491(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')); |
} |
-buildUnnamed2393() { |
+buildUnnamed2492() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2392(); |
- o["y"] = buildUnnamed2392(); |
+ o["x"] = buildUnnamed2491(); |
+ o["y"] = buildUnnamed2491(); |
return o; |
} |
-checkUnnamed2393(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2492(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2392(o["x"]); |
- checkUnnamed2392(o["y"]); |
+ checkUnnamed2491(o["x"]); |
+ checkUnnamed2491(o["y"]); |
} |
core.int buildCounterAnnotation = 0; |
@@ -85,7 +85,7 @@ buildAnnotation() { |
o.annotationSetId = "foo"; |
o.end = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2393(); |
+ o.info = buildUnnamed2492(); |
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')); |
- checkUnnamed2393(o.info); |
+ checkUnnamed2492(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--; |
} |
-buildUnnamed2394() { |
+buildUnnamed2493() { |
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; |
} |
-checkUnnamed2394(core.List<core.Object> o) { |
+checkUnnamed2493(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')); |
} |
-buildUnnamed2395() { |
+buildUnnamed2494() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2394(); |
- o["y"] = buildUnnamed2394(); |
+ o["x"] = buildUnnamed2493(); |
+ o["y"] = buildUnnamed2493(); |
return o; |
} |
-checkUnnamed2395(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2494(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2394(o["x"]); |
- checkUnnamed2394(o["y"]); |
+ checkUnnamed2493(o["x"]); |
+ checkUnnamed2493(o["y"]); |
} |
core.int buildCounterAnnotationSet = 0; |
@@ -151,7 +151,7 @@ buildAnnotationSet() { |
if (buildCounterAnnotationSet < 3) { |
o.datasetId = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2395(); |
+ o.info = buildUnnamed2494(); |
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')); |
- checkUnnamed2395(o.info); |
+ checkUnnamed2494(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--; |
} |
-buildUnnamed2396() { |
+buildUnnamed2495() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed2396(core.List<api.Annotation> o) { |
+checkUnnamed2495(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 = buildUnnamed2396(); |
+ o.annotations = buildUnnamed2495(); |
o.requestId = "foo"; |
} |
buildCounterBatchCreateAnnotationsRequest--; |
@@ -203,20 +203,20 @@ buildBatchCreateAnnotationsRequest() { |
checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) { |
buildCounterBatchCreateAnnotationsRequest++; |
if (buildCounterBatchCreateAnnotationsRequest < 3) { |
- checkUnnamed2396(o.annotations); |
+ checkUnnamed2495(o.annotations); |
unittest.expect(o.requestId, unittest.equals('foo')); |
} |
buildCounterBatchCreateAnnotationsRequest--; |
} |
-buildUnnamed2397() { |
+buildUnnamed2496() { |
var o = new core.List<api.Entry>(); |
o.add(buildEntry()); |
o.add(buildEntry()); |
return o; |
} |
-checkUnnamed2397(core.List<api.Entry> o) { |
+checkUnnamed2496(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 = buildUnnamed2397(); |
+ o.entries = buildUnnamed2496(); |
} |
buildCounterBatchCreateAnnotationsResponse--; |
return o; |
@@ -236,19 +236,19 @@ buildBatchCreateAnnotationsResponse() { |
checkBatchCreateAnnotationsResponse(api.BatchCreateAnnotationsResponse o) { |
buildCounterBatchCreateAnnotationsResponse++; |
if (buildCounterBatchCreateAnnotationsResponse < 3) { |
- checkUnnamed2397(o.entries); |
+ checkUnnamed2496(o.entries); |
} |
buildCounterBatchCreateAnnotationsResponse--; |
} |
-buildUnnamed2398() { |
+buildUnnamed2497() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2398(core.List<core.String> o) { |
+checkUnnamed2497(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 = buildUnnamed2398(); |
+ o.members = buildUnnamed2497(); |
o.role = "foo"; |
} |
buildCounterBinding--; |
@@ -269,46 +269,46 @@ buildBinding() { |
checkBinding(api.Binding o) { |
buildCounterBinding++; |
if (buildCounterBinding < 3) { |
- checkUnnamed2398(o.members); |
+ checkUnnamed2497(o.members); |
unittest.expect(o.role, unittest.equals('foo')); |
} |
buildCounterBinding--; |
} |
-buildUnnamed2399() { |
+buildUnnamed2498() { |
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; |
} |
-checkUnnamed2399(core.List<core.Object> o) { |
+checkUnnamed2498(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')); |
} |
-buildUnnamed2400() { |
+buildUnnamed2499() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2399(); |
- o["y"] = buildUnnamed2399(); |
+ o["x"] = buildUnnamed2498(); |
+ o["y"] = buildUnnamed2498(); |
return o; |
} |
-checkUnnamed2400(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2499(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2399(o["x"]); |
- checkUnnamed2399(o["y"]); |
+ checkUnnamed2498(o["x"]); |
+ checkUnnamed2498(o["y"]); |
} |
-buildUnnamed2401() { |
+buildUnnamed2500() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2401(core.List<core.String> o) { |
+checkUnnamed2500(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 = buildUnnamed2400(); |
+ o.info = buildUnnamed2499(); |
o.name = "foo"; |
o.sampleId = "foo"; |
- o.variantSetIds = buildUnnamed2401(); |
+ o.variantSetIds = buildUnnamed2500(); |
} |
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')); |
- checkUnnamed2400(o.info); |
+ checkUnnamed2499(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.sampleId, unittest.equals('foo')); |
- checkUnnamed2401(o.variantSetIds); |
+ checkUnnamed2500(o.variantSetIds); |
} |
buildCounterCallSet--; |
} |
@@ -383,27 +383,27 @@ checkCigarUnit(api.CigarUnit o) { |
buildCounterCigarUnit--; |
} |
-buildUnnamed2402() { |
+buildUnnamed2501() { |
var o = new core.List<api.ExternalId>(); |
o.add(buildExternalId()); |
o.add(buildExternalId()); |
return o; |
} |
-checkUnnamed2402(core.List<api.ExternalId> o) { |
+checkUnnamed2501(core.List<api.ExternalId> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkExternalId(o[0]); |
checkExternalId(o[1]); |
} |
-buildUnnamed2403() { |
+buildUnnamed2502() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2403(core.List<core.String> o) { |
+checkUnnamed2502(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 = buildUnnamed2402(); |
- o.names = buildUnnamed2403(); |
+ o.externalIds = buildUnnamed2501(); |
+ o.names = buildUnnamed2502(); |
o.omimId = "foo"; |
} |
buildCounterClinicalCondition--; |
@@ -427,8 +427,8 @@ checkClinicalCondition(api.ClinicalCondition o) { |
buildCounterClinicalCondition++; |
if (buildCounterClinicalCondition < 3) { |
unittest.expect(o.conceptId, unittest.equals('foo')); |
- checkUnnamed2402(o.externalIds); |
- checkUnnamed2403(o.names); |
+ checkUnnamed2501(o.externalIds); |
+ checkUnnamed2502(o.names); |
unittest.expect(o.omimId, unittest.equals('foo')); |
} |
buildCounterClinicalCondition--; |
@@ -455,14 +455,14 @@ checkCodingSequence(api.CodingSequence o) { |
buildCounterCodingSequence--; |
} |
-buildUnnamed2404() { |
+buildUnnamed2503() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2404(core.List<core.String> o) { |
+checkUnnamed2503(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 = buildUnnamed2404(); |
+ o.diskNames = buildUnnamed2503(); |
o.instanceName = "foo"; |
o.machineType = "foo"; |
o.zone = "foo"; |
@@ -485,7 +485,7 @@ buildComputeEngine() { |
checkComputeEngine(api.ComputeEngine o) { |
buildCounterComputeEngine++; |
if (buildCounterComputeEngine < 3) { |
- checkUnnamed2404(o.diskNames); |
+ checkUnnamed2503(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--; |
} |
-buildUnnamed2405() { |
+buildUnnamed2504() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2405(core.List<core.String> o) { |
+checkUnnamed2504(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 = buildUnnamed2405(); |
+ o.referenceNames = buildUnnamed2504(); |
} |
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')); |
- checkUnnamed2405(o.referenceNames); |
+ checkUnnamed2504(o.referenceNames); |
} |
buildCounterExportReadGroupSetRequest--; |
} |
-buildUnnamed2406() { |
+buildUnnamed2505() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2406(core.List<core.String> o) { |
+checkUnnamed2505(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 = buildUnnamed2406(); |
+ o.callSetIds = buildUnnamed2505(); |
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')); |
- checkUnnamed2406(o.callSetIds); |
+ checkUnnamed2505(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--; |
} |
-buildUnnamed2407() { |
+buildUnnamed2506() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2407(core.List<core.String> o) { |
+checkUnnamed2506(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -760,7 +760,7 @@ buildImportReadGroupSetsRequest() { |
o.datasetId = "foo"; |
o.partitionStrategy = "foo"; |
o.referenceSetId = "foo"; |
- o.sourceUris = buildUnnamed2407(); |
+ o.sourceUris = buildUnnamed2506(); |
} |
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')); |
- checkUnnamed2407(o.sourceUris); |
+ checkUnnamed2506(o.sourceUris); |
} |
buildCounterImportReadGroupSetsRequest--; |
} |
-buildUnnamed2408() { |
+buildUnnamed2507() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2408(core.List<core.String> o) { |
+checkUnnamed2507(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 = buildUnnamed2408(); |
+ o.readGroupSetIds = buildUnnamed2507(); |
} |
buildCounterImportReadGroupSetsResponse--; |
return o; |
@@ -804,32 +804,32 @@ buildImportReadGroupSetsResponse() { |
checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) { |
buildCounterImportReadGroupSetsResponse++; |
if (buildCounterImportReadGroupSetsResponse < 3) { |
- checkUnnamed2408(o.readGroupSetIds); |
+ checkUnnamed2507(o.readGroupSetIds); |
} |
buildCounterImportReadGroupSetsResponse--; |
} |
-buildUnnamed2409() { |
+buildUnnamed2508() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2409(core.Map<core.String, core.String> o) { |
+checkUnnamed2508(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')); |
} |
-buildUnnamed2410() { |
+buildUnnamed2509() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2410(core.List<core.String> o) { |
+checkUnnamed2509(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -841,9 +841,9 @@ buildImportVariantsRequest() { |
buildCounterImportVariantsRequest++; |
if (buildCounterImportVariantsRequest < 3) { |
o.format = "foo"; |
- o.infoMergeConfig = buildUnnamed2409(); |
+ o.infoMergeConfig = buildUnnamed2508(); |
o.normalizeReferenceNames = true; |
- o.sourceUris = buildUnnamed2410(); |
+ o.sourceUris = buildUnnamed2509(); |
o.variantSetId = "foo"; |
} |
buildCounterImportVariantsRequest--; |
@@ -854,22 +854,22 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) { |
buildCounterImportVariantsRequest++; |
if (buildCounterImportVariantsRequest < 3) { |
unittest.expect(o.format, unittest.equals('foo')); |
- checkUnnamed2409(o.infoMergeConfig); |
+ checkUnnamed2508(o.infoMergeConfig); |
unittest.expect(o.normalizeReferenceNames, unittest.isTrue); |
- checkUnnamed2410(o.sourceUris); |
+ checkUnnamed2509(o.sourceUris); |
unittest.expect(o.variantSetId, unittest.equals('foo')); |
} |
buildCounterImportVariantsRequest--; |
} |
-buildUnnamed2411() { |
+buildUnnamed2510() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2411(core.List<core.String> o) { |
+checkUnnamed2510(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 = buildUnnamed2411(); |
+ o.callSetIds = buildUnnamed2510(); |
} |
buildCounterImportVariantsResponse--; |
return o; |
@@ -889,19 +889,19 @@ buildImportVariantsResponse() { |
checkImportVariantsResponse(api.ImportVariantsResponse o) { |
buildCounterImportVariantsResponse++; |
if (buildCounterImportVariantsResponse < 3) { |
- checkUnnamed2411(o.callSetIds); |
+ checkUnnamed2510(o.callSetIds); |
} |
buildCounterImportVariantsResponse--; |
} |
-buildUnnamed2412() { |
+buildUnnamed2511() { |
var o = new core.List<api.CigarUnit>(); |
o.add(buildCigarUnit()); |
o.add(buildCigarUnit()); |
return o; |
} |
-checkUnnamed2412(core.List<api.CigarUnit> o) { |
+checkUnnamed2511(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 = buildUnnamed2412(); |
+ o.cigar = buildUnnamed2511(); |
o.mappingQuality = 42; |
o.position = buildPosition(); |
} |
@@ -923,7 +923,7 @@ buildLinearAlignment() { |
checkLinearAlignment(api.LinearAlignment o) { |
buildCounterLinearAlignment++; |
if (buildCounterLinearAlignment < 3) { |
- checkUnnamed2412(o.cigar); |
+ checkUnnamed2511(o.cigar); |
unittest.expect(o.mappingQuality, unittest.equals(42)); |
checkPosition(o.position); |
} |
@@ -953,14 +953,14 @@ checkListBasesResponse(api.ListBasesResponse o) { |
buildCounterListBasesResponse--; |
} |
-buildUnnamed2413() { |
+buildUnnamed2512() { |
var o = new core.List<api.CoverageBucket>(); |
o.add(buildCoverageBucket()); |
o.add(buildCoverageBucket()); |
return o; |
} |
-checkUnnamed2413(core.List<api.CoverageBucket> o) { |
+checkUnnamed2512(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 = buildUnnamed2413(); |
+ o.coverageBuckets = buildUnnamed2512(); |
o.nextPageToken = "foo"; |
} |
buildCounterListCoverageBucketsResponse--; |
@@ -983,20 +983,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) { |
buildCounterListCoverageBucketsResponse++; |
if (buildCounterListCoverageBucketsResponse < 3) { |
unittest.expect(o.bucketWidth, unittest.equals('foo')); |
- checkUnnamed2413(o.coverageBuckets); |
+ checkUnnamed2512(o.coverageBuckets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListCoverageBucketsResponse--; |
} |
-buildUnnamed2414() { |
+buildUnnamed2513() { |
var o = new core.List<api.Dataset>(); |
o.add(buildDataset()); |
o.add(buildDataset()); |
return o; |
} |
-checkUnnamed2414(core.List<api.Dataset> o) { |
+checkUnnamed2513(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 = buildUnnamed2414(); |
+ o.datasets = buildUnnamed2513(); |
o.nextPageToken = "foo"; |
} |
buildCounterListDatasetsResponse--; |
@@ -1017,20 +1017,20 @@ buildListDatasetsResponse() { |
checkListDatasetsResponse(api.ListDatasetsResponse o) { |
buildCounterListDatasetsResponse++; |
if (buildCounterListDatasetsResponse < 3) { |
- checkUnnamed2414(o.datasets); |
+ checkUnnamed2513(o.datasets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListDatasetsResponse--; |
} |
-buildUnnamed2415() { |
+buildUnnamed2514() { |
var o = new core.List<api.Operation>(); |
o.add(buildOperation()); |
o.add(buildOperation()); |
return o; |
} |
-checkUnnamed2415(core.List<api.Operation> o) { |
+checkUnnamed2514(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 = buildUnnamed2415(); |
+ o.operations = buildUnnamed2514(); |
} |
buildCounterListOperationsResponse--; |
return o; |
@@ -1052,32 +1052,32 @@ checkListOperationsResponse(api.ListOperationsResponse o) { |
buildCounterListOperationsResponse++; |
if (buildCounterListOperationsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2415(o.operations); |
+ checkUnnamed2514(o.operations); |
} |
buildCounterListOperationsResponse--; |
} |
-buildUnnamed2416() { |
+buildUnnamed2515() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2416(core.Map<core.String, core.String> o) { |
+checkUnnamed2515(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')); |
} |
-buildUnnamed2417() { |
+buildUnnamed2516() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed2417(core.List<api.Variant> o) { |
+checkUnnamed2516(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 = buildUnnamed2416(); |
+ o.infoMergeConfig = buildUnnamed2515(); |
o.variantSetId = "foo"; |
- o.variants = buildUnnamed2417(); |
+ o.variants = buildUnnamed2516(); |
} |
buildCounterMergeVariantsRequest--; |
return o; |
@@ -1099,34 +1099,34 @@ buildMergeVariantsRequest() { |
checkMergeVariantsRequest(api.MergeVariantsRequest o) { |
buildCounterMergeVariantsRequest++; |
if (buildCounterMergeVariantsRequest < 3) { |
- checkUnnamed2416(o.infoMergeConfig); |
+ checkUnnamed2515(o.infoMergeConfig); |
unittest.expect(o.variantSetId, unittest.equals('foo')); |
- checkUnnamed2417(o.variants); |
+ checkUnnamed2516(o.variants); |
} |
buildCounterMergeVariantsRequest--; |
} |
-buildUnnamed2418() { |
+buildUnnamed2517() { |
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; |
} |
-checkUnnamed2418(core.Map<core.String, core.Object> o) { |
+checkUnnamed2517(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')); |
} |
-buildUnnamed2419() { |
+buildUnnamed2518() { |
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; |
} |
-checkUnnamed2419(core.Map<core.String, core.Object> o) { |
+checkUnnamed2518(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 = buildUnnamed2418(); |
+ o.metadata = buildUnnamed2517(); |
o.name = "foo"; |
- o.response = buildUnnamed2419(); |
+ o.response = buildUnnamed2518(); |
} |
buildCounterOperation--; |
return o; |
@@ -1152,9 +1152,9 @@ checkOperation(api.Operation o) { |
if (buildCounterOperation < 3) { |
unittest.expect(o.done, unittest.isTrue); |
checkStatus(o.error); |
- checkUnnamed2418(o.metadata); |
+ checkUnnamed2517(o.metadata); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed2419(o.response); |
+ checkUnnamed2518(o.response); |
} |
buildCounterOperation--; |
} |
@@ -1182,53 +1182,53 @@ checkOperationEvent(api.OperationEvent o) { |
buildCounterOperationEvent--; |
} |
-buildUnnamed2420() { |
+buildUnnamed2519() { |
var o = new core.List<api.OperationEvent>(); |
o.add(buildOperationEvent()); |
o.add(buildOperationEvent()); |
return o; |
} |
-checkUnnamed2420(core.List<api.OperationEvent> o) { |
+checkUnnamed2519(core.List<api.OperationEvent> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationEvent(o[0]); |
checkOperationEvent(o[1]); |
} |
-buildUnnamed2421() { |
+buildUnnamed2520() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2421(core.Map<core.String, core.String> o) { |
+checkUnnamed2520(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')); |
} |
-buildUnnamed2422() { |
+buildUnnamed2521() { |
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; |
} |
-checkUnnamed2422(core.Map<core.String, core.Object> o) { |
+checkUnnamed2521(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')); |
} |
-buildUnnamed2423() { |
+buildUnnamed2522() { |
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; |
} |
-checkUnnamed2423(core.Map<core.String, core.Object> o) { |
+checkUnnamed2522(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 = buildUnnamed2420(); |
- o.labels = buildUnnamed2421(); |
+ o.events = buildUnnamed2519(); |
+ o.labels = buildUnnamed2520(); |
o.projectId = "foo"; |
- o.request = buildUnnamed2422(); |
- o.runtimeMetadata = buildUnnamed2423(); |
+ o.request = buildUnnamed2521(); |
+ o.runtimeMetadata = buildUnnamed2522(); |
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')); |
- checkUnnamed2420(o.events); |
- checkUnnamed2421(o.labels); |
+ checkUnnamed2519(o.events); |
+ checkUnnamed2520(o.labels); |
unittest.expect(o.projectId, unittest.equals('foo')); |
- checkUnnamed2422(o.request); |
- checkUnnamed2423(o.runtimeMetadata); |
+ checkUnnamed2521(o.request); |
+ checkUnnamed2522(o.runtimeMetadata); |
unittest.expect(o.startTime, unittest.equals('foo')); |
} |
buildCounterOperationMetadata--; |
} |
-buildUnnamed2424() { |
+buildUnnamed2523() { |
var o = new core.List<api.Binding>(); |
o.add(buildBinding()); |
o.add(buildBinding()); |
return o; |
} |
-checkUnnamed2424(core.List<api.Binding> o) { |
+checkUnnamed2523(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 = buildUnnamed2424(); |
+ o.bindings = buildUnnamed2523(); |
o.etag = "foo"; |
o.version = 42; |
} |
@@ -1298,7 +1298,7 @@ buildPolicy() { |
checkPolicy(api.Policy o) { |
buildCounterPolicy++; |
if (buildCounterPolicy < 3) { |
- checkUnnamed2424(o.bindings); |
+ checkUnnamed2523(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--; |
} |
-buildUnnamed2425() { |
+buildUnnamed2524() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2425(core.List<core.int> o) { |
+checkUnnamed2524(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)); |
} |
-buildUnnamed2426() { |
+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; |
} |
-checkUnnamed2426(core.List<core.Object> o) { |
+checkUnnamed2525(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')); |
} |
-buildUnnamed2427() { |
+buildUnnamed2526() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2426(); |
- o["y"] = buildUnnamed2426(); |
+ o["x"] = buildUnnamed2525(); |
+ o["y"] = buildUnnamed2525(); |
return o; |
} |
-checkUnnamed2427(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)); |
- checkUnnamed2426(o["x"]); |
- checkUnnamed2426(o["y"]); |
+ checkUnnamed2525(o["x"]); |
+ checkUnnamed2525(o["y"]); |
} |
core.int buildCounterRead = 0; |
@@ -1422,7 +1422,7 @@ buildRead() { |
var o = new api.Read(); |
buildCounterRead++; |
if (buildCounterRead < 3) { |
- o.alignedQuality = buildUnnamed2425(); |
+ o.alignedQuality = buildUnnamed2524(); |
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 = buildUnnamed2427(); |
+ o.info = buildUnnamed2526(); |
o.nextMatePosition = buildPosition(); |
o.numberReads = 42; |
o.properPlacement = true; |
@@ -1447,7 +1447,7 @@ buildRead() { |
checkRead(api.Read o) { |
buildCounterRead++; |
if (buildCounterRead < 3) { |
- checkUnnamed2425(o.alignedQuality); |
+ checkUnnamed2524(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')); |
- checkUnnamed2427(o.info); |
+ checkUnnamed2526(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--; |
} |
-buildUnnamed2428() { |
+buildUnnamed2527() { |
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; |
} |
-checkUnnamed2428(core.List<core.Object> o) { |
+checkUnnamed2527(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')); |
} |
-buildUnnamed2429() { |
+buildUnnamed2528() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2428(); |
- o["y"] = buildUnnamed2428(); |
+ o["x"] = buildUnnamed2527(); |
+ o["y"] = buildUnnamed2527(); |
return o; |
} |
-checkUnnamed2429(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2528(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2428(o["x"]); |
- checkUnnamed2428(o["y"]); |
+ checkUnnamed2527(o["x"]); |
+ checkUnnamed2527(o["y"]); |
} |
-buildUnnamed2430() { |
+buildUnnamed2529() { |
var o = new core.List<api.Program>(); |
o.add(buildProgram()); |
o.add(buildProgram()); |
return o; |
} |
-checkUnnamed2430(core.List<api.Program> o) { |
+checkUnnamed2529(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 = buildUnnamed2429(); |
+ o.info = buildUnnamed2528(); |
o.name = "foo"; |
o.predictedInsertSize = 42; |
- o.programs = buildUnnamed2430(); |
+ o.programs = buildUnnamed2529(); |
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')); |
- checkUnnamed2429(o.info); |
+ checkUnnamed2528(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.predictedInsertSize, unittest.equals(42)); |
- checkUnnamed2430(o.programs); |
+ checkUnnamed2529(o.programs); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
unittest.expect(o.sampleId, unittest.equals('foo')); |
} |
buildCounterReadGroup--; |
} |
-buildUnnamed2431() { |
+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; |
} |
-checkUnnamed2431(core.List<core.Object> o) { |
+checkUnnamed2530(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')); |
} |
-buildUnnamed2432() { |
+buildUnnamed2531() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2431(); |
- o["y"] = buildUnnamed2431(); |
+ o["x"] = buildUnnamed2530(); |
+ o["y"] = buildUnnamed2530(); |
return o; |
} |
-checkUnnamed2432(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)); |
- checkUnnamed2431(o["x"]); |
- checkUnnamed2431(o["y"]); |
+ checkUnnamed2530(o["x"]); |
+ checkUnnamed2530(o["y"]); |
} |
-buildUnnamed2433() { |
+buildUnnamed2532() { |
var o = new core.List<api.ReadGroup>(); |
o.add(buildReadGroup()); |
o.add(buildReadGroup()); |
return o; |
} |
-checkUnnamed2433(core.List<api.ReadGroup> o) { |
+checkUnnamed2532(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 = buildUnnamed2432(); |
+ o.info = buildUnnamed2531(); |
o.name = "foo"; |
- o.readGroups = buildUnnamed2433(); |
+ o.readGroups = buildUnnamed2532(); |
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')); |
- checkUnnamed2432(o.info); |
+ checkUnnamed2531(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed2433(o.readGroups); |
+ checkUnnamed2532(o.readGroups); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
} |
buildCounterReadGroupSet--; |
} |
-buildUnnamed2434() { |
+buildUnnamed2533() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2434(core.List<core.String> o) { |
+checkUnnamed2533(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 = buildUnnamed2434(); |
+ o.sourceAccessions = buildUnnamed2533(); |
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)); |
- checkUnnamed2434(o.sourceAccessions); |
+ checkUnnamed2533(o.sourceAccessions); |
unittest.expect(o.sourceUri, unittest.equals('foo')); |
} |
buildCounterReference--; |
@@ -1679,27 +1679,27 @@ checkReferenceBound(api.ReferenceBound o) { |
buildCounterReferenceBound--; |
} |
-buildUnnamed2435() { |
+buildUnnamed2534() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2435(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')); |
} |
-buildUnnamed2436() { |
+buildUnnamed2535() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2436(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')); |
@@ -1715,8 +1715,8 @@ buildReferenceSet() { |
o.id = "foo"; |
o.md5checksum = "foo"; |
o.ncbiTaxonId = 42; |
- o.referenceIds = buildUnnamed2435(); |
- o.sourceAccessions = buildUnnamed2436(); |
+ o.referenceIds = buildUnnamed2534(); |
+ o.sourceAccessions = buildUnnamed2535(); |
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)); |
- checkUnnamed2435(o.referenceIds); |
- checkUnnamed2436(o.sourceAccessions); |
+ checkUnnamed2534(o.referenceIds); |
+ checkUnnamed2535(o.sourceAccessions); |
unittest.expect(o.sourceUri, unittest.equals('foo')); |
} |
buildCounterReferenceSet--; |
@@ -1757,27 +1757,27 @@ checkRuntimeMetadata(api.RuntimeMetadata o) { |
buildCounterRuntimeMetadata--; |
} |
-buildUnnamed2437() { |
+buildUnnamed2536() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2437(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')); |
} |
-buildUnnamed2438() { |
+buildUnnamed2537() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2438(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')); |
@@ -1788,12 +1788,12 @@ buildSearchAnnotationSetsRequest() { |
var o = new api.SearchAnnotationSetsRequest(); |
buildCounterSearchAnnotationSetsRequest++; |
if (buildCounterSearchAnnotationSetsRequest < 3) { |
- o.datasetIds = buildUnnamed2437(); |
+ o.datasetIds = buildUnnamed2536(); |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.referenceSetId = "foo"; |
- o.types = buildUnnamed2438(); |
+ o.types = buildUnnamed2537(); |
} |
buildCounterSearchAnnotationSetsRequest--; |
return o; |
@@ -1802,24 +1802,24 @@ buildSearchAnnotationSetsRequest() { |
checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) { |
buildCounterSearchAnnotationSetsRequest++; |
if (buildCounterSearchAnnotationSetsRequest < 3) { |
- checkUnnamed2437(o.datasetIds); |
+ checkUnnamed2536(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')); |
- checkUnnamed2438(o.types); |
+ checkUnnamed2537(o.types); |
} |
buildCounterSearchAnnotationSetsRequest--; |
} |
-buildUnnamed2439() { |
+buildUnnamed2538() { |
var o = new core.List<api.AnnotationSet>(); |
o.add(buildAnnotationSet()); |
o.add(buildAnnotationSet()); |
return o; |
} |
-checkUnnamed2439(core.List<api.AnnotationSet> o) { |
+checkUnnamed2538(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 = buildUnnamed2439(); |
+ o.annotationSets = buildUnnamed2538(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchAnnotationSetsResponse--; |
@@ -1840,20 +1840,20 @@ buildSearchAnnotationSetsResponse() { |
checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) { |
buildCounterSearchAnnotationSetsResponse++; |
if (buildCounterSearchAnnotationSetsResponse < 3) { |
- checkUnnamed2439(o.annotationSets); |
+ checkUnnamed2538(o.annotationSets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchAnnotationSetsResponse--; |
} |
-buildUnnamed2440() { |
+buildUnnamed2539() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2440(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')); |
@@ -1864,7 +1864,7 @@ buildSearchAnnotationsRequest() { |
var o = new api.SearchAnnotationsRequest(); |
buildCounterSearchAnnotationsRequest++; |
if (buildCounterSearchAnnotationsRequest < 3) { |
- o.annotationSetIds = buildUnnamed2440(); |
+ o.annotationSetIds = buildUnnamed2539(); |
o.end = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
@@ -1879,7 +1879,7 @@ buildSearchAnnotationsRequest() { |
checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) { |
buildCounterSearchAnnotationsRequest++; |
if (buildCounterSearchAnnotationsRequest < 3) { |
- checkUnnamed2440(o.annotationSetIds); |
+ checkUnnamed2539(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--; |
} |
-buildUnnamed2441() { |
+buildUnnamed2540() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed2441(core.List<api.Annotation> o) { |
+checkUnnamed2540(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 = buildUnnamed2441(); |
+ o.annotations = buildUnnamed2540(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchAnnotationsResponse--; |
@@ -1918,20 +1918,20 @@ buildSearchAnnotationsResponse() { |
checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) { |
buildCounterSearchAnnotationsResponse++; |
if (buildCounterSearchAnnotationsResponse < 3) { |
- checkUnnamed2441(o.annotations); |
+ checkUnnamed2540(o.annotations); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchAnnotationsResponse--; |
} |
-buildUnnamed2442() { |
+buildUnnamed2541() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2442(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')); |
@@ -1945,7 +1945,7 @@ buildSearchCallSetsRequest() { |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
- o.variantSetIds = buildUnnamed2442(); |
+ o.variantSetIds = buildUnnamed2541(); |
} |
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')); |
- checkUnnamed2442(o.variantSetIds); |
+ checkUnnamed2541(o.variantSetIds); |
} |
buildCounterSearchCallSetsRequest--; |
} |
-buildUnnamed2443() { |
+buildUnnamed2542() { |
var o = new core.List<api.CallSet>(); |
o.add(buildCallSet()); |
o.add(buildCallSet()); |
return o; |
} |
-checkUnnamed2443(core.List<api.CallSet> o) { |
+checkUnnamed2542(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 = buildUnnamed2443(); |
+ o.callSets = buildUnnamed2542(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchCallSetsResponse--; |
@@ -1990,20 +1990,20 @@ buildSearchCallSetsResponse() { |
checkSearchCallSetsResponse(api.SearchCallSetsResponse o) { |
buildCounterSearchCallSetsResponse++; |
if (buildCounterSearchCallSetsResponse < 3) { |
- checkUnnamed2443(o.callSets); |
+ checkUnnamed2542(o.callSets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchCallSetsResponse--; |
} |
-buildUnnamed2444() { |
+buildUnnamed2543() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2444(core.List<core.String> o) { |
+checkUnnamed2543(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2014,7 +2014,7 @@ buildSearchReadGroupSetsRequest() { |
var o = new api.SearchReadGroupSetsRequest(); |
buildCounterSearchReadGroupSetsRequest++; |
if (buildCounterSearchReadGroupSetsRequest < 3) { |
- o.datasetIds = buildUnnamed2444(); |
+ o.datasetIds = buildUnnamed2543(); |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
@@ -2026,7 +2026,7 @@ buildSearchReadGroupSetsRequest() { |
checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { |
buildCounterSearchReadGroupSetsRequest++; |
if (buildCounterSearchReadGroupSetsRequest < 3) { |
- checkUnnamed2444(o.datasetIds); |
+ checkUnnamed2543(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--; |
} |
-buildUnnamed2445() { |
+buildUnnamed2544() { |
var o = new core.List<api.ReadGroupSet>(); |
o.add(buildReadGroupSet()); |
o.add(buildReadGroupSet()); |
return o; |
} |
-checkUnnamed2445(core.List<api.ReadGroupSet> o) { |
+checkUnnamed2544(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 = buildUnnamed2445(); |
+ o.readGroupSets = buildUnnamed2544(); |
} |
buildCounterSearchReadGroupSetsResponse--; |
return o; |
@@ -2063,32 +2063,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) { |
buildCounterSearchReadGroupSetsResponse++; |
if (buildCounterSearchReadGroupSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2445(o.readGroupSets); |
+ checkUnnamed2544(o.readGroupSets); |
} |
buildCounterSearchReadGroupSetsResponse--; |
} |
-buildUnnamed2446() { |
+buildUnnamed2545() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2446(core.List<core.String> o) { |
+checkUnnamed2545(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2447() { |
+buildUnnamed2546() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2447(core.List<core.String> o) { |
+checkUnnamed2546(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 = buildUnnamed2446(); |
- o.readGroupSetIds = buildUnnamed2447(); |
+ o.readGroupIds = buildUnnamed2545(); |
+ o.readGroupSetIds = buildUnnamed2546(); |
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')); |
- checkUnnamed2446(o.readGroupIds); |
- checkUnnamed2447(o.readGroupSetIds); |
+ checkUnnamed2545(o.readGroupIds); |
+ checkUnnamed2546(o.readGroupSetIds); |
unittest.expect(o.referenceName, unittest.equals('foo')); |
unittest.expect(o.start, unittest.equals('foo')); |
} |
buildCounterSearchReadsRequest--; |
} |
-buildUnnamed2448() { |
+buildUnnamed2547() { |
var o = new core.List<api.Read>(); |
o.add(buildRead()); |
o.add(buildRead()); |
return o; |
} |
-checkUnnamed2448(core.List<api.Read> o) { |
+checkUnnamed2547(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 = buildUnnamed2448(); |
+ o.alignments = buildUnnamed2547(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchReadsResponse--; |
@@ -2153,33 +2153,33 @@ buildSearchReadsResponse() { |
checkSearchReadsResponse(api.SearchReadsResponse o) { |
buildCounterSearchReadsResponse++; |
if (buildCounterSearchReadsResponse < 3) { |
- checkUnnamed2448(o.alignments); |
+ checkUnnamed2547(o.alignments); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchReadsResponse--; |
} |
-buildUnnamed2449() { |
+buildUnnamed2548() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2449(core.List<core.String> o) { |
+checkUnnamed2548(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')); |
} |
-buildUnnamed2450() { |
+buildUnnamed2549() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2450(core.List<core.String> o) { |
+checkUnnamed2549(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2190,9 +2190,9 @@ buildSearchReferenceSetsRequest() { |
var o = new api.SearchReferenceSetsRequest(); |
buildCounterSearchReferenceSetsRequest++; |
if (buildCounterSearchReferenceSetsRequest < 3) { |
- o.accessions = buildUnnamed2449(); |
+ o.accessions = buildUnnamed2548(); |
o.assemblyId = "foo"; |
- o.md5checksums = buildUnnamed2450(); |
+ o.md5checksums = buildUnnamed2549(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
} |
@@ -2203,23 +2203,23 @@ buildSearchReferenceSetsRequest() { |
checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) { |
buildCounterSearchReferenceSetsRequest++; |
if (buildCounterSearchReferenceSetsRequest < 3) { |
- checkUnnamed2449(o.accessions); |
+ checkUnnamed2548(o.accessions); |
unittest.expect(o.assemblyId, unittest.equals('foo')); |
- checkUnnamed2450(o.md5checksums); |
+ checkUnnamed2549(o.md5checksums); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
} |
buildCounterSearchReferenceSetsRequest--; |
} |
-buildUnnamed2451() { |
+buildUnnamed2550() { |
var o = new core.List<api.ReferenceSet>(); |
o.add(buildReferenceSet()); |
o.add(buildReferenceSet()); |
return o; |
} |
-checkUnnamed2451(core.List<api.ReferenceSet> o) { |
+checkUnnamed2550(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 = buildUnnamed2451(); |
+ o.referenceSets = buildUnnamed2550(); |
} |
buildCounterSearchReferenceSetsResponse--; |
return o; |
@@ -2241,32 +2241,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) { |
buildCounterSearchReferenceSetsResponse++; |
if (buildCounterSearchReferenceSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2451(o.referenceSets); |
+ checkUnnamed2550(o.referenceSets); |
} |
buildCounterSearchReferenceSetsResponse--; |
} |
-buildUnnamed2452() { |
+buildUnnamed2551() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2452(core.List<core.String> o) { |
+checkUnnamed2551(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2453() { |
+buildUnnamed2552() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2453(core.List<core.String> o) { |
+checkUnnamed2552(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2277,8 +2277,8 @@ buildSearchReferencesRequest() { |
var o = new api.SearchReferencesRequest(); |
buildCounterSearchReferencesRequest++; |
if (buildCounterSearchReferencesRequest < 3) { |
- o.accessions = buildUnnamed2452(); |
- o.md5checksums = buildUnnamed2453(); |
+ o.accessions = buildUnnamed2551(); |
+ o.md5checksums = buildUnnamed2552(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.referenceSetId = "foo"; |
@@ -2290,8 +2290,8 @@ buildSearchReferencesRequest() { |
checkSearchReferencesRequest(api.SearchReferencesRequest o) { |
buildCounterSearchReferencesRequest++; |
if (buildCounterSearchReferencesRequest < 3) { |
- checkUnnamed2452(o.accessions); |
- checkUnnamed2453(o.md5checksums); |
+ checkUnnamed2551(o.accessions); |
+ checkUnnamed2552(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--; |
} |
-buildUnnamed2454() { |
+buildUnnamed2553() { |
var o = new core.List<api.Reference>(); |
o.add(buildReference()); |
o.add(buildReference()); |
return o; |
} |
-checkUnnamed2454(core.List<api.Reference> o) { |
+checkUnnamed2553(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 = buildUnnamed2454(); |
+ o.references = buildUnnamed2553(); |
} |
buildCounterSearchReferencesResponse--; |
return o; |
@@ -2328,19 +2328,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) { |
buildCounterSearchReferencesResponse++; |
if (buildCounterSearchReferencesResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2454(o.references); |
+ checkUnnamed2553(o.references); |
} |
buildCounterSearchReferencesResponse--; |
} |
-buildUnnamed2455() { |
+buildUnnamed2554() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2455(core.List<core.String> o) { |
+checkUnnamed2554(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2351,7 +2351,7 @@ buildSearchVariantSetsRequest() { |
var o = new api.SearchVariantSetsRequest(); |
buildCounterSearchVariantSetsRequest++; |
if (buildCounterSearchVariantSetsRequest < 3) { |
- o.datasetIds = buildUnnamed2455(); |
+ o.datasetIds = buildUnnamed2554(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
} |
@@ -2362,21 +2362,21 @@ buildSearchVariantSetsRequest() { |
checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) { |
buildCounterSearchVariantSetsRequest++; |
if (buildCounterSearchVariantSetsRequest < 3) { |
- checkUnnamed2455(o.datasetIds); |
+ checkUnnamed2554(o.datasetIds); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
} |
buildCounterSearchVariantSetsRequest--; |
} |
-buildUnnamed2456() { |
+buildUnnamed2555() { |
var o = new core.List<api.VariantSet>(); |
o.add(buildVariantSet()); |
o.add(buildVariantSet()); |
return o; |
} |
-checkUnnamed2456(core.List<api.VariantSet> o) { |
+checkUnnamed2555(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 = buildUnnamed2456(); |
+ o.variantSets = buildUnnamed2555(); |
} |
buildCounterSearchVariantSetsResponse--; |
return o; |
@@ -2398,32 +2398,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) { |
buildCounterSearchVariantSetsResponse++; |
if (buildCounterSearchVariantSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2456(o.variantSets); |
+ checkUnnamed2555(o.variantSets); |
} |
buildCounterSearchVariantSetsResponse--; |
} |
-buildUnnamed2457() { |
+buildUnnamed2556() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2457(core.List<core.String> o) { |
+checkUnnamed2556(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')); |
} |
-buildUnnamed2458() { |
+buildUnnamed2557() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2458(core.List<core.String> o) { |
+checkUnnamed2557(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2434,7 +2434,7 @@ buildSearchVariantsRequest() { |
var o = new api.SearchVariantsRequest(); |
buildCounterSearchVariantsRequest++; |
if (buildCounterSearchVariantsRequest < 3) { |
- o.callSetIds = buildUnnamed2457(); |
+ o.callSetIds = buildUnnamed2556(); |
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 = buildUnnamed2458(); |
+ o.variantSetIds = buildUnnamed2557(); |
} |
buildCounterSearchVariantsRequest--; |
return o; |
@@ -2451,7 +2451,7 @@ buildSearchVariantsRequest() { |
checkSearchVariantsRequest(api.SearchVariantsRequest o) { |
buildCounterSearchVariantsRequest++; |
if (buildCounterSearchVariantsRequest < 3) { |
- checkUnnamed2457(o.callSetIds); |
+ checkUnnamed2556(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')); |
- checkUnnamed2458(o.variantSetIds); |
+ checkUnnamed2557(o.variantSetIds); |
} |
buildCounterSearchVariantsRequest--; |
} |
-buildUnnamed2459() { |
+buildUnnamed2558() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed2459(core.List<api.Variant> o) { |
+checkUnnamed2558(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 = buildUnnamed2459(); |
+ o.variants = buildUnnamed2558(); |
} |
buildCounterSearchVariantsResponse--; |
return o; |
@@ -2493,7 +2493,7 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) { |
buildCounterSearchVariantsResponse++; |
if (buildCounterSearchVariantsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2459(o.variants); |
+ checkUnnamed2558(o.variants); |
} |
buildCounterSearchVariantsResponse--; |
} |
@@ -2517,30 +2517,30 @@ checkSetIamPolicyRequest(api.SetIamPolicyRequest o) { |
buildCounterSetIamPolicyRequest--; |
} |
-buildUnnamed2460() { |
+buildUnnamed2559() { |
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; |
} |
-checkUnnamed2460(core.Map<core.String, core.Object> o) { |
+checkUnnamed2559(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')); |
} |
-buildUnnamed2461() { |
+buildUnnamed2560() { |
var o = new core.List<core.Map<core.String, core.Object>>(); |
- o.add(buildUnnamed2460()); |
- o.add(buildUnnamed2460()); |
+ o.add(buildUnnamed2559()); |
+ o.add(buildUnnamed2559()); |
return o; |
} |
-checkUnnamed2461(core.List<core.Map<core.String, core.Object>> o) { |
+checkUnnamed2560(core.List<core.Map<core.String, core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2460(o[0]); |
- checkUnnamed2460(o[1]); |
+ checkUnnamed2559(o[0]); |
+ checkUnnamed2559(o[1]); |
} |
core.int buildCounterStatus = 0; |
@@ -2549,7 +2549,7 @@ buildStatus() { |
buildCounterStatus++; |
if (buildCounterStatus < 3) { |
o.code = 42; |
- o.details = buildUnnamed2461(); |
+ o.details = buildUnnamed2560(); |
o.message = "foo"; |
} |
buildCounterStatus--; |
@@ -2560,20 +2560,20 @@ checkStatus(api.Status o) { |
buildCounterStatus++; |
if (buildCounterStatus < 3) { |
unittest.expect(o.code, unittest.equals(42)); |
- checkUnnamed2461(o.details); |
+ checkUnnamed2560(o.details); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterStatus--; |
} |
-buildUnnamed2462() { |
+buildUnnamed2561() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2462(core.List<core.String> o) { |
+checkUnnamed2561(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 = buildUnnamed2462(); |
+ o.permissions = buildUnnamed2561(); |
} |
buildCounterTestIamPermissionsRequest--; |
return o; |
@@ -2593,19 +2593,19 @@ buildTestIamPermissionsRequest() { |
checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) { |
buildCounterTestIamPermissionsRequest++; |
if (buildCounterTestIamPermissionsRequest < 3) { |
- checkUnnamed2462(o.permissions); |
+ checkUnnamed2561(o.permissions); |
} |
buildCounterTestIamPermissionsRequest--; |
} |
-buildUnnamed2463() { |
+buildUnnamed2562() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2463(core.List<core.String> o) { |
+checkUnnamed2562(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2616,7 +2616,7 @@ buildTestIamPermissionsResponse() { |
var o = new api.TestIamPermissionsResponse(); |
buildCounterTestIamPermissionsResponse++; |
if (buildCounterTestIamPermissionsResponse < 3) { |
- o.permissions = buildUnnamed2463(); |
+ o.permissions = buildUnnamed2562(); |
} |
buildCounterTestIamPermissionsResponse--; |
return o; |
@@ -2625,19 +2625,19 @@ buildTestIamPermissionsResponse() { |
checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) { |
buildCounterTestIamPermissionsResponse++; |
if (buildCounterTestIamPermissionsResponse < 3) { |
- checkUnnamed2463(o.permissions); |
+ checkUnnamed2562(o.permissions); |
} |
buildCounterTestIamPermissionsResponse--; |
} |
-buildUnnamed2464() { |
+buildUnnamed2563() { |
var o = new core.List<api.Exon>(); |
o.add(buildExon()); |
o.add(buildExon()); |
return o; |
} |
-checkUnnamed2464(core.List<api.Exon> o) { |
+checkUnnamed2563(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 = buildUnnamed2464(); |
+ o.exons = buildUnnamed2563(); |
o.geneId = "foo"; |
} |
buildCounterTranscript--; |
@@ -2660,7 +2660,7 @@ checkTranscript(api.Transcript o) { |
buildCounterTranscript++; |
if (buildCounterTranscript < 3) { |
checkCodingSequence(o.codingSequence); |
- checkUnnamed2464(o.exons); |
+ checkUnnamed2563(o.exons); |
unittest.expect(o.geneId, unittest.equals('foo')); |
} |
buildCounterTranscript--; |
@@ -2683,79 +2683,79 @@ checkUndeleteDatasetRequest(api.UndeleteDatasetRequest o) { |
buildCounterUndeleteDatasetRequest--; |
} |
-buildUnnamed2465() { |
+buildUnnamed2564() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2465(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')); |
} |
-buildUnnamed2466() { |
+buildUnnamed2565() { |
var o = new core.List<api.VariantCall>(); |
o.add(buildVariantCall()); |
o.add(buildVariantCall()); |
return o; |
} |
-checkUnnamed2466(core.List<api.VariantCall> o) { |
+checkUnnamed2565(core.List<api.VariantCall> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantCall(o[0]); |
checkVariantCall(o[1]); |
} |
-buildUnnamed2467() { |
+buildUnnamed2566() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2467(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')); |
} |
-buildUnnamed2468() { |
+buildUnnamed2567() { |
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; |
} |
-checkUnnamed2468(core.List<core.Object> o) { |
+checkUnnamed2567(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')); |
} |
-buildUnnamed2469() { |
+buildUnnamed2568() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2468(); |
- o["y"] = buildUnnamed2468(); |
+ o["x"] = buildUnnamed2567(); |
+ o["y"] = buildUnnamed2567(); |
return o; |
} |
-checkUnnamed2469(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2568(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2468(o["x"]); |
- checkUnnamed2468(o["y"]); |
+ checkUnnamed2567(o["x"]); |
+ checkUnnamed2567(o["y"]); |
} |
-buildUnnamed2470() { |
+buildUnnamed2569() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2470(core.List<core.String> o) { |
+checkUnnamed2569(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 = buildUnnamed2465(); |
- o.calls = buildUnnamed2466(); |
+ o.alternateBases = buildUnnamed2564(); |
+ o.calls = buildUnnamed2565(); |
o.created = "foo"; |
o.end = "foo"; |
- o.filter = buildUnnamed2467(); |
+ o.filter = buildUnnamed2566(); |
o.id = "foo"; |
- o.info = buildUnnamed2469(); |
- o.names = buildUnnamed2470(); |
+ o.info = buildUnnamed2568(); |
+ o.names = buildUnnamed2569(); |
o.quality = 42.0; |
o.referenceBases = "foo"; |
o.referenceName = "foo"; |
@@ -2787,14 +2787,14 @@ buildVariant() { |
checkVariant(api.Variant o) { |
buildCounterVariant++; |
if (buildCounterVariant < 3) { |
- checkUnnamed2465(o.alternateBases); |
- checkUnnamed2466(o.calls); |
+ checkUnnamed2564(o.alternateBases); |
+ checkUnnamed2565(o.calls); |
unittest.expect(o.created, unittest.equals('foo')); |
unittest.expect(o.end, unittest.equals('foo')); |
- checkUnnamed2467(o.filter); |
+ checkUnnamed2566(o.filter); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2469(o.info); |
- checkUnnamed2470(o.names); |
+ checkUnnamed2568(o.info); |
+ checkUnnamed2569(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--; |
} |
-buildUnnamed2471() { |
+buildUnnamed2570() { |
var o = new core.List<api.ClinicalCondition>(); |
o.add(buildClinicalCondition()); |
o.add(buildClinicalCondition()); |
return o; |
} |
-checkUnnamed2471(core.List<api.ClinicalCondition> o) { |
+checkUnnamed2570(core.List<api.ClinicalCondition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkClinicalCondition(o[0]); |
checkClinicalCondition(o[1]); |
} |
-buildUnnamed2472() { |
+buildUnnamed2571() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2472(core.List<core.String> o) { |
+checkUnnamed2571(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2837,10 +2837,10 @@ buildVariantAnnotation() { |
if (buildCounterVariantAnnotation < 3) { |
o.alternateBases = "foo"; |
o.clinicalSignificance = "foo"; |
- o.conditions = buildUnnamed2471(); |
+ o.conditions = buildUnnamed2570(); |
o.effect = "foo"; |
o.geneId = "foo"; |
- o.transcriptIds = buildUnnamed2472(); |
+ o.transcriptIds = buildUnnamed2571(); |
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')); |
- checkUnnamed2471(o.conditions); |
+ checkUnnamed2570(o.conditions); |
unittest.expect(o.effect, unittest.equals('foo')); |
unittest.expect(o.geneId, unittest.equals('foo')); |
- checkUnnamed2472(o.transcriptIds); |
+ checkUnnamed2571(o.transcriptIds); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterVariantAnnotation--; |
} |
-buildUnnamed2473() { |
+buildUnnamed2572() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2473(core.List<core.int> o) { |
+checkUnnamed2572(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)); |
} |
-buildUnnamed2474() { |
+buildUnnamed2573() { |
var o = new core.List<core.double>(); |
o.add(42.0); |
o.add(42.0); |
return o; |
} |
-checkUnnamed2474(core.List<core.double> o) { |
+checkUnnamed2573(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)); |
} |
-buildUnnamed2475() { |
+buildUnnamed2574() { |
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; |
} |
-checkUnnamed2475(core.List<core.Object> o) { |
+checkUnnamed2574(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')); |
} |
-buildUnnamed2476() { |
+buildUnnamed2575() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2475(); |
- o["y"] = buildUnnamed2475(); |
+ o["x"] = buildUnnamed2574(); |
+ o["y"] = buildUnnamed2574(); |
return o; |
} |
-checkUnnamed2476(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2575(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2475(o["x"]); |
- checkUnnamed2475(o["y"]); |
+ checkUnnamed2574(o["x"]); |
+ checkUnnamed2574(o["y"]); |
} |
core.int buildCounterVariantCall = 0; |
@@ -2920,9 +2920,9 @@ buildVariantCall() { |
if (buildCounterVariantCall < 3) { |
o.callSetId = "foo"; |
o.callSetName = "foo"; |
- o.genotype = buildUnnamed2473(); |
- o.genotypeLikelihood = buildUnnamed2474(); |
- o.info = buildUnnamed2476(); |
+ o.genotype = buildUnnamed2572(); |
+ o.genotypeLikelihood = buildUnnamed2573(); |
+ o.info = buildUnnamed2575(); |
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')); |
- checkUnnamed2473(o.genotype); |
- checkUnnamed2474(o.genotypeLikelihood); |
- checkUnnamed2476(o.info); |
+ checkUnnamed2572(o.genotype); |
+ checkUnnamed2573(o.genotypeLikelihood); |
+ checkUnnamed2575(o.info); |
unittest.expect(o.phaseset, unittest.equals('foo')); |
} |
buildCounterVariantCall--; |
} |
-buildUnnamed2477() { |
+buildUnnamed2576() { |
var o = new core.List<api.VariantSetMetadata>(); |
o.add(buildVariantSetMetadata()); |
o.add(buildVariantSetMetadata()); |
return o; |
} |
-checkUnnamed2477(core.List<api.VariantSetMetadata> o) { |
+checkUnnamed2576(core.List<api.VariantSetMetadata> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantSetMetadata(o[0]); |
checkVariantSetMetadata(o[1]); |
} |
-buildUnnamed2478() { |
+buildUnnamed2577() { |
var o = new core.List<api.ReferenceBound>(); |
o.add(buildReferenceBound()); |
o.add(buildReferenceBound()); |
return o; |
} |
-checkUnnamed2478(core.List<api.ReferenceBound> o) { |
+checkUnnamed2577(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 = buildUnnamed2477(); |
+ o.metadata = buildUnnamed2576(); |
o.name = "foo"; |
- o.referenceBounds = buildUnnamed2478(); |
+ o.referenceBounds = buildUnnamed2577(); |
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')); |
- checkUnnamed2477(o.metadata); |
+ checkUnnamed2576(o.metadata); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed2478(o.referenceBounds); |
+ checkUnnamed2577(o.referenceBounds); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
} |
buildCounterVariantSet--; |
} |
-buildUnnamed2479() { |
+buildUnnamed2578() { |
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; |
} |
-checkUnnamed2479(core.List<core.Object> o) { |
+checkUnnamed2578(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')); |
} |
-buildUnnamed2480() { |
+buildUnnamed2579() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2479(); |
- o["y"] = buildUnnamed2479(); |
+ o["x"] = buildUnnamed2578(); |
+ o["y"] = buildUnnamed2578(); |
return o; |
} |
-checkUnnamed2480(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2579(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2479(o["x"]); |
- checkUnnamed2479(o["y"]); |
+ checkUnnamed2578(o["x"]); |
+ checkUnnamed2578(o["y"]); |
} |
core.int buildCounterVariantSetMetadata = 0; |
@@ -3032,7 +3032,7 @@ buildVariantSetMetadata() { |
if (buildCounterVariantSetMetadata < 3) { |
o.description = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2480(); |
+ o.info = buildUnnamed2579(); |
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')); |
- checkUnnamed2480(o.info); |
+ checkUnnamed2579(o.info); |
unittest.expect(o.key, unittest.equals('foo')); |
unittest.expect(o.number, unittest.equals('foo')); |
unittest.expect(o.type, unittest.equals('foo')); |
@@ -4701,9 +4701,9 @@ main() { |
var mock = new HttpServerMock(); |
api.DatasetsResourceApi res = new api.GenomicsApi(mock).datasets; |
+ var arg_pageToken = "foo"; |
var arg_pageSize = 42; |
var arg_projectId = "foo"; |
- var arg_pageToken = "foo"; |
mock.register(unittest.expectAsync2((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |
@@ -4730,9 +4730,9 @@ main() { |
addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1])); |
} |
} |
+ unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken)); |
unittest.expect(core.int.parse(queryMap["pageSize"].first), unittest.equals(arg_pageSize)); |
unittest.expect(queryMap["projectId"].first, unittest.equals(arg_projectId)); |
- unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken)); |
var h = { |
@@ -4741,7 +4741,7 @@ main() { |
var resp = convert.JSON.encode(buildListDatasetsResponse()); |
return new async.Future.value(stringResponse(200, h, resp)); |
}), true); |
- res.list(pageSize: arg_pageSize, projectId: arg_projectId, pageToken: arg_pageToken).then(unittest.expectAsync1(((api.ListDatasetsResponse response) { |
+ res.list(pageToken: arg_pageToken, pageSize: arg_pageSize, projectId: arg_projectId).then(unittest.expectAsync1(((api.ListDatasetsResponse response) { |
checkListDatasetsResponse(response); |
}))); |
}); |
@@ -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.expectAsync2((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.expectAsync1(((api.ListOperationsResponse response) { |
+ res.list(arg_name, pageToken: arg_pageToken, pageSize: arg_pageSize, filter: arg_filter).then(unittest.expectAsync1(((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"; |
mock.register(unittest.expectAsync2((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)); |
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, end: arg_end, pageToken: arg_pageToken, pageSize: arg_pageSize, start: arg_start, targetBucketWidth: arg_targetBucketWidth, referenceName: arg_referenceName).then(unittest.expectAsync1(((api.ListCoverageBucketsResponse response) { |
+ res.list(arg_readGroupSetId, referenceName: arg_referenceName, end: arg_end, pageToken: arg_pageToken, pageSize: arg_pageSize, start: arg_start, targetBucketWidth: arg_targetBucketWidth).then(unittest.expectAsync1(((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_pageToken = "foo"; |
var arg_pageSize = 42; |
var arg_start = "foo"; |
var arg_end = "foo"; |
- var arg_pageToken = "foo"; |
mock.register(unittest.expectAsync2((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["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)); |
- unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken)); |
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, pageSize: arg_pageSize, start: arg_start, end: arg_end, pageToken: arg_pageToken).then(unittest.expectAsync1(((api.ListBasesResponse response) { |
+ res.list(arg_referenceId, pageToken: arg_pageToken, pageSize: arg_pageSize, start: arg_start, end: arg_end).then(unittest.expectAsync1(((api.ListBasesResponse response) { |
checkListBasesResponse(response); |
}))); |
}); |