| 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 3f4e3c6b7cef5f148f8328ce8d868e24b17174ee..6622dddcf678b686799c7bcabc0d8f103191234f 100644
|
| --- a/generated/googleapis_beta/test/genomics/v1beta2_test.dart
|
| +++ b/generated/googleapis_beta/test/genomics/v1beta2_test.dart
|
| @@ -51,30 +51,30 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed2706() {
|
| +buildUnnamed3031() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2706(core.List<core.String> o) {
|
| +checkUnnamed3031(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2707() {
|
| +buildUnnamed3032() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed2706();
|
| - o["y"] = buildUnnamed2706();
|
| + o["x"] = buildUnnamed3031();
|
| + o["y"] = buildUnnamed3031();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2707(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3032(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed2706(o["x"]);
|
| - checkUnnamed2706(o["y"]);
|
| + checkUnnamed3031(o["x"]);
|
| + checkUnnamed3031(o["y"]);
|
| }
|
|
|
| core.int buildCounterAnnotation = 0;
|
| @@ -84,7 +84,7 @@ buildAnnotation() {
|
| if (buildCounterAnnotation < 3) {
|
| o.annotationSetId = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed2707();
|
| + o.info = buildUnnamed3032();
|
| o.name = "foo";
|
| o.position = buildRangePosition();
|
| o.transcript = buildTranscript();
|
| @@ -100,7 +100,7 @@ checkAnnotation(api.Annotation o) {
|
| if (buildCounterAnnotation < 3) {
|
| unittest.expect(o.annotationSetId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2707(o.info);
|
| + checkUnnamed3032(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkRangePosition(o.position);
|
| checkTranscript(o.transcript);
|
| @@ -110,30 +110,30 @@ checkAnnotation(api.Annotation o) {
|
| buildCounterAnnotation--;
|
| }
|
|
|
| -buildUnnamed2708() {
|
| +buildUnnamed3033() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2708(core.List<core.String> o) {
|
| +checkUnnamed3033(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'));
|
| }
|
|
|
| -buildUnnamed2709() {
|
| +buildUnnamed3034() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed2708();
|
| - o["y"] = buildUnnamed2708();
|
| + o["x"] = buildUnnamed3033();
|
| + o["y"] = buildUnnamed3033();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2709(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3034(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed2708(o["x"]);
|
| - checkUnnamed2708(o["y"]);
|
| + checkUnnamed3033(o["x"]);
|
| + checkUnnamed3033(o["y"]);
|
| }
|
|
|
| core.int buildCounterAnnotationSet = 0;
|
| @@ -143,7 +143,7 @@ buildAnnotationSet() {
|
| if (buildCounterAnnotationSet < 3) {
|
| o.datasetId = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed2709();
|
| + o.info = buildUnnamed3034();
|
| o.name = "foo";
|
| o.referenceSetId = "foo";
|
| o.sourceUri = "foo";
|
| @@ -158,7 +158,7 @@ checkAnnotationSet(api.AnnotationSet o) {
|
| if (buildCounterAnnotationSet < 3) {
|
| unittest.expect(o.datasetId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2709(o.info);
|
| + checkUnnamed3034(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| unittest.expect(o.sourceUri, unittest.equals('foo'));
|
| @@ -167,14 +167,14 @@ checkAnnotationSet(api.AnnotationSet o) {
|
| buildCounterAnnotationSet--;
|
| }
|
|
|
| -buildUnnamed2710() {
|
| +buildUnnamed3035() {
|
| var o = new core.List<api.BatchAnnotationsResponseEntry>();
|
| o.add(buildBatchAnnotationsResponseEntry());
|
| o.add(buildBatchAnnotationsResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2710(core.List<api.BatchAnnotationsResponseEntry> o) {
|
| +checkUnnamed3035(core.List<api.BatchAnnotationsResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBatchAnnotationsResponseEntry(o[0]);
|
| checkBatchAnnotationsResponseEntry(o[1]);
|
| @@ -185,7 +185,7 @@ buildBatchAnnotationsResponse() {
|
| var o = new api.BatchAnnotationsResponse();
|
| buildCounterBatchAnnotationsResponse++;
|
| if (buildCounterBatchAnnotationsResponse < 3) {
|
| - o.entries = buildUnnamed2710();
|
| + o.entries = buildUnnamed3035();
|
| }
|
| buildCounterBatchAnnotationsResponse--;
|
| return o;
|
| @@ -194,7 +194,7 @@ buildBatchAnnotationsResponse() {
|
| checkBatchAnnotationsResponse(api.BatchAnnotationsResponse o) {
|
| buildCounterBatchAnnotationsResponse++;
|
| if (buildCounterBatchAnnotationsResponse < 3) {
|
| - checkUnnamed2710(o.entries);
|
| + checkUnnamed3035(o.entries);
|
| }
|
| buildCounterBatchAnnotationsResponse--;
|
| }
|
| @@ -241,14 +241,14 @@ checkBatchAnnotationsResponseEntryStatus(api.BatchAnnotationsResponseEntryStatus
|
| buildCounterBatchAnnotationsResponseEntryStatus--;
|
| }
|
|
|
| -buildUnnamed2711() {
|
| +buildUnnamed3036() {
|
| var o = new core.List<api.Annotation>();
|
| o.add(buildAnnotation());
|
| o.add(buildAnnotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2711(core.List<api.Annotation> o) {
|
| +checkUnnamed3036(core.List<api.Annotation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnnotation(o[0]);
|
| checkAnnotation(o[1]);
|
| @@ -259,7 +259,7 @@ buildBatchCreateAnnotationsRequest() {
|
| var o = new api.BatchCreateAnnotationsRequest();
|
| buildCounterBatchCreateAnnotationsRequest++;
|
| if (buildCounterBatchCreateAnnotationsRequest < 3) {
|
| - o.annotations = buildUnnamed2711();
|
| + o.annotations = buildUnnamed3036();
|
| }
|
| buildCounterBatchCreateAnnotationsRequest--;
|
| return o;
|
| @@ -268,61 +268,61 @@ buildBatchCreateAnnotationsRequest() {
|
| checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) {
|
| buildCounterBatchCreateAnnotationsRequest++;
|
| if (buildCounterBatchCreateAnnotationsRequest < 3) {
|
| - checkUnnamed2711(o.annotations);
|
| + checkUnnamed3036(o.annotations);
|
| }
|
| buildCounterBatchCreateAnnotationsRequest--;
|
| }
|
|
|
| -buildUnnamed2712() {
|
| +buildUnnamed3037() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2712(core.List<core.int> o) {
|
| +checkUnnamed3037(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));
|
| }
|
|
|
| -buildUnnamed2713() {
|
| +buildUnnamed3038() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2713(core.List<core.double> o) {
|
| +checkUnnamed3038(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));
|
| }
|
|
|
| -buildUnnamed2714() {
|
| +buildUnnamed3039() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2714(core.List<core.String> o) {
|
| +checkUnnamed3039(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2715() {
|
| +buildUnnamed3040() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed2714();
|
| - o["y"] = buildUnnamed2714();
|
| + o["x"] = buildUnnamed3039();
|
| + o["y"] = buildUnnamed3039();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2715(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3040(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed2714(o["x"]);
|
| - checkUnnamed2714(o["y"]);
|
| + checkUnnamed3039(o["x"]);
|
| + checkUnnamed3039(o["y"]);
|
| }
|
|
|
| core.int buildCounterCall = 0;
|
| @@ -332,9 +332,9 @@ buildCall() {
|
| if (buildCounterCall < 3) {
|
| o.callSetId = "foo";
|
| o.callSetName = "foo";
|
| - o.genotype = buildUnnamed2712();
|
| - o.genotypeLikelihood = buildUnnamed2713();
|
| - o.info = buildUnnamed2715();
|
| + o.genotype = buildUnnamed3037();
|
| + o.genotypeLikelihood = buildUnnamed3038();
|
| + o.info = buildUnnamed3040();
|
| o.phaseset = "foo";
|
| }
|
| buildCounterCall--;
|
| @@ -346,48 +346,48 @@ checkCall(api.Call o) {
|
| if (buildCounterCall < 3) {
|
| unittest.expect(o.callSetId, unittest.equals('foo'));
|
| unittest.expect(o.callSetName, unittest.equals('foo'));
|
| - checkUnnamed2712(o.genotype);
|
| - checkUnnamed2713(o.genotypeLikelihood);
|
| - checkUnnamed2715(o.info);
|
| + checkUnnamed3037(o.genotype);
|
| + checkUnnamed3038(o.genotypeLikelihood);
|
| + checkUnnamed3040(o.info);
|
| unittest.expect(o.phaseset, unittest.equals('foo'));
|
| }
|
| buildCounterCall--;
|
| }
|
|
|
| -buildUnnamed2716() {
|
| +buildUnnamed3041() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2716(core.List<core.String> o) {
|
| +checkUnnamed3041(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2717() {
|
| +buildUnnamed3042() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed2716();
|
| - o["y"] = buildUnnamed2716();
|
| + o["x"] = buildUnnamed3041();
|
| + o["y"] = buildUnnamed3041();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2717(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3042(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed2716(o["x"]);
|
| - checkUnnamed2716(o["y"]);
|
| + checkUnnamed3041(o["x"]);
|
| + checkUnnamed3041(o["y"]);
|
| }
|
|
|
| -buildUnnamed2718() {
|
| +buildUnnamed3043() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2718(core.List<core.String> o) {
|
| +checkUnnamed3043(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -400,10 +400,10 @@ buildCallSet() {
|
| if (buildCounterCallSet < 3) {
|
| o.created = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed2717();
|
| + o.info = buildUnnamed3042();
|
| o.name = "foo";
|
| o.sampleId = "foo";
|
| - o.variantSetIds = buildUnnamed2718();
|
| + o.variantSetIds = buildUnnamed3043();
|
| }
|
| buildCounterCallSet--;
|
| return o;
|
| @@ -414,10 +414,10 @@ checkCallSet(api.CallSet o) {
|
| if (buildCounterCallSet < 3) {
|
| unittest.expect(o.created, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2717(o.info);
|
| + checkUnnamed3042(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.sampleId, unittest.equals('foo'));
|
| - checkUnnamed2718(o.variantSetIds);
|
| + checkUnnamed3043(o.variantSetIds);
|
| }
|
| buildCounterCallSet--;
|
| }
|
| @@ -493,27 +493,27 @@ checkDataset(api.Dataset o) {
|
| buildCounterDataset--;
|
| }
|
|
|
| -buildUnnamed2719() {
|
| +buildUnnamed3044() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2719(core.List<core.String> o) {
|
| +checkUnnamed3044(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2720() {
|
| +buildUnnamed3045() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2720(core.List<core.String> o) {
|
| +checkUnnamed3045(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'));
|
| @@ -527,9 +527,9 @@ buildExperimentalCreateJobRequest() {
|
| o.align = true;
|
| o.callVariants = true;
|
| o.gcsOutputPath = "foo";
|
| - o.pairedSourceUris = buildUnnamed2719();
|
| + o.pairedSourceUris = buildUnnamed3044();
|
| o.projectNumber = "foo";
|
| - o.sourceUris = buildUnnamed2720();
|
| + o.sourceUris = buildUnnamed3045();
|
| }
|
| buildCounterExperimentalCreateJobRequest--;
|
| return o;
|
| @@ -541,9 +541,9 @@ checkExperimentalCreateJobRequest(api.ExperimentalCreateJobRequest o) {
|
| unittest.expect(o.align, unittest.isTrue);
|
| unittest.expect(o.callVariants, unittest.isTrue);
|
| unittest.expect(o.gcsOutputPath, unittest.equals('foo'));
|
| - checkUnnamed2719(o.pairedSourceUris);
|
| + checkUnnamed3044(o.pairedSourceUris);
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| - checkUnnamed2720(o.sourceUris);
|
| + checkUnnamed3045(o.sourceUris);
|
| }
|
| buildCounterExperimentalCreateJobRequest--;
|
| }
|
| @@ -567,27 +567,27 @@ checkExperimentalCreateJobResponse(api.ExperimentalCreateJobResponse o) {
|
| buildCounterExperimentalCreateJobResponse--;
|
| }
|
|
|
| -buildUnnamed2721() {
|
| +buildUnnamed3046() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2721(core.List<core.String> o) {
|
| +checkUnnamed3046(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'));
|
| }
|
|
|
| -buildUnnamed2722() {
|
| +buildUnnamed3047() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2722(core.List<core.String> o) {
|
| +checkUnnamed3047(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'));
|
| @@ -600,8 +600,8 @@ buildExportReadGroupSetsRequest() {
|
| if (buildCounterExportReadGroupSetsRequest < 3) {
|
| o.exportUri = "foo";
|
| o.projectNumber = "foo";
|
| - o.readGroupSetIds = buildUnnamed2721();
|
| - o.referenceNames = buildUnnamed2722();
|
| + o.readGroupSetIds = buildUnnamed3046();
|
| + o.referenceNames = buildUnnamed3047();
|
| }
|
| buildCounterExportReadGroupSetsRequest--;
|
| return o;
|
| @@ -612,8 +612,8 @@ checkExportReadGroupSetsRequest(api.ExportReadGroupSetsRequest o) {
|
| if (buildCounterExportReadGroupSetsRequest < 3) {
|
| unittest.expect(o.exportUri, unittest.equals('foo'));
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| - checkUnnamed2721(o.readGroupSetIds);
|
| - checkUnnamed2722(o.referenceNames);
|
| + checkUnnamed3046(o.readGroupSetIds);
|
| + checkUnnamed3047(o.referenceNames);
|
| }
|
| buildCounterExportReadGroupSetsRequest--;
|
| }
|
| @@ -637,14 +637,14 @@ checkExportReadGroupSetsResponse(api.ExportReadGroupSetsResponse o) {
|
| buildCounterExportReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed2723() {
|
| +buildUnnamed3048() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2723(core.List<core.String> o) {
|
| +checkUnnamed3048(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'));
|
| @@ -657,7 +657,7 @@ buildExportVariantSetRequest() {
|
| if (buildCounterExportVariantSetRequest < 3) {
|
| o.bigqueryDataset = "foo";
|
| o.bigqueryTable = "foo";
|
| - o.callSetIds = buildUnnamed2723();
|
| + o.callSetIds = buildUnnamed3048();
|
| o.format = "foo";
|
| o.projectNumber = "foo";
|
| }
|
| @@ -670,7 +670,7 @@ checkExportVariantSetRequest(api.ExportVariantSetRequest o) {
|
| if (buildCounterExportVariantSetRequest < 3) {
|
| unittest.expect(o.bigqueryDataset, unittest.equals('foo'));
|
| unittest.expect(o.bigqueryTable, unittest.equals('foo'));
|
| - checkUnnamed2723(o.callSetIds);
|
| + checkUnnamed3048(o.callSetIds);
|
| unittest.expect(o.format, unittest.equals('foo'));
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| }
|
| @@ -717,14 +717,14 @@ checkExternalId(api.ExternalId o) {
|
| buildCounterExternalId--;
|
| }
|
|
|
| -buildUnnamed2724() {
|
| +buildUnnamed3049() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2724(core.List<core.String> o) {
|
| +checkUnnamed3049(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'));
|
| @@ -738,7 +738,7 @@ buildImportReadGroupSetsRequest() {
|
| o.datasetId = "foo";
|
| o.partitionStrategy = "foo";
|
| o.referenceSetId = "foo";
|
| - o.sourceUris = buildUnnamed2724();
|
| + o.sourceUris = buildUnnamed3049();
|
| }
|
| buildCounterImportReadGroupSetsRequest--;
|
| return o;
|
| @@ -750,7 +750,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'));
|
| - checkUnnamed2724(o.sourceUris);
|
| + checkUnnamed3049(o.sourceUris);
|
| }
|
| buildCounterImportReadGroupSetsRequest--;
|
| }
|
| @@ -774,14 +774,14 @@ checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) {
|
| buildCounterImportReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed2725() {
|
| +buildUnnamed3050() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2725(core.List<core.String> o) {
|
| +checkUnnamed3050(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'));
|
| @@ -794,7 +794,7 @@ buildImportVariantsRequest() {
|
| if (buildCounterImportVariantsRequest < 3) {
|
| o.format = "foo";
|
| o.normalizeReferenceNames = true;
|
| - o.sourceUris = buildUnnamed2725();
|
| + o.sourceUris = buildUnnamed3050();
|
| }
|
| buildCounterImportVariantsRequest--;
|
| return o;
|
| @@ -805,7 +805,7 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) {
|
| if (buildCounterImportVariantsRequest < 3) {
|
| unittest.expect(o.format, unittest.equals('foo'));
|
| unittest.expect(o.normalizeReferenceNames, unittest.isTrue);
|
| - checkUnnamed2725(o.sourceUris);
|
| + checkUnnamed3050(o.sourceUris);
|
| }
|
| buildCounterImportVariantsRequest--;
|
| }
|
| @@ -848,40 +848,40 @@ checkInt32Value(api.Int32Value o) {
|
| buildCounterInt32Value--;
|
| }
|
|
|
| -buildUnnamed2726() {
|
| +buildUnnamed3051() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2726(core.List<core.String> o) {
|
| +checkUnnamed3051(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'));
|
| }
|
|
|
| -buildUnnamed2727() {
|
| +buildUnnamed3052() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2727(core.List<core.String> o) {
|
| +checkUnnamed3052(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'));
|
| }
|
|
|
| -buildUnnamed2728() {
|
| +buildUnnamed3053() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2728(core.List<core.String> o) {
|
| +checkUnnamed3053(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'));
|
| @@ -894,13 +894,13 @@ buildJob() {
|
| if (buildCounterJob < 3) {
|
| o.created = "foo";
|
| o.detailedStatus = "foo";
|
| - o.errors = buildUnnamed2726();
|
| + o.errors = buildUnnamed3051();
|
| o.id = "foo";
|
| - o.importedIds = buildUnnamed2727();
|
| + o.importedIds = buildUnnamed3052();
|
| o.projectNumber = "foo";
|
| o.request = buildJobRequest();
|
| o.status = "foo";
|
| - o.warnings = buildUnnamed2728();
|
| + o.warnings = buildUnnamed3053();
|
| }
|
| buildCounterJob--;
|
| return o;
|
| @@ -911,38 +911,38 @@ checkJob(api.Job o) {
|
| if (buildCounterJob < 3) {
|
| unittest.expect(o.created, unittest.equals('foo'));
|
| unittest.expect(o.detailedStatus, unittest.equals('foo'));
|
| - checkUnnamed2726(o.errors);
|
| + checkUnnamed3051(o.errors);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2727(o.importedIds);
|
| + checkUnnamed3052(o.importedIds);
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| checkJobRequest(o.request);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| - checkUnnamed2728(o.warnings);
|
| + checkUnnamed3053(o.warnings);
|
| }
|
| buildCounterJob--;
|
| }
|
|
|
| -buildUnnamed2729() {
|
| +buildUnnamed3054() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2729(core.List<core.String> o) {
|
| +checkUnnamed3054(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'));
|
| }
|
|
|
| -buildUnnamed2730() {
|
| +buildUnnamed3055() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2730(core.List<core.String> o) {
|
| +checkUnnamed3055(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'));
|
| @@ -953,8 +953,8 @@ buildJobRequest() {
|
| var o = new api.JobRequest();
|
| buildCounterJobRequest++;
|
| if (buildCounterJobRequest < 3) {
|
| - o.destination = buildUnnamed2729();
|
| - o.source = buildUnnamed2730();
|
| + o.destination = buildUnnamed3054();
|
| + o.source = buildUnnamed3055();
|
| o.type = "foo";
|
| }
|
| buildCounterJobRequest--;
|
| @@ -964,21 +964,21 @@ buildJobRequest() {
|
| checkJobRequest(api.JobRequest o) {
|
| buildCounterJobRequest++;
|
| if (buildCounterJobRequest < 3) {
|
| - checkUnnamed2729(o.destination);
|
| - checkUnnamed2730(o.source);
|
| + checkUnnamed3054(o.destination);
|
| + checkUnnamed3055(o.source);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterJobRequest--;
|
| }
|
|
|
| -buildUnnamed2731() {
|
| +buildUnnamed3056() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2731(core.List<core.String> o) {
|
| +checkUnnamed3056(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'));
|
| @@ -990,7 +990,7 @@ buildKeyValue() {
|
| buildCounterKeyValue++;
|
| if (buildCounterKeyValue < 3) {
|
| o.key = "foo";
|
| - o.value = buildUnnamed2731();
|
| + o.value = buildUnnamed3056();
|
| }
|
| buildCounterKeyValue--;
|
| return o;
|
| @@ -1000,19 +1000,19 @@ checkKeyValue(api.KeyValue o) {
|
| buildCounterKeyValue++;
|
| if (buildCounterKeyValue < 3) {
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| - checkUnnamed2731(o.value);
|
| + checkUnnamed3056(o.value);
|
| }
|
| buildCounterKeyValue--;
|
| }
|
|
|
| -buildUnnamed2732() {
|
| +buildUnnamed3057() {
|
| var o = new core.List<api.CigarUnit>();
|
| o.add(buildCigarUnit());
|
| o.add(buildCigarUnit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2732(core.List<api.CigarUnit> o) {
|
| +checkUnnamed3057(core.List<api.CigarUnit> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCigarUnit(o[0]);
|
| checkCigarUnit(o[1]);
|
| @@ -1023,7 +1023,7 @@ buildLinearAlignment() {
|
| var o = new api.LinearAlignment();
|
| buildCounterLinearAlignment++;
|
| if (buildCounterLinearAlignment < 3) {
|
| - o.cigar = buildUnnamed2732();
|
| + o.cigar = buildUnnamed3057();
|
| o.mappingQuality = 42;
|
| o.position = buildPosition();
|
| }
|
| @@ -1034,7 +1034,7 @@ buildLinearAlignment() {
|
| checkLinearAlignment(api.LinearAlignment o) {
|
| buildCounterLinearAlignment++;
|
| if (buildCounterLinearAlignment < 3) {
|
| - checkUnnamed2732(o.cigar);
|
| + checkUnnamed3057(o.cigar);
|
| unittest.expect(o.mappingQuality, unittest.equals(42));
|
| checkPosition(o.position);
|
| }
|
| @@ -1064,14 +1064,14 @@ checkListBasesResponse(api.ListBasesResponse o) {
|
| buildCounterListBasesResponse--;
|
| }
|
|
|
| -buildUnnamed2733() {
|
| +buildUnnamed3058() {
|
| var o = new core.List<api.CoverageBucket>();
|
| o.add(buildCoverageBucket());
|
| o.add(buildCoverageBucket());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2733(core.List<api.CoverageBucket> o) {
|
| +checkUnnamed3058(core.List<api.CoverageBucket> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCoverageBucket(o[0]);
|
| checkCoverageBucket(o[1]);
|
| @@ -1083,7 +1083,7 @@ buildListCoverageBucketsResponse() {
|
| buildCounterListCoverageBucketsResponse++;
|
| if (buildCounterListCoverageBucketsResponse < 3) {
|
| o.bucketWidth = "foo";
|
| - o.coverageBuckets = buildUnnamed2733();
|
| + o.coverageBuckets = buildUnnamed3058();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListCoverageBucketsResponse--;
|
| @@ -1094,20 +1094,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) {
|
| buildCounterListCoverageBucketsResponse++;
|
| if (buildCounterListCoverageBucketsResponse < 3) {
|
| unittest.expect(o.bucketWidth, unittest.equals('foo'));
|
| - checkUnnamed2733(o.coverageBuckets);
|
| + checkUnnamed3058(o.coverageBuckets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListCoverageBucketsResponse--;
|
| }
|
|
|
| -buildUnnamed2734() {
|
| +buildUnnamed3059() {
|
| var o = new core.List<api.Dataset>();
|
| o.add(buildDataset());
|
| o.add(buildDataset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2734(core.List<api.Dataset> o) {
|
| +checkUnnamed3059(core.List<api.Dataset> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDataset(o[0]);
|
| checkDataset(o[1]);
|
| @@ -1118,7 +1118,7 @@ buildListDatasetsResponse() {
|
| var o = new api.ListDatasetsResponse();
|
| buildCounterListDatasetsResponse++;
|
| if (buildCounterListDatasetsResponse < 3) {
|
| - o.datasets = buildUnnamed2734();
|
| + o.datasets = buildUnnamed3059();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListDatasetsResponse--;
|
| @@ -1128,20 +1128,20 @@ buildListDatasetsResponse() {
|
| checkListDatasetsResponse(api.ListDatasetsResponse o) {
|
| buildCounterListDatasetsResponse++;
|
| if (buildCounterListDatasetsResponse < 3) {
|
| - checkUnnamed2734(o.datasets);
|
| + checkUnnamed3059(o.datasets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListDatasetsResponse--;
|
| }
|
|
|
| -buildUnnamed2735() {
|
| +buildUnnamed3060() {
|
| var o = new core.List<api.Variant>();
|
| o.add(buildVariant());
|
| o.add(buildVariant());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2735(core.List<api.Variant> o) {
|
| +checkUnnamed3060(core.List<api.Variant> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariant(o[0]);
|
| checkVariant(o[1]);
|
| @@ -1152,7 +1152,7 @@ buildMergeVariantsRequest() {
|
| var o = new api.MergeVariantsRequest();
|
| buildCounterMergeVariantsRequest++;
|
| if (buildCounterMergeVariantsRequest < 3) {
|
| - o.variants = buildUnnamed2735();
|
| + o.variants = buildUnnamed3060();
|
| }
|
| buildCounterMergeVariantsRequest--;
|
| return o;
|
| @@ -1161,35 +1161,35 @@ buildMergeVariantsRequest() {
|
| checkMergeVariantsRequest(api.MergeVariantsRequest o) {
|
| buildCounterMergeVariantsRequest++;
|
| if (buildCounterMergeVariantsRequest < 3) {
|
| - checkUnnamed2735(o.variants);
|
| + checkUnnamed3060(o.variants);
|
| }
|
| buildCounterMergeVariantsRequest--;
|
| }
|
|
|
| -buildUnnamed2736() {
|
| +buildUnnamed3061() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2736(core.List<core.String> o) {
|
| +checkUnnamed3061(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'));
|
| }
|
|
|
| -buildUnnamed2737() {
|
| +buildUnnamed3062() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed2736();
|
| - o["y"] = buildUnnamed2736();
|
| + o["x"] = buildUnnamed3061();
|
| + o["y"] = buildUnnamed3061();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2737(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3062(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed2736(o["x"]);
|
| - checkUnnamed2736(o["y"]);
|
| + checkUnnamed3061(o["x"]);
|
| + checkUnnamed3061(o["y"]);
|
| }
|
|
|
| core.int buildCounterMetadata = 0;
|
| @@ -1199,7 +1199,7 @@ buildMetadata() {
|
| if (buildCounterMetadata < 3) {
|
| o.description = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed2737();
|
| + o.info = buildUnnamed3062();
|
| o.key = "foo";
|
| o.number = "foo";
|
| o.type = "foo";
|
| @@ -1214,7 +1214,7 @@ checkMetadata(api.Metadata o) {
|
| if (buildCounterMetadata < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2737(o.info);
|
| + checkUnnamed3062(o.info);
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| unittest.expect(o.number, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -1321,43 +1321,43 @@ checkRangePosition(api.RangePosition o) {
|
| buildCounterRangePosition--;
|
| }
|
|
|
| -buildUnnamed2738() {
|
| +buildUnnamed3063() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2738(core.List<core.int> o) {
|
| +checkUnnamed3063(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));
|
| }
|
|
|
| -buildUnnamed2739() {
|
| +buildUnnamed3064() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2739(core.List<core.String> o) {
|
| +checkUnnamed3064(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'));
|
| }
|
|
|
| -buildUnnamed2740() {
|
| +buildUnnamed3065() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed2739();
|
| - o["y"] = buildUnnamed2739();
|
| + o["x"] = buildUnnamed3064();
|
| + o["y"] = buildUnnamed3064();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2740(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3065(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed2739(o["x"]);
|
| - checkUnnamed2739(o["y"]);
|
| + checkUnnamed3064(o["x"]);
|
| + checkUnnamed3064(o["y"]);
|
| }
|
|
|
| core.int buildCounterRead = 0;
|
| @@ -1365,7 +1365,7 @@ buildRead() {
|
| var o = new api.Read();
|
| buildCounterRead++;
|
| if (buildCounterRead < 3) {
|
| - o.alignedQuality = buildUnnamed2738();
|
| + o.alignedQuality = buildUnnamed3063();
|
| o.alignedSequence = "foo";
|
| o.alignment = buildLinearAlignment();
|
| o.duplicateFragment = true;
|
| @@ -1373,7 +1373,7 @@ buildRead() {
|
| o.fragmentLength = 42;
|
| o.fragmentName = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed2740();
|
| + o.info = buildUnnamed3065();
|
| o.nextMatePosition = buildPosition();
|
| o.numberReads = 42;
|
| o.properPlacement = true;
|
| @@ -1390,7 +1390,7 @@ buildRead() {
|
| checkRead(api.Read o) {
|
| buildCounterRead++;
|
| if (buildCounterRead < 3) {
|
| - checkUnnamed2738(o.alignedQuality);
|
| + checkUnnamed3063(o.alignedQuality);
|
| unittest.expect(o.alignedSequence, unittest.equals('foo'));
|
| checkLinearAlignment(o.alignment);
|
| unittest.expect(o.duplicateFragment, unittest.isTrue);
|
| @@ -1398,7 +1398,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'));
|
| - checkUnnamed2740(o.info);
|
| + checkUnnamed3065(o.info);
|
| checkPosition(o.nextMatePosition);
|
| unittest.expect(o.numberReads, unittest.equals(42));
|
| unittest.expect(o.properPlacement, unittest.isTrue);
|
| @@ -1411,40 +1411,40 @@ checkRead(api.Read o) {
|
| buildCounterRead--;
|
| }
|
|
|
| -buildUnnamed2741() {
|
| +buildUnnamed3066() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2741(core.List<core.String> o) {
|
| +checkUnnamed3066(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'));
|
| }
|
|
|
| -buildUnnamed2742() {
|
| +buildUnnamed3067() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed2741();
|
| - o["y"] = buildUnnamed2741();
|
| + o["x"] = buildUnnamed3066();
|
| + o["y"] = buildUnnamed3066();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2742(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3067(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed2741(o["x"]);
|
| - checkUnnamed2741(o["y"]);
|
| + checkUnnamed3066(o["x"]);
|
| + checkUnnamed3066(o["y"]);
|
| }
|
|
|
| -buildUnnamed2743() {
|
| +buildUnnamed3068() {
|
| var o = new core.List<api.ReadGroupProgram>();
|
| o.add(buildReadGroupProgram());
|
| o.add(buildReadGroupProgram());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2743(core.List<api.ReadGroupProgram> o) {
|
| +checkUnnamed3068(core.List<api.ReadGroupProgram> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReadGroupProgram(o[0]);
|
| checkReadGroupProgram(o[1]);
|
| @@ -1459,10 +1459,10 @@ buildReadGroup() {
|
| o.description = "foo";
|
| o.experiment = buildReadGroupExperiment();
|
| o.id = "foo";
|
| - o.info = buildUnnamed2742();
|
| + o.info = buildUnnamed3067();
|
| o.name = "foo";
|
| o.predictedInsertSize = 42;
|
| - o.programs = buildUnnamed2743();
|
| + o.programs = buildUnnamed3068();
|
| o.referenceSetId = "foo";
|
| o.sampleId = "foo";
|
| }
|
| @@ -1477,10 +1477,10 @@ checkReadGroup(api.ReadGroup o) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| checkReadGroupExperiment(o.experiment);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2742(o.info);
|
| + checkUnnamed3067(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.predictedInsertSize, unittest.equals(42));
|
| - checkUnnamed2743(o.programs);
|
| + checkUnnamed3068(o.programs);
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| unittest.expect(o.sampleId, unittest.equals('foo'));
|
| }
|
| @@ -1539,40 +1539,40 @@ checkReadGroupProgram(api.ReadGroupProgram o) {
|
| buildCounterReadGroupProgram--;
|
| }
|
|
|
| -buildUnnamed2744() {
|
| +buildUnnamed3069() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2744(core.List<core.String> o) {
|
| +checkUnnamed3069(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2745() {
|
| +buildUnnamed3070() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed2744();
|
| - o["y"] = buildUnnamed2744();
|
| + o["x"] = buildUnnamed3069();
|
| + o["y"] = buildUnnamed3069();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2745(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3070(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed2744(o["x"]);
|
| - checkUnnamed2744(o["y"]);
|
| + checkUnnamed3069(o["x"]);
|
| + checkUnnamed3069(o["y"]);
|
| }
|
|
|
| -buildUnnamed2746() {
|
| +buildUnnamed3071() {
|
| var o = new core.List<api.ReadGroup>();
|
| o.add(buildReadGroup());
|
| o.add(buildReadGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2746(core.List<api.ReadGroup> o) {
|
| +checkUnnamed3071(core.List<api.ReadGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReadGroup(o[0]);
|
| checkReadGroup(o[1]);
|
| @@ -1586,9 +1586,9 @@ buildReadGroupSet() {
|
| o.datasetId = "foo";
|
| o.filename = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed2745();
|
| + o.info = buildUnnamed3070();
|
| o.name = "foo";
|
| - o.readGroups = buildUnnamed2746();
|
| + o.readGroups = buildUnnamed3071();
|
| o.referenceSetId = "foo";
|
| }
|
| buildCounterReadGroupSet--;
|
| @@ -1601,22 +1601,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'));
|
| - checkUnnamed2745(o.info);
|
| + checkUnnamed3070(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2746(o.readGroups);
|
| + checkUnnamed3071(o.readGroups);
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| }
|
| buildCounterReadGroupSet--;
|
| }
|
|
|
| -buildUnnamed2747() {
|
| +buildUnnamed3072() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2747(core.List<core.String> o) {
|
| +checkUnnamed3072(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'));
|
| @@ -1632,7 +1632,7 @@ buildReference() {
|
| o.md5checksum = "foo";
|
| o.name = "foo";
|
| o.ncbiTaxonId = 42;
|
| - o.sourceAccessions = buildUnnamed2747();
|
| + o.sourceAccessions = buildUnnamed3072();
|
| o.sourceURI = "foo";
|
| }
|
| buildCounterReference--;
|
| @@ -1647,7 +1647,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));
|
| - checkUnnamed2747(o.sourceAccessions);
|
| + checkUnnamed3072(o.sourceAccessions);
|
| unittest.expect(o.sourceURI, unittest.equals('foo'));
|
| }
|
| buildCounterReference--;
|
| @@ -1674,27 +1674,27 @@ checkReferenceBound(api.ReferenceBound o) {
|
| buildCounterReferenceBound--;
|
| }
|
|
|
| -buildUnnamed2748() {
|
| +buildUnnamed3073() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2748(core.List<core.String> o) {
|
| +checkUnnamed3073(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2749() {
|
| +buildUnnamed3074() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2749(core.List<core.String> o) {
|
| +checkUnnamed3074(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'));
|
| @@ -1710,8 +1710,8 @@ buildReferenceSet() {
|
| o.id = "foo";
|
| o.md5checksum = "foo";
|
| o.ncbiTaxonId = 42;
|
| - o.referenceIds = buildUnnamed2748();
|
| - o.sourceAccessions = buildUnnamed2749();
|
| + o.referenceIds = buildUnnamed3073();
|
| + o.sourceAccessions = buildUnnamed3074();
|
| o.sourceURI = "foo";
|
| }
|
| buildCounterReferenceSet--;
|
| @@ -1726,34 +1726,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));
|
| - checkUnnamed2748(o.referenceIds);
|
| - checkUnnamed2749(o.sourceAccessions);
|
| + checkUnnamed3073(o.referenceIds);
|
| + checkUnnamed3074(o.sourceAccessions);
|
| unittest.expect(o.sourceURI, unittest.equals('foo'));
|
| }
|
| buildCounterReferenceSet--;
|
| }
|
|
|
| -buildUnnamed2750() {
|
| +buildUnnamed3075() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2750(core.List<core.String> o) {
|
| +checkUnnamed3075(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2751() {
|
| +buildUnnamed3076() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2751(core.List<core.String> o) {
|
| +checkUnnamed3076(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'));
|
| @@ -1764,12 +1764,12 @@ buildSearchAnnotationSetsRequest() {
|
| var o = new api.SearchAnnotationSetsRequest();
|
| buildCounterSearchAnnotationSetsRequest++;
|
| if (buildCounterSearchAnnotationSetsRequest < 3) {
|
| - o.datasetIds = buildUnnamed2750();
|
| + o.datasetIds = buildUnnamed3075();
|
| o.name = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.referenceSetId = "foo";
|
| - o.types = buildUnnamed2751();
|
| + o.types = buildUnnamed3076();
|
| }
|
| buildCounterSearchAnnotationSetsRequest--;
|
| return o;
|
| @@ -1778,24 +1778,24 @@ buildSearchAnnotationSetsRequest() {
|
| checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) {
|
| buildCounterSearchAnnotationSetsRequest++;
|
| if (buildCounterSearchAnnotationSetsRequest < 3) {
|
| - checkUnnamed2750(o.datasetIds);
|
| + checkUnnamed3075(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'));
|
| - checkUnnamed2751(o.types);
|
| + checkUnnamed3076(o.types);
|
| }
|
| buildCounterSearchAnnotationSetsRequest--;
|
| }
|
|
|
| -buildUnnamed2752() {
|
| +buildUnnamed3077() {
|
| var o = new core.List<api.AnnotationSet>();
|
| o.add(buildAnnotationSet());
|
| o.add(buildAnnotationSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2752(core.List<api.AnnotationSet> o) {
|
| +checkUnnamed3077(core.List<api.AnnotationSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnnotationSet(o[0]);
|
| checkAnnotationSet(o[1]);
|
| @@ -1806,7 +1806,7 @@ buildSearchAnnotationSetsResponse() {
|
| var o = new api.SearchAnnotationSetsResponse();
|
| buildCounterSearchAnnotationSetsResponse++;
|
| if (buildCounterSearchAnnotationSetsResponse < 3) {
|
| - o.annotationSets = buildUnnamed2752();
|
| + o.annotationSets = buildUnnamed3077();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchAnnotationSetsResponse--;
|
| @@ -1816,20 +1816,20 @@ buildSearchAnnotationSetsResponse() {
|
| checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) {
|
| buildCounterSearchAnnotationSetsResponse++;
|
| if (buildCounterSearchAnnotationSetsResponse < 3) {
|
| - checkUnnamed2752(o.annotationSets);
|
| + checkUnnamed3077(o.annotationSets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchAnnotationSetsResponse--;
|
| }
|
|
|
| -buildUnnamed2753() {
|
| +buildUnnamed3078() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2753(core.List<core.String> o) {
|
| +checkUnnamed3078(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'));
|
| @@ -1840,7 +1840,7 @@ buildSearchAnnotationsRequest() {
|
| var o = new api.SearchAnnotationsRequest();
|
| buildCounterSearchAnnotationsRequest++;
|
| if (buildCounterSearchAnnotationsRequest < 3) {
|
| - o.annotationSetIds = buildUnnamed2753();
|
| + o.annotationSetIds = buildUnnamed3078();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.range = buildQueryRange();
|
| @@ -1852,7 +1852,7 @@ buildSearchAnnotationsRequest() {
|
| checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
|
| buildCounterSearchAnnotationsRequest++;
|
| if (buildCounterSearchAnnotationsRequest < 3) {
|
| - checkUnnamed2753(o.annotationSetIds);
|
| + checkUnnamed3078(o.annotationSetIds);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| checkQueryRange(o.range);
|
| @@ -1860,14 +1860,14 @@ checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
|
| buildCounterSearchAnnotationsRequest--;
|
| }
|
|
|
| -buildUnnamed2754() {
|
| +buildUnnamed3079() {
|
| var o = new core.List<api.Annotation>();
|
| o.add(buildAnnotation());
|
| o.add(buildAnnotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2754(core.List<api.Annotation> o) {
|
| +checkUnnamed3079(core.List<api.Annotation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnnotation(o[0]);
|
| checkAnnotation(o[1]);
|
| @@ -1878,7 +1878,7 @@ buildSearchAnnotationsResponse() {
|
| var o = new api.SearchAnnotationsResponse();
|
| buildCounterSearchAnnotationsResponse++;
|
| if (buildCounterSearchAnnotationsResponse < 3) {
|
| - o.annotations = buildUnnamed2754();
|
| + o.annotations = buildUnnamed3079();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchAnnotationsResponse--;
|
| @@ -1888,20 +1888,20 @@ buildSearchAnnotationsResponse() {
|
| checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) {
|
| buildCounterSearchAnnotationsResponse++;
|
| if (buildCounterSearchAnnotationsResponse < 3) {
|
| - checkUnnamed2754(o.annotations);
|
| + checkUnnamed3079(o.annotations);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchAnnotationsResponse--;
|
| }
|
|
|
| -buildUnnamed2755() {
|
| +buildUnnamed3080() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2755(core.List<core.String> o) {
|
| +checkUnnamed3080(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -1915,7 +1915,7 @@ buildSearchCallSetsRequest() {
|
| o.name = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| - o.variantSetIds = buildUnnamed2755();
|
| + o.variantSetIds = buildUnnamed3080();
|
| }
|
| buildCounterSearchCallSetsRequest--;
|
| return o;
|
| @@ -1927,19 +1927,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'));
|
| - checkUnnamed2755(o.variantSetIds);
|
| + checkUnnamed3080(o.variantSetIds);
|
| }
|
| buildCounterSearchCallSetsRequest--;
|
| }
|
|
|
| -buildUnnamed2756() {
|
| +buildUnnamed3081() {
|
| var o = new core.List<api.CallSet>();
|
| o.add(buildCallSet());
|
| o.add(buildCallSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2756(core.List<api.CallSet> o) {
|
| +checkUnnamed3081(core.List<api.CallSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCallSet(o[0]);
|
| checkCallSet(o[1]);
|
| @@ -1950,7 +1950,7 @@ buildSearchCallSetsResponse() {
|
| var o = new api.SearchCallSetsResponse();
|
| buildCounterSearchCallSetsResponse++;
|
| if (buildCounterSearchCallSetsResponse < 3) {
|
| - o.callSets = buildUnnamed2756();
|
| + o.callSets = buildUnnamed3081();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchCallSetsResponse--;
|
| @@ -1960,20 +1960,20 @@ buildSearchCallSetsResponse() {
|
| checkSearchCallSetsResponse(api.SearchCallSetsResponse o) {
|
| buildCounterSearchCallSetsResponse++;
|
| if (buildCounterSearchCallSetsResponse < 3) {
|
| - checkUnnamed2756(o.callSets);
|
| + checkUnnamed3081(o.callSets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchCallSetsResponse--;
|
| }
|
|
|
| -buildUnnamed2757() {
|
| +buildUnnamed3082() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2757(core.List<core.String> o) {
|
| +checkUnnamed3082(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -1989,7 +1989,7 @@ buildSearchJobsRequest() {
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.projectNumber = "foo";
|
| - o.status = buildUnnamed2757();
|
| + o.status = buildUnnamed3082();
|
| }
|
| buildCounterSearchJobsRequest--;
|
| return o;
|
| @@ -2003,19 +2003,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'));
|
| - checkUnnamed2757(o.status);
|
| + checkUnnamed3082(o.status);
|
| }
|
| buildCounterSearchJobsRequest--;
|
| }
|
|
|
| -buildUnnamed2758() {
|
| +buildUnnamed3083() {
|
| var o = new core.List<api.Job>();
|
| o.add(buildJob());
|
| o.add(buildJob());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2758(core.List<api.Job> o) {
|
| +checkUnnamed3083(core.List<api.Job> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkJob(o[0]);
|
| checkJob(o[1]);
|
| @@ -2026,7 +2026,7 @@ buildSearchJobsResponse() {
|
| var o = new api.SearchJobsResponse();
|
| buildCounterSearchJobsResponse++;
|
| if (buildCounterSearchJobsResponse < 3) {
|
| - o.jobs = buildUnnamed2758();
|
| + o.jobs = buildUnnamed3083();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchJobsResponse--;
|
| @@ -2036,20 +2036,20 @@ buildSearchJobsResponse() {
|
| checkSearchJobsResponse(api.SearchJobsResponse o) {
|
| buildCounterSearchJobsResponse++;
|
| if (buildCounterSearchJobsResponse < 3) {
|
| - checkUnnamed2758(o.jobs);
|
| + checkUnnamed3083(o.jobs);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchJobsResponse--;
|
| }
|
|
|
| -buildUnnamed2759() {
|
| +buildUnnamed3084() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2759(core.List<core.String> o) {
|
| +checkUnnamed3084(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'));
|
| @@ -2060,7 +2060,7 @@ buildSearchReadGroupSetsRequest() {
|
| var o = new api.SearchReadGroupSetsRequest();
|
| buildCounterSearchReadGroupSetsRequest++;
|
| if (buildCounterSearchReadGroupSetsRequest < 3) {
|
| - o.datasetIds = buildUnnamed2759();
|
| + o.datasetIds = buildUnnamed3084();
|
| o.name = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| @@ -2072,7 +2072,7 @@ buildSearchReadGroupSetsRequest() {
|
| checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
|
| buildCounterSearchReadGroupSetsRequest++;
|
| if (buildCounterSearchReadGroupSetsRequest < 3) {
|
| - checkUnnamed2759(o.datasetIds);
|
| + checkUnnamed3084(o.datasetIds);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| @@ -2080,14 +2080,14 @@ checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
|
| buildCounterSearchReadGroupSetsRequest--;
|
| }
|
|
|
| -buildUnnamed2760() {
|
| +buildUnnamed3085() {
|
| var o = new core.List<api.ReadGroupSet>();
|
| o.add(buildReadGroupSet());
|
| o.add(buildReadGroupSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2760(core.List<api.ReadGroupSet> o) {
|
| +checkUnnamed3085(core.List<api.ReadGroupSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReadGroupSet(o[0]);
|
| checkReadGroupSet(o[1]);
|
| @@ -2099,7 +2099,7 @@ buildSearchReadGroupSetsResponse() {
|
| buildCounterSearchReadGroupSetsResponse++;
|
| if (buildCounterSearchReadGroupSetsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.readGroupSets = buildUnnamed2760();
|
| + o.readGroupSets = buildUnnamed3085();
|
| }
|
| buildCounterSearchReadGroupSetsResponse--;
|
| return o;
|
| @@ -2109,32 +2109,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) {
|
| buildCounterSearchReadGroupSetsResponse++;
|
| if (buildCounterSearchReadGroupSetsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2760(o.readGroupSets);
|
| + checkUnnamed3085(o.readGroupSets);
|
| }
|
| buildCounterSearchReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed2761() {
|
| +buildUnnamed3086() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2761(core.List<core.String> o) {
|
| +checkUnnamed3086(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2762() {
|
| +buildUnnamed3087() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2762(core.List<core.String> o) {
|
| +checkUnnamed3087(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'));
|
| @@ -2148,8 +2148,8 @@ buildSearchReadsRequest() {
|
| o.end = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| - o.readGroupIds = buildUnnamed2761();
|
| - o.readGroupSetIds = buildUnnamed2762();
|
| + o.readGroupIds = buildUnnamed3086();
|
| + o.readGroupSetIds = buildUnnamed3087();
|
| o.referenceName = "foo";
|
| o.start = "foo";
|
| }
|
| @@ -2163,22 +2163,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'));
|
| - checkUnnamed2761(o.readGroupIds);
|
| - checkUnnamed2762(o.readGroupSetIds);
|
| + checkUnnamed3086(o.readGroupIds);
|
| + checkUnnamed3087(o.readGroupSetIds);
|
| unittest.expect(o.referenceName, unittest.equals('foo'));
|
| unittest.expect(o.start, unittest.equals('foo'));
|
| }
|
| buildCounterSearchReadsRequest--;
|
| }
|
|
|
| -buildUnnamed2763() {
|
| +buildUnnamed3088() {
|
| var o = new core.List<api.Read>();
|
| o.add(buildRead());
|
| o.add(buildRead());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2763(core.List<api.Read> o) {
|
| +checkUnnamed3088(core.List<api.Read> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRead(o[0]);
|
| checkRead(o[1]);
|
| @@ -2189,7 +2189,7 @@ buildSearchReadsResponse() {
|
| var o = new api.SearchReadsResponse();
|
| buildCounterSearchReadsResponse++;
|
| if (buildCounterSearchReadsResponse < 3) {
|
| - o.alignments = buildUnnamed2763();
|
| + o.alignments = buildUnnamed3088();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchReadsResponse--;
|
| @@ -2199,33 +2199,33 @@ buildSearchReadsResponse() {
|
| checkSearchReadsResponse(api.SearchReadsResponse o) {
|
| buildCounterSearchReadsResponse++;
|
| if (buildCounterSearchReadsResponse < 3) {
|
| - checkUnnamed2763(o.alignments);
|
| + checkUnnamed3088(o.alignments);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchReadsResponse--;
|
| }
|
|
|
| -buildUnnamed2764() {
|
| +buildUnnamed3089() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2764(core.List<core.String> o) {
|
| +checkUnnamed3089(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'));
|
| }
|
|
|
| -buildUnnamed2765() {
|
| +buildUnnamed3090() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2765(core.List<core.String> o) {
|
| +checkUnnamed3090(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2236,9 +2236,9 @@ buildSearchReferenceSetsRequest() {
|
| var o = new api.SearchReferenceSetsRequest();
|
| buildCounterSearchReferenceSetsRequest++;
|
| if (buildCounterSearchReferenceSetsRequest < 3) {
|
| - o.accessions = buildUnnamed2764();
|
| + o.accessions = buildUnnamed3089();
|
| o.assemblyId = "foo";
|
| - o.md5checksums = buildUnnamed2765();
|
| + o.md5checksums = buildUnnamed3090();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| }
|
| @@ -2249,23 +2249,23 @@ buildSearchReferenceSetsRequest() {
|
| checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) {
|
| buildCounterSearchReferenceSetsRequest++;
|
| if (buildCounterSearchReferenceSetsRequest < 3) {
|
| - checkUnnamed2764(o.accessions);
|
| + checkUnnamed3089(o.accessions);
|
| unittest.expect(o.assemblyId, unittest.equals('foo'));
|
| - checkUnnamed2765(o.md5checksums);
|
| + checkUnnamed3090(o.md5checksums);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchReferenceSetsRequest--;
|
| }
|
|
|
| -buildUnnamed2766() {
|
| +buildUnnamed3091() {
|
| var o = new core.List<api.ReferenceSet>();
|
| o.add(buildReferenceSet());
|
| o.add(buildReferenceSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2766(core.List<api.ReferenceSet> o) {
|
| +checkUnnamed3091(core.List<api.ReferenceSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReferenceSet(o[0]);
|
| checkReferenceSet(o[1]);
|
| @@ -2277,7 +2277,7 @@ buildSearchReferenceSetsResponse() {
|
| buildCounterSearchReferenceSetsResponse++;
|
| if (buildCounterSearchReferenceSetsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.referenceSets = buildUnnamed2766();
|
| + o.referenceSets = buildUnnamed3091();
|
| }
|
| buildCounterSearchReferenceSetsResponse--;
|
| return o;
|
| @@ -2287,32 +2287,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) {
|
| buildCounterSearchReferenceSetsResponse++;
|
| if (buildCounterSearchReferenceSetsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2766(o.referenceSets);
|
| + checkUnnamed3091(o.referenceSets);
|
| }
|
| buildCounterSearchReferenceSetsResponse--;
|
| }
|
|
|
| -buildUnnamed2767() {
|
| +buildUnnamed3092() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2767(core.List<core.String> o) {
|
| +checkUnnamed3092(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'));
|
| }
|
|
|
| -buildUnnamed2768() {
|
| +buildUnnamed3093() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2768(core.List<core.String> o) {
|
| +checkUnnamed3093(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'));
|
| @@ -2323,8 +2323,8 @@ buildSearchReferencesRequest() {
|
| var o = new api.SearchReferencesRequest();
|
| buildCounterSearchReferencesRequest++;
|
| if (buildCounterSearchReferencesRequest < 3) {
|
| - o.accessions = buildUnnamed2767();
|
| - o.md5checksums = buildUnnamed2768();
|
| + o.accessions = buildUnnamed3092();
|
| + o.md5checksums = buildUnnamed3093();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.referenceSetId = "foo";
|
| @@ -2336,8 +2336,8 @@ buildSearchReferencesRequest() {
|
| checkSearchReferencesRequest(api.SearchReferencesRequest o) {
|
| buildCounterSearchReferencesRequest++;
|
| if (buildCounterSearchReferencesRequest < 3) {
|
| - checkUnnamed2767(o.accessions);
|
| - checkUnnamed2768(o.md5checksums);
|
| + checkUnnamed3092(o.accessions);
|
| + checkUnnamed3093(o.md5checksums);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| @@ -2345,14 +2345,14 @@ checkSearchReferencesRequest(api.SearchReferencesRequest o) {
|
| buildCounterSearchReferencesRequest--;
|
| }
|
|
|
| -buildUnnamed2769() {
|
| +buildUnnamed3094() {
|
| var o = new core.List<api.Reference>();
|
| o.add(buildReference());
|
| o.add(buildReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2769(core.List<api.Reference> o) {
|
| +checkUnnamed3094(core.List<api.Reference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReference(o[0]);
|
| checkReference(o[1]);
|
| @@ -2364,7 +2364,7 @@ buildSearchReferencesResponse() {
|
| buildCounterSearchReferencesResponse++;
|
| if (buildCounterSearchReferencesResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.references = buildUnnamed2769();
|
| + o.references = buildUnnamed3094();
|
| }
|
| buildCounterSearchReferencesResponse--;
|
| return o;
|
| @@ -2374,19 +2374,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) {
|
| buildCounterSearchReferencesResponse++;
|
| if (buildCounterSearchReferencesResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2769(o.references);
|
| + checkUnnamed3094(o.references);
|
| }
|
| buildCounterSearchReferencesResponse--;
|
| }
|
|
|
| -buildUnnamed2770() {
|
| +buildUnnamed3095() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2770(core.List<core.String> o) {
|
| +checkUnnamed3095(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'));
|
| @@ -2397,7 +2397,7 @@ buildSearchVariantSetsRequest() {
|
| var o = new api.SearchVariantSetsRequest();
|
| buildCounterSearchVariantSetsRequest++;
|
| if (buildCounterSearchVariantSetsRequest < 3) {
|
| - o.datasetIds = buildUnnamed2770();
|
| + o.datasetIds = buildUnnamed3095();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| }
|
| @@ -2408,21 +2408,21 @@ buildSearchVariantSetsRequest() {
|
| checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) {
|
| buildCounterSearchVariantSetsRequest++;
|
| if (buildCounterSearchVariantSetsRequest < 3) {
|
| - checkUnnamed2770(o.datasetIds);
|
| + checkUnnamed3095(o.datasetIds);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchVariantSetsRequest--;
|
| }
|
|
|
| -buildUnnamed2771() {
|
| +buildUnnamed3096() {
|
| var o = new core.List<api.VariantSet>();
|
| o.add(buildVariantSet());
|
| o.add(buildVariantSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2771(core.List<api.VariantSet> o) {
|
| +checkUnnamed3096(core.List<api.VariantSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariantSet(o[0]);
|
| checkVariantSet(o[1]);
|
| @@ -2434,7 +2434,7 @@ buildSearchVariantSetsResponse() {
|
| buildCounterSearchVariantSetsResponse++;
|
| if (buildCounterSearchVariantSetsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.variantSets = buildUnnamed2771();
|
| + o.variantSets = buildUnnamed3096();
|
| }
|
| buildCounterSearchVariantSetsResponse--;
|
| return o;
|
| @@ -2444,32 +2444,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) {
|
| buildCounterSearchVariantSetsResponse++;
|
| if (buildCounterSearchVariantSetsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2771(o.variantSets);
|
| + checkUnnamed3096(o.variantSets);
|
| }
|
| buildCounterSearchVariantSetsResponse--;
|
| }
|
|
|
| -buildUnnamed2772() {
|
| +buildUnnamed3097() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2772(core.List<core.String> o) {
|
| +checkUnnamed3097(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'));
|
| }
|
|
|
| -buildUnnamed2773() {
|
| +buildUnnamed3098() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2773(core.List<core.String> o) {
|
| +checkUnnamed3098(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2480,7 +2480,7 @@ buildSearchVariantsRequest() {
|
| var o = new api.SearchVariantsRequest();
|
| buildCounterSearchVariantsRequest++;
|
| if (buildCounterSearchVariantsRequest < 3) {
|
| - o.callSetIds = buildUnnamed2772();
|
| + o.callSetIds = buildUnnamed3097();
|
| o.end = "foo";
|
| o.maxCalls = 42;
|
| o.pageSize = 42;
|
| @@ -2488,7 +2488,7 @@ buildSearchVariantsRequest() {
|
| o.referenceName = "foo";
|
| o.start = "foo";
|
| o.variantName = "foo";
|
| - o.variantSetIds = buildUnnamed2773();
|
| + o.variantSetIds = buildUnnamed3098();
|
| }
|
| buildCounterSearchVariantsRequest--;
|
| return o;
|
| @@ -2497,7 +2497,7 @@ buildSearchVariantsRequest() {
|
| checkSearchVariantsRequest(api.SearchVariantsRequest o) {
|
| buildCounterSearchVariantsRequest++;
|
| if (buildCounterSearchVariantsRequest < 3) {
|
| - checkUnnamed2772(o.callSetIds);
|
| + checkUnnamed3097(o.callSetIds);
|
| unittest.expect(o.end, unittest.equals('foo'));
|
| unittest.expect(o.maxCalls, unittest.equals(42));
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| @@ -2505,19 +2505,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'));
|
| - checkUnnamed2773(o.variantSetIds);
|
| + checkUnnamed3098(o.variantSetIds);
|
| }
|
| buildCounterSearchVariantsRequest--;
|
| }
|
|
|
| -buildUnnamed2774() {
|
| +buildUnnamed3099() {
|
| var o = new core.List<api.Variant>();
|
| o.add(buildVariant());
|
| o.add(buildVariant());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2774(core.List<api.Variant> o) {
|
| +checkUnnamed3099(core.List<api.Variant> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariant(o[0]);
|
| checkVariant(o[1]);
|
| @@ -2529,7 +2529,7 @@ buildSearchVariantsResponse() {
|
| buildCounterSearchVariantsResponse++;
|
| if (buildCounterSearchVariantsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.variants = buildUnnamed2774();
|
| + o.variants = buildUnnamed3099();
|
| }
|
| buildCounterSearchVariantsResponse--;
|
| return o;
|
| @@ -2539,19 +2539,19 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) {
|
| buildCounterSearchVariantsResponse++;
|
| if (buildCounterSearchVariantsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2774(o.variants);
|
| + checkUnnamed3099(o.variants);
|
| }
|
| buildCounterSearchVariantsResponse--;
|
| }
|
|
|
| -buildUnnamed2775() {
|
| +buildUnnamed3100() {
|
| var o = new core.List<api.TranscriptExon>();
|
| o.add(buildTranscriptExon());
|
| o.add(buildTranscriptExon());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2775(core.List<api.TranscriptExon> o) {
|
| +checkUnnamed3100(core.List<api.TranscriptExon> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTranscriptExon(o[0]);
|
| checkTranscriptExon(o[1]);
|
| @@ -2563,7 +2563,7 @@ buildTranscript() {
|
| buildCounterTranscript++;
|
| if (buildCounterTranscript < 3) {
|
| o.codingSequence = buildTranscriptCodingSequence();
|
| - o.exons = buildUnnamed2775();
|
| + o.exons = buildUnnamed3100();
|
| o.geneId = "foo";
|
| }
|
| buildCounterTranscript--;
|
| @@ -2574,7 +2574,7 @@ checkTranscript(api.Transcript o) {
|
| buildCounterTranscript++;
|
| if (buildCounterTranscript < 3) {
|
| checkTranscriptCodingSequence(o.codingSequence);
|
| - checkUnnamed2775(o.exons);
|
| + checkUnnamed3100(o.exons);
|
| unittest.expect(o.geneId, unittest.equals('foo'));
|
| }
|
| buildCounterTranscript--;
|
| @@ -2624,79 +2624,79 @@ checkTranscriptExon(api.TranscriptExon o) {
|
| buildCounterTranscriptExon--;
|
| }
|
|
|
| -buildUnnamed2776() {
|
| +buildUnnamed3101() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2776(core.List<core.String> o) {
|
| +checkUnnamed3101(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2777() {
|
| +buildUnnamed3102() {
|
| var o = new core.List<api.Call>();
|
| o.add(buildCall());
|
| o.add(buildCall());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2777(core.List<api.Call> o) {
|
| +checkUnnamed3102(core.List<api.Call> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCall(o[0]);
|
| checkCall(o[1]);
|
| }
|
|
|
| -buildUnnamed2778() {
|
| +buildUnnamed3103() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2778(core.List<core.String> o) {
|
| +checkUnnamed3103(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2779() {
|
| +buildUnnamed3104() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2779(core.List<core.String> o) {
|
| +checkUnnamed3104(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'));
|
| }
|
|
|
| -buildUnnamed2780() {
|
| +buildUnnamed3105() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed2779();
|
| - o["y"] = buildUnnamed2779();
|
| + o["x"] = buildUnnamed3104();
|
| + o["y"] = buildUnnamed3104();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2780(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3105(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed2779(o["x"]);
|
| - checkUnnamed2779(o["y"]);
|
| + checkUnnamed3104(o["x"]);
|
| + checkUnnamed3104(o["y"]);
|
| }
|
|
|
| -buildUnnamed2781() {
|
| +buildUnnamed3106() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2781(core.List<core.String> o) {
|
| +checkUnnamed3106(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2707,14 +2707,14 @@ buildVariant() {
|
| var o = new api.Variant();
|
| buildCounterVariant++;
|
| if (buildCounterVariant < 3) {
|
| - o.alternateBases = buildUnnamed2776();
|
| - o.calls = buildUnnamed2777();
|
| + o.alternateBases = buildUnnamed3101();
|
| + o.calls = buildUnnamed3102();
|
| o.created = "foo";
|
| o.end = "foo";
|
| - o.filter = buildUnnamed2778();
|
| + o.filter = buildUnnamed3103();
|
| o.id = "foo";
|
| - o.info = buildUnnamed2780();
|
| - o.names = buildUnnamed2781();
|
| + o.info = buildUnnamed3105();
|
| + o.names = buildUnnamed3106();
|
| o.quality = 42.0;
|
| o.referenceBases = "foo";
|
| o.referenceName = "foo";
|
| @@ -2728,14 +2728,14 @@ buildVariant() {
|
| checkVariant(api.Variant o) {
|
| buildCounterVariant++;
|
| if (buildCounterVariant < 3) {
|
| - checkUnnamed2776(o.alternateBases);
|
| - checkUnnamed2777(o.calls);
|
| + checkUnnamed3101(o.alternateBases);
|
| + checkUnnamed3102(o.calls);
|
| unittest.expect(o.created, unittest.equals('foo'));
|
| unittest.expect(o.end, unittest.equals('foo'));
|
| - checkUnnamed2778(o.filter);
|
| + checkUnnamed3103(o.filter);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2780(o.info);
|
| - checkUnnamed2781(o.names);
|
| + checkUnnamed3105(o.info);
|
| + checkUnnamed3106(o.names);
|
| unittest.expect(o.quality, unittest.equals(42.0));
|
| unittest.expect(o.referenceBases, unittest.equals('foo'));
|
| unittest.expect(o.referenceName, unittest.equals('foo'));
|
| @@ -2745,27 +2745,27 @@ checkVariant(api.Variant o) {
|
| buildCounterVariant--;
|
| }
|
|
|
| -buildUnnamed2782() {
|
| +buildUnnamed3107() {
|
| var o = new core.List<api.VariantAnnotationCondition>();
|
| o.add(buildVariantAnnotationCondition());
|
| o.add(buildVariantAnnotationCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2782(core.List<api.VariantAnnotationCondition> o) {
|
| +checkUnnamed3107(core.List<api.VariantAnnotationCondition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariantAnnotationCondition(o[0]);
|
| checkVariantAnnotationCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed2783() {
|
| +buildUnnamed3108() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2783(core.List<core.String> o) {
|
| +checkUnnamed3108(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2778,10 +2778,10 @@ buildVariantAnnotation() {
|
| if (buildCounterVariantAnnotation < 3) {
|
| o.alternateBases = "foo";
|
| o.clinicalSignificance = "foo";
|
| - o.conditions = buildUnnamed2782();
|
| + o.conditions = buildUnnamed3107();
|
| o.effect = "foo";
|
| o.geneId = "foo";
|
| - o.transcriptIds = buildUnnamed2783();
|
| + o.transcriptIds = buildUnnamed3108();
|
| o.type = "foo";
|
| }
|
| buildCounterVariantAnnotation--;
|
| @@ -2793,36 +2793,36 @@ checkVariantAnnotation(api.VariantAnnotation o) {
|
| if (buildCounterVariantAnnotation < 3) {
|
| unittest.expect(o.alternateBases, unittest.equals('foo'));
|
| unittest.expect(o.clinicalSignificance, unittest.equals('foo'));
|
| - checkUnnamed2782(o.conditions);
|
| + checkUnnamed3107(o.conditions);
|
| unittest.expect(o.effect, unittest.equals('foo'));
|
| unittest.expect(o.geneId, unittest.equals('foo'));
|
| - checkUnnamed2783(o.transcriptIds);
|
| + checkUnnamed3108(o.transcriptIds);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterVariantAnnotation--;
|
| }
|
|
|
| -buildUnnamed2784() {
|
| +buildUnnamed3109() {
|
| var o = new core.List<api.ExternalId>();
|
| o.add(buildExternalId());
|
| o.add(buildExternalId());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2784(core.List<api.ExternalId> o) {
|
| +checkUnnamed3109(core.List<api.ExternalId> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExternalId(o[0]);
|
| checkExternalId(o[1]);
|
| }
|
|
|
| -buildUnnamed2785() {
|
| +buildUnnamed3110() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2785(core.List<core.String> o) {
|
| +checkUnnamed3110(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'));
|
| @@ -2834,8 +2834,8 @@ buildVariantAnnotationCondition() {
|
| buildCounterVariantAnnotationCondition++;
|
| if (buildCounterVariantAnnotationCondition < 3) {
|
| o.conceptId = "foo";
|
| - o.externalIds = buildUnnamed2784();
|
| - o.names = buildUnnamed2785();
|
| + o.externalIds = buildUnnamed3109();
|
| + o.names = buildUnnamed3110();
|
| o.omimId = "foo";
|
| }
|
| buildCounterVariantAnnotationCondition--;
|
| @@ -2846,34 +2846,34 @@ checkVariantAnnotationCondition(api.VariantAnnotationCondition o) {
|
| buildCounterVariantAnnotationCondition++;
|
| if (buildCounterVariantAnnotationCondition < 3) {
|
| unittest.expect(o.conceptId, unittest.equals('foo'));
|
| - checkUnnamed2784(o.externalIds);
|
| - checkUnnamed2785(o.names);
|
| + checkUnnamed3109(o.externalIds);
|
| + checkUnnamed3110(o.names);
|
| unittest.expect(o.omimId, unittest.equals('foo'));
|
| }
|
| buildCounterVariantAnnotationCondition--;
|
| }
|
|
|
| -buildUnnamed2786() {
|
| +buildUnnamed3111() {
|
| var o = new core.List<api.Metadata>();
|
| o.add(buildMetadata());
|
| o.add(buildMetadata());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2786(core.List<api.Metadata> o) {
|
| +checkUnnamed3111(core.List<api.Metadata> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetadata(o[0]);
|
| checkMetadata(o[1]);
|
| }
|
|
|
| -buildUnnamed2787() {
|
| +buildUnnamed3112() {
|
| var o = new core.List<api.ReferenceBound>();
|
| o.add(buildReferenceBound());
|
| o.add(buildReferenceBound());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2787(core.List<api.ReferenceBound> o) {
|
| +checkUnnamed3112(core.List<api.ReferenceBound> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReferenceBound(o[0]);
|
| checkReferenceBound(o[1]);
|
| @@ -2886,8 +2886,8 @@ buildVariantSet() {
|
| if (buildCounterVariantSet < 3) {
|
| o.datasetId = "foo";
|
| o.id = "foo";
|
| - o.metadata = buildUnnamed2786();
|
| - o.referenceBounds = buildUnnamed2787();
|
| + o.metadata = buildUnnamed3111();
|
| + o.referenceBounds = buildUnnamed3112();
|
| o.referenceSetId = "foo";
|
| }
|
| buildCounterVariantSet--;
|
| @@ -2899,8 +2899,8 @@ checkVariantSet(api.VariantSet o) {
|
| if (buildCounterVariantSet < 3) {
|
| unittest.expect(o.datasetId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2786(o.metadata);
|
| - checkUnnamed2787(o.referenceBounds);
|
| + checkUnnamed3111(o.metadata);
|
| + checkUnnamed3112(o.referenceBounds);
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| }
|
| buildCounterVariantSet--;
|
|
|