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 0adbb2b4be6dadb044293b2c43d834a6552323a0..e30db48b6f7388dfb25deac4e6216f8498d9717c 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); |
} |
-buildUnnamed2951() { |
+buildUnnamed3025() { |
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; |
} |
-checkUnnamed2951(core.List<core.Object> o) { |
+checkUnnamed3025(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')); |
} |
-buildUnnamed2952() { |
+buildUnnamed3026() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2951(); |
- o["y"] = buildUnnamed2951(); |
+ o["x"] = buildUnnamed3025(); |
+ o["y"] = buildUnnamed3025(); |
return o; |
} |
-checkUnnamed2952(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed3026(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2951(o["x"]); |
- checkUnnamed2951(o["y"]); |
+ checkUnnamed3025(o["x"]); |
+ checkUnnamed3025(o["y"]); |
} |
core.int buildCounterAnnotation = 0; |
@@ -85,7 +85,7 @@ buildAnnotation() { |
o.annotationSetId = "foo"; |
o.end = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2952(); |
+ o.info = buildUnnamed3026(); |
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')); |
- checkUnnamed2952(o.info); |
+ checkUnnamed3026(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--; |
} |
-buildUnnamed2953() { |
+buildUnnamed3027() { |
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; |
} |
-checkUnnamed2953(core.List<core.Object> o) { |
+checkUnnamed3027(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')); |
} |
-buildUnnamed2954() { |
+buildUnnamed3028() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2953(); |
- o["y"] = buildUnnamed2953(); |
+ o["x"] = buildUnnamed3027(); |
+ o["y"] = buildUnnamed3027(); |
return o; |
} |
-checkUnnamed2954(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed3028(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2953(o["x"]); |
- checkUnnamed2953(o["y"]); |
+ checkUnnamed3027(o["x"]); |
+ checkUnnamed3027(o["y"]); |
} |
core.int buildCounterAnnotationSet = 0; |
@@ -151,7 +151,7 @@ buildAnnotationSet() { |
if (buildCounterAnnotationSet < 3) { |
o.datasetId = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2954(); |
+ o.info = buildUnnamed3028(); |
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')); |
- checkUnnamed2954(o.info); |
+ checkUnnamed3028(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--; |
} |
-buildUnnamed2955() { |
+buildUnnamed3029() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed2955(core.List<api.Annotation> o) { |
+checkUnnamed3029(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 = buildUnnamed2955(); |
+ o.annotations = buildUnnamed3029(); |
o.requestId = "foo"; |
} |
buildCounterBatchCreateAnnotationsRequest--; |
@@ -203,20 +203,20 @@ buildBatchCreateAnnotationsRequest() { |
checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) { |
buildCounterBatchCreateAnnotationsRequest++; |
if (buildCounterBatchCreateAnnotationsRequest < 3) { |
- checkUnnamed2955(o.annotations); |
+ checkUnnamed3029(o.annotations); |
unittest.expect(o.requestId, unittest.equals('foo')); |
} |
buildCounterBatchCreateAnnotationsRequest--; |
} |
-buildUnnamed2956() { |
+buildUnnamed3030() { |
var o = new core.List<api.Entry>(); |
o.add(buildEntry()); |
o.add(buildEntry()); |
return o; |
} |
-checkUnnamed2956(core.List<api.Entry> o) { |
+checkUnnamed3030(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 = buildUnnamed2956(); |
+ o.entries = buildUnnamed3030(); |
} |
buildCounterBatchCreateAnnotationsResponse--; |
return o; |
@@ -236,19 +236,19 @@ buildBatchCreateAnnotationsResponse() { |
checkBatchCreateAnnotationsResponse(api.BatchCreateAnnotationsResponse o) { |
buildCounterBatchCreateAnnotationsResponse++; |
if (buildCounterBatchCreateAnnotationsResponse < 3) { |
- checkUnnamed2956(o.entries); |
+ checkUnnamed3030(o.entries); |
} |
buildCounterBatchCreateAnnotationsResponse--; |
} |
-buildUnnamed2957() { |
+buildUnnamed3031() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2957(core.List<core.String> o) { |
+checkUnnamed3031(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 = buildUnnamed2957(); |
+ o.members = buildUnnamed3031(); |
o.role = "foo"; |
} |
buildCounterBinding--; |
@@ -269,46 +269,46 @@ buildBinding() { |
checkBinding(api.Binding o) { |
buildCounterBinding++; |
if (buildCounterBinding < 3) { |
- checkUnnamed2957(o.members); |
+ checkUnnamed3031(o.members); |
unittest.expect(o.role, unittest.equals('foo')); |
} |
buildCounterBinding--; |
} |
-buildUnnamed2958() { |
+buildUnnamed3032() { |
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; |
} |
-checkUnnamed2958(core.List<core.Object> o) { |
+checkUnnamed3032(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')); |
} |
-buildUnnamed2959() { |
+buildUnnamed3033() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2958(); |
- o["y"] = buildUnnamed2958(); |
+ o["x"] = buildUnnamed3032(); |
+ o["y"] = buildUnnamed3032(); |
return o; |
} |
-checkUnnamed2959(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed3033(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2958(o["x"]); |
- checkUnnamed2958(o["y"]); |
+ checkUnnamed3032(o["x"]); |
+ checkUnnamed3032(o["y"]); |
} |
-buildUnnamed2960() { |
+buildUnnamed3034() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2960(core.List<core.String> o) { |
+checkUnnamed3034(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 = buildUnnamed2959(); |
+ o.info = buildUnnamed3033(); |
o.name = "foo"; |
o.sampleId = "foo"; |
- o.variantSetIds = buildUnnamed2960(); |
+ o.variantSetIds = buildUnnamed3034(); |
} |
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')); |
- checkUnnamed2959(o.info); |
+ checkUnnamed3033(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.sampleId, unittest.equals('foo')); |
- checkUnnamed2960(o.variantSetIds); |
+ checkUnnamed3034(o.variantSetIds); |
} |
buildCounterCallSet--; |
} |
@@ -383,27 +383,27 @@ checkCigarUnit(api.CigarUnit o) { |
buildCounterCigarUnit--; |
} |
-buildUnnamed2961() { |
+buildUnnamed3035() { |
var o = new core.List<api.ExternalId>(); |
o.add(buildExternalId()); |
o.add(buildExternalId()); |
return o; |
} |
-checkUnnamed2961(core.List<api.ExternalId> o) { |
+checkUnnamed3035(core.List<api.ExternalId> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkExternalId(o[0]); |
checkExternalId(o[1]); |
} |
-buildUnnamed2962() { |
+buildUnnamed3036() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2962(core.List<core.String> o) { |
+checkUnnamed3036(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 = buildUnnamed2961(); |
- o.names = buildUnnamed2962(); |
+ o.externalIds = buildUnnamed3035(); |
+ o.names = buildUnnamed3036(); |
o.omimId = "foo"; |
} |
buildCounterClinicalCondition--; |
@@ -427,8 +427,8 @@ checkClinicalCondition(api.ClinicalCondition o) { |
buildCounterClinicalCondition++; |
if (buildCounterClinicalCondition < 3) { |
unittest.expect(o.conceptId, unittest.equals('foo')); |
- checkUnnamed2961(o.externalIds); |
- checkUnnamed2962(o.names); |
+ checkUnnamed3035(o.externalIds); |
+ checkUnnamed3036(o.names); |
unittest.expect(o.omimId, unittest.equals('foo')); |
} |
buildCounterClinicalCondition--; |
@@ -455,14 +455,14 @@ checkCodingSequence(api.CodingSequence o) { |
buildCounterCodingSequence--; |
} |
-buildUnnamed2963() { |
+buildUnnamed3037() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2963(core.List<core.String> o) { |
+checkUnnamed3037(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 = buildUnnamed2963(); |
+ o.diskNames = buildUnnamed3037(); |
o.instanceName = "foo"; |
o.machineType = "foo"; |
o.zone = "foo"; |
@@ -485,7 +485,7 @@ buildComputeEngine() { |
checkComputeEngine(api.ComputeEngine o) { |
buildCounterComputeEngine++; |
if (buildCounterComputeEngine < 3) { |
- checkUnnamed2963(o.diskNames); |
+ checkUnnamed3037(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--; |
} |
-buildUnnamed2964() { |
+buildUnnamed3038() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2964(core.List<core.String> o) { |
+checkUnnamed3038(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 = buildUnnamed2964(); |
+ o.referenceNames = buildUnnamed3038(); |
} |
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')); |
- checkUnnamed2964(o.referenceNames); |
+ checkUnnamed3038(o.referenceNames); |
} |
buildCounterExportReadGroupSetRequest--; |
} |
-buildUnnamed2965() { |
+buildUnnamed3039() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2965(core.List<core.String> o) { |
+checkUnnamed3039(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 = buildUnnamed2965(); |
+ o.callSetIds = buildUnnamed3039(); |
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')); |
- checkUnnamed2965(o.callSetIds); |
+ checkUnnamed3039(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--; |
} |
-buildUnnamed2966() { |
+buildUnnamed3040() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2966(core.List<core.String> o) { |
+checkUnnamed3040(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 = buildUnnamed2966(); |
+ o.sourceUris = buildUnnamed3040(); |
} |
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')); |
- checkUnnamed2966(o.sourceUris); |
+ checkUnnamed3040(o.sourceUris); |
} |
buildCounterImportReadGroupSetsRequest--; |
} |
-buildUnnamed2967() { |
+buildUnnamed3041() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2967(core.List<core.String> o) { |
+checkUnnamed3041(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 = buildUnnamed2967(); |
+ o.readGroupSetIds = buildUnnamed3041(); |
} |
buildCounterImportReadGroupSetsResponse--; |
return o; |
@@ -804,32 +804,32 @@ buildImportReadGroupSetsResponse() { |
checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) { |
buildCounterImportReadGroupSetsResponse++; |
if (buildCounterImportReadGroupSetsResponse < 3) { |
- checkUnnamed2967(o.readGroupSetIds); |
+ checkUnnamed3041(o.readGroupSetIds); |
} |
buildCounterImportReadGroupSetsResponse--; |
} |
-buildUnnamed2968() { |
+buildUnnamed3042() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2968(core.Map<core.String, core.String> o) { |
+checkUnnamed3042(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')); |
} |
-buildUnnamed2969() { |
+buildUnnamed3043() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2969(core.List<core.String> o) { |
+checkUnnamed3043(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 = buildUnnamed2968(); |
+ o.infoMergeConfig = buildUnnamed3042(); |
o.normalizeReferenceNames = true; |
- o.sourceUris = buildUnnamed2969(); |
+ o.sourceUris = buildUnnamed3043(); |
o.variantSetId = "foo"; |
} |
buildCounterImportVariantsRequest--; |
@@ -854,22 +854,22 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) { |
buildCounterImportVariantsRequest++; |
if (buildCounterImportVariantsRequest < 3) { |
unittest.expect(o.format, unittest.equals('foo')); |
- checkUnnamed2968(o.infoMergeConfig); |
+ checkUnnamed3042(o.infoMergeConfig); |
unittest.expect(o.normalizeReferenceNames, unittest.isTrue); |
- checkUnnamed2969(o.sourceUris); |
+ checkUnnamed3043(o.sourceUris); |
unittest.expect(o.variantSetId, unittest.equals('foo')); |
} |
buildCounterImportVariantsRequest--; |
} |
-buildUnnamed2970() { |
+buildUnnamed3044() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2970(core.List<core.String> o) { |
+checkUnnamed3044(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 = buildUnnamed2970(); |
+ o.callSetIds = buildUnnamed3044(); |
} |
buildCounterImportVariantsResponse--; |
return o; |
@@ -889,19 +889,19 @@ buildImportVariantsResponse() { |
checkImportVariantsResponse(api.ImportVariantsResponse o) { |
buildCounterImportVariantsResponse++; |
if (buildCounterImportVariantsResponse < 3) { |
- checkUnnamed2970(o.callSetIds); |
+ checkUnnamed3044(o.callSetIds); |
} |
buildCounterImportVariantsResponse--; |
} |
-buildUnnamed2971() { |
+buildUnnamed3045() { |
var o = new core.List<api.CigarUnit>(); |
o.add(buildCigarUnit()); |
o.add(buildCigarUnit()); |
return o; |
} |
-checkUnnamed2971(core.List<api.CigarUnit> o) { |
+checkUnnamed3045(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 = buildUnnamed2971(); |
+ o.cigar = buildUnnamed3045(); |
o.mappingQuality = 42; |
o.position = buildPosition(); |
} |
@@ -923,7 +923,7 @@ buildLinearAlignment() { |
checkLinearAlignment(api.LinearAlignment o) { |
buildCounterLinearAlignment++; |
if (buildCounterLinearAlignment < 3) { |
- checkUnnamed2971(o.cigar); |
+ checkUnnamed3045(o.cigar); |
unittest.expect(o.mappingQuality, unittest.equals(42)); |
checkPosition(o.position); |
} |
@@ -953,14 +953,14 @@ checkListBasesResponse(api.ListBasesResponse o) { |
buildCounterListBasesResponse--; |
} |
-buildUnnamed2972() { |
+buildUnnamed3046() { |
var o = new core.List<api.CoverageBucket>(); |
o.add(buildCoverageBucket()); |
o.add(buildCoverageBucket()); |
return o; |
} |
-checkUnnamed2972(core.List<api.CoverageBucket> o) { |
+checkUnnamed3046(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 = buildUnnamed2972(); |
+ o.coverageBuckets = buildUnnamed3046(); |
o.nextPageToken = "foo"; |
} |
buildCounterListCoverageBucketsResponse--; |
@@ -983,20 +983,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) { |
buildCounterListCoverageBucketsResponse++; |
if (buildCounterListCoverageBucketsResponse < 3) { |
unittest.expect(o.bucketWidth, unittest.equals('foo')); |
- checkUnnamed2972(o.coverageBuckets); |
+ checkUnnamed3046(o.coverageBuckets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListCoverageBucketsResponse--; |
} |
-buildUnnamed2973() { |
+buildUnnamed3047() { |
var o = new core.List<api.Dataset>(); |
o.add(buildDataset()); |
o.add(buildDataset()); |
return o; |
} |
-checkUnnamed2973(core.List<api.Dataset> o) { |
+checkUnnamed3047(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 = buildUnnamed2973(); |
+ o.datasets = buildUnnamed3047(); |
o.nextPageToken = "foo"; |
} |
buildCounterListDatasetsResponse--; |
@@ -1017,20 +1017,20 @@ buildListDatasetsResponse() { |
checkListDatasetsResponse(api.ListDatasetsResponse o) { |
buildCounterListDatasetsResponse++; |
if (buildCounterListDatasetsResponse < 3) { |
- checkUnnamed2973(o.datasets); |
+ checkUnnamed3047(o.datasets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListDatasetsResponse--; |
} |
-buildUnnamed2974() { |
+buildUnnamed3048() { |
var o = new core.List<api.Operation>(); |
o.add(buildOperation()); |
o.add(buildOperation()); |
return o; |
} |
-checkUnnamed2974(core.List<api.Operation> o) { |
+checkUnnamed3048(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 = buildUnnamed2974(); |
+ o.operations = buildUnnamed3048(); |
} |
buildCounterListOperationsResponse--; |
return o; |
@@ -1052,32 +1052,32 @@ checkListOperationsResponse(api.ListOperationsResponse o) { |
buildCounterListOperationsResponse++; |
if (buildCounterListOperationsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2974(o.operations); |
+ checkUnnamed3048(o.operations); |
} |
buildCounterListOperationsResponse--; |
} |
-buildUnnamed2975() { |
+buildUnnamed3049() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2975(core.Map<core.String, core.String> o) { |
+checkUnnamed3049(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')); |
} |
-buildUnnamed2976() { |
+buildUnnamed3050() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed2976(core.List<api.Variant> o) { |
+checkUnnamed3050(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 = buildUnnamed2975(); |
+ o.infoMergeConfig = buildUnnamed3049(); |
o.variantSetId = "foo"; |
- o.variants = buildUnnamed2976(); |
+ o.variants = buildUnnamed3050(); |
} |
buildCounterMergeVariantsRequest--; |
return o; |
@@ -1099,34 +1099,34 @@ buildMergeVariantsRequest() { |
checkMergeVariantsRequest(api.MergeVariantsRequest o) { |
buildCounterMergeVariantsRequest++; |
if (buildCounterMergeVariantsRequest < 3) { |
- checkUnnamed2975(o.infoMergeConfig); |
+ checkUnnamed3049(o.infoMergeConfig); |
unittest.expect(o.variantSetId, unittest.equals('foo')); |
- checkUnnamed2976(o.variants); |
+ checkUnnamed3050(o.variants); |
} |
buildCounterMergeVariantsRequest--; |
} |
-buildUnnamed2977() { |
+buildUnnamed3051() { |
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; |
} |
-checkUnnamed2977(core.Map<core.String, core.Object> o) { |
+checkUnnamed3051(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')); |
} |
-buildUnnamed2978() { |
+buildUnnamed3052() { |
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; |
} |
-checkUnnamed2978(core.Map<core.String, core.Object> o) { |
+checkUnnamed3052(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 = buildUnnamed2977(); |
+ o.metadata = buildUnnamed3051(); |
o.name = "foo"; |
- o.response = buildUnnamed2978(); |
+ o.response = buildUnnamed3052(); |
} |
buildCounterOperation--; |
return o; |
@@ -1152,9 +1152,9 @@ checkOperation(api.Operation o) { |
if (buildCounterOperation < 3) { |
unittest.expect(o.done, unittest.isTrue); |
checkStatus(o.error); |
- checkUnnamed2977(o.metadata); |
+ checkUnnamed3051(o.metadata); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed2978(o.response); |
+ checkUnnamed3052(o.response); |
} |
buildCounterOperation--; |
} |
@@ -1182,40 +1182,53 @@ checkOperationEvent(api.OperationEvent o) { |
buildCounterOperationEvent--; |
} |
-buildUnnamed2979() { |
+buildUnnamed3053() { |
var o = new core.List<api.OperationEvent>(); |
o.add(buildOperationEvent()); |
o.add(buildOperationEvent()); |
return o; |
} |
-checkUnnamed2979(core.List<api.OperationEvent> o) { |
+checkUnnamed3053(core.List<api.OperationEvent> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationEvent(o[0]); |
checkOperationEvent(o[1]); |
} |
-buildUnnamed2980() { |
+buildUnnamed3054() { |
+ var o = new core.Map<core.String, core.String>(); |
+ o["x"] = "foo"; |
+ o["y"] = "foo"; |
+ return o; |
+} |
+ |
+checkUnnamed3054(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')); |
+} |
+ |
+buildUnnamed3055() { |
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; |
} |
-checkUnnamed2980(core.Map<core.String, core.Object> o) { |
+checkUnnamed3055(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')); |
} |
-buildUnnamed2981() { |
+buildUnnamed3056() { |
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; |
} |
-checkUnnamed2981(core.Map<core.String, core.Object> o) { |
+checkUnnamed3056(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')); |
@@ -1229,10 +1242,11 @@ buildOperationMetadata() { |
o.clientId = "foo"; |
o.createTime = "foo"; |
o.endTime = "foo"; |
- o.events = buildUnnamed2979(); |
+ o.events = buildUnnamed3053(); |
+ o.labels = buildUnnamed3054(); |
o.projectId = "foo"; |
- o.request = buildUnnamed2980(); |
- o.runtimeMetadata = buildUnnamed2981(); |
+ o.request = buildUnnamed3055(); |
+ o.runtimeMetadata = buildUnnamed3056(); |
o.startTime = "foo"; |
} |
buildCounterOperationMetadata--; |
@@ -1245,23 +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')); |
- checkUnnamed2979(o.events); |
+ checkUnnamed3053(o.events); |
+ checkUnnamed3054(o.labels); |
unittest.expect(o.projectId, unittest.equals('foo')); |
- checkUnnamed2980(o.request); |
- checkUnnamed2981(o.runtimeMetadata); |
+ checkUnnamed3055(o.request); |
+ checkUnnamed3056(o.runtimeMetadata); |
unittest.expect(o.startTime, unittest.equals('foo')); |
} |
buildCounterOperationMetadata--; |
} |
-buildUnnamed2982() { |
+buildUnnamed3057() { |
var o = new core.List<api.Binding>(); |
o.add(buildBinding()); |
o.add(buildBinding()); |
return o; |
} |
-checkUnnamed2982(core.List<api.Binding> o) { |
+checkUnnamed3057(core.List<api.Binding> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBinding(o[0]); |
checkBinding(o[1]); |
@@ -1272,7 +1287,7 @@ buildPolicy() { |
var o = new api.Policy(); |
buildCounterPolicy++; |
if (buildCounterPolicy < 3) { |
- o.bindings = buildUnnamed2982(); |
+ o.bindings = buildUnnamed3057(); |
o.etag = "foo"; |
o.version = 42; |
} |
@@ -1283,7 +1298,7 @@ buildPolicy() { |
checkPolicy(api.Policy o) { |
buildCounterPolicy++; |
if (buildCounterPolicy < 3) { |
- checkUnnamed2982(o.bindings); |
+ checkUnnamed3057(o.bindings); |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.version, unittest.equals(42)); |
} |
@@ -1363,43 +1378,43 @@ checkRange(api.Range o) { |
buildCounterRange--; |
} |
-buildUnnamed2983() { |
+buildUnnamed3058() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2983(core.List<core.int> o) { |
+checkUnnamed3058(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)); |
} |
-buildUnnamed2984() { |
+buildUnnamed3059() { |
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; |
} |
-checkUnnamed2984(core.List<core.Object> o) { |
+checkUnnamed3059(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')); |
} |
-buildUnnamed2985() { |
+buildUnnamed3060() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2984(); |
- o["y"] = buildUnnamed2984(); |
+ o["x"] = buildUnnamed3059(); |
+ o["y"] = buildUnnamed3059(); |
return o; |
} |
-checkUnnamed2985(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed3060(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2984(o["x"]); |
- checkUnnamed2984(o["y"]); |
+ checkUnnamed3059(o["x"]); |
+ checkUnnamed3059(o["y"]); |
} |
core.int buildCounterRead = 0; |
@@ -1407,7 +1422,7 @@ buildRead() { |
var o = new api.Read(); |
buildCounterRead++; |
if (buildCounterRead < 3) { |
- o.alignedQuality = buildUnnamed2983(); |
+ o.alignedQuality = buildUnnamed3058(); |
o.alignedSequence = "foo"; |
o.alignment = buildLinearAlignment(); |
o.duplicateFragment = true; |
@@ -1415,7 +1430,7 @@ buildRead() { |
o.fragmentLength = 42; |
o.fragmentName = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2985(); |
+ o.info = buildUnnamed3060(); |
o.nextMatePosition = buildPosition(); |
o.numberReads = 42; |
o.properPlacement = true; |
@@ -1432,7 +1447,7 @@ buildRead() { |
checkRead(api.Read o) { |
buildCounterRead++; |
if (buildCounterRead < 3) { |
- checkUnnamed2983(o.alignedQuality); |
+ checkUnnamed3058(o.alignedQuality); |
unittest.expect(o.alignedSequence, unittest.equals('foo')); |
checkLinearAlignment(o.alignment); |
unittest.expect(o.duplicateFragment, unittest.isTrue); |
@@ -1440,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')); |
- checkUnnamed2985(o.info); |
+ checkUnnamed3060(o.info); |
checkPosition(o.nextMatePosition); |
unittest.expect(o.numberReads, unittest.equals(42)); |
unittest.expect(o.properPlacement, unittest.isTrue); |
@@ -1453,40 +1468,40 @@ checkRead(api.Read o) { |
buildCounterRead--; |
} |
-buildUnnamed2986() { |
+buildUnnamed3061() { |
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; |
} |
-checkUnnamed2986(core.List<core.Object> o) { |
+checkUnnamed3061(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')); |
} |
-buildUnnamed2987() { |
+buildUnnamed3062() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2986(); |
- o["y"] = buildUnnamed2986(); |
+ o["x"] = buildUnnamed3061(); |
+ o["y"] = buildUnnamed3061(); |
return o; |
} |
-checkUnnamed2987(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed3062(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2986(o["x"]); |
- checkUnnamed2986(o["y"]); |
+ checkUnnamed3061(o["x"]); |
+ checkUnnamed3061(o["y"]); |
} |
-buildUnnamed2988() { |
+buildUnnamed3063() { |
var o = new core.List<api.Program>(); |
o.add(buildProgram()); |
o.add(buildProgram()); |
return o; |
} |
-checkUnnamed2988(core.List<api.Program> o) { |
+checkUnnamed3063(core.List<api.Program> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProgram(o[0]); |
checkProgram(o[1]); |
@@ -1501,10 +1516,10 @@ buildReadGroup() { |
o.description = "foo"; |
o.experiment = buildExperiment(); |
o.id = "foo"; |
- o.info = buildUnnamed2987(); |
+ o.info = buildUnnamed3062(); |
o.name = "foo"; |
o.predictedInsertSize = 42; |
- o.programs = buildUnnamed2988(); |
+ o.programs = buildUnnamed3063(); |
o.referenceSetId = "foo"; |
o.sampleId = "foo"; |
} |
@@ -1519,50 +1534,50 @@ checkReadGroup(api.ReadGroup o) { |
unittest.expect(o.description, unittest.equals('foo')); |
checkExperiment(o.experiment); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2987(o.info); |
+ checkUnnamed3062(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.predictedInsertSize, unittest.equals(42)); |
- checkUnnamed2988(o.programs); |
+ checkUnnamed3063(o.programs); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
unittest.expect(o.sampleId, unittest.equals('foo')); |
} |
buildCounterReadGroup--; |
} |
-buildUnnamed2989() { |
+buildUnnamed3064() { |
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; |
} |
-checkUnnamed2989(core.List<core.Object> o) { |
+checkUnnamed3064(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')); |
} |
-buildUnnamed2990() { |
+buildUnnamed3065() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2989(); |
- o["y"] = buildUnnamed2989(); |
+ o["x"] = buildUnnamed3064(); |
+ o["y"] = buildUnnamed3064(); |
return o; |
} |
-checkUnnamed2990(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed3065(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2989(o["x"]); |
- checkUnnamed2989(o["y"]); |
+ checkUnnamed3064(o["x"]); |
+ checkUnnamed3064(o["y"]); |
} |
-buildUnnamed2991() { |
+buildUnnamed3066() { |
var o = new core.List<api.ReadGroup>(); |
o.add(buildReadGroup()); |
o.add(buildReadGroup()); |
return o; |
} |
-checkUnnamed2991(core.List<api.ReadGroup> o) { |
+checkUnnamed3066(core.List<api.ReadGroup> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReadGroup(o[0]); |
checkReadGroup(o[1]); |
@@ -1576,9 +1591,9 @@ buildReadGroupSet() { |
o.datasetId = "foo"; |
o.filename = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2990(); |
+ o.info = buildUnnamed3065(); |
o.name = "foo"; |
- o.readGroups = buildUnnamed2991(); |
+ o.readGroups = buildUnnamed3066(); |
o.referenceSetId = "foo"; |
} |
buildCounterReadGroupSet--; |
@@ -1591,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')); |
- checkUnnamed2990(o.info); |
+ checkUnnamed3065(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed2991(o.readGroups); |
+ checkUnnamed3066(o.readGroups); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
} |
buildCounterReadGroupSet--; |
} |
-buildUnnamed2992() { |
+buildUnnamed3067() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2992(core.List<core.String> o) { |
+checkUnnamed3067(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')); |
@@ -1622,7 +1637,7 @@ buildReference() { |
o.md5checksum = "foo"; |
o.name = "foo"; |
o.ncbiTaxonId = 42; |
- o.sourceAccessions = buildUnnamed2992(); |
+ o.sourceAccessions = buildUnnamed3067(); |
o.sourceUri = "foo"; |
} |
buildCounterReference--; |
@@ -1637,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)); |
- checkUnnamed2992(o.sourceAccessions); |
+ checkUnnamed3067(o.sourceAccessions); |
unittest.expect(o.sourceUri, unittest.equals('foo')); |
} |
buildCounterReference--; |
@@ -1664,27 +1679,27 @@ checkReferenceBound(api.ReferenceBound o) { |
buildCounterReferenceBound--; |
} |
-buildUnnamed2993() { |
+buildUnnamed3068() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2993(core.List<core.String> o) { |
+checkUnnamed3068(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')); |
} |
-buildUnnamed2994() { |
+buildUnnamed3069() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2994(core.List<core.String> o) { |
+checkUnnamed3069(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')); |
@@ -1700,8 +1715,8 @@ buildReferenceSet() { |
o.id = "foo"; |
o.md5checksum = "foo"; |
o.ncbiTaxonId = 42; |
- o.referenceIds = buildUnnamed2993(); |
- o.sourceAccessions = buildUnnamed2994(); |
+ o.referenceIds = buildUnnamed3068(); |
+ o.sourceAccessions = buildUnnamed3069(); |
o.sourceUri = "foo"; |
} |
buildCounterReferenceSet--; |
@@ -1716,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)); |
- checkUnnamed2993(o.referenceIds); |
- checkUnnamed2994(o.sourceAccessions); |
+ checkUnnamed3068(o.referenceIds); |
+ checkUnnamed3069(o.sourceAccessions); |
unittest.expect(o.sourceUri, unittest.equals('foo')); |
} |
buildCounterReferenceSet--; |
@@ -1742,27 +1757,27 @@ checkRuntimeMetadata(api.RuntimeMetadata o) { |
buildCounterRuntimeMetadata--; |
} |
-buildUnnamed2995() { |
+buildUnnamed3070() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2995(core.List<core.String> o) { |
+checkUnnamed3070(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')); |
} |
-buildUnnamed2996() { |
+buildUnnamed3071() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2996(core.List<core.String> o) { |
+checkUnnamed3071(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')); |
@@ -1773,12 +1788,12 @@ buildSearchAnnotationSetsRequest() { |
var o = new api.SearchAnnotationSetsRequest(); |
buildCounterSearchAnnotationSetsRequest++; |
if (buildCounterSearchAnnotationSetsRequest < 3) { |
- o.datasetIds = buildUnnamed2995(); |
+ o.datasetIds = buildUnnamed3070(); |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.referenceSetId = "foo"; |
- o.types = buildUnnamed2996(); |
+ o.types = buildUnnamed3071(); |
} |
buildCounterSearchAnnotationSetsRequest--; |
return o; |
@@ -1787,24 +1802,24 @@ buildSearchAnnotationSetsRequest() { |
checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) { |
buildCounterSearchAnnotationSetsRequest++; |
if (buildCounterSearchAnnotationSetsRequest < 3) { |
- checkUnnamed2995(o.datasetIds); |
+ checkUnnamed3070(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')); |
- checkUnnamed2996(o.types); |
+ checkUnnamed3071(o.types); |
} |
buildCounterSearchAnnotationSetsRequest--; |
} |
-buildUnnamed2997() { |
+buildUnnamed3072() { |
var o = new core.List<api.AnnotationSet>(); |
o.add(buildAnnotationSet()); |
o.add(buildAnnotationSet()); |
return o; |
} |
-checkUnnamed2997(core.List<api.AnnotationSet> o) { |
+checkUnnamed3072(core.List<api.AnnotationSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAnnotationSet(o[0]); |
checkAnnotationSet(o[1]); |
@@ -1815,7 +1830,7 @@ buildSearchAnnotationSetsResponse() { |
var o = new api.SearchAnnotationSetsResponse(); |
buildCounterSearchAnnotationSetsResponse++; |
if (buildCounterSearchAnnotationSetsResponse < 3) { |
- o.annotationSets = buildUnnamed2997(); |
+ o.annotationSets = buildUnnamed3072(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchAnnotationSetsResponse--; |
@@ -1825,20 +1840,20 @@ buildSearchAnnotationSetsResponse() { |
checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) { |
buildCounterSearchAnnotationSetsResponse++; |
if (buildCounterSearchAnnotationSetsResponse < 3) { |
- checkUnnamed2997(o.annotationSets); |
+ checkUnnamed3072(o.annotationSets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchAnnotationSetsResponse--; |
} |
-buildUnnamed2998() { |
+buildUnnamed3073() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2998(core.List<core.String> o) { |
+checkUnnamed3073(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')); |
@@ -1849,7 +1864,7 @@ buildSearchAnnotationsRequest() { |
var o = new api.SearchAnnotationsRequest(); |
buildCounterSearchAnnotationsRequest++; |
if (buildCounterSearchAnnotationsRequest < 3) { |
- o.annotationSetIds = buildUnnamed2998(); |
+ o.annotationSetIds = buildUnnamed3073(); |
o.end = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
@@ -1864,7 +1879,7 @@ buildSearchAnnotationsRequest() { |
checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) { |
buildCounterSearchAnnotationsRequest++; |
if (buildCounterSearchAnnotationsRequest < 3) { |
- checkUnnamed2998(o.annotationSetIds); |
+ checkUnnamed3073(o.annotationSetIds); |
unittest.expect(o.end, unittest.equals('foo')); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
@@ -1875,14 +1890,14 @@ checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) { |
buildCounterSearchAnnotationsRequest--; |
} |
-buildUnnamed2999() { |
+buildUnnamed3074() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed2999(core.List<api.Annotation> o) { |
+checkUnnamed3074(core.List<api.Annotation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAnnotation(o[0]); |
checkAnnotation(o[1]); |
@@ -1893,7 +1908,7 @@ buildSearchAnnotationsResponse() { |
var o = new api.SearchAnnotationsResponse(); |
buildCounterSearchAnnotationsResponse++; |
if (buildCounterSearchAnnotationsResponse < 3) { |
- o.annotations = buildUnnamed2999(); |
+ o.annotations = buildUnnamed3074(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchAnnotationsResponse--; |
@@ -1903,20 +1918,20 @@ buildSearchAnnotationsResponse() { |
checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) { |
buildCounterSearchAnnotationsResponse++; |
if (buildCounterSearchAnnotationsResponse < 3) { |
- checkUnnamed2999(o.annotations); |
+ checkUnnamed3074(o.annotations); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchAnnotationsResponse--; |
} |
-buildUnnamed3000() { |
+buildUnnamed3075() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3000(core.List<core.String> o) { |
+checkUnnamed3075(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')); |
@@ -1930,7 +1945,7 @@ buildSearchCallSetsRequest() { |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
- o.variantSetIds = buildUnnamed3000(); |
+ o.variantSetIds = buildUnnamed3075(); |
} |
buildCounterSearchCallSetsRequest--; |
return o; |
@@ -1942,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')); |
- checkUnnamed3000(o.variantSetIds); |
+ checkUnnamed3075(o.variantSetIds); |
} |
buildCounterSearchCallSetsRequest--; |
} |
-buildUnnamed3001() { |
+buildUnnamed3076() { |
var o = new core.List<api.CallSet>(); |
o.add(buildCallSet()); |
o.add(buildCallSet()); |
return o; |
} |
-checkUnnamed3001(core.List<api.CallSet> o) { |
+checkUnnamed3076(core.List<api.CallSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCallSet(o[0]); |
checkCallSet(o[1]); |
@@ -1965,7 +1980,7 @@ buildSearchCallSetsResponse() { |
var o = new api.SearchCallSetsResponse(); |
buildCounterSearchCallSetsResponse++; |
if (buildCounterSearchCallSetsResponse < 3) { |
- o.callSets = buildUnnamed3001(); |
+ o.callSets = buildUnnamed3076(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchCallSetsResponse--; |
@@ -1975,20 +1990,20 @@ buildSearchCallSetsResponse() { |
checkSearchCallSetsResponse(api.SearchCallSetsResponse o) { |
buildCounterSearchCallSetsResponse++; |
if (buildCounterSearchCallSetsResponse < 3) { |
- checkUnnamed3001(o.callSets); |
+ checkUnnamed3076(o.callSets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchCallSetsResponse--; |
} |
-buildUnnamed3002() { |
+buildUnnamed3077() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3002(core.List<core.String> o) { |
+checkUnnamed3077(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')); |
@@ -1999,7 +2014,7 @@ buildSearchReadGroupSetsRequest() { |
var o = new api.SearchReadGroupSetsRequest(); |
buildCounterSearchReadGroupSetsRequest++; |
if (buildCounterSearchReadGroupSetsRequest < 3) { |
- o.datasetIds = buildUnnamed3002(); |
+ o.datasetIds = buildUnnamed3077(); |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
@@ -2011,7 +2026,7 @@ buildSearchReadGroupSetsRequest() { |
checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { |
buildCounterSearchReadGroupSetsRequest++; |
if (buildCounterSearchReadGroupSetsRequest < 3) { |
- checkUnnamed3002(o.datasetIds); |
+ checkUnnamed3077(o.datasetIds); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
@@ -2019,14 +2034,14 @@ checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { |
buildCounterSearchReadGroupSetsRequest--; |
} |
-buildUnnamed3003() { |
+buildUnnamed3078() { |
var o = new core.List<api.ReadGroupSet>(); |
o.add(buildReadGroupSet()); |
o.add(buildReadGroupSet()); |
return o; |
} |
-checkUnnamed3003(core.List<api.ReadGroupSet> o) { |
+checkUnnamed3078(core.List<api.ReadGroupSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReadGroupSet(o[0]); |
checkReadGroupSet(o[1]); |
@@ -2038,7 +2053,7 @@ buildSearchReadGroupSetsResponse() { |
buildCounterSearchReadGroupSetsResponse++; |
if (buildCounterSearchReadGroupSetsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.readGroupSets = buildUnnamed3003(); |
+ o.readGroupSets = buildUnnamed3078(); |
} |
buildCounterSearchReadGroupSetsResponse--; |
return o; |
@@ -2048,32 +2063,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) { |
buildCounterSearchReadGroupSetsResponse++; |
if (buildCounterSearchReadGroupSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3003(o.readGroupSets); |
+ checkUnnamed3078(o.readGroupSets); |
} |
buildCounterSearchReadGroupSetsResponse--; |
} |
-buildUnnamed3004() { |
+buildUnnamed3079() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3004(core.List<core.String> o) { |
+checkUnnamed3079(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')); |
} |
-buildUnnamed3005() { |
+buildUnnamed3080() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3005(core.List<core.String> o) { |
+checkUnnamed3080(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')); |
@@ -2087,8 +2102,8 @@ buildSearchReadsRequest() { |
o.end = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
- o.readGroupIds = buildUnnamed3004(); |
- o.readGroupSetIds = buildUnnamed3005(); |
+ o.readGroupIds = buildUnnamed3079(); |
+ o.readGroupSetIds = buildUnnamed3080(); |
o.referenceName = "foo"; |
o.start = "foo"; |
} |
@@ -2102,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')); |
- checkUnnamed3004(o.readGroupIds); |
- checkUnnamed3005(o.readGroupSetIds); |
+ checkUnnamed3079(o.readGroupIds); |
+ checkUnnamed3080(o.readGroupSetIds); |
unittest.expect(o.referenceName, unittest.equals('foo')); |
unittest.expect(o.start, unittest.equals('foo')); |
} |
buildCounterSearchReadsRequest--; |
} |
-buildUnnamed3006() { |
+buildUnnamed3081() { |
var o = new core.List<api.Read>(); |
o.add(buildRead()); |
o.add(buildRead()); |
return o; |
} |
-checkUnnamed3006(core.List<api.Read> o) { |
+checkUnnamed3081(core.List<api.Read> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRead(o[0]); |
checkRead(o[1]); |
@@ -2128,7 +2143,7 @@ buildSearchReadsResponse() { |
var o = new api.SearchReadsResponse(); |
buildCounterSearchReadsResponse++; |
if (buildCounterSearchReadsResponse < 3) { |
- o.alignments = buildUnnamed3006(); |
+ o.alignments = buildUnnamed3081(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchReadsResponse--; |
@@ -2138,33 +2153,33 @@ buildSearchReadsResponse() { |
checkSearchReadsResponse(api.SearchReadsResponse o) { |
buildCounterSearchReadsResponse++; |
if (buildCounterSearchReadsResponse < 3) { |
- checkUnnamed3006(o.alignments); |
+ checkUnnamed3081(o.alignments); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchReadsResponse--; |
} |
-buildUnnamed3007() { |
+buildUnnamed3082() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3007(core.List<core.String> o) { |
+checkUnnamed3082(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')); |
} |
-buildUnnamed3008() { |
+buildUnnamed3083() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3008(core.List<core.String> o) { |
+checkUnnamed3083(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')); |
@@ -2175,9 +2190,9 @@ buildSearchReferenceSetsRequest() { |
var o = new api.SearchReferenceSetsRequest(); |
buildCounterSearchReferenceSetsRequest++; |
if (buildCounterSearchReferenceSetsRequest < 3) { |
- o.accessions = buildUnnamed3007(); |
+ o.accessions = buildUnnamed3082(); |
o.assemblyId = "foo"; |
- o.md5checksums = buildUnnamed3008(); |
+ o.md5checksums = buildUnnamed3083(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
} |
@@ -2188,23 +2203,23 @@ buildSearchReferenceSetsRequest() { |
checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) { |
buildCounterSearchReferenceSetsRequest++; |
if (buildCounterSearchReferenceSetsRequest < 3) { |
- checkUnnamed3007(o.accessions); |
+ checkUnnamed3082(o.accessions); |
unittest.expect(o.assemblyId, unittest.equals('foo')); |
- checkUnnamed3008(o.md5checksums); |
+ checkUnnamed3083(o.md5checksums); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
} |
buildCounterSearchReferenceSetsRequest--; |
} |
-buildUnnamed3009() { |
+buildUnnamed3084() { |
var o = new core.List<api.ReferenceSet>(); |
o.add(buildReferenceSet()); |
o.add(buildReferenceSet()); |
return o; |
} |
-checkUnnamed3009(core.List<api.ReferenceSet> o) { |
+checkUnnamed3084(core.List<api.ReferenceSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReferenceSet(o[0]); |
checkReferenceSet(o[1]); |
@@ -2216,7 +2231,7 @@ buildSearchReferenceSetsResponse() { |
buildCounterSearchReferenceSetsResponse++; |
if (buildCounterSearchReferenceSetsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.referenceSets = buildUnnamed3009(); |
+ o.referenceSets = buildUnnamed3084(); |
} |
buildCounterSearchReferenceSetsResponse--; |
return o; |
@@ -2226,32 +2241,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) { |
buildCounterSearchReferenceSetsResponse++; |
if (buildCounterSearchReferenceSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3009(o.referenceSets); |
+ checkUnnamed3084(o.referenceSets); |
} |
buildCounterSearchReferenceSetsResponse--; |
} |
-buildUnnamed3010() { |
+buildUnnamed3085() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3010(core.List<core.String> o) { |
+checkUnnamed3085(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')); |
} |
-buildUnnamed3011() { |
+buildUnnamed3086() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3011(core.List<core.String> o) { |
+checkUnnamed3086(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')); |
@@ -2262,8 +2277,8 @@ buildSearchReferencesRequest() { |
var o = new api.SearchReferencesRequest(); |
buildCounterSearchReferencesRequest++; |
if (buildCounterSearchReferencesRequest < 3) { |
- o.accessions = buildUnnamed3010(); |
- o.md5checksums = buildUnnamed3011(); |
+ o.accessions = buildUnnamed3085(); |
+ o.md5checksums = buildUnnamed3086(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.referenceSetId = "foo"; |
@@ -2275,8 +2290,8 @@ buildSearchReferencesRequest() { |
checkSearchReferencesRequest(api.SearchReferencesRequest o) { |
buildCounterSearchReferencesRequest++; |
if (buildCounterSearchReferencesRequest < 3) { |
- checkUnnamed3010(o.accessions); |
- checkUnnamed3011(o.md5checksums); |
+ checkUnnamed3085(o.accessions); |
+ checkUnnamed3086(o.md5checksums); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
@@ -2284,14 +2299,14 @@ checkSearchReferencesRequest(api.SearchReferencesRequest o) { |
buildCounterSearchReferencesRequest--; |
} |
-buildUnnamed3012() { |
+buildUnnamed3087() { |
var o = new core.List<api.Reference>(); |
o.add(buildReference()); |
o.add(buildReference()); |
return o; |
} |
-checkUnnamed3012(core.List<api.Reference> o) { |
+checkUnnamed3087(core.List<api.Reference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReference(o[0]); |
checkReference(o[1]); |
@@ -2303,7 +2318,7 @@ buildSearchReferencesResponse() { |
buildCounterSearchReferencesResponse++; |
if (buildCounterSearchReferencesResponse < 3) { |
o.nextPageToken = "foo"; |
- o.references = buildUnnamed3012(); |
+ o.references = buildUnnamed3087(); |
} |
buildCounterSearchReferencesResponse--; |
return o; |
@@ -2313,19 +2328,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) { |
buildCounterSearchReferencesResponse++; |
if (buildCounterSearchReferencesResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3012(o.references); |
+ checkUnnamed3087(o.references); |
} |
buildCounterSearchReferencesResponse--; |
} |
-buildUnnamed3013() { |
+buildUnnamed3088() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3013(core.List<core.String> o) { |
+checkUnnamed3088(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')); |
@@ -2336,7 +2351,7 @@ buildSearchVariantSetsRequest() { |
var o = new api.SearchVariantSetsRequest(); |
buildCounterSearchVariantSetsRequest++; |
if (buildCounterSearchVariantSetsRequest < 3) { |
- o.datasetIds = buildUnnamed3013(); |
+ o.datasetIds = buildUnnamed3088(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
} |
@@ -2347,21 +2362,21 @@ buildSearchVariantSetsRequest() { |
checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) { |
buildCounterSearchVariantSetsRequest++; |
if (buildCounterSearchVariantSetsRequest < 3) { |
- checkUnnamed3013(o.datasetIds); |
+ checkUnnamed3088(o.datasetIds); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
} |
buildCounterSearchVariantSetsRequest--; |
} |
-buildUnnamed3014() { |
+buildUnnamed3089() { |
var o = new core.List<api.VariantSet>(); |
o.add(buildVariantSet()); |
o.add(buildVariantSet()); |
return o; |
} |
-checkUnnamed3014(core.List<api.VariantSet> o) { |
+checkUnnamed3089(core.List<api.VariantSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantSet(o[0]); |
checkVariantSet(o[1]); |
@@ -2373,7 +2388,7 @@ buildSearchVariantSetsResponse() { |
buildCounterSearchVariantSetsResponse++; |
if (buildCounterSearchVariantSetsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.variantSets = buildUnnamed3014(); |
+ o.variantSets = buildUnnamed3089(); |
} |
buildCounterSearchVariantSetsResponse--; |
return o; |
@@ -2383,32 +2398,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) { |
buildCounterSearchVariantSetsResponse++; |
if (buildCounterSearchVariantSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3014(o.variantSets); |
+ checkUnnamed3089(o.variantSets); |
} |
buildCounterSearchVariantSetsResponse--; |
} |
-buildUnnamed3015() { |
+buildUnnamed3090() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3015(core.List<core.String> o) { |
+checkUnnamed3090(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')); |
} |
-buildUnnamed3016() { |
+buildUnnamed3091() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3016(core.List<core.String> o) { |
+checkUnnamed3091(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')); |
@@ -2419,7 +2434,7 @@ buildSearchVariantsRequest() { |
var o = new api.SearchVariantsRequest(); |
buildCounterSearchVariantsRequest++; |
if (buildCounterSearchVariantsRequest < 3) { |
- o.callSetIds = buildUnnamed3015(); |
+ o.callSetIds = buildUnnamed3090(); |
o.end = "foo"; |
o.maxCalls = 42; |
o.pageSize = 42; |
@@ -2427,7 +2442,7 @@ buildSearchVariantsRequest() { |
o.referenceName = "foo"; |
o.start = "foo"; |
o.variantName = "foo"; |
- o.variantSetIds = buildUnnamed3016(); |
+ o.variantSetIds = buildUnnamed3091(); |
} |
buildCounterSearchVariantsRequest--; |
return o; |
@@ -2436,7 +2451,7 @@ buildSearchVariantsRequest() { |
checkSearchVariantsRequest(api.SearchVariantsRequest o) { |
buildCounterSearchVariantsRequest++; |
if (buildCounterSearchVariantsRequest < 3) { |
- checkUnnamed3015(o.callSetIds); |
+ checkUnnamed3090(o.callSetIds); |
unittest.expect(o.end, unittest.equals('foo')); |
unittest.expect(o.maxCalls, unittest.equals(42)); |
unittest.expect(o.pageSize, unittest.equals(42)); |
@@ -2444,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')); |
- checkUnnamed3016(o.variantSetIds); |
+ checkUnnamed3091(o.variantSetIds); |
} |
buildCounterSearchVariantsRequest--; |
} |
-buildUnnamed3017() { |
+buildUnnamed3092() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed3017(core.List<api.Variant> o) { |
+checkUnnamed3092(core.List<api.Variant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariant(o[0]); |
checkVariant(o[1]); |
@@ -2468,7 +2483,7 @@ buildSearchVariantsResponse() { |
buildCounterSearchVariantsResponse++; |
if (buildCounterSearchVariantsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.variants = buildUnnamed3017(); |
+ o.variants = buildUnnamed3092(); |
} |
buildCounterSearchVariantsResponse--; |
return o; |
@@ -2478,7 +2493,7 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) { |
buildCounterSearchVariantsResponse++; |
if (buildCounterSearchVariantsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3017(o.variants); |
+ checkUnnamed3092(o.variants); |
} |
buildCounterSearchVariantsResponse--; |
} |
@@ -2502,30 +2517,30 @@ checkSetIamPolicyRequest(api.SetIamPolicyRequest o) { |
buildCounterSetIamPolicyRequest--; |
} |
-buildUnnamed3018() { |
+buildUnnamed3093() { |
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; |
} |
-checkUnnamed3018(core.Map<core.String, core.Object> o) { |
+checkUnnamed3093(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')); |
} |
-buildUnnamed3019() { |
+buildUnnamed3094() { |
var o = new core.List<core.Map<core.String, core.Object>>(); |
- o.add(buildUnnamed3018()); |
- o.add(buildUnnamed3018()); |
+ o.add(buildUnnamed3093()); |
+ o.add(buildUnnamed3093()); |
return o; |
} |
-checkUnnamed3019(core.List<core.Map<core.String, core.Object>> o) { |
+checkUnnamed3094(core.List<core.Map<core.String, core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3018(o[0]); |
- checkUnnamed3018(o[1]); |
+ checkUnnamed3093(o[0]); |
+ checkUnnamed3093(o[1]); |
} |
core.int buildCounterStatus = 0; |
@@ -2534,7 +2549,7 @@ buildStatus() { |
buildCounterStatus++; |
if (buildCounterStatus < 3) { |
o.code = 42; |
- o.details = buildUnnamed3019(); |
+ o.details = buildUnnamed3094(); |
o.message = "foo"; |
} |
buildCounterStatus--; |
@@ -2545,7 +2560,7 @@ checkStatus(api.Status o) { |
buildCounterStatus++; |
if (buildCounterStatus < 3) { |
unittest.expect(o.code, unittest.equals(42)); |
- checkUnnamed3019(o.details); |
+ checkUnnamed3094(o.details); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterStatus--; |
@@ -2582,14 +2597,14 @@ checkStreamReadsRequest(api.StreamReadsRequest o) { |
buildCounterStreamReadsRequest--; |
} |
-buildUnnamed3020() { |
+buildUnnamed3095() { |
var o = new core.List<api.Read>(); |
o.add(buildRead()); |
o.add(buildRead()); |
return o; |
} |
-checkUnnamed3020(core.List<api.Read> o) { |
+checkUnnamed3095(core.List<api.Read> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRead(o[0]); |
checkRead(o[1]); |
@@ -2600,7 +2615,7 @@ buildStreamReadsResponse() { |
var o = new api.StreamReadsResponse(); |
buildCounterStreamReadsResponse++; |
if (buildCounterStreamReadsResponse < 3) { |
- o.alignments = buildUnnamed3020(); |
+ o.alignments = buildUnnamed3095(); |
} |
buildCounterStreamReadsResponse--; |
return o; |
@@ -2609,19 +2624,19 @@ buildStreamReadsResponse() { |
checkStreamReadsResponse(api.StreamReadsResponse o) { |
buildCounterStreamReadsResponse++; |
if (buildCounterStreamReadsResponse < 3) { |
- checkUnnamed3020(o.alignments); |
+ checkUnnamed3095(o.alignments); |
} |
buildCounterStreamReadsResponse--; |
} |
-buildUnnamed3021() { |
+buildUnnamed3096() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3021(core.List<core.String> o) { |
+checkUnnamed3096(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')); |
@@ -2632,7 +2647,7 @@ buildStreamVariantsRequest() { |
var o = new api.StreamVariantsRequest(); |
buildCounterStreamVariantsRequest++; |
if (buildCounterStreamVariantsRequest < 3) { |
- o.callSetIds = buildUnnamed3021(); |
+ o.callSetIds = buildUnnamed3096(); |
o.end = "foo"; |
o.projectId = "foo"; |
o.referenceName = "foo"; |
@@ -2646,7 +2661,7 @@ buildStreamVariantsRequest() { |
checkStreamVariantsRequest(api.StreamVariantsRequest o) { |
buildCounterStreamVariantsRequest++; |
if (buildCounterStreamVariantsRequest < 3) { |
- checkUnnamed3021(o.callSetIds); |
+ checkUnnamed3096(o.callSetIds); |
unittest.expect(o.end, unittest.equals('foo')); |
unittest.expect(o.projectId, unittest.equals('foo')); |
unittest.expect(o.referenceName, unittest.equals('foo')); |
@@ -2656,14 +2671,14 @@ checkStreamVariantsRequest(api.StreamVariantsRequest o) { |
buildCounterStreamVariantsRequest--; |
} |
-buildUnnamed3022() { |
+buildUnnamed3097() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed3022(core.List<api.Variant> o) { |
+checkUnnamed3097(core.List<api.Variant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariant(o[0]); |
checkVariant(o[1]); |
@@ -2674,7 +2689,7 @@ buildStreamVariantsResponse() { |
var o = new api.StreamVariantsResponse(); |
buildCounterStreamVariantsResponse++; |
if (buildCounterStreamVariantsResponse < 3) { |
- o.variants = buildUnnamed3022(); |
+ o.variants = buildUnnamed3097(); |
} |
buildCounterStreamVariantsResponse--; |
return o; |
@@ -2683,19 +2698,19 @@ buildStreamVariantsResponse() { |
checkStreamVariantsResponse(api.StreamVariantsResponse o) { |
buildCounterStreamVariantsResponse++; |
if (buildCounterStreamVariantsResponse < 3) { |
- checkUnnamed3022(o.variants); |
+ checkUnnamed3097(o.variants); |
} |
buildCounterStreamVariantsResponse--; |
} |
-buildUnnamed3023() { |
+buildUnnamed3098() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3023(core.List<core.String> o) { |
+checkUnnamed3098(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')); |
@@ -2706,7 +2721,7 @@ buildTestIamPermissionsRequest() { |
var o = new api.TestIamPermissionsRequest(); |
buildCounterTestIamPermissionsRequest++; |
if (buildCounterTestIamPermissionsRequest < 3) { |
- o.permissions = buildUnnamed3023(); |
+ o.permissions = buildUnnamed3098(); |
} |
buildCounterTestIamPermissionsRequest--; |
return o; |
@@ -2715,19 +2730,19 @@ buildTestIamPermissionsRequest() { |
checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) { |
buildCounterTestIamPermissionsRequest++; |
if (buildCounterTestIamPermissionsRequest < 3) { |
- checkUnnamed3023(o.permissions); |
+ checkUnnamed3098(o.permissions); |
} |
buildCounterTestIamPermissionsRequest--; |
} |
-buildUnnamed3024() { |
+buildUnnamed3099() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3024(core.List<core.String> o) { |
+checkUnnamed3099(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')); |
@@ -2738,7 +2753,7 @@ buildTestIamPermissionsResponse() { |
var o = new api.TestIamPermissionsResponse(); |
buildCounterTestIamPermissionsResponse++; |
if (buildCounterTestIamPermissionsResponse < 3) { |
- o.permissions = buildUnnamed3024(); |
+ o.permissions = buildUnnamed3099(); |
} |
buildCounterTestIamPermissionsResponse--; |
return o; |
@@ -2747,19 +2762,19 @@ buildTestIamPermissionsResponse() { |
checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) { |
buildCounterTestIamPermissionsResponse++; |
if (buildCounterTestIamPermissionsResponse < 3) { |
- checkUnnamed3024(o.permissions); |
+ checkUnnamed3099(o.permissions); |
} |
buildCounterTestIamPermissionsResponse--; |
} |
-buildUnnamed3025() { |
+buildUnnamed3100() { |
var o = new core.List<api.Exon>(); |
o.add(buildExon()); |
o.add(buildExon()); |
return o; |
} |
-checkUnnamed3025(core.List<api.Exon> o) { |
+checkUnnamed3100(core.List<api.Exon> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkExon(o[0]); |
checkExon(o[1]); |
@@ -2771,7 +2786,7 @@ buildTranscript() { |
buildCounterTranscript++; |
if (buildCounterTranscript < 3) { |
o.codingSequence = buildCodingSequence(); |
- o.exons = buildUnnamed3025(); |
+ o.exons = buildUnnamed3100(); |
o.geneId = "foo"; |
} |
buildCounterTranscript--; |
@@ -2782,7 +2797,7 @@ checkTranscript(api.Transcript o) { |
buildCounterTranscript++; |
if (buildCounterTranscript < 3) { |
checkCodingSequence(o.codingSequence); |
- checkUnnamed3025(o.exons); |
+ checkUnnamed3100(o.exons); |
unittest.expect(o.geneId, unittest.equals('foo')); |
} |
buildCounterTranscript--; |
@@ -2805,79 +2820,79 @@ checkUndeleteDatasetRequest(api.UndeleteDatasetRequest o) { |
buildCounterUndeleteDatasetRequest--; |
} |
-buildUnnamed3026() { |
+buildUnnamed3101() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3026(core.List<core.String> o) { |
+checkUnnamed3101(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')); |
} |
-buildUnnamed3027() { |
+buildUnnamed3102() { |
var o = new core.List<api.VariantCall>(); |
o.add(buildVariantCall()); |
o.add(buildVariantCall()); |
return o; |
} |
-checkUnnamed3027(core.List<api.VariantCall> o) { |
+checkUnnamed3102(core.List<api.VariantCall> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantCall(o[0]); |
checkVariantCall(o[1]); |
} |
-buildUnnamed3028() { |
+buildUnnamed3103() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3028(core.List<core.String> o) { |
+checkUnnamed3103(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')); |
} |
-buildUnnamed3029() { |
+buildUnnamed3104() { |
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; |
} |
-checkUnnamed3029(core.List<core.Object> o) { |
+checkUnnamed3104(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')); |
} |
-buildUnnamed3030() { |
+buildUnnamed3105() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed3029(); |
- o["y"] = buildUnnamed3029(); |
+ o["x"] = buildUnnamed3104(); |
+ o["y"] = buildUnnamed3104(); |
return o; |
} |
-checkUnnamed3030(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed3105(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3029(o["x"]); |
- checkUnnamed3029(o["y"]); |
+ checkUnnamed3104(o["x"]); |
+ checkUnnamed3104(o["y"]); |
} |
-buildUnnamed3031() { |
+buildUnnamed3106() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3031(core.List<core.String> o) { |
+checkUnnamed3106(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')); |
@@ -2888,14 +2903,14 @@ buildVariant() { |
var o = new api.Variant(); |
buildCounterVariant++; |
if (buildCounterVariant < 3) { |
- o.alternateBases = buildUnnamed3026(); |
- o.calls = buildUnnamed3027(); |
+ o.alternateBases = buildUnnamed3101(); |
+ o.calls = buildUnnamed3102(); |
o.created = "foo"; |
o.end = "foo"; |
- o.filter = buildUnnamed3028(); |
+ o.filter = buildUnnamed3103(); |
o.id = "foo"; |
- o.info = buildUnnamed3030(); |
- o.names = buildUnnamed3031(); |
+ o.info = buildUnnamed3105(); |
+ o.names = buildUnnamed3106(); |
o.quality = 42.0; |
o.referenceBases = "foo"; |
o.referenceName = "foo"; |
@@ -2909,14 +2924,14 @@ buildVariant() { |
checkVariant(api.Variant o) { |
buildCounterVariant++; |
if (buildCounterVariant < 3) { |
- checkUnnamed3026(o.alternateBases); |
- checkUnnamed3027(o.calls); |
+ checkUnnamed3101(o.alternateBases); |
+ checkUnnamed3102(o.calls); |
unittest.expect(o.created, unittest.equals('foo')); |
unittest.expect(o.end, unittest.equals('foo')); |
- checkUnnamed3028(o.filter); |
+ checkUnnamed3103(o.filter); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed3030(o.info); |
- checkUnnamed3031(o.names); |
+ checkUnnamed3105(o.info); |
+ checkUnnamed3106(o.names); |
unittest.expect(o.quality, unittest.equals(42.0)); |
unittest.expect(o.referenceBases, unittest.equals('foo')); |
unittest.expect(o.referenceName, unittest.equals('foo')); |
@@ -2926,27 +2941,27 @@ checkVariant(api.Variant o) { |
buildCounterVariant--; |
} |
-buildUnnamed3032() { |
+buildUnnamed3107() { |
var o = new core.List<api.ClinicalCondition>(); |
o.add(buildClinicalCondition()); |
o.add(buildClinicalCondition()); |
return o; |
} |
-checkUnnamed3032(core.List<api.ClinicalCondition> o) { |
+checkUnnamed3107(core.List<api.ClinicalCondition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkClinicalCondition(o[0]); |
checkClinicalCondition(o[1]); |
} |
-buildUnnamed3033() { |
+buildUnnamed3108() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3033(core.List<core.String> o) { |
+checkUnnamed3108(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')); |
@@ -2959,10 +2974,10 @@ buildVariantAnnotation() { |
if (buildCounterVariantAnnotation < 3) { |
o.alternateBases = "foo"; |
o.clinicalSignificance = "foo"; |
- o.conditions = buildUnnamed3032(); |
+ o.conditions = buildUnnamed3107(); |
o.effect = "foo"; |
o.geneId = "foo"; |
- o.transcriptIds = buildUnnamed3033(); |
+ o.transcriptIds = buildUnnamed3108(); |
o.type = "foo"; |
} |
buildCounterVariantAnnotation--; |
@@ -2974,65 +2989,65 @@ checkVariantAnnotation(api.VariantAnnotation o) { |
if (buildCounterVariantAnnotation < 3) { |
unittest.expect(o.alternateBases, unittest.equals('foo')); |
unittest.expect(o.clinicalSignificance, unittest.equals('foo')); |
- checkUnnamed3032(o.conditions); |
+ checkUnnamed3107(o.conditions); |
unittest.expect(o.effect, unittest.equals('foo')); |
unittest.expect(o.geneId, unittest.equals('foo')); |
- checkUnnamed3033(o.transcriptIds); |
+ checkUnnamed3108(o.transcriptIds); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterVariantAnnotation--; |
} |
-buildUnnamed3034() { |
+buildUnnamed3109() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed3034(core.List<core.int> o) { |
+checkUnnamed3109(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)); |
} |
-buildUnnamed3035() { |
+buildUnnamed3110() { |
var o = new core.List<core.double>(); |
o.add(42.0); |
o.add(42.0); |
return o; |
} |
-checkUnnamed3035(core.List<core.double> o) { |
+checkUnnamed3110(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)); |
} |
-buildUnnamed3036() { |
+buildUnnamed3111() { |
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; |
} |
-checkUnnamed3036(core.List<core.Object> o) { |
+checkUnnamed3111(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')); |
} |
-buildUnnamed3037() { |
+buildUnnamed3112() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed3036(); |
- o["y"] = buildUnnamed3036(); |
+ o["x"] = buildUnnamed3111(); |
+ o["y"] = buildUnnamed3111(); |
return o; |
} |
-checkUnnamed3037(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed3112(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3036(o["x"]); |
- checkUnnamed3036(o["y"]); |
+ checkUnnamed3111(o["x"]); |
+ checkUnnamed3111(o["y"]); |
} |
core.int buildCounterVariantCall = 0; |
@@ -3042,9 +3057,9 @@ buildVariantCall() { |
if (buildCounterVariantCall < 3) { |
o.callSetId = "foo"; |
o.callSetName = "foo"; |
- o.genotype = buildUnnamed3034(); |
- o.genotypeLikelihood = buildUnnamed3035(); |
- o.info = buildUnnamed3037(); |
+ o.genotype = buildUnnamed3109(); |
+ o.genotypeLikelihood = buildUnnamed3110(); |
+ o.info = buildUnnamed3112(); |
o.phaseset = "foo"; |
} |
buildCounterVariantCall--; |
@@ -3056,35 +3071,35 @@ checkVariantCall(api.VariantCall o) { |
if (buildCounterVariantCall < 3) { |
unittest.expect(o.callSetId, unittest.equals('foo')); |
unittest.expect(o.callSetName, unittest.equals('foo')); |
- checkUnnamed3034(o.genotype); |
- checkUnnamed3035(o.genotypeLikelihood); |
- checkUnnamed3037(o.info); |
+ checkUnnamed3109(o.genotype); |
+ checkUnnamed3110(o.genotypeLikelihood); |
+ checkUnnamed3112(o.info); |
unittest.expect(o.phaseset, unittest.equals('foo')); |
} |
buildCounterVariantCall--; |
} |
-buildUnnamed3038() { |
+buildUnnamed3113() { |
var o = new core.List<api.VariantSetMetadata>(); |
o.add(buildVariantSetMetadata()); |
o.add(buildVariantSetMetadata()); |
return o; |
} |
-checkUnnamed3038(core.List<api.VariantSetMetadata> o) { |
+checkUnnamed3113(core.List<api.VariantSetMetadata> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantSetMetadata(o[0]); |
checkVariantSetMetadata(o[1]); |
} |
-buildUnnamed3039() { |
+buildUnnamed3114() { |
var o = new core.List<api.ReferenceBound>(); |
o.add(buildReferenceBound()); |
o.add(buildReferenceBound()); |
return o; |
} |
-checkUnnamed3039(core.List<api.ReferenceBound> o) { |
+checkUnnamed3114(core.List<api.ReferenceBound> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReferenceBound(o[0]); |
checkReferenceBound(o[1]); |
@@ -3098,9 +3113,9 @@ buildVariantSet() { |
o.datasetId = "foo"; |
o.description = "foo"; |
o.id = "foo"; |
- o.metadata = buildUnnamed3038(); |
+ o.metadata = buildUnnamed3113(); |
o.name = "foo"; |
- o.referenceBounds = buildUnnamed3039(); |
+ o.referenceBounds = buildUnnamed3114(); |
o.referenceSetId = "foo"; |
} |
buildCounterVariantSet--; |
@@ -3113,38 +3128,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')); |
- checkUnnamed3038(o.metadata); |
+ checkUnnamed3113(o.metadata); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed3039(o.referenceBounds); |
+ checkUnnamed3114(o.referenceBounds); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
} |
buildCounterVariantSet--; |
} |
-buildUnnamed3040() { |
+buildUnnamed3115() { |
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; |
} |
-checkUnnamed3040(core.List<core.Object> o) { |
+checkUnnamed3115(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')); |
} |
-buildUnnamed3041() { |
+buildUnnamed3116() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed3040(); |
- o["y"] = buildUnnamed3040(); |
+ o["x"] = buildUnnamed3115(); |
+ o["y"] = buildUnnamed3115(); |
return o; |
} |
-checkUnnamed3041(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed3116(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3040(o["x"]); |
- checkUnnamed3040(o["y"]); |
+ checkUnnamed3115(o["x"]); |
+ checkUnnamed3115(o["y"]); |
} |
core.int buildCounterVariantSetMetadata = 0; |
@@ -3154,7 +3169,7 @@ buildVariantSetMetadata() { |
if (buildCounterVariantSetMetadata < 3) { |
o.description = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed3041(); |
+ o.info = buildUnnamed3116(); |
o.key = "foo"; |
o.number = "foo"; |
o.type = "foo"; |
@@ -3169,7 +3184,7 @@ checkVariantSetMetadata(api.VariantSetMetadata o) { |
if (buildCounterVariantSetMetadata < 3) { |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed3041(o.info); |
+ checkUnnamed3116(o.info); |
unittest.expect(o.key, unittest.equals('foo')); |
unittest.expect(o.number, unittest.equals('foo')); |
unittest.expect(o.type, unittest.equals('foo')); |