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 55f4e20eb7d5a14f77270deab3503b294d75f464..7891771312060e5d17d5df96524c83404958ab18 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); |
} |
-buildUnnamed2906() { |
+buildUnnamed2730() { |
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; |
} |
-checkUnnamed2906(core.List<core.Object> o) { |
+checkUnnamed2730(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')); |
} |
-buildUnnamed2907() { |
+buildUnnamed2731() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2906(); |
- o["y"] = buildUnnamed2906(); |
+ o["x"] = buildUnnamed2730(); |
+ o["y"] = buildUnnamed2730(); |
return o; |
} |
-checkUnnamed2907(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2731(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2906(o["x"]); |
- checkUnnamed2906(o["y"]); |
+ checkUnnamed2730(o["x"]); |
+ checkUnnamed2730(o["y"]); |
} |
core.int buildCounterAnnotation = 0; |
@@ -85,7 +85,7 @@ buildAnnotation() { |
o.annotationSetId = "foo"; |
o.end = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2907(); |
+ o.info = buildUnnamed2731(); |
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')); |
- checkUnnamed2907(o.info); |
+ checkUnnamed2731(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--; |
} |
-buildUnnamed2908() { |
+buildUnnamed2732() { |
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; |
} |
-checkUnnamed2908(core.List<core.Object> o) { |
+checkUnnamed2732(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')); |
} |
-buildUnnamed2909() { |
+buildUnnamed2733() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2908(); |
- o["y"] = buildUnnamed2908(); |
+ o["x"] = buildUnnamed2732(); |
+ o["y"] = buildUnnamed2732(); |
return o; |
} |
-checkUnnamed2909(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2733(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2908(o["x"]); |
- checkUnnamed2908(o["y"]); |
+ checkUnnamed2732(o["x"]); |
+ checkUnnamed2732(o["y"]); |
} |
core.int buildCounterAnnotationSet = 0; |
@@ -151,7 +151,7 @@ buildAnnotationSet() { |
if (buildCounterAnnotationSet < 3) { |
o.datasetId = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2909(); |
+ o.info = buildUnnamed2733(); |
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')); |
- checkUnnamed2909(o.info); |
+ checkUnnamed2733(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--; |
} |
-buildUnnamed2910() { |
+buildUnnamed2734() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed2910(core.List<api.Annotation> o) { |
+checkUnnamed2734(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 = buildUnnamed2910(); |
+ o.annotations = buildUnnamed2734(); |
o.requestId = "foo"; |
} |
buildCounterBatchCreateAnnotationsRequest--; |
@@ -203,20 +203,20 @@ buildBatchCreateAnnotationsRequest() { |
checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) { |
buildCounterBatchCreateAnnotationsRequest++; |
if (buildCounterBatchCreateAnnotationsRequest < 3) { |
- checkUnnamed2910(o.annotations); |
+ checkUnnamed2734(o.annotations); |
unittest.expect(o.requestId, unittest.equals('foo')); |
} |
buildCounterBatchCreateAnnotationsRequest--; |
} |
-buildUnnamed2911() { |
+buildUnnamed2735() { |
var o = new core.List<api.Entry>(); |
o.add(buildEntry()); |
o.add(buildEntry()); |
return o; |
} |
-checkUnnamed2911(core.List<api.Entry> o) { |
+checkUnnamed2735(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 = buildUnnamed2911(); |
+ o.entries = buildUnnamed2735(); |
} |
buildCounterBatchCreateAnnotationsResponse--; |
return o; |
@@ -236,19 +236,19 @@ buildBatchCreateAnnotationsResponse() { |
checkBatchCreateAnnotationsResponse(api.BatchCreateAnnotationsResponse o) { |
buildCounterBatchCreateAnnotationsResponse++; |
if (buildCounterBatchCreateAnnotationsResponse < 3) { |
- checkUnnamed2911(o.entries); |
+ checkUnnamed2735(o.entries); |
} |
buildCounterBatchCreateAnnotationsResponse--; |
} |
-buildUnnamed2912() { |
+buildUnnamed2736() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2912(core.List<core.String> o) { |
+checkUnnamed2736(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 = buildUnnamed2912(); |
+ o.members = buildUnnamed2736(); |
o.role = "foo"; |
} |
buildCounterBinding--; |
@@ -269,46 +269,46 @@ buildBinding() { |
checkBinding(api.Binding o) { |
buildCounterBinding++; |
if (buildCounterBinding < 3) { |
- checkUnnamed2912(o.members); |
+ checkUnnamed2736(o.members); |
unittest.expect(o.role, unittest.equals('foo')); |
} |
buildCounterBinding--; |
} |
-buildUnnamed2913() { |
+buildUnnamed2737() { |
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; |
} |
-checkUnnamed2913(core.List<core.Object> o) { |
+checkUnnamed2737(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')); |
} |
-buildUnnamed2914() { |
+buildUnnamed2738() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2913(); |
- o["y"] = buildUnnamed2913(); |
+ o["x"] = buildUnnamed2737(); |
+ o["y"] = buildUnnamed2737(); |
return o; |
} |
-checkUnnamed2914(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2738(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2913(o["x"]); |
- checkUnnamed2913(o["y"]); |
+ checkUnnamed2737(o["x"]); |
+ checkUnnamed2737(o["y"]); |
} |
-buildUnnamed2915() { |
+buildUnnamed2739() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2915(core.List<core.String> o) { |
+checkUnnamed2739(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 = buildUnnamed2914(); |
+ o.info = buildUnnamed2738(); |
o.name = "foo"; |
o.sampleId = "foo"; |
- o.variantSetIds = buildUnnamed2915(); |
+ o.variantSetIds = buildUnnamed2739(); |
} |
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')); |
- checkUnnamed2914(o.info); |
+ checkUnnamed2738(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.sampleId, unittest.equals('foo')); |
- checkUnnamed2915(o.variantSetIds); |
+ checkUnnamed2739(o.variantSetIds); |
} |
buildCounterCallSet--; |
} |
@@ -383,27 +383,27 @@ checkCigarUnit(api.CigarUnit o) { |
buildCounterCigarUnit--; |
} |
-buildUnnamed2916() { |
+buildUnnamed2740() { |
var o = new core.List<api.ExternalId>(); |
o.add(buildExternalId()); |
o.add(buildExternalId()); |
return o; |
} |
-checkUnnamed2916(core.List<api.ExternalId> o) { |
+checkUnnamed2740(core.List<api.ExternalId> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkExternalId(o[0]); |
checkExternalId(o[1]); |
} |
-buildUnnamed2917() { |
+buildUnnamed2741() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2917(core.List<core.String> o) { |
+checkUnnamed2741(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 = buildUnnamed2916(); |
- o.names = buildUnnamed2917(); |
+ o.externalIds = buildUnnamed2740(); |
+ o.names = buildUnnamed2741(); |
o.omimId = "foo"; |
} |
buildCounterClinicalCondition--; |
@@ -427,8 +427,8 @@ checkClinicalCondition(api.ClinicalCondition o) { |
buildCounterClinicalCondition++; |
if (buildCounterClinicalCondition < 3) { |
unittest.expect(o.conceptId, unittest.equals('foo')); |
- checkUnnamed2916(o.externalIds); |
- checkUnnamed2917(o.names); |
+ checkUnnamed2740(o.externalIds); |
+ checkUnnamed2741(o.names); |
unittest.expect(o.omimId, unittest.equals('foo')); |
} |
buildCounterClinicalCondition--; |
@@ -455,14 +455,14 @@ checkCodingSequence(api.CodingSequence o) { |
buildCounterCodingSequence--; |
} |
-buildUnnamed2918() { |
+buildUnnamed2742() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2918(core.List<core.String> o) { |
+checkUnnamed2742(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 = buildUnnamed2918(); |
+ o.diskNames = buildUnnamed2742(); |
o.instanceName = "foo"; |
o.machineType = "foo"; |
o.zone = "foo"; |
@@ -485,7 +485,7 @@ buildComputeEngine() { |
checkComputeEngine(api.ComputeEngine o) { |
buildCounterComputeEngine++; |
if (buildCounterComputeEngine < 3) { |
- checkUnnamed2918(o.diskNames); |
+ checkUnnamed2742(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--; |
} |
-buildUnnamed2919() { |
+buildUnnamed2743() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2919(core.List<core.String> o) { |
+checkUnnamed2743(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 = buildUnnamed2919(); |
+ o.referenceNames = buildUnnamed2743(); |
} |
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')); |
- checkUnnamed2919(o.referenceNames); |
+ checkUnnamed2743(o.referenceNames); |
} |
buildCounterExportReadGroupSetRequest--; |
} |
-buildUnnamed2920() { |
+buildUnnamed2744() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2920(core.List<core.String> o) { |
+checkUnnamed2744(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 = buildUnnamed2920(); |
+ o.callSetIds = buildUnnamed2744(); |
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')); |
- checkUnnamed2920(o.callSetIds); |
+ checkUnnamed2744(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--; |
} |
-buildUnnamed2921() { |
+buildUnnamed2745() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2921(core.List<core.String> o) { |
+checkUnnamed2745(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 = buildUnnamed2921(); |
+ o.sourceUris = buildUnnamed2745(); |
} |
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')); |
- checkUnnamed2921(o.sourceUris); |
+ checkUnnamed2745(o.sourceUris); |
} |
buildCounterImportReadGroupSetsRequest--; |
} |
-buildUnnamed2922() { |
+buildUnnamed2746() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2922(core.List<core.String> o) { |
+checkUnnamed2746(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 = buildUnnamed2922(); |
+ o.readGroupSetIds = buildUnnamed2746(); |
} |
buildCounterImportReadGroupSetsResponse--; |
return o; |
@@ -804,32 +804,32 @@ buildImportReadGroupSetsResponse() { |
checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) { |
buildCounterImportReadGroupSetsResponse++; |
if (buildCounterImportReadGroupSetsResponse < 3) { |
- checkUnnamed2922(o.readGroupSetIds); |
+ checkUnnamed2746(o.readGroupSetIds); |
} |
buildCounterImportReadGroupSetsResponse--; |
} |
-buildUnnamed2923() { |
+buildUnnamed2747() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2923(core.Map<core.String, core.String> o) { |
+checkUnnamed2747(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')); |
} |
-buildUnnamed2924() { |
+buildUnnamed2748() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2924(core.List<core.String> o) { |
+checkUnnamed2748(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 = buildUnnamed2923(); |
+ o.infoMergeConfig = buildUnnamed2747(); |
o.normalizeReferenceNames = true; |
- o.sourceUris = buildUnnamed2924(); |
+ o.sourceUris = buildUnnamed2748(); |
o.variantSetId = "foo"; |
} |
buildCounterImportVariantsRequest--; |
@@ -854,22 +854,22 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) { |
buildCounterImportVariantsRequest++; |
if (buildCounterImportVariantsRequest < 3) { |
unittest.expect(o.format, unittest.equals('foo')); |
- checkUnnamed2923(o.infoMergeConfig); |
+ checkUnnamed2747(o.infoMergeConfig); |
unittest.expect(o.normalizeReferenceNames, unittest.isTrue); |
- checkUnnamed2924(o.sourceUris); |
+ checkUnnamed2748(o.sourceUris); |
unittest.expect(o.variantSetId, unittest.equals('foo')); |
} |
buildCounterImportVariantsRequest--; |
} |
-buildUnnamed2925() { |
+buildUnnamed2749() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2925(core.List<core.String> o) { |
+checkUnnamed2749(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 = buildUnnamed2925(); |
+ o.callSetIds = buildUnnamed2749(); |
} |
buildCounterImportVariantsResponse--; |
return o; |
@@ -889,19 +889,19 @@ buildImportVariantsResponse() { |
checkImportVariantsResponse(api.ImportVariantsResponse o) { |
buildCounterImportVariantsResponse++; |
if (buildCounterImportVariantsResponse < 3) { |
- checkUnnamed2925(o.callSetIds); |
+ checkUnnamed2749(o.callSetIds); |
} |
buildCounterImportVariantsResponse--; |
} |
-buildUnnamed2926() { |
+buildUnnamed2750() { |
var o = new core.List<api.CigarUnit>(); |
o.add(buildCigarUnit()); |
o.add(buildCigarUnit()); |
return o; |
} |
-checkUnnamed2926(core.List<api.CigarUnit> o) { |
+checkUnnamed2750(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 = buildUnnamed2926(); |
+ o.cigar = buildUnnamed2750(); |
o.mappingQuality = 42; |
o.position = buildPosition(); |
} |
@@ -923,7 +923,7 @@ buildLinearAlignment() { |
checkLinearAlignment(api.LinearAlignment o) { |
buildCounterLinearAlignment++; |
if (buildCounterLinearAlignment < 3) { |
- checkUnnamed2926(o.cigar); |
+ checkUnnamed2750(o.cigar); |
unittest.expect(o.mappingQuality, unittest.equals(42)); |
checkPosition(o.position); |
} |
@@ -953,14 +953,14 @@ checkListBasesResponse(api.ListBasesResponse o) { |
buildCounterListBasesResponse--; |
} |
-buildUnnamed2927() { |
+buildUnnamed2751() { |
var o = new core.List<api.CoverageBucket>(); |
o.add(buildCoverageBucket()); |
o.add(buildCoverageBucket()); |
return o; |
} |
-checkUnnamed2927(core.List<api.CoverageBucket> o) { |
+checkUnnamed2751(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 = buildUnnamed2927(); |
+ o.coverageBuckets = buildUnnamed2751(); |
o.nextPageToken = "foo"; |
} |
buildCounterListCoverageBucketsResponse--; |
@@ -983,20 +983,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) { |
buildCounterListCoverageBucketsResponse++; |
if (buildCounterListCoverageBucketsResponse < 3) { |
unittest.expect(o.bucketWidth, unittest.equals('foo')); |
- checkUnnamed2927(o.coverageBuckets); |
+ checkUnnamed2751(o.coverageBuckets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListCoverageBucketsResponse--; |
} |
-buildUnnamed2928() { |
+buildUnnamed2752() { |
var o = new core.List<api.Dataset>(); |
o.add(buildDataset()); |
o.add(buildDataset()); |
return o; |
} |
-checkUnnamed2928(core.List<api.Dataset> o) { |
+checkUnnamed2752(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 = buildUnnamed2928(); |
+ o.datasets = buildUnnamed2752(); |
o.nextPageToken = "foo"; |
} |
buildCounterListDatasetsResponse--; |
@@ -1017,20 +1017,20 @@ buildListDatasetsResponse() { |
checkListDatasetsResponse(api.ListDatasetsResponse o) { |
buildCounterListDatasetsResponse++; |
if (buildCounterListDatasetsResponse < 3) { |
- checkUnnamed2928(o.datasets); |
+ checkUnnamed2752(o.datasets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListDatasetsResponse--; |
} |
-buildUnnamed2929() { |
+buildUnnamed2753() { |
var o = new core.List<api.Operation>(); |
o.add(buildOperation()); |
o.add(buildOperation()); |
return o; |
} |
-checkUnnamed2929(core.List<api.Operation> o) { |
+checkUnnamed2753(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 = buildUnnamed2929(); |
+ o.operations = buildUnnamed2753(); |
} |
buildCounterListOperationsResponse--; |
return o; |
@@ -1052,32 +1052,32 @@ checkListOperationsResponse(api.ListOperationsResponse o) { |
buildCounterListOperationsResponse++; |
if (buildCounterListOperationsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2929(o.operations); |
+ checkUnnamed2753(o.operations); |
} |
buildCounterListOperationsResponse--; |
} |
-buildUnnamed2930() { |
+buildUnnamed2754() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2930(core.Map<core.String, core.String> o) { |
+checkUnnamed2754(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')); |
} |
-buildUnnamed2931() { |
+buildUnnamed2755() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed2931(core.List<api.Variant> o) { |
+checkUnnamed2755(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 = buildUnnamed2930(); |
+ o.infoMergeConfig = buildUnnamed2754(); |
o.variantSetId = "foo"; |
- o.variants = buildUnnamed2931(); |
+ o.variants = buildUnnamed2755(); |
} |
buildCounterMergeVariantsRequest--; |
return o; |
@@ -1099,34 +1099,34 @@ buildMergeVariantsRequest() { |
checkMergeVariantsRequest(api.MergeVariantsRequest o) { |
buildCounterMergeVariantsRequest++; |
if (buildCounterMergeVariantsRequest < 3) { |
- checkUnnamed2930(o.infoMergeConfig); |
+ checkUnnamed2754(o.infoMergeConfig); |
unittest.expect(o.variantSetId, unittest.equals('foo')); |
- checkUnnamed2931(o.variants); |
+ checkUnnamed2755(o.variants); |
} |
buildCounterMergeVariantsRequest--; |
} |
-buildUnnamed2932() { |
+buildUnnamed2756() { |
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; |
} |
-checkUnnamed2932(core.Map<core.String, core.Object> o) { |
+checkUnnamed2756(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')); |
} |
-buildUnnamed2933() { |
+buildUnnamed2757() { |
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; |
} |
-checkUnnamed2933(core.Map<core.String, core.Object> o) { |
+checkUnnamed2757(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 = buildUnnamed2932(); |
+ o.metadata = buildUnnamed2756(); |
o.name = "foo"; |
- o.response = buildUnnamed2933(); |
+ o.response = buildUnnamed2757(); |
} |
buildCounterOperation--; |
return o; |
@@ -1152,9 +1152,9 @@ checkOperation(api.Operation o) { |
if (buildCounterOperation < 3) { |
unittest.expect(o.done, unittest.isTrue); |
checkStatus(o.error); |
- checkUnnamed2932(o.metadata); |
+ checkUnnamed2756(o.metadata); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed2933(o.response); |
+ checkUnnamed2757(o.response); |
} |
buildCounterOperation--; |
} |
@@ -1182,53 +1182,53 @@ checkOperationEvent(api.OperationEvent o) { |
buildCounterOperationEvent--; |
} |
-buildUnnamed2934() { |
+buildUnnamed2758() { |
var o = new core.List<api.OperationEvent>(); |
o.add(buildOperationEvent()); |
o.add(buildOperationEvent()); |
return o; |
} |
-checkUnnamed2934(core.List<api.OperationEvent> o) { |
+checkUnnamed2758(core.List<api.OperationEvent> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationEvent(o[0]); |
checkOperationEvent(o[1]); |
} |
-buildUnnamed2935() { |
+buildUnnamed2759() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2935(core.Map<core.String, core.String> o) { |
+checkUnnamed2759(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')); |
} |
-buildUnnamed2936() { |
+buildUnnamed2760() { |
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; |
} |
-checkUnnamed2936(core.Map<core.String, core.Object> o) { |
+checkUnnamed2760(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')); |
} |
-buildUnnamed2937() { |
+buildUnnamed2761() { |
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; |
} |
-checkUnnamed2937(core.Map<core.String, core.Object> o) { |
+checkUnnamed2761(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 = buildUnnamed2934(); |
- o.labels = buildUnnamed2935(); |
+ o.events = buildUnnamed2758(); |
+ o.labels = buildUnnamed2759(); |
o.projectId = "foo"; |
- o.request = buildUnnamed2936(); |
- o.runtimeMetadata = buildUnnamed2937(); |
+ o.request = buildUnnamed2760(); |
+ o.runtimeMetadata = buildUnnamed2761(); |
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')); |
- checkUnnamed2934(o.events); |
- checkUnnamed2935(o.labels); |
+ checkUnnamed2758(o.events); |
+ checkUnnamed2759(o.labels); |
unittest.expect(o.projectId, unittest.equals('foo')); |
- checkUnnamed2936(o.request); |
- checkUnnamed2937(o.runtimeMetadata); |
+ checkUnnamed2760(o.request); |
+ checkUnnamed2761(o.runtimeMetadata); |
unittest.expect(o.startTime, unittest.equals('foo')); |
} |
buildCounterOperationMetadata--; |
} |
-buildUnnamed2938() { |
+buildUnnamed2762() { |
var o = new core.List<api.Binding>(); |
o.add(buildBinding()); |
o.add(buildBinding()); |
return o; |
} |
-checkUnnamed2938(core.List<api.Binding> o) { |
+checkUnnamed2762(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 = buildUnnamed2938(); |
+ o.bindings = buildUnnamed2762(); |
o.etag = "foo"; |
o.version = 42; |
} |
@@ -1298,7 +1298,7 @@ buildPolicy() { |
checkPolicy(api.Policy o) { |
buildCounterPolicy++; |
if (buildCounterPolicy < 3) { |
- checkUnnamed2938(o.bindings); |
+ checkUnnamed2762(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--; |
} |
-buildUnnamed2939() { |
+buildUnnamed2763() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2939(core.List<core.int> o) { |
+checkUnnamed2763(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)); |
} |
-buildUnnamed2940() { |
+buildUnnamed2764() { |
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; |
} |
-checkUnnamed2940(core.List<core.Object> o) { |
+checkUnnamed2764(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')); |
} |
-buildUnnamed2941() { |
+buildUnnamed2765() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2940(); |
- o["y"] = buildUnnamed2940(); |
+ o["x"] = buildUnnamed2764(); |
+ o["y"] = buildUnnamed2764(); |
return o; |
} |
-checkUnnamed2941(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2765(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2940(o["x"]); |
- checkUnnamed2940(o["y"]); |
+ checkUnnamed2764(o["x"]); |
+ checkUnnamed2764(o["y"]); |
} |
core.int buildCounterRead = 0; |
@@ -1422,7 +1422,7 @@ buildRead() { |
var o = new api.Read(); |
buildCounterRead++; |
if (buildCounterRead < 3) { |
- o.alignedQuality = buildUnnamed2939(); |
+ o.alignedQuality = buildUnnamed2763(); |
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 = buildUnnamed2941(); |
+ o.info = buildUnnamed2765(); |
o.nextMatePosition = buildPosition(); |
o.numberReads = 42; |
o.properPlacement = true; |
@@ -1447,7 +1447,7 @@ buildRead() { |
checkRead(api.Read o) { |
buildCounterRead++; |
if (buildCounterRead < 3) { |
- checkUnnamed2939(o.alignedQuality); |
+ checkUnnamed2763(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')); |
- checkUnnamed2941(o.info); |
+ checkUnnamed2765(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--; |
} |
-buildUnnamed2942() { |
+buildUnnamed2766() { |
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; |
} |
-checkUnnamed2942(core.List<core.Object> o) { |
+checkUnnamed2766(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')); |
} |
-buildUnnamed2943() { |
+buildUnnamed2767() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2942(); |
- o["y"] = buildUnnamed2942(); |
+ o["x"] = buildUnnamed2766(); |
+ o["y"] = buildUnnamed2766(); |
return o; |
} |
-checkUnnamed2943(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2767(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2942(o["x"]); |
- checkUnnamed2942(o["y"]); |
+ checkUnnamed2766(o["x"]); |
+ checkUnnamed2766(o["y"]); |
} |
-buildUnnamed2944() { |
+buildUnnamed2768() { |
var o = new core.List<api.Program>(); |
o.add(buildProgram()); |
o.add(buildProgram()); |
return o; |
} |
-checkUnnamed2944(core.List<api.Program> o) { |
+checkUnnamed2768(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 = buildUnnamed2943(); |
+ o.info = buildUnnamed2767(); |
o.name = "foo"; |
o.predictedInsertSize = 42; |
- o.programs = buildUnnamed2944(); |
+ o.programs = buildUnnamed2768(); |
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')); |
- checkUnnamed2943(o.info); |
+ checkUnnamed2767(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.predictedInsertSize, unittest.equals(42)); |
- checkUnnamed2944(o.programs); |
+ checkUnnamed2768(o.programs); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
unittest.expect(o.sampleId, unittest.equals('foo')); |
} |
buildCounterReadGroup--; |
} |
-buildUnnamed2945() { |
+buildUnnamed2769() { |
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; |
} |
-checkUnnamed2945(core.List<core.Object> o) { |
+checkUnnamed2769(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')); |
} |
-buildUnnamed2946() { |
+buildUnnamed2770() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2945(); |
- o["y"] = buildUnnamed2945(); |
+ o["x"] = buildUnnamed2769(); |
+ o["y"] = buildUnnamed2769(); |
return o; |
} |
-checkUnnamed2946(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2770(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2945(o["x"]); |
- checkUnnamed2945(o["y"]); |
+ checkUnnamed2769(o["x"]); |
+ checkUnnamed2769(o["y"]); |
} |
-buildUnnamed2947() { |
+buildUnnamed2771() { |
var o = new core.List<api.ReadGroup>(); |
o.add(buildReadGroup()); |
o.add(buildReadGroup()); |
return o; |
} |
-checkUnnamed2947(core.List<api.ReadGroup> o) { |
+checkUnnamed2771(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 = buildUnnamed2946(); |
+ o.info = buildUnnamed2770(); |
o.name = "foo"; |
- o.readGroups = buildUnnamed2947(); |
+ o.readGroups = buildUnnamed2771(); |
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')); |
- checkUnnamed2946(o.info); |
+ checkUnnamed2770(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed2947(o.readGroups); |
+ checkUnnamed2771(o.readGroups); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
} |
buildCounterReadGroupSet--; |
} |
-buildUnnamed2948() { |
+buildUnnamed2772() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2948(core.List<core.String> o) { |
+checkUnnamed2772(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 = buildUnnamed2948(); |
+ o.sourceAccessions = buildUnnamed2772(); |
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)); |
- checkUnnamed2948(o.sourceAccessions); |
+ checkUnnamed2772(o.sourceAccessions); |
unittest.expect(o.sourceUri, unittest.equals('foo')); |
} |
buildCounterReference--; |
@@ -1679,27 +1679,27 @@ checkReferenceBound(api.ReferenceBound o) { |
buildCounterReferenceBound--; |
} |
-buildUnnamed2949() { |
+buildUnnamed2773() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2949(core.List<core.String> o) { |
+checkUnnamed2773(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')); |
} |
-buildUnnamed2950() { |
+buildUnnamed2774() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2950(core.List<core.String> o) { |
+checkUnnamed2774(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 = buildUnnamed2949(); |
- o.sourceAccessions = buildUnnamed2950(); |
+ o.referenceIds = buildUnnamed2773(); |
+ o.sourceAccessions = buildUnnamed2774(); |
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)); |
- checkUnnamed2949(o.referenceIds); |
- checkUnnamed2950(o.sourceAccessions); |
+ checkUnnamed2773(o.referenceIds); |
+ checkUnnamed2774(o.sourceAccessions); |
unittest.expect(o.sourceUri, unittest.equals('foo')); |
} |
buildCounterReferenceSet--; |
@@ -1757,27 +1757,27 @@ checkRuntimeMetadata(api.RuntimeMetadata o) { |
buildCounterRuntimeMetadata--; |
} |
-buildUnnamed2951() { |
+buildUnnamed2775() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2951(core.List<core.String> o) { |
+checkUnnamed2775(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')); |
} |
-buildUnnamed2952() { |
+buildUnnamed2776() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2952(core.List<core.String> o) { |
+checkUnnamed2776(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 = buildUnnamed2951(); |
+ o.datasetIds = buildUnnamed2775(); |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.referenceSetId = "foo"; |
- o.types = buildUnnamed2952(); |
+ o.types = buildUnnamed2776(); |
} |
buildCounterSearchAnnotationSetsRequest--; |
return o; |
@@ -1802,24 +1802,24 @@ buildSearchAnnotationSetsRequest() { |
checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) { |
buildCounterSearchAnnotationSetsRequest++; |
if (buildCounterSearchAnnotationSetsRequest < 3) { |
- checkUnnamed2951(o.datasetIds); |
+ checkUnnamed2775(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')); |
- checkUnnamed2952(o.types); |
+ checkUnnamed2776(o.types); |
} |
buildCounterSearchAnnotationSetsRequest--; |
} |
-buildUnnamed2953() { |
+buildUnnamed2777() { |
var o = new core.List<api.AnnotationSet>(); |
o.add(buildAnnotationSet()); |
o.add(buildAnnotationSet()); |
return o; |
} |
-checkUnnamed2953(core.List<api.AnnotationSet> o) { |
+checkUnnamed2777(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 = buildUnnamed2953(); |
+ o.annotationSets = buildUnnamed2777(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchAnnotationSetsResponse--; |
@@ -1840,20 +1840,20 @@ buildSearchAnnotationSetsResponse() { |
checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) { |
buildCounterSearchAnnotationSetsResponse++; |
if (buildCounterSearchAnnotationSetsResponse < 3) { |
- checkUnnamed2953(o.annotationSets); |
+ checkUnnamed2777(o.annotationSets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchAnnotationSetsResponse--; |
} |
-buildUnnamed2954() { |
+buildUnnamed2778() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2954(core.List<core.String> o) { |
+checkUnnamed2778(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 = buildUnnamed2954(); |
+ o.annotationSetIds = buildUnnamed2778(); |
o.end = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
@@ -1879,7 +1879,7 @@ buildSearchAnnotationsRequest() { |
checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) { |
buildCounterSearchAnnotationsRequest++; |
if (buildCounterSearchAnnotationsRequest < 3) { |
- checkUnnamed2954(o.annotationSetIds); |
+ checkUnnamed2778(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--; |
} |
-buildUnnamed2955() { |
+buildUnnamed2779() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed2955(core.List<api.Annotation> o) { |
+checkUnnamed2779(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 = buildUnnamed2955(); |
+ o.annotations = buildUnnamed2779(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchAnnotationsResponse--; |
@@ -1918,20 +1918,20 @@ buildSearchAnnotationsResponse() { |
checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) { |
buildCounterSearchAnnotationsResponse++; |
if (buildCounterSearchAnnotationsResponse < 3) { |
- checkUnnamed2955(o.annotations); |
+ checkUnnamed2779(o.annotations); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchAnnotationsResponse--; |
} |
-buildUnnamed2956() { |
+buildUnnamed2780() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2956(core.List<core.String> o) { |
+checkUnnamed2780(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 = buildUnnamed2956(); |
+ o.variantSetIds = buildUnnamed2780(); |
} |
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')); |
- checkUnnamed2956(o.variantSetIds); |
+ checkUnnamed2780(o.variantSetIds); |
} |
buildCounterSearchCallSetsRequest--; |
} |
-buildUnnamed2957() { |
+buildUnnamed2781() { |
var o = new core.List<api.CallSet>(); |
o.add(buildCallSet()); |
o.add(buildCallSet()); |
return o; |
} |
-checkUnnamed2957(core.List<api.CallSet> o) { |
+checkUnnamed2781(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 = buildUnnamed2957(); |
+ o.callSets = buildUnnamed2781(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchCallSetsResponse--; |
@@ -1990,20 +1990,20 @@ buildSearchCallSetsResponse() { |
checkSearchCallSetsResponse(api.SearchCallSetsResponse o) { |
buildCounterSearchCallSetsResponse++; |
if (buildCounterSearchCallSetsResponse < 3) { |
- checkUnnamed2957(o.callSets); |
+ checkUnnamed2781(o.callSets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchCallSetsResponse--; |
} |
-buildUnnamed2958() { |
+buildUnnamed2782() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2958(core.List<core.String> o) { |
+checkUnnamed2782(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 = buildUnnamed2958(); |
+ o.datasetIds = buildUnnamed2782(); |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
@@ -2026,7 +2026,7 @@ buildSearchReadGroupSetsRequest() { |
checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { |
buildCounterSearchReadGroupSetsRequest++; |
if (buildCounterSearchReadGroupSetsRequest < 3) { |
- checkUnnamed2958(o.datasetIds); |
+ checkUnnamed2782(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--; |
} |
-buildUnnamed2959() { |
+buildUnnamed2783() { |
var o = new core.List<api.ReadGroupSet>(); |
o.add(buildReadGroupSet()); |
o.add(buildReadGroupSet()); |
return o; |
} |
-checkUnnamed2959(core.List<api.ReadGroupSet> o) { |
+checkUnnamed2783(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 = buildUnnamed2959(); |
+ o.readGroupSets = buildUnnamed2783(); |
} |
buildCounterSearchReadGroupSetsResponse--; |
return o; |
@@ -2063,32 +2063,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) { |
buildCounterSearchReadGroupSetsResponse++; |
if (buildCounterSearchReadGroupSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2959(o.readGroupSets); |
+ checkUnnamed2783(o.readGroupSets); |
} |
buildCounterSearchReadGroupSetsResponse--; |
} |
-buildUnnamed2960() { |
+buildUnnamed2784() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2960(core.List<core.String> o) { |
+checkUnnamed2784(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')); |
} |
-buildUnnamed2961() { |
+buildUnnamed2785() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2961(core.List<core.String> o) { |
+checkUnnamed2785(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 = buildUnnamed2960(); |
- o.readGroupSetIds = buildUnnamed2961(); |
+ o.readGroupIds = buildUnnamed2784(); |
+ o.readGroupSetIds = buildUnnamed2785(); |
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')); |
- checkUnnamed2960(o.readGroupIds); |
- checkUnnamed2961(o.readGroupSetIds); |
+ checkUnnamed2784(o.readGroupIds); |
+ checkUnnamed2785(o.readGroupSetIds); |
unittest.expect(o.referenceName, unittest.equals('foo')); |
unittest.expect(o.start, unittest.equals('foo')); |
} |
buildCounterSearchReadsRequest--; |
} |
-buildUnnamed2962() { |
+buildUnnamed2786() { |
var o = new core.List<api.Read>(); |
o.add(buildRead()); |
o.add(buildRead()); |
return o; |
} |
-checkUnnamed2962(core.List<api.Read> o) { |
+checkUnnamed2786(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 = buildUnnamed2962(); |
+ o.alignments = buildUnnamed2786(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchReadsResponse--; |
@@ -2153,33 +2153,33 @@ buildSearchReadsResponse() { |
checkSearchReadsResponse(api.SearchReadsResponse o) { |
buildCounterSearchReadsResponse++; |
if (buildCounterSearchReadsResponse < 3) { |
- checkUnnamed2962(o.alignments); |
+ checkUnnamed2786(o.alignments); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchReadsResponse--; |
} |
-buildUnnamed2963() { |
+buildUnnamed2787() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2963(core.List<core.String> o) { |
+checkUnnamed2787(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')); |
} |
-buildUnnamed2964() { |
+buildUnnamed2788() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2964(core.List<core.String> o) { |
+checkUnnamed2788(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 = buildUnnamed2963(); |
+ o.accessions = buildUnnamed2787(); |
o.assemblyId = "foo"; |
- o.md5checksums = buildUnnamed2964(); |
+ o.md5checksums = buildUnnamed2788(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
} |
@@ -2203,23 +2203,23 @@ buildSearchReferenceSetsRequest() { |
checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) { |
buildCounterSearchReferenceSetsRequest++; |
if (buildCounterSearchReferenceSetsRequest < 3) { |
- checkUnnamed2963(o.accessions); |
+ checkUnnamed2787(o.accessions); |
unittest.expect(o.assemblyId, unittest.equals('foo')); |
- checkUnnamed2964(o.md5checksums); |
+ checkUnnamed2788(o.md5checksums); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
} |
buildCounterSearchReferenceSetsRequest--; |
} |
-buildUnnamed2965() { |
+buildUnnamed2789() { |
var o = new core.List<api.ReferenceSet>(); |
o.add(buildReferenceSet()); |
o.add(buildReferenceSet()); |
return o; |
} |
-checkUnnamed2965(core.List<api.ReferenceSet> o) { |
+checkUnnamed2789(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 = buildUnnamed2965(); |
+ o.referenceSets = buildUnnamed2789(); |
} |
buildCounterSearchReferenceSetsResponse--; |
return o; |
@@ -2241,32 +2241,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) { |
buildCounterSearchReferenceSetsResponse++; |
if (buildCounterSearchReferenceSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2965(o.referenceSets); |
+ checkUnnamed2789(o.referenceSets); |
} |
buildCounterSearchReferenceSetsResponse--; |
} |
-buildUnnamed2966() { |
+buildUnnamed2790() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2966(core.List<core.String> o) { |
+checkUnnamed2790(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')); |
} |
-buildUnnamed2967() { |
+buildUnnamed2791() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2967(core.List<core.String> o) { |
+checkUnnamed2791(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 = buildUnnamed2966(); |
- o.md5checksums = buildUnnamed2967(); |
+ o.accessions = buildUnnamed2790(); |
+ o.md5checksums = buildUnnamed2791(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.referenceSetId = "foo"; |
@@ -2290,8 +2290,8 @@ buildSearchReferencesRequest() { |
checkSearchReferencesRequest(api.SearchReferencesRequest o) { |
buildCounterSearchReferencesRequest++; |
if (buildCounterSearchReferencesRequest < 3) { |
- checkUnnamed2966(o.accessions); |
- checkUnnamed2967(o.md5checksums); |
+ checkUnnamed2790(o.accessions); |
+ checkUnnamed2791(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--; |
} |
-buildUnnamed2968() { |
+buildUnnamed2792() { |
var o = new core.List<api.Reference>(); |
o.add(buildReference()); |
o.add(buildReference()); |
return o; |
} |
-checkUnnamed2968(core.List<api.Reference> o) { |
+checkUnnamed2792(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 = buildUnnamed2968(); |
+ o.references = buildUnnamed2792(); |
} |
buildCounterSearchReferencesResponse--; |
return o; |
@@ -2328,19 +2328,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) { |
buildCounterSearchReferencesResponse++; |
if (buildCounterSearchReferencesResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2968(o.references); |
+ checkUnnamed2792(o.references); |
} |
buildCounterSearchReferencesResponse--; |
} |
-buildUnnamed2969() { |
+buildUnnamed2793() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2969(core.List<core.String> o) { |
+checkUnnamed2793(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 = buildUnnamed2969(); |
+ o.datasetIds = buildUnnamed2793(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
} |
@@ -2362,21 +2362,21 @@ buildSearchVariantSetsRequest() { |
checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) { |
buildCounterSearchVariantSetsRequest++; |
if (buildCounterSearchVariantSetsRequest < 3) { |
- checkUnnamed2969(o.datasetIds); |
+ checkUnnamed2793(o.datasetIds); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
} |
buildCounterSearchVariantSetsRequest--; |
} |
-buildUnnamed2970() { |
+buildUnnamed2794() { |
var o = new core.List<api.VariantSet>(); |
o.add(buildVariantSet()); |
o.add(buildVariantSet()); |
return o; |
} |
-checkUnnamed2970(core.List<api.VariantSet> o) { |
+checkUnnamed2794(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 = buildUnnamed2970(); |
+ o.variantSets = buildUnnamed2794(); |
} |
buildCounterSearchVariantSetsResponse--; |
return o; |
@@ -2398,32 +2398,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) { |
buildCounterSearchVariantSetsResponse++; |
if (buildCounterSearchVariantSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2970(o.variantSets); |
+ checkUnnamed2794(o.variantSets); |
} |
buildCounterSearchVariantSetsResponse--; |
} |
-buildUnnamed2971() { |
+buildUnnamed2795() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2971(core.List<core.String> o) { |
+checkUnnamed2795(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')); |
} |
-buildUnnamed2972() { |
+buildUnnamed2796() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2972(core.List<core.String> o) { |
+checkUnnamed2796(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 = buildUnnamed2971(); |
+ o.callSetIds = buildUnnamed2795(); |
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 = buildUnnamed2972(); |
+ o.variantSetIds = buildUnnamed2796(); |
} |
buildCounterSearchVariantsRequest--; |
return o; |
@@ -2451,7 +2451,7 @@ buildSearchVariantsRequest() { |
checkSearchVariantsRequest(api.SearchVariantsRequest o) { |
buildCounterSearchVariantsRequest++; |
if (buildCounterSearchVariantsRequest < 3) { |
- checkUnnamed2971(o.callSetIds); |
+ checkUnnamed2795(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')); |
- checkUnnamed2972(o.variantSetIds); |
+ checkUnnamed2796(o.variantSetIds); |
} |
buildCounterSearchVariantsRequest--; |
} |
-buildUnnamed2973() { |
+buildUnnamed2797() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed2973(core.List<api.Variant> o) { |
+checkUnnamed2797(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 = buildUnnamed2973(); |
+ o.variants = buildUnnamed2797(); |
} |
buildCounterSearchVariantsResponse--; |
return o; |
@@ -2493,7 +2493,7 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) { |
buildCounterSearchVariantsResponse++; |
if (buildCounterSearchVariantsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2973(o.variants); |
+ checkUnnamed2797(o.variants); |
} |
buildCounterSearchVariantsResponse--; |
} |
@@ -2517,30 +2517,30 @@ checkSetIamPolicyRequest(api.SetIamPolicyRequest o) { |
buildCounterSetIamPolicyRequest--; |
} |
-buildUnnamed2974() { |
+buildUnnamed2798() { |
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; |
} |
-checkUnnamed2974(core.Map<core.String, core.Object> o) { |
+checkUnnamed2798(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')); |
} |
-buildUnnamed2975() { |
+buildUnnamed2799() { |
var o = new core.List<core.Map<core.String, core.Object>>(); |
- o.add(buildUnnamed2974()); |
- o.add(buildUnnamed2974()); |
+ o.add(buildUnnamed2798()); |
+ o.add(buildUnnamed2798()); |
return o; |
} |
-checkUnnamed2975(core.List<core.Map<core.String, core.Object>> o) { |
+checkUnnamed2799(core.List<core.Map<core.String, core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2974(o[0]); |
- checkUnnamed2974(o[1]); |
+ checkUnnamed2798(o[0]); |
+ checkUnnamed2798(o[1]); |
} |
core.int buildCounterStatus = 0; |
@@ -2549,7 +2549,7 @@ buildStatus() { |
buildCounterStatus++; |
if (buildCounterStatus < 3) { |
o.code = 42; |
- o.details = buildUnnamed2975(); |
+ o.details = buildUnnamed2799(); |
o.message = "foo"; |
} |
buildCounterStatus--; |
@@ -2560,20 +2560,20 @@ checkStatus(api.Status o) { |
buildCounterStatus++; |
if (buildCounterStatus < 3) { |
unittest.expect(o.code, unittest.equals(42)); |
- checkUnnamed2975(o.details); |
+ checkUnnamed2799(o.details); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterStatus--; |
} |
-buildUnnamed2976() { |
+buildUnnamed2800() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2976(core.List<core.String> o) { |
+checkUnnamed2800(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 = buildUnnamed2976(); |
+ o.permissions = buildUnnamed2800(); |
} |
buildCounterTestIamPermissionsRequest--; |
return o; |
@@ -2593,19 +2593,19 @@ buildTestIamPermissionsRequest() { |
checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) { |
buildCounterTestIamPermissionsRequest++; |
if (buildCounterTestIamPermissionsRequest < 3) { |
- checkUnnamed2976(o.permissions); |
+ checkUnnamed2800(o.permissions); |
} |
buildCounterTestIamPermissionsRequest--; |
} |
-buildUnnamed2977() { |
+buildUnnamed2801() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2977(core.List<core.String> o) { |
+checkUnnamed2801(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 = buildUnnamed2977(); |
+ o.permissions = buildUnnamed2801(); |
} |
buildCounterTestIamPermissionsResponse--; |
return o; |
@@ -2625,19 +2625,19 @@ buildTestIamPermissionsResponse() { |
checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) { |
buildCounterTestIamPermissionsResponse++; |
if (buildCounterTestIamPermissionsResponse < 3) { |
- checkUnnamed2977(o.permissions); |
+ checkUnnamed2801(o.permissions); |
} |
buildCounterTestIamPermissionsResponse--; |
} |
-buildUnnamed2978() { |
+buildUnnamed2802() { |
var o = new core.List<api.Exon>(); |
o.add(buildExon()); |
o.add(buildExon()); |
return o; |
} |
-checkUnnamed2978(core.List<api.Exon> o) { |
+checkUnnamed2802(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 = buildUnnamed2978(); |
+ o.exons = buildUnnamed2802(); |
o.geneId = "foo"; |
} |
buildCounterTranscript--; |
@@ -2660,7 +2660,7 @@ checkTranscript(api.Transcript o) { |
buildCounterTranscript++; |
if (buildCounterTranscript < 3) { |
checkCodingSequence(o.codingSequence); |
- checkUnnamed2978(o.exons); |
+ checkUnnamed2802(o.exons); |
unittest.expect(o.geneId, unittest.equals('foo')); |
} |
buildCounterTranscript--; |
@@ -2683,79 +2683,79 @@ checkUndeleteDatasetRequest(api.UndeleteDatasetRequest o) { |
buildCounterUndeleteDatasetRequest--; |
} |
-buildUnnamed2979() { |
+buildUnnamed2803() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2979(core.List<core.String> o) { |
+checkUnnamed2803(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')); |
} |
-buildUnnamed2980() { |
+buildUnnamed2804() { |
var o = new core.List<api.VariantCall>(); |
o.add(buildVariantCall()); |
o.add(buildVariantCall()); |
return o; |
} |
-checkUnnamed2980(core.List<api.VariantCall> o) { |
+checkUnnamed2804(core.List<api.VariantCall> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantCall(o[0]); |
checkVariantCall(o[1]); |
} |
-buildUnnamed2981() { |
+buildUnnamed2805() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2981(core.List<core.String> o) { |
+checkUnnamed2805(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')); |
} |
-buildUnnamed2982() { |
+buildUnnamed2806() { |
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; |
} |
-checkUnnamed2982(core.List<core.Object> o) { |
+checkUnnamed2806(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')); |
} |
-buildUnnamed2983() { |
+buildUnnamed2807() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2982(); |
- o["y"] = buildUnnamed2982(); |
+ o["x"] = buildUnnamed2806(); |
+ o["y"] = buildUnnamed2806(); |
return o; |
} |
-checkUnnamed2983(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2807(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2982(o["x"]); |
- checkUnnamed2982(o["y"]); |
+ checkUnnamed2806(o["x"]); |
+ checkUnnamed2806(o["y"]); |
} |
-buildUnnamed2984() { |
+buildUnnamed2808() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2984(core.List<core.String> o) { |
+checkUnnamed2808(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 = buildUnnamed2979(); |
- o.calls = buildUnnamed2980(); |
+ o.alternateBases = buildUnnamed2803(); |
+ o.calls = buildUnnamed2804(); |
o.created = "foo"; |
o.end = "foo"; |
- o.filter = buildUnnamed2981(); |
+ o.filter = buildUnnamed2805(); |
o.id = "foo"; |
- o.info = buildUnnamed2983(); |
- o.names = buildUnnamed2984(); |
+ o.info = buildUnnamed2807(); |
+ o.names = buildUnnamed2808(); |
o.quality = 42.0; |
o.referenceBases = "foo"; |
o.referenceName = "foo"; |
@@ -2787,14 +2787,14 @@ buildVariant() { |
checkVariant(api.Variant o) { |
buildCounterVariant++; |
if (buildCounterVariant < 3) { |
- checkUnnamed2979(o.alternateBases); |
- checkUnnamed2980(o.calls); |
+ checkUnnamed2803(o.alternateBases); |
+ checkUnnamed2804(o.calls); |
unittest.expect(o.created, unittest.equals('foo')); |
unittest.expect(o.end, unittest.equals('foo')); |
- checkUnnamed2981(o.filter); |
+ checkUnnamed2805(o.filter); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2983(o.info); |
- checkUnnamed2984(o.names); |
+ checkUnnamed2807(o.info); |
+ checkUnnamed2808(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--; |
} |
-buildUnnamed2985() { |
+buildUnnamed2809() { |
var o = new core.List<api.ClinicalCondition>(); |
o.add(buildClinicalCondition()); |
o.add(buildClinicalCondition()); |
return o; |
} |
-checkUnnamed2985(core.List<api.ClinicalCondition> o) { |
+checkUnnamed2809(core.List<api.ClinicalCondition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkClinicalCondition(o[0]); |
checkClinicalCondition(o[1]); |
} |
-buildUnnamed2986() { |
+buildUnnamed2810() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2986(core.List<core.String> o) { |
+checkUnnamed2810(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 = buildUnnamed2985(); |
+ o.conditions = buildUnnamed2809(); |
o.effect = "foo"; |
o.geneId = "foo"; |
- o.transcriptIds = buildUnnamed2986(); |
+ o.transcriptIds = buildUnnamed2810(); |
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')); |
- checkUnnamed2985(o.conditions); |
+ checkUnnamed2809(o.conditions); |
unittest.expect(o.effect, unittest.equals('foo')); |
unittest.expect(o.geneId, unittest.equals('foo')); |
- checkUnnamed2986(o.transcriptIds); |
+ checkUnnamed2810(o.transcriptIds); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterVariantAnnotation--; |
} |
-buildUnnamed2987() { |
+buildUnnamed2811() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2987(core.List<core.int> o) { |
+checkUnnamed2811(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)); |
} |
-buildUnnamed2988() { |
+buildUnnamed2812() { |
var o = new core.List<core.double>(); |
o.add(42.0); |
o.add(42.0); |
return o; |
} |
-checkUnnamed2988(core.List<core.double> o) { |
+checkUnnamed2812(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)); |
} |
-buildUnnamed2989() { |
+buildUnnamed2813() { |
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) { |
+checkUnnamed2813(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')); |
} |
-buildUnnamed2990() { |
+buildUnnamed2814() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2989(); |
- o["y"] = buildUnnamed2989(); |
+ o["x"] = buildUnnamed2813(); |
+ o["y"] = buildUnnamed2813(); |
return o; |
} |
-checkUnnamed2990(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2814(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2989(o["x"]); |
- checkUnnamed2989(o["y"]); |
+ checkUnnamed2813(o["x"]); |
+ checkUnnamed2813(o["y"]); |
} |
core.int buildCounterVariantCall = 0; |
@@ -2920,9 +2920,9 @@ buildVariantCall() { |
if (buildCounterVariantCall < 3) { |
o.callSetId = "foo"; |
o.callSetName = "foo"; |
- o.genotype = buildUnnamed2987(); |
- o.genotypeLikelihood = buildUnnamed2988(); |
- o.info = buildUnnamed2990(); |
+ o.genotype = buildUnnamed2811(); |
+ o.genotypeLikelihood = buildUnnamed2812(); |
+ o.info = buildUnnamed2814(); |
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')); |
- checkUnnamed2987(o.genotype); |
- checkUnnamed2988(o.genotypeLikelihood); |
- checkUnnamed2990(o.info); |
+ checkUnnamed2811(o.genotype); |
+ checkUnnamed2812(o.genotypeLikelihood); |
+ checkUnnamed2814(o.info); |
unittest.expect(o.phaseset, unittest.equals('foo')); |
} |
buildCounterVariantCall--; |
} |
-buildUnnamed2991() { |
+buildUnnamed2815() { |
var o = new core.List<api.VariantSetMetadata>(); |
o.add(buildVariantSetMetadata()); |
o.add(buildVariantSetMetadata()); |
return o; |
} |
-checkUnnamed2991(core.List<api.VariantSetMetadata> o) { |
+checkUnnamed2815(core.List<api.VariantSetMetadata> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantSetMetadata(o[0]); |
checkVariantSetMetadata(o[1]); |
} |
-buildUnnamed2992() { |
+buildUnnamed2816() { |
var o = new core.List<api.ReferenceBound>(); |
o.add(buildReferenceBound()); |
o.add(buildReferenceBound()); |
return o; |
} |
-checkUnnamed2992(core.List<api.ReferenceBound> o) { |
+checkUnnamed2816(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 = buildUnnamed2991(); |
+ o.metadata = buildUnnamed2815(); |
o.name = "foo"; |
- o.referenceBounds = buildUnnamed2992(); |
+ o.referenceBounds = buildUnnamed2816(); |
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')); |
- checkUnnamed2991(o.metadata); |
+ checkUnnamed2815(o.metadata); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed2992(o.referenceBounds); |
+ checkUnnamed2816(o.referenceBounds); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
} |
buildCounterVariantSet--; |
} |
-buildUnnamed2993() { |
+buildUnnamed2817() { |
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; |
} |
-checkUnnamed2993(core.List<core.Object> o) { |
+checkUnnamed2817(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')); |
} |
-buildUnnamed2994() { |
+buildUnnamed2818() { |
var o = new core.Map<core.String, core.List<core.Object>>(); |
- o["x"] = buildUnnamed2993(); |
- o["y"] = buildUnnamed2993(); |
+ o["x"] = buildUnnamed2817(); |
+ o["y"] = buildUnnamed2817(); |
return o; |
} |
-checkUnnamed2994(core.Map<core.String, core.List<core.Object>> o) { |
+checkUnnamed2818(core.Map<core.String, core.List<core.Object>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2993(o["x"]); |
- checkUnnamed2993(o["y"]); |
+ checkUnnamed2817(o["x"]); |
+ checkUnnamed2817(o["y"]); |
} |
core.int buildCounterVariantSetMetadata = 0; |
@@ -3032,7 +3032,7 @@ buildVariantSetMetadata() { |
if (buildCounterVariantSetMetadata < 3) { |
o.description = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2994(); |
+ o.info = buildUnnamed2818(); |
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')); |
- checkUnnamed2994(o.info); |
+ checkUnnamed2818(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.expectAsync((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.expectAsync(((api.ListDatasetsResponse response) { |
+ res.list(pageToken: arg_pageToken, pageSize: arg_pageSize, projectId: arg_projectId).then(unittest.expectAsync(((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_pageToken = "foo"; |
var arg_pageSize = 42; |
var arg_filter = "foo"; |
- var arg_pageToken = "foo"; |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |
@@ -5085,9 +5085,9 @@ main() { |
addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1])); |
} |
} |
+ unittest.expect(queryMap["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)); |
- unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken)); |
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, pageSize: arg_pageSize, filter: arg_filter, pageToken: arg_pageToken).then(unittest.expectAsync(((api.ListOperationsResponse response) { |
+ res.list(arg_name, pageToken: arg_pageToken, pageSize: arg_pageSize, filter: arg_filter).then(unittest.expectAsync(((api.ListOperationsResponse response) { |
checkListOperationsResponse(response); |
}))); |
}); |
@@ -5410,12 +5410,12 @@ main() { |
var mock = new HttpServerMock(); |
api.ReadgroupsetsCoveragebucketsResourceApi res = new api.GenomicsApi(mock).readgroupsets.coveragebuckets; |
var arg_readGroupSetId = "foo"; |
- var arg_pageSize = 42; |
var arg_start = "foo"; |
var arg_targetBucketWidth = "foo"; |
var arg_referenceName = "foo"; |
var arg_end = "foo"; |
var arg_pageToken = "foo"; |
+ var arg_pageSize = 42; |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |
@@ -5449,12 +5449,12 @@ main() { |
addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1])); |
} |
} |
- unittest.expect(core.int.parse(queryMap["pageSize"].first), unittest.equals(arg_pageSize)); |
unittest.expect(queryMap["start"].first, unittest.equals(arg_start)); |
unittest.expect(queryMap["targetBucketWidth"].first, unittest.equals(arg_targetBucketWidth)); |
unittest.expect(queryMap["referenceName"].first, unittest.equals(arg_referenceName)); |
unittest.expect(queryMap["end"].first, unittest.equals(arg_end)); |
unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken)); |
+ unittest.expect(core.int.parse(queryMap["pageSize"].first), unittest.equals(arg_pageSize)); |
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, pageSize: arg_pageSize, start: arg_start, targetBucketWidth: arg_targetBucketWidth, referenceName: arg_referenceName, end: arg_end, pageToken: arg_pageToken).then(unittest.expectAsync(((api.ListCoverageBucketsResponse response) { |
+ res.list(arg_readGroupSetId, start: arg_start, targetBucketWidth: arg_targetBucketWidth, referenceName: arg_referenceName, end: arg_end, pageToken: arg_pageToken, pageSize: arg_pageSize).then(unittest.expectAsync(((api.ListCoverageBucketsResponse response) { |
checkListCoverageBucketsResponse(response); |
}))); |
}); |
@@ -5626,10 +5626,10 @@ main() { |
var mock = new HttpServerMock(); |
api.ReferencesBasesResourceApi res = new api.GenomicsApi(mock).references.bases; |
var arg_referenceId = "foo"; |
+ var arg_pageToken = "foo"; |
var arg_pageSize = 42; |
var arg_start = "foo"; |
var arg_end = "foo"; |
- var arg_pageToken = "foo"; |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |
@@ -5663,10 +5663,10 @@ main() { |
addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1])); |
} |
} |
+ unittest.expect(queryMap["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.expectAsync(((api.ListBasesResponse response) { |
+ res.list(arg_referenceId, pageToken: arg_pageToken, pageSize: arg_pageSize, start: arg_start, end: arg_end).then(unittest.expectAsync(((api.ListBasesResponse response) { |
checkListBasesResponse(response); |
}))); |
}); |