Index: generated/googleapis_beta/test/genomics/v1beta2_test.dart |
diff --git a/generated/googleapis_beta/test/genomics/v1beta2_test.dart b/generated/googleapis_beta/test/genomics/v1beta2_test.dart |
index 6f6386a88f094cad36b8f39d31206fee161a3d7a..ac583e2ae677ea2780809a7bdaad41e9df2c6f0f 100644 |
--- a/generated/googleapis_beta/test/genomics/v1beta2_test.dart |
+++ b/generated/googleapis_beta/test/genomics/v1beta2_test.dart |
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse( |
return new http.StreamedResponse(stream, status, headers: headers); |
} |
-buildUnnamed1500() { |
+buildUnnamed2373() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1500(core.List<core.String> o) { |
+checkUnnamed2373(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')); |
@@ -69,7 +69,7 @@ buildAlignReadGroupSetsRequest() { |
var o = new api.AlignReadGroupSetsRequest(); |
buildCounterAlignReadGroupSetsRequest++; |
if (buildCounterAlignReadGroupSetsRequest < 3) { |
- o.bamSourceUris = buildUnnamed1500(); |
+ o.bamSourceUris = buildUnnamed2373(); |
o.datasetId = "foo"; |
o.interleavedFastqSource = buildInterleavedFastqSource(); |
o.pairedFastqSource = buildPairedFastqSource(); |
@@ -82,7 +82,7 @@ buildAlignReadGroupSetsRequest() { |
checkAlignReadGroupSetsRequest(api.AlignReadGroupSetsRequest o) { |
buildCounterAlignReadGroupSetsRequest++; |
if (buildCounterAlignReadGroupSetsRequest < 3) { |
- checkUnnamed1500(o.bamSourceUris); |
+ checkUnnamed2373(o.bamSourceUris); |
unittest.expect(o.datasetId, unittest.equals('foo')); |
checkInterleavedFastqSource(o.interleavedFastqSource); |
checkPairedFastqSource(o.pairedFastqSource); |
@@ -110,30 +110,30 @@ checkAlignReadGroupSetsResponse(api.AlignReadGroupSetsResponse o) { |
buildCounterAlignReadGroupSetsResponse--; |
} |
-buildUnnamed1501() { |
+buildUnnamed2374() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1501(core.List<core.String> o) { |
+checkUnnamed2374(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')); |
} |
-buildUnnamed1502() { |
+buildUnnamed2375() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed1501(); |
- o["y"] = buildUnnamed1501(); |
+ o["x"] = buildUnnamed2374(); |
+ o["y"] = buildUnnamed2374(); |
return o; |
} |
-checkUnnamed1502(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2375(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed1501(o["x"]); |
- checkUnnamed1501(o["y"]); |
+ checkUnnamed2374(o["x"]); |
+ checkUnnamed2374(o["y"]); |
} |
core.int buildCounterAnnotation = 0; |
@@ -143,7 +143,7 @@ buildAnnotation() { |
if (buildCounterAnnotation < 3) { |
o.annotationSetId = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed1502(); |
+ o.info = buildUnnamed2375(); |
o.name = "foo"; |
o.position = buildRangePosition(); |
o.transcript = buildTranscript(); |
@@ -159,7 +159,7 @@ checkAnnotation(api.Annotation o) { |
if (buildCounterAnnotation < 3) { |
unittest.expect(o.annotationSetId, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed1502(o.info); |
+ checkUnnamed2375(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
checkRangePosition(o.position); |
checkTranscript(o.transcript); |
@@ -169,30 +169,30 @@ checkAnnotation(api.Annotation o) { |
buildCounterAnnotation--; |
} |
-buildUnnamed1503() { |
+buildUnnamed2376() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1503(core.List<core.String> o) { |
+checkUnnamed2376(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')); |
} |
-buildUnnamed1504() { |
+buildUnnamed2377() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed1503(); |
- o["y"] = buildUnnamed1503(); |
+ o["x"] = buildUnnamed2376(); |
+ o["y"] = buildUnnamed2376(); |
return o; |
} |
-checkUnnamed1504(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2377(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed1503(o["x"]); |
- checkUnnamed1503(o["y"]); |
+ checkUnnamed2376(o["x"]); |
+ checkUnnamed2376(o["y"]); |
} |
core.int buildCounterAnnotationSet = 0; |
@@ -202,7 +202,7 @@ buildAnnotationSet() { |
if (buildCounterAnnotationSet < 3) { |
o.datasetId = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed1504(); |
+ o.info = buildUnnamed2377(); |
o.name = "foo"; |
o.referenceSetId = "foo"; |
o.sourceUri = "foo"; |
@@ -217,7 +217,7 @@ checkAnnotationSet(api.AnnotationSet o) { |
if (buildCounterAnnotationSet < 3) { |
unittest.expect(o.datasetId, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed1504(o.info); |
+ checkUnnamed2377(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
unittest.expect(o.sourceUri, unittest.equals('foo')); |
@@ -226,14 +226,14 @@ checkAnnotationSet(api.AnnotationSet o) { |
buildCounterAnnotationSet--; |
} |
-buildUnnamed1505() { |
+buildUnnamed2378() { |
var o = new core.List<api.BatchAnnotationsResponseEntry>(); |
o.add(buildBatchAnnotationsResponseEntry()); |
o.add(buildBatchAnnotationsResponseEntry()); |
return o; |
} |
-checkUnnamed1505(core.List<api.BatchAnnotationsResponseEntry> o) { |
+checkUnnamed2378(core.List<api.BatchAnnotationsResponseEntry> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBatchAnnotationsResponseEntry(o[0]); |
checkBatchAnnotationsResponseEntry(o[1]); |
@@ -244,7 +244,7 @@ buildBatchAnnotationsResponse() { |
var o = new api.BatchAnnotationsResponse(); |
buildCounterBatchAnnotationsResponse++; |
if (buildCounterBatchAnnotationsResponse < 3) { |
- o.entries = buildUnnamed1505(); |
+ o.entries = buildUnnamed2378(); |
} |
buildCounterBatchAnnotationsResponse--; |
return o; |
@@ -253,7 +253,7 @@ buildBatchAnnotationsResponse() { |
checkBatchAnnotationsResponse(api.BatchAnnotationsResponse o) { |
buildCounterBatchAnnotationsResponse++; |
if (buildCounterBatchAnnotationsResponse < 3) { |
- checkUnnamed1505(o.entries); |
+ checkUnnamed2378(o.entries); |
} |
buildCounterBatchAnnotationsResponse--; |
} |
@@ -300,14 +300,14 @@ checkBatchAnnotationsResponseEntryStatus(api.BatchAnnotationsResponseEntryStatus |
buildCounterBatchAnnotationsResponseEntryStatus--; |
} |
-buildUnnamed1506() { |
+buildUnnamed2379() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed1506(core.List<api.Annotation> o) { |
+checkUnnamed2379(core.List<api.Annotation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAnnotation(o[0]); |
checkAnnotation(o[1]); |
@@ -318,7 +318,7 @@ buildBatchCreateAnnotationsRequest() { |
var o = new api.BatchCreateAnnotationsRequest(); |
buildCounterBatchCreateAnnotationsRequest++; |
if (buildCounterBatchCreateAnnotationsRequest < 3) { |
- o.annotations = buildUnnamed1506(); |
+ o.annotations = buildUnnamed2379(); |
} |
buildCounterBatchCreateAnnotationsRequest--; |
return o; |
@@ -327,61 +327,61 @@ buildBatchCreateAnnotationsRequest() { |
checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) { |
buildCounterBatchCreateAnnotationsRequest++; |
if (buildCounterBatchCreateAnnotationsRequest < 3) { |
- checkUnnamed1506(o.annotations); |
+ checkUnnamed2379(o.annotations); |
} |
buildCounterBatchCreateAnnotationsRequest--; |
} |
-buildUnnamed1507() { |
+buildUnnamed2380() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1507(core.List<core.int> o) { |
+checkUnnamed2380(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)); |
} |
-buildUnnamed1508() { |
+buildUnnamed2381() { |
var o = new core.List<core.double>(); |
o.add(42.0); |
o.add(42.0); |
return o; |
} |
-checkUnnamed1508(core.List<core.double> o) { |
+checkUnnamed2381(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)); |
} |
-buildUnnamed1509() { |
+buildUnnamed2382() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1509(core.List<core.String> o) { |
+checkUnnamed2382(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')); |
} |
-buildUnnamed1510() { |
+buildUnnamed2383() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed1509(); |
- o["y"] = buildUnnamed1509(); |
+ o["x"] = buildUnnamed2382(); |
+ o["y"] = buildUnnamed2382(); |
return o; |
} |
-checkUnnamed1510(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2383(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed1509(o["x"]); |
- checkUnnamed1509(o["y"]); |
+ checkUnnamed2382(o["x"]); |
+ checkUnnamed2382(o["y"]); |
} |
core.int buildCounterCall = 0; |
@@ -391,9 +391,9 @@ buildCall() { |
if (buildCounterCall < 3) { |
o.callSetId = "foo"; |
o.callSetName = "foo"; |
- o.genotype = buildUnnamed1507(); |
- o.genotypeLikelihood = buildUnnamed1508(); |
- o.info = buildUnnamed1510(); |
+ o.genotype = buildUnnamed2380(); |
+ o.genotypeLikelihood = buildUnnamed2381(); |
+ o.info = buildUnnamed2383(); |
o.phaseset = "foo"; |
} |
buildCounterCall--; |
@@ -405,22 +405,22 @@ checkCall(api.Call o) { |
if (buildCounterCall < 3) { |
unittest.expect(o.callSetId, unittest.equals('foo')); |
unittest.expect(o.callSetName, unittest.equals('foo')); |
- checkUnnamed1507(o.genotype); |
- checkUnnamed1508(o.genotypeLikelihood); |
- checkUnnamed1510(o.info); |
+ checkUnnamed2380(o.genotype); |
+ checkUnnamed2381(o.genotypeLikelihood); |
+ checkUnnamed2383(o.info); |
unittest.expect(o.phaseset, unittest.equals('foo')); |
} |
buildCounterCall--; |
} |
-buildUnnamed1511() { |
+buildUnnamed2384() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1511(core.List<core.String> o) { |
+checkUnnamed2384(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')); |
@@ -433,7 +433,7 @@ buildCallReadGroupSetsRequest() { |
if (buildCounterCallReadGroupSetsRequest < 3) { |
o.datasetId = "foo"; |
o.readGroupSetId = "foo"; |
- o.sourceUris = buildUnnamed1511(); |
+ o.sourceUris = buildUnnamed2384(); |
} |
buildCounterCallReadGroupSetsRequest--; |
return o; |
@@ -444,7 +444,7 @@ checkCallReadGroupSetsRequest(api.CallReadGroupSetsRequest o) { |
if (buildCounterCallReadGroupSetsRequest < 3) { |
unittest.expect(o.datasetId, unittest.equals('foo')); |
unittest.expect(o.readGroupSetId, unittest.equals('foo')); |
- checkUnnamed1511(o.sourceUris); |
+ checkUnnamed2384(o.sourceUris); |
} |
buildCounterCallReadGroupSetsRequest--; |
} |
@@ -468,40 +468,40 @@ checkCallReadGroupSetsResponse(api.CallReadGroupSetsResponse o) { |
buildCounterCallReadGroupSetsResponse--; |
} |
-buildUnnamed1512() { |
+buildUnnamed2385() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1512(core.List<core.String> o) { |
+checkUnnamed2385(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')); |
} |
-buildUnnamed1513() { |
+buildUnnamed2386() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed1512(); |
- o["y"] = buildUnnamed1512(); |
+ o["x"] = buildUnnamed2385(); |
+ o["y"] = buildUnnamed2385(); |
return o; |
} |
-checkUnnamed1513(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2386(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed1512(o["x"]); |
- checkUnnamed1512(o["y"]); |
+ checkUnnamed2385(o["x"]); |
+ checkUnnamed2385(o["y"]); |
} |
-buildUnnamed1514() { |
+buildUnnamed2387() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1514(core.List<core.String> o) { |
+checkUnnamed2387(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')); |
@@ -514,10 +514,10 @@ buildCallSet() { |
if (buildCounterCallSet < 3) { |
o.created = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed1513(); |
+ o.info = buildUnnamed2386(); |
o.name = "foo"; |
o.sampleId = "foo"; |
- o.variantSetIds = buildUnnamed1514(); |
+ o.variantSetIds = buildUnnamed2387(); |
} |
buildCounterCallSet--; |
return o; |
@@ -528,10 +528,10 @@ checkCallSet(api.CallSet o) { |
if (buildCounterCallSet < 3) { |
unittest.expect(o.created, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed1513(o.info); |
+ checkUnnamed2386(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.sampleId, unittest.equals('foo')); |
- checkUnnamed1514(o.variantSetIds); |
+ checkUnnamed2387(o.variantSetIds); |
} |
buildCounterCallSet--; |
} |
@@ -607,27 +607,27 @@ checkDataset(api.Dataset o) { |
buildCounterDataset--; |
} |
-buildUnnamed1515() { |
+buildUnnamed2388() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1515(core.List<core.String> o) { |
+checkUnnamed2388(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')); |
} |
-buildUnnamed1516() { |
+buildUnnamed2389() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1516(core.List<core.String> o) { |
+checkUnnamed2389(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')); |
@@ -641,9 +641,9 @@ buildExperimentalCreateJobRequest() { |
o.align = true; |
o.callVariants = true; |
o.gcsOutputPath = "foo"; |
- o.pairedSourceUris = buildUnnamed1515(); |
+ o.pairedSourceUris = buildUnnamed2388(); |
o.projectNumber = "foo"; |
- o.sourceUris = buildUnnamed1516(); |
+ o.sourceUris = buildUnnamed2389(); |
} |
buildCounterExperimentalCreateJobRequest--; |
return o; |
@@ -655,9 +655,9 @@ checkExperimentalCreateJobRequest(api.ExperimentalCreateJobRequest o) { |
unittest.expect(o.align, unittest.isTrue); |
unittest.expect(o.callVariants, unittest.isTrue); |
unittest.expect(o.gcsOutputPath, unittest.equals('foo')); |
- checkUnnamed1515(o.pairedSourceUris); |
+ checkUnnamed2388(o.pairedSourceUris); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
- checkUnnamed1516(o.sourceUris); |
+ checkUnnamed2389(o.sourceUris); |
} |
buildCounterExperimentalCreateJobRequest--; |
} |
@@ -681,27 +681,27 @@ checkExperimentalCreateJobResponse(api.ExperimentalCreateJobResponse o) { |
buildCounterExperimentalCreateJobResponse--; |
} |
-buildUnnamed1517() { |
+buildUnnamed2390() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1517(core.List<core.String> o) { |
+checkUnnamed2390(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')); |
} |
-buildUnnamed1518() { |
+buildUnnamed2391() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1518(core.List<core.String> o) { |
+checkUnnamed2391(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')); |
@@ -714,8 +714,8 @@ buildExportReadGroupSetsRequest() { |
if (buildCounterExportReadGroupSetsRequest < 3) { |
o.exportUri = "foo"; |
o.projectNumber = "foo"; |
- o.readGroupSetIds = buildUnnamed1517(); |
- o.referenceNames = buildUnnamed1518(); |
+ o.readGroupSetIds = buildUnnamed2390(); |
+ o.referenceNames = buildUnnamed2391(); |
} |
buildCounterExportReadGroupSetsRequest--; |
return o; |
@@ -726,8 +726,8 @@ checkExportReadGroupSetsRequest(api.ExportReadGroupSetsRequest o) { |
if (buildCounterExportReadGroupSetsRequest < 3) { |
unittest.expect(o.exportUri, unittest.equals('foo')); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
- checkUnnamed1517(o.readGroupSetIds); |
- checkUnnamed1518(o.referenceNames); |
+ checkUnnamed2390(o.readGroupSetIds); |
+ checkUnnamed2391(o.referenceNames); |
} |
buildCounterExportReadGroupSetsRequest--; |
} |
@@ -751,14 +751,14 @@ checkExportReadGroupSetsResponse(api.ExportReadGroupSetsResponse o) { |
buildCounterExportReadGroupSetsResponse--; |
} |
-buildUnnamed1519() { |
+buildUnnamed2392() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1519(core.List<core.String> o) { |
+checkUnnamed2392(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')); |
@@ -771,7 +771,7 @@ buildExportVariantSetRequest() { |
if (buildCounterExportVariantSetRequest < 3) { |
o.bigqueryDataset = "foo"; |
o.bigqueryTable = "foo"; |
- o.callSetIds = buildUnnamed1519(); |
+ o.callSetIds = buildUnnamed2392(); |
o.format = "foo"; |
o.projectNumber = "foo"; |
} |
@@ -784,7 +784,7 @@ checkExportVariantSetRequest(api.ExportVariantSetRequest o) { |
if (buildCounterExportVariantSetRequest < 3) { |
unittest.expect(o.bigqueryDataset, unittest.equals('foo')); |
unittest.expect(o.bigqueryTable, unittest.equals('foo')); |
- checkUnnamed1519(o.callSetIds); |
+ checkUnnamed2392(o.callSetIds); |
unittest.expect(o.format, unittest.equals('foo')); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
} |
@@ -858,14 +858,14 @@ checkFastqMetadata(api.FastqMetadata o) { |
buildCounterFastqMetadata--; |
} |
-buildUnnamed1520() { |
+buildUnnamed2393() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1520(core.List<core.String> o) { |
+checkUnnamed2393(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')); |
@@ -879,7 +879,7 @@ buildImportReadGroupSetsRequest() { |
o.datasetId = "foo"; |
o.partitionStrategy = "foo"; |
o.referenceSetId = "foo"; |
- o.sourceUris = buildUnnamed1520(); |
+ o.sourceUris = buildUnnamed2393(); |
} |
buildCounterImportReadGroupSetsRequest--; |
return o; |
@@ -891,7 +891,7 @@ 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')); |
- checkUnnamed1520(o.sourceUris); |
+ checkUnnamed2393(o.sourceUris); |
} |
buildCounterImportReadGroupSetsRequest--; |
} |
@@ -915,14 +915,14 @@ checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) { |
buildCounterImportReadGroupSetsResponse--; |
} |
-buildUnnamed1521() { |
+buildUnnamed2394() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1521(core.List<core.String> o) { |
+checkUnnamed2394(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')); |
@@ -935,7 +935,7 @@ buildImportVariantsRequest() { |
if (buildCounterImportVariantsRequest < 3) { |
o.format = "foo"; |
o.normalizeReferenceNames = true; |
- o.sourceUris = buildUnnamed1521(); |
+ o.sourceUris = buildUnnamed2394(); |
} |
buildCounterImportVariantsRequest--; |
return o; |
@@ -946,7 +946,7 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) { |
if (buildCounterImportVariantsRequest < 3) { |
unittest.expect(o.format, unittest.equals('foo')); |
unittest.expect(o.normalizeReferenceNames, unittest.isTrue); |
- checkUnnamed1521(o.sourceUris); |
+ checkUnnamed2394(o.sourceUris); |
} |
buildCounterImportVariantsRequest--; |
} |
@@ -989,14 +989,14 @@ checkInt32Value(api.Int32Value o) { |
buildCounterInt32Value--; |
} |
-buildUnnamed1522() { |
+buildUnnamed2395() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1522(core.List<core.String> o) { |
+checkUnnamed2395(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')); |
@@ -1008,7 +1008,7 @@ buildInterleavedFastqSource() { |
buildCounterInterleavedFastqSource++; |
if (buildCounterInterleavedFastqSource < 3) { |
o.metadata = buildFastqMetadata(); |
- o.sourceUris = buildUnnamed1522(); |
+ o.sourceUris = buildUnnamed2395(); |
} |
buildCounterInterleavedFastqSource--; |
return o; |
@@ -1018,45 +1018,45 @@ checkInterleavedFastqSource(api.InterleavedFastqSource o) { |
buildCounterInterleavedFastqSource++; |
if (buildCounterInterleavedFastqSource < 3) { |
checkFastqMetadata(o.metadata); |
- checkUnnamed1522(o.sourceUris); |
+ checkUnnamed2395(o.sourceUris); |
} |
buildCounterInterleavedFastqSource--; |
} |
-buildUnnamed1523() { |
+buildUnnamed2396() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1523(core.List<core.String> o) { |
+checkUnnamed2396(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')); |
} |
-buildUnnamed1524() { |
+buildUnnamed2397() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1524(core.List<core.String> o) { |
+checkUnnamed2397(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')); |
} |
-buildUnnamed1525() { |
+buildUnnamed2398() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1525(core.List<core.String> o) { |
+checkUnnamed2398(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')); |
@@ -1069,13 +1069,13 @@ buildJob() { |
if (buildCounterJob < 3) { |
o.created = "foo"; |
o.detailedStatus = "foo"; |
- o.errors = buildUnnamed1523(); |
+ o.errors = buildUnnamed2396(); |
o.id = "foo"; |
- o.importedIds = buildUnnamed1524(); |
+ o.importedIds = buildUnnamed2397(); |
o.projectNumber = "foo"; |
o.request = buildJobRequest(); |
o.status = "foo"; |
- o.warnings = buildUnnamed1525(); |
+ o.warnings = buildUnnamed2398(); |
} |
buildCounterJob--; |
return o; |
@@ -1086,38 +1086,38 @@ checkJob(api.Job o) { |
if (buildCounterJob < 3) { |
unittest.expect(o.created, unittest.equals('foo')); |
unittest.expect(o.detailedStatus, unittest.equals('foo')); |
- checkUnnamed1523(o.errors); |
+ checkUnnamed2396(o.errors); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed1524(o.importedIds); |
+ checkUnnamed2397(o.importedIds); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
checkJobRequest(o.request); |
unittest.expect(o.status, unittest.equals('foo')); |
- checkUnnamed1525(o.warnings); |
+ checkUnnamed2398(o.warnings); |
} |
buildCounterJob--; |
} |
-buildUnnamed1526() { |
+buildUnnamed2399() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1526(core.List<core.String> o) { |
+checkUnnamed2399(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')); |
} |
-buildUnnamed1527() { |
+buildUnnamed2400() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1527(core.List<core.String> o) { |
+checkUnnamed2400(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')); |
@@ -1128,8 +1128,8 @@ buildJobRequest() { |
var o = new api.JobRequest(); |
buildCounterJobRequest++; |
if (buildCounterJobRequest < 3) { |
- o.destination = buildUnnamed1526(); |
- o.source = buildUnnamed1527(); |
+ o.destination = buildUnnamed2399(); |
+ o.source = buildUnnamed2400(); |
o.type = "foo"; |
} |
buildCounterJobRequest--; |
@@ -1139,21 +1139,21 @@ buildJobRequest() { |
checkJobRequest(api.JobRequest o) { |
buildCounterJobRequest++; |
if (buildCounterJobRequest < 3) { |
- checkUnnamed1526(o.destination); |
- checkUnnamed1527(o.source); |
+ checkUnnamed2399(o.destination); |
+ checkUnnamed2400(o.source); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterJobRequest--; |
} |
-buildUnnamed1528() { |
+buildUnnamed2401() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1528(core.List<core.String> o) { |
+checkUnnamed2401(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')); |
@@ -1165,7 +1165,7 @@ buildKeyValue() { |
buildCounterKeyValue++; |
if (buildCounterKeyValue < 3) { |
o.key = "foo"; |
- o.value = buildUnnamed1528(); |
+ o.value = buildUnnamed2401(); |
} |
buildCounterKeyValue--; |
return o; |
@@ -1175,19 +1175,19 @@ checkKeyValue(api.KeyValue o) { |
buildCounterKeyValue++; |
if (buildCounterKeyValue < 3) { |
unittest.expect(o.key, unittest.equals('foo')); |
- checkUnnamed1528(o.value); |
+ checkUnnamed2401(o.value); |
} |
buildCounterKeyValue--; |
} |
-buildUnnamed1529() { |
+buildUnnamed2402() { |
var o = new core.List<api.CigarUnit>(); |
o.add(buildCigarUnit()); |
o.add(buildCigarUnit()); |
return o; |
} |
-checkUnnamed1529(core.List<api.CigarUnit> o) { |
+checkUnnamed2402(core.List<api.CigarUnit> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCigarUnit(o[0]); |
checkCigarUnit(o[1]); |
@@ -1198,7 +1198,7 @@ buildLinearAlignment() { |
var o = new api.LinearAlignment(); |
buildCounterLinearAlignment++; |
if (buildCounterLinearAlignment < 3) { |
- o.cigar = buildUnnamed1529(); |
+ o.cigar = buildUnnamed2402(); |
o.mappingQuality = 42; |
o.position = buildPosition(); |
} |
@@ -1209,7 +1209,7 @@ buildLinearAlignment() { |
checkLinearAlignment(api.LinearAlignment o) { |
buildCounterLinearAlignment++; |
if (buildCounterLinearAlignment < 3) { |
- checkUnnamed1529(o.cigar); |
+ checkUnnamed2402(o.cigar); |
unittest.expect(o.mappingQuality, unittest.equals(42)); |
checkPosition(o.position); |
} |
@@ -1239,14 +1239,14 @@ checkListBasesResponse(api.ListBasesResponse o) { |
buildCounterListBasesResponse--; |
} |
-buildUnnamed1530() { |
+buildUnnamed2403() { |
var o = new core.List<api.CoverageBucket>(); |
o.add(buildCoverageBucket()); |
o.add(buildCoverageBucket()); |
return o; |
} |
-checkUnnamed1530(core.List<api.CoverageBucket> o) { |
+checkUnnamed2403(core.List<api.CoverageBucket> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCoverageBucket(o[0]); |
checkCoverageBucket(o[1]); |
@@ -1258,7 +1258,7 @@ buildListCoverageBucketsResponse() { |
buildCounterListCoverageBucketsResponse++; |
if (buildCounterListCoverageBucketsResponse < 3) { |
o.bucketWidth = "foo"; |
- o.coverageBuckets = buildUnnamed1530(); |
+ o.coverageBuckets = buildUnnamed2403(); |
o.nextPageToken = "foo"; |
} |
buildCounterListCoverageBucketsResponse--; |
@@ -1269,20 +1269,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) { |
buildCounterListCoverageBucketsResponse++; |
if (buildCounterListCoverageBucketsResponse < 3) { |
unittest.expect(o.bucketWidth, unittest.equals('foo')); |
- checkUnnamed1530(o.coverageBuckets); |
+ checkUnnamed2403(o.coverageBuckets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListCoverageBucketsResponse--; |
} |
-buildUnnamed1531() { |
+buildUnnamed2404() { |
var o = new core.List<api.Dataset>(); |
o.add(buildDataset()); |
o.add(buildDataset()); |
return o; |
} |
-checkUnnamed1531(core.List<api.Dataset> o) { |
+checkUnnamed2404(core.List<api.Dataset> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDataset(o[0]); |
checkDataset(o[1]); |
@@ -1293,7 +1293,7 @@ buildListDatasetsResponse() { |
var o = new api.ListDatasetsResponse(); |
buildCounterListDatasetsResponse++; |
if (buildCounterListDatasetsResponse < 3) { |
- o.datasets = buildUnnamed1531(); |
+ o.datasets = buildUnnamed2404(); |
o.nextPageToken = "foo"; |
} |
buildCounterListDatasetsResponse--; |
@@ -1303,20 +1303,20 @@ buildListDatasetsResponse() { |
checkListDatasetsResponse(api.ListDatasetsResponse o) { |
buildCounterListDatasetsResponse++; |
if (buildCounterListDatasetsResponse < 3) { |
- checkUnnamed1531(o.datasets); |
+ checkUnnamed2404(o.datasets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListDatasetsResponse--; |
} |
-buildUnnamed1532() { |
+buildUnnamed2405() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed1532(core.List<api.Variant> o) { |
+checkUnnamed2405(core.List<api.Variant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariant(o[0]); |
checkVariant(o[1]); |
@@ -1327,7 +1327,7 @@ buildMergeVariantsRequest() { |
var o = new api.MergeVariantsRequest(); |
buildCounterMergeVariantsRequest++; |
if (buildCounterMergeVariantsRequest < 3) { |
- o.variants = buildUnnamed1532(); |
+ o.variants = buildUnnamed2405(); |
} |
buildCounterMergeVariantsRequest--; |
return o; |
@@ -1336,35 +1336,35 @@ buildMergeVariantsRequest() { |
checkMergeVariantsRequest(api.MergeVariantsRequest o) { |
buildCounterMergeVariantsRequest++; |
if (buildCounterMergeVariantsRequest < 3) { |
- checkUnnamed1532(o.variants); |
+ checkUnnamed2405(o.variants); |
} |
buildCounterMergeVariantsRequest--; |
} |
-buildUnnamed1533() { |
+buildUnnamed2406() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1533(core.List<core.String> o) { |
+checkUnnamed2406(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')); |
} |
-buildUnnamed1534() { |
+buildUnnamed2407() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed1533(); |
- o["y"] = buildUnnamed1533(); |
+ o["x"] = buildUnnamed2406(); |
+ o["y"] = buildUnnamed2406(); |
return o; |
} |
-checkUnnamed1534(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2407(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed1533(o["x"]); |
- checkUnnamed1533(o["y"]); |
+ checkUnnamed2406(o["x"]); |
+ checkUnnamed2406(o["y"]); |
} |
core.int buildCounterMetadata = 0; |
@@ -1374,7 +1374,7 @@ buildMetadata() { |
if (buildCounterMetadata < 3) { |
o.description = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed1534(); |
+ o.info = buildUnnamed2407(); |
o.key = "foo"; |
o.number = "foo"; |
o.type = "foo"; |
@@ -1389,7 +1389,7 @@ checkMetadata(api.Metadata o) { |
if (buildCounterMetadata < 3) { |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed1534(o.info); |
+ checkUnnamed2407(o.info); |
unittest.expect(o.key, unittest.equals('foo')); |
unittest.expect(o.number, unittest.equals('foo')); |
unittest.expect(o.type, unittest.equals('foo')); |
@@ -1398,27 +1398,27 @@ checkMetadata(api.Metadata o) { |
buildCounterMetadata--; |
} |
-buildUnnamed1535() { |
+buildUnnamed2408() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1535(core.List<core.String> o) { |
+checkUnnamed2408(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')); |
} |
-buildUnnamed1536() { |
+buildUnnamed2409() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1536(core.List<core.String> o) { |
+checkUnnamed2409(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')); |
@@ -1429,9 +1429,9 @@ buildPairedFastqSource() { |
var o = new api.PairedFastqSource(); |
buildCounterPairedFastqSource++; |
if (buildCounterPairedFastqSource < 3) { |
- o.firstSourceUris = buildUnnamed1535(); |
+ o.firstSourceUris = buildUnnamed2408(); |
o.metadata = buildFastqMetadata(); |
- o.secondSourceUris = buildUnnamed1536(); |
+ o.secondSourceUris = buildUnnamed2409(); |
} |
buildCounterPairedFastqSource--; |
return o; |
@@ -1440,9 +1440,9 @@ buildPairedFastqSource() { |
checkPairedFastqSource(api.PairedFastqSource o) { |
buildCounterPairedFastqSource++; |
if (buildCounterPairedFastqSource < 3) { |
- checkUnnamed1535(o.firstSourceUris); |
+ checkUnnamed2408(o.firstSourceUris); |
checkFastqMetadata(o.metadata); |
- checkUnnamed1536(o.secondSourceUris); |
+ checkUnnamed2409(o.secondSourceUris); |
} |
buildCounterPairedFastqSource--; |
} |
@@ -1545,43 +1545,43 @@ checkRangePosition(api.RangePosition o) { |
buildCounterRangePosition--; |
} |
-buildUnnamed1537() { |
+buildUnnamed2410() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1537(core.List<core.int> o) { |
+checkUnnamed2410(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)); |
} |
-buildUnnamed1538() { |
+buildUnnamed2411() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1538(core.List<core.String> o) { |
+checkUnnamed2411(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')); |
} |
-buildUnnamed1539() { |
+buildUnnamed2412() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed1538(); |
- o["y"] = buildUnnamed1538(); |
+ o["x"] = buildUnnamed2411(); |
+ o["y"] = buildUnnamed2411(); |
return o; |
} |
-checkUnnamed1539(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2412(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed1538(o["x"]); |
- checkUnnamed1538(o["y"]); |
+ checkUnnamed2411(o["x"]); |
+ checkUnnamed2411(o["y"]); |
} |
core.int buildCounterRead = 0; |
@@ -1589,7 +1589,7 @@ buildRead() { |
var o = new api.Read(); |
buildCounterRead++; |
if (buildCounterRead < 3) { |
- o.alignedQuality = buildUnnamed1537(); |
+ o.alignedQuality = buildUnnamed2410(); |
o.alignedSequence = "foo"; |
o.alignment = buildLinearAlignment(); |
o.duplicateFragment = true; |
@@ -1597,7 +1597,7 @@ buildRead() { |
o.fragmentLength = 42; |
o.fragmentName = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed1539(); |
+ o.info = buildUnnamed2412(); |
o.nextMatePosition = buildPosition(); |
o.numberReads = 42; |
o.properPlacement = true; |
@@ -1614,7 +1614,7 @@ buildRead() { |
checkRead(api.Read o) { |
buildCounterRead++; |
if (buildCounterRead < 3) { |
- checkUnnamed1537(o.alignedQuality); |
+ checkUnnamed2410(o.alignedQuality); |
unittest.expect(o.alignedSequence, unittest.equals('foo')); |
checkLinearAlignment(o.alignment); |
unittest.expect(o.duplicateFragment, unittest.isTrue); |
@@ -1622,7 +1622,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')); |
- checkUnnamed1539(o.info); |
+ checkUnnamed2412(o.info); |
checkPosition(o.nextMatePosition); |
unittest.expect(o.numberReads, unittest.equals(42)); |
unittest.expect(o.properPlacement, unittest.isTrue); |
@@ -1635,40 +1635,40 @@ checkRead(api.Read o) { |
buildCounterRead--; |
} |
-buildUnnamed1540() { |
+buildUnnamed2413() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1540(core.List<core.String> o) { |
+checkUnnamed2413(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')); |
} |
-buildUnnamed1541() { |
+buildUnnamed2414() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed1540(); |
- o["y"] = buildUnnamed1540(); |
+ o["x"] = buildUnnamed2413(); |
+ o["y"] = buildUnnamed2413(); |
return o; |
} |
-checkUnnamed1541(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2414(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed1540(o["x"]); |
- checkUnnamed1540(o["y"]); |
+ checkUnnamed2413(o["x"]); |
+ checkUnnamed2413(o["y"]); |
} |
-buildUnnamed1542() { |
+buildUnnamed2415() { |
var o = new core.List<api.ReadGroupProgram>(); |
o.add(buildReadGroupProgram()); |
o.add(buildReadGroupProgram()); |
return o; |
} |
-checkUnnamed1542(core.List<api.ReadGroupProgram> o) { |
+checkUnnamed2415(core.List<api.ReadGroupProgram> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReadGroupProgram(o[0]); |
checkReadGroupProgram(o[1]); |
@@ -1683,10 +1683,10 @@ buildReadGroup() { |
o.description = "foo"; |
o.experiment = buildReadGroupExperiment(); |
o.id = "foo"; |
- o.info = buildUnnamed1541(); |
+ o.info = buildUnnamed2414(); |
o.name = "foo"; |
o.predictedInsertSize = 42; |
- o.programs = buildUnnamed1542(); |
+ o.programs = buildUnnamed2415(); |
o.referenceSetId = "foo"; |
o.sampleId = "foo"; |
} |
@@ -1701,10 +1701,10 @@ checkReadGroup(api.ReadGroup o) { |
unittest.expect(o.description, unittest.equals('foo')); |
checkReadGroupExperiment(o.experiment); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed1541(o.info); |
+ checkUnnamed2414(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.predictedInsertSize, unittest.equals(42)); |
- checkUnnamed1542(o.programs); |
+ checkUnnamed2415(o.programs); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
unittest.expect(o.sampleId, unittest.equals('foo')); |
} |
@@ -1763,40 +1763,40 @@ checkReadGroupProgram(api.ReadGroupProgram o) { |
buildCounterReadGroupProgram--; |
} |
-buildUnnamed1543() { |
+buildUnnamed2416() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1543(core.List<core.String> o) { |
+checkUnnamed2416(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')); |
} |
-buildUnnamed1544() { |
+buildUnnamed2417() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed1543(); |
- o["y"] = buildUnnamed1543(); |
+ o["x"] = buildUnnamed2416(); |
+ o["y"] = buildUnnamed2416(); |
return o; |
} |
-checkUnnamed1544(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2417(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed1543(o["x"]); |
- checkUnnamed1543(o["y"]); |
+ checkUnnamed2416(o["x"]); |
+ checkUnnamed2416(o["y"]); |
} |
-buildUnnamed1545() { |
+buildUnnamed2418() { |
var o = new core.List<api.ReadGroup>(); |
o.add(buildReadGroup()); |
o.add(buildReadGroup()); |
return o; |
} |
-checkUnnamed1545(core.List<api.ReadGroup> o) { |
+checkUnnamed2418(core.List<api.ReadGroup> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReadGroup(o[0]); |
checkReadGroup(o[1]); |
@@ -1810,9 +1810,9 @@ buildReadGroupSet() { |
o.datasetId = "foo"; |
o.filename = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed1544(); |
+ o.info = buildUnnamed2417(); |
o.name = "foo"; |
- o.readGroups = buildUnnamed1545(); |
+ o.readGroups = buildUnnamed2418(); |
o.referenceSetId = "foo"; |
} |
buildCounterReadGroupSet--; |
@@ -1825,22 +1825,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')); |
- checkUnnamed1544(o.info); |
+ checkUnnamed2417(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed1545(o.readGroups); |
+ checkUnnamed2418(o.readGroups); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
} |
buildCounterReadGroupSet--; |
} |
-buildUnnamed1546() { |
+buildUnnamed2419() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1546(core.List<core.String> o) { |
+checkUnnamed2419(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')); |
@@ -1856,7 +1856,7 @@ buildReference() { |
o.md5checksum = "foo"; |
o.name = "foo"; |
o.ncbiTaxonId = 42; |
- o.sourceAccessions = buildUnnamed1546(); |
+ o.sourceAccessions = buildUnnamed2419(); |
o.sourceURI = "foo"; |
} |
buildCounterReference--; |
@@ -1871,7 +1871,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)); |
- checkUnnamed1546(o.sourceAccessions); |
+ checkUnnamed2419(o.sourceAccessions); |
unittest.expect(o.sourceURI, unittest.equals('foo')); |
} |
buildCounterReference--; |
@@ -1898,27 +1898,27 @@ checkReferenceBound(api.ReferenceBound o) { |
buildCounterReferenceBound--; |
} |
-buildUnnamed1547() { |
+buildUnnamed2420() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1547(core.List<core.String> o) { |
+checkUnnamed2420(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')); |
} |
-buildUnnamed1548() { |
+buildUnnamed2421() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1548(core.List<core.String> o) { |
+checkUnnamed2421(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')); |
@@ -1934,8 +1934,8 @@ buildReferenceSet() { |
o.id = "foo"; |
o.md5checksum = "foo"; |
o.ncbiTaxonId = 42; |
- o.referenceIds = buildUnnamed1547(); |
- o.sourceAccessions = buildUnnamed1548(); |
+ o.referenceIds = buildUnnamed2420(); |
+ o.sourceAccessions = buildUnnamed2421(); |
o.sourceURI = "foo"; |
} |
buildCounterReferenceSet--; |
@@ -1950,34 +1950,34 @@ 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)); |
- checkUnnamed1547(o.referenceIds); |
- checkUnnamed1548(o.sourceAccessions); |
+ checkUnnamed2420(o.referenceIds); |
+ checkUnnamed2421(o.sourceAccessions); |
unittest.expect(o.sourceURI, unittest.equals('foo')); |
} |
buildCounterReferenceSet--; |
} |
-buildUnnamed1549() { |
+buildUnnamed2422() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1549(core.List<core.String> o) { |
+checkUnnamed2422(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')); |
} |
-buildUnnamed1550() { |
+buildUnnamed2423() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1550(core.List<core.String> o) { |
+checkUnnamed2423(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')); |
@@ -1988,12 +1988,12 @@ buildSearchAnnotationSetsRequest() { |
var o = new api.SearchAnnotationSetsRequest(); |
buildCounterSearchAnnotationSetsRequest++; |
if (buildCounterSearchAnnotationSetsRequest < 3) { |
- o.datasetIds = buildUnnamed1549(); |
+ o.datasetIds = buildUnnamed2422(); |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.referenceSetId = "foo"; |
- o.types = buildUnnamed1550(); |
+ o.types = buildUnnamed2423(); |
} |
buildCounterSearchAnnotationSetsRequest--; |
return o; |
@@ -2002,24 +2002,24 @@ buildSearchAnnotationSetsRequest() { |
checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) { |
buildCounterSearchAnnotationSetsRequest++; |
if (buildCounterSearchAnnotationSetsRequest < 3) { |
- checkUnnamed1549(o.datasetIds); |
+ checkUnnamed2422(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')); |
- checkUnnamed1550(o.types); |
+ checkUnnamed2423(o.types); |
} |
buildCounterSearchAnnotationSetsRequest--; |
} |
-buildUnnamed1551() { |
+buildUnnamed2424() { |
var o = new core.List<api.AnnotationSet>(); |
o.add(buildAnnotationSet()); |
o.add(buildAnnotationSet()); |
return o; |
} |
-checkUnnamed1551(core.List<api.AnnotationSet> o) { |
+checkUnnamed2424(core.List<api.AnnotationSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAnnotationSet(o[0]); |
checkAnnotationSet(o[1]); |
@@ -2030,7 +2030,7 @@ buildSearchAnnotationSetsResponse() { |
var o = new api.SearchAnnotationSetsResponse(); |
buildCounterSearchAnnotationSetsResponse++; |
if (buildCounterSearchAnnotationSetsResponse < 3) { |
- o.annotationSets = buildUnnamed1551(); |
+ o.annotationSets = buildUnnamed2424(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchAnnotationSetsResponse--; |
@@ -2040,20 +2040,20 @@ buildSearchAnnotationSetsResponse() { |
checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) { |
buildCounterSearchAnnotationSetsResponse++; |
if (buildCounterSearchAnnotationSetsResponse < 3) { |
- checkUnnamed1551(o.annotationSets); |
+ checkUnnamed2424(o.annotationSets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchAnnotationSetsResponse--; |
} |
-buildUnnamed1552() { |
+buildUnnamed2425() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1552(core.List<core.String> o) { |
+checkUnnamed2425(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')); |
@@ -2064,7 +2064,7 @@ buildSearchAnnotationsRequest() { |
var o = new api.SearchAnnotationsRequest(); |
buildCounterSearchAnnotationsRequest++; |
if (buildCounterSearchAnnotationsRequest < 3) { |
- o.annotationSetIds = buildUnnamed1552(); |
+ o.annotationSetIds = buildUnnamed2425(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.range = buildQueryRange(); |
@@ -2076,7 +2076,7 @@ buildSearchAnnotationsRequest() { |
checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) { |
buildCounterSearchAnnotationsRequest++; |
if (buildCounterSearchAnnotationsRequest < 3) { |
- checkUnnamed1552(o.annotationSetIds); |
+ checkUnnamed2425(o.annotationSetIds); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
checkQueryRange(o.range); |
@@ -2084,14 +2084,14 @@ checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) { |
buildCounterSearchAnnotationsRequest--; |
} |
-buildUnnamed1553() { |
+buildUnnamed2426() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed1553(core.List<api.Annotation> o) { |
+checkUnnamed2426(core.List<api.Annotation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAnnotation(o[0]); |
checkAnnotation(o[1]); |
@@ -2102,7 +2102,7 @@ buildSearchAnnotationsResponse() { |
var o = new api.SearchAnnotationsResponse(); |
buildCounterSearchAnnotationsResponse++; |
if (buildCounterSearchAnnotationsResponse < 3) { |
- o.annotations = buildUnnamed1553(); |
+ o.annotations = buildUnnamed2426(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchAnnotationsResponse--; |
@@ -2112,20 +2112,20 @@ buildSearchAnnotationsResponse() { |
checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) { |
buildCounterSearchAnnotationsResponse++; |
if (buildCounterSearchAnnotationsResponse < 3) { |
- checkUnnamed1553(o.annotations); |
+ checkUnnamed2426(o.annotations); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchAnnotationsResponse--; |
} |
-buildUnnamed1554() { |
+buildUnnamed2427() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1554(core.List<core.String> o) { |
+checkUnnamed2427(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')); |
@@ -2139,7 +2139,7 @@ buildSearchCallSetsRequest() { |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
- o.variantSetIds = buildUnnamed1554(); |
+ o.variantSetIds = buildUnnamed2427(); |
} |
buildCounterSearchCallSetsRequest--; |
return o; |
@@ -2151,19 +2151,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')); |
- checkUnnamed1554(o.variantSetIds); |
+ checkUnnamed2427(o.variantSetIds); |
} |
buildCounterSearchCallSetsRequest--; |
} |
-buildUnnamed1555() { |
+buildUnnamed2428() { |
var o = new core.List<api.CallSet>(); |
o.add(buildCallSet()); |
o.add(buildCallSet()); |
return o; |
} |
-checkUnnamed1555(core.List<api.CallSet> o) { |
+checkUnnamed2428(core.List<api.CallSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCallSet(o[0]); |
checkCallSet(o[1]); |
@@ -2174,7 +2174,7 @@ buildSearchCallSetsResponse() { |
var o = new api.SearchCallSetsResponse(); |
buildCounterSearchCallSetsResponse++; |
if (buildCounterSearchCallSetsResponse < 3) { |
- o.callSets = buildUnnamed1555(); |
+ o.callSets = buildUnnamed2428(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchCallSetsResponse--; |
@@ -2184,20 +2184,20 @@ buildSearchCallSetsResponse() { |
checkSearchCallSetsResponse(api.SearchCallSetsResponse o) { |
buildCounterSearchCallSetsResponse++; |
if (buildCounterSearchCallSetsResponse < 3) { |
- checkUnnamed1555(o.callSets); |
+ checkUnnamed2428(o.callSets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchCallSetsResponse--; |
} |
-buildUnnamed1556() { |
+buildUnnamed2429() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1556(core.List<core.String> o) { |
+checkUnnamed2429(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')); |
@@ -2213,7 +2213,7 @@ buildSearchJobsRequest() { |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.projectNumber = "foo"; |
- o.status = buildUnnamed1556(); |
+ o.status = buildUnnamed2429(); |
} |
buildCounterSearchJobsRequest--; |
return o; |
@@ -2227,19 +2227,19 @@ checkSearchJobsRequest(api.SearchJobsRequest o) { |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
- checkUnnamed1556(o.status); |
+ checkUnnamed2429(o.status); |
} |
buildCounterSearchJobsRequest--; |
} |
-buildUnnamed1557() { |
+buildUnnamed2430() { |
var o = new core.List<api.Job>(); |
o.add(buildJob()); |
o.add(buildJob()); |
return o; |
} |
-checkUnnamed1557(core.List<api.Job> o) { |
+checkUnnamed2430(core.List<api.Job> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkJob(o[0]); |
checkJob(o[1]); |
@@ -2250,7 +2250,7 @@ buildSearchJobsResponse() { |
var o = new api.SearchJobsResponse(); |
buildCounterSearchJobsResponse++; |
if (buildCounterSearchJobsResponse < 3) { |
- o.jobs = buildUnnamed1557(); |
+ o.jobs = buildUnnamed2430(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchJobsResponse--; |
@@ -2260,20 +2260,20 @@ buildSearchJobsResponse() { |
checkSearchJobsResponse(api.SearchJobsResponse o) { |
buildCounterSearchJobsResponse++; |
if (buildCounterSearchJobsResponse < 3) { |
- checkUnnamed1557(o.jobs); |
+ checkUnnamed2430(o.jobs); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchJobsResponse--; |
} |
-buildUnnamed1558() { |
+buildUnnamed2431() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1558(core.List<core.String> o) { |
+checkUnnamed2431(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')); |
@@ -2284,7 +2284,7 @@ buildSearchReadGroupSetsRequest() { |
var o = new api.SearchReadGroupSetsRequest(); |
buildCounterSearchReadGroupSetsRequest++; |
if (buildCounterSearchReadGroupSetsRequest < 3) { |
- o.datasetIds = buildUnnamed1558(); |
+ o.datasetIds = buildUnnamed2431(); |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
@@ -2296,7 +2296,7 @@ buildSearchReadGroupSetsRequest() { |
checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { |
buildCounterSearchReadGroupSetsRequest++; |
if (buildCounterSearchReadGroupSetsRequest < 3) { |
- checkUnnamed1558(o.datasetIds); |
+ checkUnnamed2431(o.datasetIds); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
@@ -2304,14 +2304,14 @@ checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { |
buildCounterSearchReadGroupSetsRequest--; |
} |
-buildUnnamed1559() { |
+buildUnnamed2432() { |
var o = new core.List<api.ReadGroupSet>(); |
o.add(buildReadGroupSet()); |
o.add(buildReadGroupSet()); |
return o; |
} |
-checkUnnamed1559(core.List<api.ReadGroupSet> o) { |
+checkUnnamed2432(core.List<api.ReadGroupSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReadGroupSet(o[0]); |
checkReadGroupSet(o[1]); |
@@ -2323,7 +2323,7 @@ buildSearchReadGroupSetsResponse() { |
buildCounterSearchReadGroupSetsResponse++; |
if (buildCounterSearchReadGroupSetsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.readGroupSets = buildUnnamed1559(); |
+ o.readGroupSets = buildUnnamed2432(); |
} |
buildCounterSearchReadGroupSetsResponse--; |
return o; |
@@ -2333,32 +2333,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) { |
buildCounterSearchReadGroupSetsResponse++; |
if (buildCounterSearchReadGroupSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed1559(o.readGroupSets); |
+ checkUnnamed2432(o.readGroupSets); |
} |
buildCounterSearchReadGroupSetsResponse--; |
} |
-buildUnnamed1560() { |
+buildUnnamed2433() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1560(core.List<core.String> o) { |
+checkUnnamed2433(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')); |
} |
-buildUnnamed1561() { |
+buildUnnamed2434() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1561(core.List<core.String> o) { |
+checkUnnamed2434(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')); |
@@ -2372,8 +2372,8 @@ buildSearchReadsRequest() { |
o.end = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
- o.readGroupIds = buildUnnamed1560(); |
- o.readGroupSetIds = buildUnnamed1561(); |
+ o.readGroupIds = buildUnnamed2433(); |
+ o.readGroupSetIds = buildUnnamed2434(); |
o.referenceName = "foo"; |
o.start = "foo"; |
} |
@@ -2387,22 +2387,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')); |
- checkUnnamed1560(o.readGroupIds); |
- checkUnnamed1561(o.readGroupSetIds); |
+ checkUnnamed2433(o.readGroupIds); |
+ checkUnnamed2434(o.readGroupSetIds); |
unittest.expect(o.referenceName, unittest.equals('foo')); |
unittest.expect(o.start, unittest.equals('foo')); |
} |
buildCounterSearchReadsRequest--; |
} |
-buildUnnamed1562() { |
+buildUnnamed2435() { |
var o = new core.List<api.Read>(); |
o.add(buildRead()); |
o.add(buildRead()); |
return o; |
} |
-checkUnnamed1562(core.List<api.Read> o) { |
+checkUnnamed2435(core.List<api.Read> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRead(o[0]); |
checkRead(o[1]); |
@@ -2413,7 +2413,7 @@ buildSearchReadsResponse() { |
var o = new api.SearchReadsResponse(); |
buildCounterSearchReadsResponse++; |
if (buildCounterSearchReadsResponse < 3) { |
- o.alignments = buildUnnamed1562(); |
+ o.alignments = buildUnnamed2435(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchReadsResponse--; |
@@ -2423,33 +2423,33 @@ buildSearchReadsResponse() { |
checkSearchReadsResponse(api.SearchReadsResponse o) { |
buildCounterSearchReadsResponse++; |
if (buildCounterSearchReadsResponse < 3) { |
- checkUnnamed1562(o.alignments); |
+ checkUnnamed2435(o.alignments); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchReadsResponse--; |
} |
-buildUnnamed1563() { |
+buildUnnamed2436() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1563(core.List<core.String> o) { |
+checkUnnamed2436(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')); |
} |
-buildUnnamed1564() { |
+buildUnnamed2437() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1564(core.List<core.String> o) { |
+checkUnnamed2437(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')); |
@@ -2460,9 +2460,9 @@ buildSearchReferenceSetsRequest() { |
var o = new api.SearchReferenceSetsRequest(); |
buildCounterSearchReferenceSetsRequest++; |
if (buildCounterSearchReferenceSetsRequest < 3) { |
- o.accessions = buildUnnamed1563(); |
+ o.accessions = buildUnnamed2436(); |
o.assemblyId = "foo"; |
- o.md5checksums = buildUnnamed1564(); |
+ o.md5checksums = buildUnnamed2437(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
} |
@@ -2473,23 +2473,23 @@ buildSearchReferenceSetsRequest() { |
checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) { |
buildCounterSearchReferenceSetsRequest++; |
if (buildCounterSearchReferenceSetsRequest < 3) { |
- checkUnnamed1563(o.accessions); |
+ checkUnnamed2436(o.accessions); |
unittest.expect(o.assemblyId, unittest.equals('foo')); |
- checkUnnamed1564(o.md5checksums); |
+ checkUnnamed2437(o.md5checksums); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
} |
buildCounterSearchReferenceSetsRequest--; |
} |
-buildUnnamed1565() { |
+buildUnnamed2438() { |
var o = new core.List<api.ReferenceSet>(); |
o.add(buildReferenceSet()); |
o.add(buildReferenceSet()); |
return o; |
} |
-checkUnnamed1565(core.List<api.ReferenceSet> o) { |
+checkUnnamed2438(core.List<api.ReferenceSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReferenceSet(o[0]); |
checkReferenceSet(o[1]); |
@@ -2501,7 +2501,7 @@ buildSearchReferenceSetsResponse() { |
buildCounterSearchReferenceSetsResponse++; |
if (buildCounterSearchReferenceSetsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.referenceSets = buildUnnamed1565(); |
+ o.referenceSets = buildUnnamed2438(); |
} |
buildCounterSearchReferenceSetsResponse--; |
return o; |
@@ -2511,32 +2511,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) { |
buildCounterSearchReferenceSetsResponse++; |
if (buildCounterSearchReferenceSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed1565(o.referenceSets); |
+ checkUnnamed2438(o.referenceSets); |
} |
buildCounterSearchReferenceSetsResponse--; |
} |
-buildUnnamed1566() { |
+buildUnnamed2439() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1566(core.List<core.String> o) { |
+checkUnnamed2439(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')); |
} |
-buildUnnamed1567() { |
+buildUnnamed2440() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1567(core.List<core.String> o) { |
+checkUnnamed2440(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')); |
@@ -2547,8 +2547,8 @@ buildSearchReferencesRequest() { |
var o = new api.SearchReferencesRequest(); |
buildCounterSearchReferencesRequest++; |
if (buildCounterSearchReferencesRequest < 3) { |
- o.accessions = buildUnnamed1566(); |
- o.md5checksums = buildUnnamed1567(); |
+ o.accessions = buildUnnamed2439(); |
+ o.md5checksums = buildUnnamed2440(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.referenceSetId = "foo"; |
@@ -2560,8 +2560,8 @@ buildSearchReferencesRequest() { |
checkSearchReferencesRequest(api.SearchReferencesRequest o) { |
buildCounterSearchReferencesRequest++; |
if (buildCounterSearchReferencesRequest < 3) { |
- checkUnnamed1566(o.accessions); |
- checkUnnamed1567(o.md5checksums); |
+ checkUnnamed2439(o.accessions); |
+ checkUnnamed2440(o.md5checksums); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
@@ -2569,14 +2569,14 @@ checkSearchReferencesRequest(api.SearchReferencesRequest o) { |
buildCounterSearchReferencesRequest--; |
} |
-buildUnnamed1568() { |
+buildUnnamed2441() { |
var o = new core.List<api.Reference>(); |
o.add(buildReference()); |
o.add(buildReference()); |
return o; |
} |
-checkUnnamed1568(core.List<api.Reference> o) { |
+checkUnnamed2441(core.List<api.Reference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReference(o[0]); |
checkReference(o[1]); |
@@ -2588,7 +2588,7 @@ buildSearchReferencesResponse() { |
buildCounterSearchReferencesResponse++; |
if (buildCounterSearchReferencesResponse < 3) { |
o.nextPageToken = "foo"; |
- o.references = buildUnnamed1568(); |
+ o.references = buildUnnamed2441(); |
} |
buildCounterSearchReferencesResponse--; |
return o; |
@@ -2598,19 +2598,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) { |
buildCounterSearchReferencesResponse++; |
if (buildCounterSearchReferencesResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed1568(o.references); |
+ checkUnnamed2441(o.references); |
} |
buildCounterSearchReferencesResponse--; |
} |
-buildUnnamed1569() { |
+buildUnnamed2442() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1569(core.List<core.String> o) { |
+checkUnnamed2442(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')); |
@@ -2621,7 +2621,7 @@ buildSearchVariantSetsRequest() { |
var o = new api.SearchVariantSetsRequest(); |
buildCounterSearchVariantSetsRequest++; |
if (buildCounterSearchVariantSetsRequest < 3) { |
- o.datasetIds = buildUnnamed1569(); |
+ o.datasetIds = buildUnnamed2442(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
} |
@@ -2632,21 +2632,21 @@ buildSearchVariantSetsRequest() { |
checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) { |
buildCounterSearchVariantSetsRequest++; |
if (buildCounterSearchVariantSetsRequest < 3) { |
- checkUnnamed1569(o.datasetIds); |
+ checkUnnamed2442(o.datasetIds); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
} |
buildCounterSearchVariantSetsRequest--; |
} |
-buildUnnamed1570() { |
+buildUnnamed2443() { |
var o = new core.List<api.VariantSet>(); |
o.add(buildVariantSet()); |
o.add(buildVariantSet()); |
return o; |
} |
-checkUnnamed1570(core.List<api.VariantSet> o) { |
+checkUnnamed2443(core.List<api.VariantSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantSet(o[0]); |
checkVariantSet(o[1]); |
@@ -2658,7 +2658,7 @@ buildSearchVariantSetsResponse() { |
buildCounterSearchVariantSetsResponse++; |
if (buildCounterSearchVariantSetsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.variantSets = buildUnnamed1570(); |
+ o.variantSets = buildUnnamed2443(); |
} |
buildCounterSearchVariantSetsResponse--; |
return o; |
@@ -2668,32 +2668,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) { |
buildCounterSearchVariantSetsResponse++; |
if (buildCounterSearchVariantSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed1570(o.variantSets); |
+ checkUnnamed2443(o.variantSets); |
} |
buildCounterSearchVariantSetsResponse--; |
} |
-buildUnnamed1571() { |
+buildUnnamed2444() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1571(core.List<core.String> o) { |
+checkUnnamed2444(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')); |
} |
-buildUnnamed1572() { |
+buildUnnamed2445() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1572(core.List<core.String> o) { |
+checkUnnamed2445(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2704,7 +2704,7 @@ buildSearchVariantsRequest() { |
var o = new api.SearchVariantsRequest(); |
buildCounterSearchVariantsRequest++; |
if (buildCounterSearchVariantsRequest < 3) { |
- o.callSetIds = buildUnnamed1571(); |
+ o.callSetIds = buildUnnamed2444(); |
o.end = "foo"; |
o.maxCalls = 42; |
o.pageSize = 42; |
@@ -2712,7 +2712,7 @@ buildSearchVariantsRequest() { |
o.referenceName = "foo"; |
o.start = "foo"; |
o.variantName = "foo"; |
- o.variantSetIds = buildUnnamed1572(); |
+ o.variantSetIds = buildUnnamed2445(); |
} |
buildCounterSearchVariantsRequest--; |
return o; |
@@ -2721,7 +2721,7 @@ buildSearchVariantsRequest() { |
checkSearchVariantsRequest(api.SearchVariantsRequest o) { |
buildCounterSearchVariantsRequest++; |
if (buildCounterSearchVariantsRequest < 3) { |
- checkUnnamed1571(o.callSetIds); |
+ checkUnnamed2444(o.callSetIds); |
unittest.expect(o.end, unittest.equals('foo')); |
unittest.expect(o.maxCalls, unittest.equals(42)); |
unittest.expect(o.pageSize, unittest.equals(42)); |
@@ -2729,19 +2729,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')); |
- checkUnnamed1572(o.variantSetIds); |
+ checkUnnamed2445(o.variantSetIds); |
} |
buildCounterSearchVariantsRequest--; |
} |
-buildUnnamed1573() { |
+buildUnnamed2446() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed1573(core.List<api.Variant> o) { |
+checkUnnamed2446(core.List<api.Variant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariant(o[0]); |
checkVariant(o[1]); |
@@ -2753,7 +2753,7 @@ buildSearchVariantsResponse() { |
buildCounterSearchVariantsResponse++; |
if (buildCounterSearchVariantsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.variants = buildUnnamed1573(); |
+ o.variants = buildUnnamed2446(); |
} |
buildCounterSearchVariantsResponse--; |
return o; |
@@ -2763,19 +2763,19 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) { |
buildCounterSearchVariantsResponse++; |
if (buildCounterSearchVariantsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed1573(o.variants); |
+ checkUnnamed2446(o.variants); |
} |
buildCounterSearchVariantsResponse--; |
} |
-buildUnnamed1574() { |
+buildUnnamed2447() { |
var o = new core.List<api.TranscriptExon>(); |
o.add(buildTranscriptExon()); |
o.add(buildTranscriptExon()); |
return o; |
} |
-checkUnnamed1574(core.List<api.TranscriptExon> o) { |
+checkUnnamed2447(core.List<api.TranscriptExon> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTranscriptExon(o[0]); |
checkTranscriptExon(o[1]); |
@@ -2787,7 +2787,7 @@ buildTranscript() { |
buildCounterTranscript++; |
if (buildCounterTranscript < 3) { |
o.codingSequence = buildTranscriptCodingSequence(); |
- o.exons = buildUnnamed1574(); |
+ o.exons = buildUnnamed2447(); |
o.geneId = "foo"; |
} |
buildCounterTranscript--; |
@@ -2798,7 +2798,7 @@ checkTranscript(api.Transcript o) { |
buildCounterTranscript++; |
if (buildCounterTranscript < 3) { |
checkTranscriptCodingSequence(o.codingSequence); |
- checkUnnamed1574(o.exons); |
+ checkUnnamed2447(o.exons); |
unittest.expect(o.geneId, unittest.equals('foo')); |
} |
buildCounterTranscript--; |
@@ -2848,79 +2848,79 @@ checkTranscriptExon(api.TranscriptExon o) { |
buildCounterTranscriptExon--; |
} |
-buildUnnamed1575() { |
+buildUnnamed2448() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1575(core.List<core.String> o) { |
+checkUnnamed2448(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')); |
} |
-buildUnnamed1576() { |
+buildUnnamed2449() { |
var o = new core.List<api.Call>(); |
o.add(buildCall()); |
o.add(buildCall()); |
return o; |
} |
-checkUnnamed1576(core.List<api.Call> o) { |
+checkUnnamed2449(core.List<api.Call> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCall(o[0]); |
checkCall(o[1]); |
} |
-buildUnnamed1577() { |
+buildUnnamed2450() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1577(core.List<core.String> o) { |
+checkUnnamed2450(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')); |
} |
-buildUnnamed1578() { |
+buildUnnamed2451() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1578(core.List<core.String> o) { |
+checkUnnamed2451(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')); |
} |
-buildUnnamed1579() { |
+buildUnnamed2452() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed1578(); |
- o["y"] = buildUnnamed1578(); |
+ o["x"] = buildUnnamed2451(); |
+ o["y"] = buildUnnamed2451(); |
return o; |
} |
-checkUnnamed1579(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2452(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed1578(o["x"]); |
- checkUnnamed1578(o["y"]); |
+ checkUnnamed2451(o["x"]); |
+ checkUnnamed2451(o["y"]); |
} |
-buildUnnamed1580() { |
+buildUnnamed2453() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1580(core.List<core.String> o) { |
+checkUnnamed2453(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')); |
@@ -2931,14 +2931,14 @@ buildVariant() { |
var o = new api.Variant(); |
buildCounterVariant++; |
if (buildCounterVariant < 3) { |
- o.alternateBases = buildUnnamed1575(); |
- o.calls = buildUnnamed1576(); |
+ o.alternateBases = buildUnnamed2448(); |
+ o.calls = buildUnnamed2449(); |
o.created = "foo"; |
o.end = "foo"; |
- o.filter = buildUnnamed1577(); |
+ o.filter = buildUnnamed2450(); |
o.id = "foo"; |
- o.info = buildUnnamed1579(); |
- o.names = buildUnnamed1580(); |
+ o.info = buildUnnamed2452(); |
+ o.names = buildUnnamed2453(); |
o.quality = 42.0; |
o.referenceBases = "foo"; |
o.referenceName = "foo"; |
@@ -2952,14 +2952,14 @@ buildVariant() { |
checkVariant(api.Variant o) { |
buildCounterVariant++; |
if (buildCounterVariant < 3) { |
- checkUnnamed1575(o.alternateBases); |
- checkUnnamed1576(o.calls); |
+ checkUnnamed2448(o.alternateBases); |
+ checkUnnamed2449(o.calls); |
unittest.expect(o.created, unittest.equals('foo')); |
unittest.expect(o.end, unittest.equals('foo')); |
- checkUnnamed1577(o.filter); |
+ checkUnnamed2450(o.filter); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed1579(o.info); |
- checkUnnamed1580(o.names); |
+ checkUnnamed2452(o.info); |
+ checkUnnamed2453(o.names); |
unittest.expect(o.quality, unittest.equals(42.0)); |
unittest.expect(o.referenceBases, unittest.equals('foo')); |
unittest.expect(o.referenceName, unittest.equals('foo')); |
@@ -2969,27 +2969,27 @@ checkVariant(api.Variant o) { |
buildCounterVariant--; |
} |
-buildUnnamed1581() { |
+buildUnnamed2454() { |
var o = new core.List<api.VariantAnnotationCondition>(); |
o.add(buildVariantAnnotationCondition()); |
o.add(buildVariantAnnotationCondition()); |
return o; |
} |
-checkUnnamed1581(core.List<api.VariantAnnotationCondition> o) { |
+checkUnnamed2454(core.List<api.VariantAnnotationCondition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantAnnotationCondition(o[0]); |
checkVariantAnnotationCondition(o[1]); |
} |
-buildUnnamed1582() { |
+buildUnnamed2455() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1582(core.List<core.String> o) { |
+checkUnnamed2455(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')); |
@@ -3002,10 +3002,10 @@ buildVariantAnnotation() { |
if (buildCounterVariantAnnotation < 3) { |
o.alternateBases = "foo"; |
o.clinicalSignificance = "foo"; |
- o.conditions = buildUnnamed1581(); |
+ o.conditions = buildUnnamed2454(); |
o.effect = "foo"; |
o.geneId = "foo"; |
- o.transcriptIds = buildUnnamed1582(); |
+ o.transcriptIds = buildUnnamed2455(); |
o.type = "foo"; |
} |
buildCounterVariantAnnotation--; |
@@ -3017,36 +3017,36 @@ checkVariantAnnotation(api.VariantAnnotation o) { |
if (buildCounterVariantAnnotation < 3) { |
unittest.expect(o.alternateBases, unittest.equals('foo')); |
unittest.expect(o.clinicalSignificance, unittest.equals('foo')); |
- checkUnnamed1581(o.conditions); |
+ checkUnnamed2454(o.conditions); |
unittest.expect(o.effect, unittest.equals('foo')); |
unittest.expect(o.geneId, unittest.equals('foo')); |
- checkUnnamed1582(o.transcriptIds); |
+ checkUnnamed2455(o.transcriptIds); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterVariantAnnotation--; |
} |
-buildUnnamed1583() { |
+buildUnnamed2456() { |
var o = new core.List<api.ExternalId>(); |
o.add(buildExternalId()); |
o.add(buildExternalId()); |
return o; |
} |
-checkUnnamed1583(core.List<api.ExternalId> o) { |
+checkUnnamed2456(core.List<api.ExternalId> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkExternalId(o[0]); |
checkExternalId(o[1]); |
} |
-buildUnnamed1584() { |
+buildUnnamed2457() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1584(core.List<core.String> o) { |
+checkUnnamed2457(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')); |
@@ -3058,8 +3058,8 @@ buildVariantAnnotationCondition() { |
buildCounterVariantAnnotationCondition++; |
if (buildCounterVariantAnnotationCondition < 3) { |
o.conceptId = "foo"; |
- o.externalIds = buildUnnamed1583(); |
- o.names = buildUnnamed1584(); |
+ o.externalIds = buildUnnamed2456(); |
+ o.names = buildUnnamed2457(); |
o.omimId = "foo"; |
} |
buildCounterVariantAnnotationCondition--; |
@@ -3070,34 +3070,34 @@ checkVariantAnnotationCondition(api.VariantAnnotationCondition o) { |
buildCounterVariantAnnotationCondition++; |
if (buildCounterVariantAnnotationCondition < 3) { |
unittest.expect(o.conceptId, unittest.equals('foo')); |
- checkUnnamed1583(o.externalIds); |
- checkUnnamed1584(o.names); |
+ checkUnnamed2456(o.externalIds); |
+ checkUnnamed2457(o.names); |
unittest.expect(o.omimId, unittest.equals('foo')); |
} |
buildCounterVariantAnnotationCondition--; |
} |
-buildUnnamed1585() { |
+buildUnnamed2458() { |
var o = new core.List<api.Metadata>(); |
o.add(buildMetadata()); |
o.add(buildMetadata()); |
return o; |
} |
-checkUnnamed1585(core.List<api.Metadata> o) { |
+checkUnnamed2458(core.List<api.Metadata> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMetadata(o[0]); |
checkMetadata(o[1]); |
} |
-buildUnnamed1586() { |
+buildUnnamed2459() { |
var o = new core.List<api.ReferenceBound>(); |
o.add(buildReferenceBound()); |
o.add(buildReferenceBound()); |
return o; |
} |
-checkUnnamed1586(core.List<api.ReferenceBound> o) { |
+checkUnnamed2459(core.List<api.ReferenceBound> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReferenceBound(o[0]); |
checkReferenceBound(o[1]); |
@@ -3110,8 +3110,8 @@ buildVariantSet() { |
if (buildCounterVariantSet < 3) { |
o.datasetId = "foo"; |
o.id = "foo"; |
- o.metadata = buildUnnamed1585(); |
- o.referenceBounds = buildUnnamed1586(); |
+ o.metadata = buildUnnamed2458(); |
+ o.referenceBounds = buildUnnamed2459(); |
} |
buildCounterVariantSet--; |
return o; |
@@ -3122,8 +3122,8 @@ checkVariantSet(api.VariantSet o) { |
if (buildCounterVariantSet < 3) { |
unittest.expect(o.datasetId, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed1585(o.metadata); |
- checkUnnamed1586(o.referenceBounds); |
+ checkUnnamed2458(o.metadata); |
+ checkUnnamed2459(o.referenceBounds); |
} |
buildCounterVariantSet--; |
} |
@@ -6452,6 +6452,55 @@ main() { |
unittest.group("resource-VariantsetsResourceApi", () { |
+ unittest.test("method--create", () { |
+ |
+ var mock = new HttpServerMock(); |
+ api.VariantsetsResourceApi res = new api.GenomicsApi(mock).variantsets; |
+ var arg_request = buildVariantSet(); |
+ mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
+ var obj = new api.VariantSet.fromJson(json); |
+ checkVariantSet(obj); |
+ |
+ var path = (req.url).path; |
+ var pathOffset = 0; |
+ var index; |
+ var subPart; |
+ unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equals("/")); |
+ pathOffset += 1; |
+ unittest.expect(path.substring(pathOffset, pathOffset + 17), unittest.equals("genomics/v1beta2/")); |
+ pathOffset += 17; |
+ unittest.expect(path.substring(pathOffset, pathOffset + 11), unittest.equals("variantsets")); |
+ pathOffset += 11; |
+ |
+ var query = (req.url).query; |
+ var queryOffset = 0; |
+ var queryMap = {}; |
+ addQueryParam(n, v) => queryMap.putIfAbsent(n, () => []).add(v); |
+ parseBool(n) { |
+ if (n == "true") return true; |
+ if (n == "false") return false; |
+ if (n == null) return null; |
+ throw new core.ArgumentError("Invalid boolean: $n"); |
+ } |
+ if (query.length > 0) { |
+ for (var part in query.split("&")) { |
+ var keyvalue = part.split("="); |
+ addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1])); |
+ } |
+ } |
+ |
+ |
+ var h = { |
+ "content-type" : "application/json; charset=utf-8", |
+ }; |
+ var resp = convert.JSON.encode(buildVariantSet()); |
+ return new async.Future.value(stringResponse(200, h, resp)); |
+ }), true); |
+ res.create(arg_request).then(unittest.expectAsync(((api.VariantSet response) { |
+ checkVariantSet(response); |
+ }))); |
+ }); |
+ |
unittest.test("method--delete", () { |
var mock = new HttpServerMock(); |