| 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 71a814f601f11f1e30ce753ca401bb60deea62ae..9fa129556165b9ec39b888015ac9b1c31a75838d 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);
|
| }
|
|
|
| -buildUnnamed3941() {
|
| +buildUnnamed3458() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3941(core.List<core.String> o) {
|
| +checkUnnamed3458(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'));
|
| }
|
|
|
| -buildUnnamed3942() {
|
| +buildUnnamed3459() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed3941();
|
| - o["y"] = buildUnnamed3941();
|
| + o["x"] = buildUnnamed3458();
|
| + o["y"] = buildUnnamed3458();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3942(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3459(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed3941(o["x"]);
|
| - checkUnnamed3941(o["y"]);
|
| + checkUnnamed3458(o["x"]);
|
| + checkUnnamed3458(o["y"]);
|
| }
|
|
|
| core.int buildCounterAnnotation = 0;
|
| @@ -84,7 +84,7 @@ buildAnnotation() {
|
| if (buildCounterAnnotation < 3) {
|
| o.annotationSetId = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed3942();
|
| + o.info = buildUnnamed3459();
|
| 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'));
|
| - checkUnnamed3942(o.info);
|
| + checkUnnamed3459(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkRangePosition(o.position);
|
| checkTranscript(o.transcript);
|
| @@ -110,30 +110,30 @@ checkAnnotation(api.Annotation o) {
|
| buildCounterAnnotation--;
|
| }
|
|
|
| -buildUnnamed3943() {
|
| +buildUnnamed3460() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3943(core.List<core.String> o) {
|
| +checkUnnamed3460(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'));
|
| }
|
|
|
| -buildUnnamed3944() {
|
| +buildUnnamed3461() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed3943();
|
| - o["y"] = buildUnnamed3943();
|
| + o["x"] = buildUnnamed3460();
|
| + o["y"] = buildUnnamed3460();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3944(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3461(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed3943(o["x"]);
|
| - checkUnnamed3943(o["y"]);
|
| + checkUnnamed3460(o["x"]);
|
| + checkUnnamed3460(o["y"]);
|
| }
|
|
|
| core.int buildCounterAnnotationSet = 0;
|
| @@ -143,7 +143,7 @@ buildAnnotationSet() {
|
| if (buildCounterAnnotationSet < 3) {
|
| o.datasetId = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed3944();
|
| + o.info = buildUnnamed3461();
|
| 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'));
|
| - checkUnnamed3944(o.info);
|
| + checkUnnamed3461(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--;
|
| }
|
|
|
| -buildUnnamed3945() {
|
| +buildUnnamed3462() {
|
| var o = new core.List<api.BatchAnnotationsResponseEntry>();
|
| o.add(buildBatchAnnotationsResponseEntry());
|
| o.add(buildBatchAnnotationsResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3945(core.List<api.BatchAnnotationsResponseEntry> o) {
|
| +checkUnnamed3462(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 = buildUnnamed3945();
|
| + o.entries = buildUnnamed3462();
|
| }
|
| buildCounterBatchAnnotationsResponse--;
|
| return o;
|
| @@ -194,7 +194,7 @@ buildBatchAnnotationsResponse() {
|
| checkBatchAnnotationsResponse(api.BatchAnnotationsResponse o) {
|
| buildCounterBatchAnnotationsResponse++;
|
| if (buildCounterBatchAnnotationsResponse < 3) {
|
| - checkUnnamed3945(o.entries);
|
| + checkUnnamed3462(o.entries);
|
| }
|
| buildCounterBatchAnnotationsResponse--;
|
| }
|
| @@ -241,14 +241,14 @@ checkBatchAnnotationsResponseEntryStatus(api.BatchAnnotationsResponseEntryStatus
|
| buildCounterBatchAnnotationsResponseEntryStatus--;
|
| }
|
|
|
| -buildUnnamed3946() {
|
| +buildUnnamed3463() {
|
| var o = new core.List<api.Annotation>();
|
| o.add(buildAnnotation());
|
| o.add(buildAnnotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3946(core.List<api.Annotation> o) {
|
| +checkUnnamed3463(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 = buildUnnamed3946();
|
| + o.annotations = buildUnnamed3463();
|
| }
|
| buildCounterBatchCreateAnnotationsRequest--;
|
| return o;
|
| @@ -268,61 +268,61 @@ buildBatchCreateAnnotationsRequest() {
|
| checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) {
|
| buildCounterBatchCreateAnnotationsRequest++;
|
| if (buildCounterBatchCreateAnnotationsRequest < 3) {
|
| - checkUnnamed3946(o.annotations);
|
| + checkUnnamed3463(o.annotations);
|
| }
|
| buildCounterBatchCreateAnnotationsRequest--;
|
| }
|
|
|
| -buildUnnamed3947() {
|
| +buildUnnamed3464() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed3947(core.List<core.int> o) {
|
| +checkUnnamed3464(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));
|
| }
|
|
|
| -buildUnnamed3948() {
|
| +buildUnnamed3465() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed3948(core.List<core.double> o) {
|
| +checkUnnamed3465(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));
|
| }
|
|
|
| -buildUnnamed3949() {
|
| +buildUnnamed3466() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3949(core.List<core.String> o) {
|
| +checkUnnamed3466(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'));
|
| }
|
|
|
| -buildUnnamed3950() {
|
| +buildUnnamed3467() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed3949();
|
| - o["y"] = buildUnnamed3949();
|
| + o["x"] = buildUnnamed3466();
|
| + o["y"] = buildUnnamed3466();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3950(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3467(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed3949(o["x"]);
|
| - checkUnnamed3949(o["y"]);
|
| + checkUnnamed3466(o["x"]);
|
| + checkUnnamed3466(o["y"]);
|
| }
|
|
|
| core.int buildCounterCall = 0;
|
| @@ -332,9 +332,9 @@ buildCall() {
|
| if (buildCounterCall < 3) {
|
| o.callSetId = "foo";
|
| o.callSetName = "foo";
|
| - o.genotype = buildUnnamed3947();
|
| - o.genotypeLikelihood = buildUnnamed3948();
|
| - o.info = buildUnnamed3950();
|
| + o.genotype = buildUnnamed3464();
|
| + o.genotypeLikelihood = buildUnnamed3465();
|
| + o.info = buildUnnamed3467();
|
| 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'));
|
| - checkUnnamed3947(o.genotype);
|
| - checkUnnamed3948(o.genotypeLikelihood);
|
| - checkUnnamed3950(o.info);
|
| + checkUnnamed3464(o.genotype);
|
| + checkUnnamed3465(o.genotypeLikelihood);
|
| + checkUnnamed3467(o.info);
|
| unittest.expect(o.phaseset, unittest.equals('foo'));
|
| }
|
| buildCounterCall--;
|
| }
|
|
|
| -buildUnnamed3951() {
|
| +buildUnnamed3468() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3951(core.List<core.String> o) {
|
| +checkUnnamed3468(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'));
|
| }
|
|
|
| -buildUnnamed3952() {
|
| +buildUnnamed3469() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed3951();
|
| - o["y"] = buildUnnamed3951();
|
| + o["x"] = buildUnnamed3468();
|
| + o["y"] = buildUnnamed3468();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3952(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3469(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed3951(o["x"]);
|
| - checkUnnamed3951(o["y"]);
|
| + checkUnnamed3468(o["x"]);
|
| + checkUnnamed3468(o["y"]);
|
| }
|
|
|
| -buildUnnamed3953() {
|
| +buildUnnamed3470() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3953(core.List<core.String> o) {
|
| +checkUnnamed3470(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 = buildUnnamed3952();
|
| + o.info = buildUnnamed3469();
|
| o.name = "foo";
|
| o.sampleId = "foo";
|
| - o.variantSetIds = buildUnnamed3953();
|
| + o.variantSetIds = buildUnnamed3470();
|
| }
|
| 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'));
|
| - checkUnnamed3952(o.info);
|
| + checkUnnamed3469(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.sampleId, unittest.equals('foo'));
|
| - checkUnnamed3953(o.variantSetIds);
|
| + checkUnnamed3470(o.variantSetIds);
|
| }
|
| buildCounterCallSet--;
|
| }
|
| @@ -493,27 +493,27 @@ checkDataset(api.Dataset o) {
|
| buildCounterDataset--;
|
| }
|
|
|
| -buildUnnamed3954() {
|
| +buildUnnamed3471() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3954(core.List<core.String> o) {
|
| +checkUnnamed3471(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'));
|
| }
|
|
|
| -buildUnnamed3955() {
|
| +buildUnnamed3472() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3955(core.List<core.String> o) {
|
| +checkUnnamed3472(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 = buildUnnamed3954();
|
| + o.pairedSourceUris = buildUnnamed3471();
|
| o.projectNumber = "foo";
|
| - o.sourceUris = buildUnnamed3955();
|
| + o.sourceUris = buildUnnamed3472();
|
| }
|
| 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'));
|
| - checkUnnamed3954(o.pairedSourceUris);
|
| + checkUnnamed3471(o.pairedSourceUris);
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| - checkUnnamed3955(o.sourceUris);
|
| + checkUnnamed3472(o.sourceUris);
|
| }
|
| buildCounterExperimentalCreateJobRequest--;
|
| }
|
| @@ -567,27 +567,27 @@ checkExperimentalCreateJobResponse(api.ExperimentalCreateJobResponse o) {
|
| buildCounterExperimentalCreateJobResponse--;
|
| }
|
|
|
| -buildUnnamed3956() {
|
| +buildUnnamed3473() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3956(core.List<core.String> o) {
|
| +checkUnnamed3473(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'));
|
| }
|
|
|
| -buildUnnamed3957() {
|
| +buildUnnamed3474() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3957(core.List<core.String> o) {
|
| +checkUnnamed3474(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 = buildUnnamed3956();
|
| - o.referenceNames = buildUnnamed3957();
|
| + o.readGroupSetIds = buildUnnamed3473();
|
| + o.referenceNames = buildUnnamed3474();
|
| }
|
| 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'));
|
| - checkUnnamed3956(o.readGroupSetIds);
|
| - checkUnnamed3957(o.referenceNames);
|
| + checkUnnamed3473(o.readGroupSetIds);
|
| + checkUnnamed3474(o.referenceNames);
|
| }
|
| buildCounterExportReadGroupSetsRequest--;
|
| }
|
| @@ -637,14 +637,14 @@ checkExportReadGroupSetsResponse(api.ExportReadGroupSetsResponse o) {
|
| buildCounterExportReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed3958() {
|
| +buildUnnamed3475() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3958(core.List<core.String> o) {
|
| +checkUnnamed3475(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 = buildUnnamed3958();
|
| + o.callSetIds = buildUnnamed3475();
|
| 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'));
|
| - checkUnnamed3958(o.callSetIds);
|
| + checkUnnamed3475(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--;
|
| }
|
|
|
| -buildUnnamed3959() {
|
| +buildUnnamed3476() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3959(core.List<core.String> o) {
|
| +checkUnnamed3476(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 = buildUnnamed3959();
|
| + o.sourceUris = buildUnnamed3476();
|
| }
|
| 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'));
|
| - checkUnnamed3959(o.sourceUris);
|
| + checkUnnamed3476(o.sourceUris);
|
| }
|
| buildCounterImportReadGroupSetsRequest--;
|
| }
|
| @@ -774,14 +774,14 @@ checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) {
|
| buildCounterImportReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed3960() {
|
| +buildUnnamed3477() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3960(core.List<core.String> o) {
|
| +checkUnnamed3477(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 = buildUnnamed3960();
|
| + o.sourceUris = buildUnnamed3477();
|
| }
|
| 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);
|
| - checkUnnamed3960(o.sourceUris);
|
| + checkUnnamed3477(o.sourceUris);
|
| }
|
| buildCounterImportVariantsRequest--;
|
| }
|
| @@ -848,40 +848,40 @@ checkInt32Value(api.Int32Value o) {
|
| buildCounterInt32Value--;
|
| }
|
|
|
| -buildUnnamed3961() {
|
| +buildUnnamed3478() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3961(core.List<core.String> o) {
|
| +checkUnnamed3478(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'));
|
| }
|
|
|
| -buildUnnamed3962() {
|
| +buildUnnamed3479() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3962(core.List<core.String> o) {
|
| +checkUnnamed3479(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'));
|
| }
|
|
|
| -buildUnnamed3963() {
|
| +buildUnnamed3480() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3963(core.List<core.String> o) {
|
| +checkUnnamed3480(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 = buildUnnamed3961();
|
| + o.errors = buildUnnamed3478();
|
| o.id = "foo";
|
| - o.importedIds = buildUnnamed3962();
|
| + o.importedIds = buildUnnamed3479();
|
| o.projectNumber = "foo";
|
| o.request = buildJobRequest();
|
| o.status = "foo";
|
| - o.warnings = buildUnnamed3963();
|
| + o.warnings = buildUnnamed3480();
|
| }
|
| 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'));
|
| - checkUnnamed3961(o.errors);
|
| + checkUnnamed3478(o.errors);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed3962(o.importedIds);
|
| + checkUnnamed3479(o.importedIds);
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| checkJobRequest(o.request);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| - checkUnnamed3963(o.warnings);
|
| + checkUnnamed3480(o.warnings);
|
| }
|
| buildCounterJob--;
|
| }
|
|
|
| -buildUnnamed3964() {
|
| +buildUnnamed3481() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3964(core.List<core.String> o) {
|
| +checkUnnamed3481(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'));
|
| }
|
|
|
| -buildUnnamed3965() {
|
| +buildUnnamed3482() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3965(core.List<core.String> o) {
|
| +checkUnnamed3482(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 = buildUnnamed3964();
|
| - o.source = buildUnnamed3965();
|
| + o.destination = buildUnnamed3481();
|
| + o.source = buildUnnamed3482();
|
| o.type = "foo";
|
| }
|
| buildCounterJobRequest--;
|
| @@ -964,21 +964,21 @@ buildJobRequest() {
|
| checkJobRequest(api.JobRequest o) {
|
| buildCounterJobRequest++;
|
| if (buildCounterJobRequest < 3) {
|
| - checkUnnamed3964(o.destination);
|
| - checkUnnamed3965(o.source);
|
| + checkUnnamed3481(o.destination);
|
| + checkUnnamed3482(o.source);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterJobRequest--;
|
| }
|
|
|
| -buildUnnamed3966() {
|
| +buildUnnamed3483() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3966(core.List<core.String> o) {
|
| +checkUnnamed3483(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 = buildUnnamed3966();
|
| + o.value = buildUnnamed3483();
|
| }
|
| buildCounterKeyValue--;
|
| return o;
|
| @@ -1000,19 +1000,19 @@ checkKeyValue(api.KeyValue o) {
|
| buildCounterKeyValue++;
|
| if (buildCounterKeyValue < 3) {
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| - checkUnnamed3966(o.value);
|
| + checkUnnamed3483(o.value);
|
| }
|
| buildCounterKeyValue--;
|
| }
|
|
|
| -buildUnnamed3967() {
|
| +buildUnnamed3484() {
|
| var o = new core.List<api.CigarUnit>();
|
| o.add(buildCigarUnit());
|
| o.add(buildCigarUnit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3967(core.List<api.CigarUnit> o) {
|
| +checkUnnamed3484(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 = buildUnnamed3967();
|
| + o.cigar = buildUnnamed3484();
|
| o.mappingQuality = 42;
|
| o.position = buildPosition();
|
| }
|
| @@ -1034,7 +1034,7 @@ buildLinearAlignment() {
|
| checkLinearAlignment(api.LinearAlignment o) {
|
| buildCounterLinearAlignment++;
|
| if (buildCounterLinearAlignment < 3) {
|
| - checkUnnamed3967(o.cigar);
|
| + checkUnnamed3484(o.cigar);
|
| unittest.expect(o.mappingQuality, unittest.equals(42));
|
| checkPosition(o.position);
|
| }
|
| @@ -1064,14 +1064,14 @@ checkListBasesResponse(api.ListBasesResponse o) {
|
| buildCounterListBasesResponse--;
|
| }
|
|
|
| -buildUnnamed3968() {
|
| +buildUnnamed3485() {
|
| var o = new core.List<api.CoverageBucket>();
|
| o.add(buildCoverageBucket());
|
| o.add(buildCoverageBucket());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3968(core.List<api.CoverageBucket> o) {
|
| +checkUnnamed3485(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 = buildUnnamed3968();
|
| + o.coverageBuckets = buildUnnamed3485();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListCoverageBucketsResponse--;
|
| @@ -1094,20 +1094,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) {
|
| buildCounterListCoverageBucketsResponse++;
|
| if (buildCounterListCoverageBucketsResponse < 3) {
|
| unittest.expect(o.bucketWidth, unittest.equals('foo'));
|
| - checkUnnamed3968(o.coverageBuckets);
|
| + checkUnnamed3485(o.coverageBuckets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListCoverageBucketsResponse--;
|
| }
|
|
|
| -buildUnnamed3969() {
|
| +buildUnnamed3486() {
|
| var o = new core.List<api.Dataset>();
|
| o.add(buildDataset());
|
| o.add(buildDataset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3969(core.List<api.Dataset> o) {
|
| +checkUnnamed3486(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 = buildUnnamed3969();
|
| + o.datasets = buildUnnamed3486();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListDatasetsResponse--;
|
| @@ -1128,20 +1128,20 @@ buildListDatasetsResponse() {
|
| checkListDatasetsResponse(api.ListDatasetsResponse o) {
|
| buildCounterListDatasetsResponse++;
|
| if (buildCounterListDatasetsResponse < 3) {
|
| - checkUnnamed3969(o.datasets);
|
| + checkUnnamed3486(o.datasets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListDatasetsResponse--;
|
| }
|
|
|
| -buildUnnamed3970() {
|
| +buildUnnamed3487() {
|
| var o = new core.List<api.Variant>();
|
| o.add(buildVariant());
|
| o.add(buildVariant());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3970(core.List<api.Variant> o) {
|
| +checkUnnamed3487(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 = buildUnnamed3970();
|
| + o.variants = buildUnnamed3487();
|
| }
|
| buildCounterMergeVariantsRequest--;
|
| return o;
|
| @@ -1161,35 +1161,35 @@ buildMergeVariantsRequest() {
|
| checkMergeVariantsRequest(api.MergeVariantsRequest o) {
|
| buildCounterMergeVariantsRequest++;
|
| if (buildCounterMergeVariantsRequest < 3) {
|
| - checkUnnamed3970(o.variants);
|
| + checkUnnamed3487(o.variants);
|
| }
|
| buildCounterMergeVariantsRequest--;
|
| }
|
|
|
| -buildUnnamed3971() {
|
| +buildUnnamed3488() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3971(core.List<core.String> o) {
|
| +checkUnnamed3488(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'));
|
| }
|
|
|
| -buildUnnamed3972() {
|
| +buildUnnamed3489() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed3971();
|
| - o["y"] = buildUnnamed3971();
|
| + o["x"] = buildUnnamed3488();
|
| + o["y"] = buildUnnamed3488();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3972(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3489(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed3971(o["x"]);
|
| - checkUnnamed3971(o["y"]);
|
| + checkUnnamed3488(o["x"]);
|
| + checkUnnamed3488(o["y"]);
|
| }
|
|
|
| core.int buildCounterMetadata = 0;
|
| @@ -1199,7 +1199,7 @@ buildMetadata() {
|
| if (buildCounterMetadata < 3) {
|
| o.description = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed3972();
|
| + o.info = buildUnnamed3489();
|
| 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'));
|
| - checkUnnamed3972(o.info);
|
| + checkUnnamed3489(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--;
|
| }
|
|
|
| -buildUnnamed3973() {
|
| +buildUnnamed3490() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed3973(core.List<core.int> o) {
|
| +checkUnnamed3490(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));
|
| }
|
|
|
| -buildUnnamed3974() {
|
| +buildUnnamed3491() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3974(core.List<core.String> o) {
|
| +checkUnnamed3491(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'));
|
| }
|
|
|
| -buildUnnamed3975() {
|
| +buildUnnamed3492() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed3974();
|
| - o["y"] = buildUnnamed3974();
|
| + o["x"] = buildUnnamed3491();
|
| + o["y"] = buildUnnamed3491();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3975(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3492(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed3974(o["x"]);
|
| - checkUnnamed3974(o["y"]);
|
| + checkUnnamed3491(o["x"]);
|
| + checkUnnamed3491(o["y"]);
|
| }
|
|
|
| core.int buildCounterRead = 0;
|
| @@ -1365,7 +1365,7 @@ buildRead() {
|
| var o = new api.Read();
|
| buildCounterRead++;
|
| if (buildCounterRead < 3) {
|
| - o.alignedQuality = buildUnnamed3973();
|
| + o.alignedQuality = buildUnnamed3490();
|
| 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 = buildUnnamed3975();
|
| + o.info = buildUnnamed3492();
|
| o.nextMatePosition = buildPosition();
|
| o.numberReads = 42;
|
| o.properPlacement = true;
|
| @@ -1390,7 +1390,7 @@ buildRead() {
|
| checkRead(api.Read o) {
|
| buildCounterRead++;
|
| if (buildCounterRead < 3) {
|
| - checkUnnamed3973(o.alignedQuality);
|
| + checkUnnamed3490(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'));
|
| - checkUnnamed3975(o.info);
|
| + checkUnnamed3492(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--;
|
| }
|
|
|
| -buildUnnamed3976() {
|
| +buildUnnamed3493() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3976(core.List<core.String> o) {
|
| +checkUnnamed3493(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'));
|
| }
|
|
|
| -buildUnnamed3977() {
|
| +buildUnnamed3494() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed3976();
|
| - o["y"] = buildUnnamed3976();
|
| + o["x"] = buildUnnamed3493();
|
| + o["y"] = buildUnnamed3493();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3977(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3494(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed3976(o["x"]);
|
| - checkUnnamed3976(o["y"]);
|
| + checkUnnamed3493(o["x"]);
|
| + checkUnnamed3493(o["y"]);
|
| }
|
|
|
| -buildUnnamed3978() {
|
| +buildUnnamed3495() {
|
| var o = new core.List<api.ReadGroupProgram>();
|
| o.add(buildReadGroupProgram());
|
| o.add(buildReadGroupProgram());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3978(core.List<api.ReadGroupProgram> o) {
|
| +checkUnnamed3495(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 = buildUnnamed3977();
|
| + o.info = buildUnnamed3494();
|
| o.name = "foo";
|
| o.predictedInsertSize = 42;
|
| - o.programs = buildUnnamed3978();
|
| + o.programs = buildUnnamed3495();
|
| 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'));
|
| - checkUnnamed3977(o.info);
|
| + checkUnnamed3494(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.predictedInsertSize, unittest.equals(42));
|
| - checkUnnamed3978(o.programs);
|
| + checkUnnamed3495(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--;
|
| }
|
|
|
| -buildUnnamed3979() {
|
| +buildUnnamed3496() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3979(core.List<core.String> o) {
|
| +checkUnnamed3496(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'));
|
| }
|
|
|
| -buildUnnamed3980() {
|
| +buildUnnamed3497() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed3979();
|
| - o["y"] = buildUnnamed3979();
|
| + o["x"] = buildUnnamed3496();
|
| + o["y"] = buildUnnamed3496();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3980(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3497(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed3979(o["x"]);
|
| - checkUnnamed3979(o["y"]);
|
| + checkUnnamed3496(o["x"]);
|
| + checkUnnamed3496(o["y"]);
|
| }
|
|
|
| -buildUnnamed3981() {
|
| +buildUnnamed3498() {
|
| var o = new core.List<api.ReadGroup>();
|
| o.add(buildReadGroup());
|
| o.add(buildReadGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3981(core.List<api.ReadGroup> o) {
|
| +checkUnnamed3498(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 = buildUnnamed3980();
|
| + o.info = buildUnnamed3497();
|
| o.name = "foo";
|
| - o.readGroups = buildUnnamed3981();
|
| + o.readGroups = buildUnnamed3498();
|
| 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'));
|
| - checkUnnamed3980(o.info);
|
| + checkUnnamed3497(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed3981(o.readGroups);
|
| + checkUnnamed3498(o.readGroups);
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| }
|
| buildCounterReadGroupSet--;
|
| }
|
|
|
| -buildUnnamed3982() {
|
| +buildUnnamed3499() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3982(core.List<core.String> o) {
|
| +checkUnnamed3499(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 = buildUnnamed3982();
|
| + o.sourceAccessions = buildUnnamed3499();
|
| 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));
|
| - checkUnnamed3982(o.sourceAccessions);
|
| + checkUnnamed3499(o.sourceAccessions);
|
| unittest.expect(o.sourceURI, unittest.equals('foo'));
|
| }
|
| buildCounterReference--;
|
| @@ -1674,27 +1674,27 @@ checkReferenceBound(api.ReferenceBound o) {
|
| buildCounterReferenceBound--;
|
| }
|
|
|
| -buildUnnamed3983() {
|
| +buildUnnamed3500() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3983(core.List<core.String> o) {
|
| +checkUnnamed3500(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'));
|
| }
|
|
|
| -buildUnnamed3984() {
|
| +buildUnnamed3501() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3984(core.List<core.String> o) {
|
| +checkUnnamed3501(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 = buildUnnamed3983();
|
| - o.sourceAccessions = buildUnnamed3984();
|
| + o.referenceIds = buildUnnamed3500();
|
| + o.sourceAccessions = buildUnnamed3501();
|
| 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));
|
| - checkUnnamed3983(o.referenceIds);
|
| - checkUnnamed3984(o.sourceAccessions);
|
| + checkUnnamed3500(o.referenceIds);
|
| + checkUnnamed3501(o.sourceAccessions);
|
| unittest.expect(o.sourceURI, unittest.equals('foo'));
|
| }
|
| buildCounterReferenceSet--;
|
| }
|
|
|
| -buildUnnamed3985() {
|
| +buildUnnamed3502() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3985(core.List<core.String> o) {
|
| +checkUnnamed3502(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'));
|
| }
|
|
|
| -buildUnnamed3986() {
|
| +buildUnnamed3503() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3986(core.List<core.String> o) {
|
| +checkUnnamed3503(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 = buildUnnamed3985();
|
| + o.datasetIds = buildUnnamed3502();
|
| o.name = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.referenceSetId = "foo";
|
| - o.types = buildUnnamed3986();
|
| + o.types = buildUnnamed3503();
|
| }
|
| buildCounterSearchAnnotationSetsRequest--;
|
| return o;
|
| @@ -1778,24 +1778,24 @@ buildSearchAnnotationSetsRequest() {
|
| checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) {
|
| buildCounterSearchAnnotationSetsRequest++;
|
| if (buildCounterSearchAnnotationSetsRequest < 3) {
|
| - checkUnnamed3985(o.datasetIds);
|
| + checkUnnamed3502(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'));
|
| - checkUnnamed3986(o.types);
|
| + checkUnnamed3503(o.types);
|
| }
|
| buildCounterSearchAnnotationSetsRequest--;
|
| }
|
|
|
| -buildUnnamed3987() {
|
| +buildUnnamed3504() {
|
| var o = new core.List<api.AnnotationSet>();
|
| o.add(buildAnnotationSet());
|
| o.add(buildAnnotationSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3987(core.List<api.AnnotationSet> o) {
|
| +checkUnnamed3504(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 = buildUnnamed3987();
|
| + o.annotationSets = buildUnnamed3504();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchAnnotationSetsResponse--;
|
| @@ -1816,20 +1816,20 @@ buildSearchAnnotationSetsResponse() {
|
| checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) {
|
| buildCounterSearchAnnotationSetsResponse++;
|
| if (buildCounterSearchAnnotationSetsResponse < 3) {
|
| - checkUnnamed3987(o.annotationSets);
|
| + checkUnnamed3504(o.annotationSets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchAnnotationSetsResponse--;
|
| }
|
|
|
| -buildUnnamed3988() {
|
| +buildUnnamed3505() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3988(core.List<core.String> o) {
|
| +checkUnnamed3505(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 = buildUnnamed3988();
|
| + o.annotationSetIds = buildUnnamed3505();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.range = buildQueryRange();
|
| @@ -1852,7 +1852,7 @@ buildSearchAnnotationsRequest() {
|
| checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
|
| buildCounterSearchAnnotationsRequest++;
|
| if (buildCounterSearchAnnotationsRequest < 3) {
|
| - checkUnnamed3988(o.annotationSetIds);
|
| + checkUnnamed3505(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--;
|
| }
|
|
|
| -buildUnnamed3989() {
|
| +buildUnnamed3506() {
|
| var o = new core.List<api.Annotation>();
|
| o.add(buildAnnotation());
|
| o.add(buildAnnotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3989(core.List<api.Annotation> o) {
|
| +checkUnnamed3506(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 = buildUnnamed3989();
|
| + o.annotations = buildUnnamed3506();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchAnnotationsResponse--;
|
| @@ -1888,20 +1888,20 @@ buildSearchAnnotationsResponse() {
|
| checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) {
|
| buildCounterSearchAnnotationsResponse++;
|
| if (buildCounterSearchAnnotationsResponse < 3) {
|
| - checkUnnamed3989(o.annotations);
|
| + checkUnnamed3506(o.annotations);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchAnnotationsResponse--;
|
| }
|
|
|
| -buildUnnamed3990() {
|
| +buildUnnamed3507() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3990(core.List<core.String> o) {
|
| +checkUnnamed3507(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 = buildUnnamed3990();
|
| + o.variantSetIds = buildUnnamed3507();
|
| }
|
| 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'));
|
| - checkUnnamed3990(o.variantSetIds);
|
| + checkUnnamed3507(o.variantSetIds);
|
| }
|
| buildCounterSearchCallSetsRequest--;
|
| }
|
|
|
| -buildUnnamed3991() {
|
| +buildUnnamed3508() {
|
| var o = new core.List<api.CallSet>();
|
| o.add(buildCallSet());
|
| o.add(buildCallSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3991(core.List<api.CallSet> o) {
|
| +checkUnnamed3508(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 = buildUnnamed3991();
|
| + o.callSets = buildUnnamed3508();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchCallSetsResponse--;
|
| @@ -1960,20 +1960,20 @@ buildSearchCallSetsResponse() {
|
| checkSearchCallSetsResponse(api.SearchCallSetsResponse o) {
|
| buildCounterSearchCallSetsResponse++;
|
| if (buildCounterSearchCallSetsResponse < 3) {
|
| - checkUnnamed3991(o.callSets);
|
| + checkUnnamed3508(o.callSets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchCallSetsResponse--;
|
| }
|
|
|
| -buildUnnamed3992() {
|
| +buildUnnamed3509() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3992(core.List<core.String> o) {
|
| +checkUnnamed3509(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 = buildUnnamed3992();
|
| + o.status = buildUnnamed3509();
|
| }
|
| 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'));
|
| - checkUnnamed3992(o.status);
|
| + checkUnnamed3509(o.status);
|
| }
|
| buildCounterSearchJobsRequest--;
|
| }
|
|
|
| -buildUnnamed3993() {
|
| +buildUnnamed3510() {
|
| var o = new core.List<api.Job>();
|
| o.add(buildJob());
|
| o.add(buildJob());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3993(core.List<api.Job> o) {
|
| +checkUnnamed3510(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 = buildUnnamed3993();
|
| + o.jobs = buildUnnamed3510();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchJobsResponse--;
|
| @@ -2036,20 +2036,20 @@ buildSearchJobsResponse() {
|
| checkSearchJobsResponse(api.SearchJobsResponse o) {
|
| buildCounterSearchJobsResponse++;
|
| if (buildCounterSearchJobsResponse < 3) {
|
| - checkUnnamed3993(o.jobs);
|
| + checkUnnamed3510(o.jobs);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchJobsResponse--;
|
| }
|
|
|
| -buildUnnamed3994() {
|
| +buildUnnamed3511() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3994(core.List<core.String> o) {
|
| +checkUnnamed3511(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 = buildUnnamed3994();
|
| + o.datasetIds = buildUnnamed3511();
|
| o.name = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| @@ -2072,7 +2072,7 @@ buildSearchReadGroupSetsRequest() {
|
| checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
|
| buildCounterSearchReadGroupSetsRequest++;
|
| if (buildCounterSearchReadGroupSetsRequest < 3) {
|
| - checkUnnamed3994(o.datasetIds);
|
| + checkUnnamed3511(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--;
|
| }
|
|
|
| -buildUnnamed3995() {
|
| +buildUnnamed3512() {
|
| var o = new core.List<api.ReadGroupSet>();
|
| o.add(buildReadGroupSet());
|
| o.add(buildReadGroupSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3995(core.List<api.ReadGroupSet> o) {
|
| +checkUnnamed3512(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 = buildUnnamed3995();
|
| + o.readGroupSets = buildUnnamed3512();
|
| }
|
| buildCounterSearchReadGroupSetsResponse--;
|
| return o;
|
| @@ -2109,32 +2109,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) {
|
| buildCounterSearchReadGroupSetsResponse++;
|
| if (buildCounterSearchReadGroupSetsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3995(o.readGroupSets);
|
| + checkUnnamed3512(o.readGroupSets);
|
| }
|
| buildCounterSearchReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed3996() {
|
| +buildUnnamed3513() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3996(core.List<core.String> o) {
|
| +checkUnnamed3513(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'));
|
| }
|
|
|
| -buildUnnamed3997() {
|
| +buildUnnamed3514() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3997(core.List<core.String> o) {
|
| +checkUnnamed3514(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 = buildUnnamed3996();
|
| - o.readGroupSetIds = buildUnnamed3997();
|
| + o.readGroupIds = buildUnnamed3513();
|
| + o.readGroupSetIds = buildUnnamed3514();
|
| 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'));
|
| - checkUnnamed3996(o.readGroupIds);
|
| - checkUnnamed3997(o.readGroupSetIds);
|
| + checkUnnamed3513(o.readGroupIds);
|
| + checkUnnamed3514(o.readGroupSetIds);
|
| unittest.expect(o.referenceName, unittest.equals('foo'));
|
| unittest.expect(o.start, unittest.equals('foo'));
|
| }
|
| buildCounterSearchReadsRequest--;
|
| }
|
|
|
| -buildUnnamed3998() {
|
| +buildUnnamed3515() {
|
| var o = new core.List<api.Read>();
|
| o.add(buildRead());
|
| o.add(buildRead());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3998(core.List<api.Read> o) {
|
| +checkUnnamed3515(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 = buildUnnamed3998();
|
| + o.alignments = buildUnnamed3515();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchReadsResponse--;
|
| @@ -2199,33 +2199,33 @@ buildSearchReadsResponse() {
|
| checkSearchReadsResponse(api.SearchReadsResponse o) {
|
| buildCounterSearchReadsResponse++;
|
| if (buildCounterSearchReadsResponse < 3) {
|
| - checkUnnamed3998(o.alignments);
|
| + checkUnnamed3515(o.alignments);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchReadsResponse--;
|
| }
|
|
|
| -buildUnnamed3999() {
|
| +buildUnnamed3516() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3999(core.List<core.String> o) {
|
| +checkUnnamed3516(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'));
|
| }
|
|
|
| -buildUnnamed4000() {
|
| +buildUnnamed3517() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4000(core.List<core.String> o) {
|
| +checkUnnamed3517(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 = buildUnnamed3999();
|
| + o.accessions = buildUnnamed3516();
|
| o.assemblyId = "foo";
|
| - o.md5checksums = buildUnnamed4000();
|
| + o.md5checksums = buildUnnamed3517();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| }
|
| @@ -2249,23 +2249,23 @@ buildSearchReferenceSetsRequest() {
|
| checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) {
|
| buildCounterSearchReferenceSetsRequest++;
|
| if (buildCounterSearchReferenceSetsRequest < 3) {
|
| - checkUnnamed3999(o.accessions);
|
| + checkUnnamed3516(o.accessions);
|
| unittest.expect(o.assemblyId, unittest.equals('foo'));
|
| - checkUnnamed4000(o.md5checksums);
|
| + checkUnnamed3517(o.md5checksums);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchReferenceSetsRequest--;
|
| }
|
|
|
| -buildUnnamed4001() {
|
| +buildUnnamed3518() {
|
| var o = new core.List<api.ReferenceSet>();
|
| o.add(buildReferenceSet());
|
| o.add(buildReferenceSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4001(core.List<api.ReferenceSet> o) {
|
| +checkUnnamed3518(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 = buildUnnamed4001();
|
| + o.referenceSets = buildUnnamed3518();
|
| }
|
| buildCounterSearchReferenceSetsResponse--;
|
| return o;
|
| @@ -2287,32 +2287,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) {
|
| buildCounterSearchReferenceSetsResponse++;
|
| if (buildCounterSearchReferenceSetsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed4001(o.referenceSets);
|
| + checkUnnamed3518(o.referenceSets);
|
| }
|
| buildCounterSearchReferenceSetsResponse--;
|
| }
|
|
|
| -buildUnnamed4002() {
|
| +buildUnnamed3519() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4002(core.List<core.String> o) {
|
| +checkUnnamed3519(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'));
|
| }
|
|
|
| -buildUnnamed4003() {
|
| +buildUnnamed3520() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4003(core.List<core.String> o) {
|
| +checkUnnamed3520(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 = buildUnnamed4002();
|
| - o.md5checksums = buildUnnamed4003();
|
| + o.accessions = buildUnnamed3519();
|
| + o.md5checksums = buildUnnamed3520();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.referenceSetId = "foo";
|
| @@ -2336,8 +2336,8 @@ buildSearchReferencesRequest() {
|
| checkSearchReferencesRequest(api.SearchReferencesRequest o) {
|
| buildCounterSearchReferencesRequest++;
|
| if (buildCounterSearchReferencesRequest < 3) {
|
| - checkUnnamed4002(o.accessions);
|
| - checkUnnamed4003(o.md5checksums);
|
| + checkUnnamed3519(o.accessions);
|
| + checkUnnamed3520(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--;
|
| }
|
|
|
| -buildUnnamed4004() {
|
| +buildUnnamed3521() {
|
| var o = new core.List<api.Reference>();
|
| o.add(buildReference());
|
| o.add(buildReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4004(core.List<api.Reference> o) {
|
| +checkUnnamed3521(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 = buildUnnamed4004();
|
| + o.references = buildUnnamed3521();
|
| }
|
| buildCounterSearchReferencesResponse--;
|
| return o;
|
| @@ -2374,19 +2374,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) {
|
| buildCounterSearchReferencesResponse++;
|
| if (buildCounterSearchReferencesResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed4004(o.references);
|
| + checkUnnamed3521(o.references);
|
| }
|
| buildCounterSearchReferencesResponse--;
|
| }
|
|
|
| -buildUnnamed4005() {
|
| +buildUnnamed3522() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4005(core.List<core.String> o) {
|
| +checkUnnamed3522(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 = buildUnnamed4005();
|
| + o.datasetIds = buildUnnamed3522();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| }
|
| @@ -2408,21 +2408,21 @@ buildSearchVariantSetsRequest() {
|
| checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) {
|
| buildCounterSearchVariantSetsRequest++;
|
| if (buildCounterSearchVariantSetsRequest < 3) {
|
| - checkUnnamed4005(o.datasetIds);
|
| + checkUnnamed3522(o.datasetIds);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchVariantSetsRequest--;
|
| }
|
|
|
| -buildUnnamed4006() {
|
| +buildUnnamed3523() {
|
| var o = new core.List<api.VariantSet>();
|
| o.add(buildVariantSet());
|
| o.add(buildVariantSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4006(core.List<api.VariantSet> o) {
|
| +checkUnnamed3523(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 = buildUnnamed4006();
|
| + o.variantSets = buildUnnamed3523();
|
| }
|
| buildCounterSearchVariantSetsResponse--;
|
| return o;
|
| @@ -2444,32 +2444,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) {
|
| buildCounterSearchVariantSetsResponse++;
|
| if (buildCounterSearchVariantSetsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed4006(o.variantSets);
|
| + checkUnnamed3523(o.variantSets);
|
| }
|
| buildCounterSearchVariantSetsResponse--;
|
| }
|
|
|
| -buildUnnamed4007() {
|
| +buildUnnamed3524() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4007(core.List<core.String> o) {
|
| +checkUnnamed3524(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'));
|
| }
|
|
|
| -buildUnnamed4008() {
|
| +buildUnnamed3525() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4008(core.List<core.String> o) {
|
| +checkUnnamed3525(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 = buildUnnamed4007();
|
| + o.callSetIds = buildUnnamed3524();
|
| 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 = buildUnnamed4008();
|
| + o.variantSetIds = buildUnnamed3525();
|
| }
|
| buildCounterSearchVariantsRequest--;
|
| return o;
|
| @@ -2497,7 +2497,7 @@ buildSearchVariantsRequest() {
|
| checkSearchVariantsRequest(api.SearchVariantsRequest o) {
|
| buildCounterSearchVariantsRequest++;
|
| if (buildCounterSearchVariantsRequest < 3) {
|
| - checkUnnamed4007(o.callSetIds);
|
| + checkUnnamed3524(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'));
|
| - checkUnnamed4008(o.variantSetIds);
|
| + checkUnnamed3525(o.variantSetIds);
|
| }
|
| buildCounterSearchVariantsRequest--;
|
| }
|
|
|
| -buildUnnamed4009() {
|
| +buildUnnamed3526() {
|
| var o = new core.List<api.Variant>();
|
| o.add(buildVariant());
|
| o.add(buildVariant());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4009(core.List<api.Variant> o) {
|
| +checkUnnamed3526(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 = buildUnnamed4009();
|
| + o.variants = buildUnnamed3526();
|
| }
|
| buildCounterSearchVariantsResponse--;
|
| return o;
|
| @@ -2539,19 +2539,19 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) {
|
| buildCounterSearchVariantsResponse++;
|
| if (buildCounterSearchVariantsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed4009(o.variants);
|
| + checkUnnamed3526(o.variants);
|
| }
|
| buildCounterSearchVariantsResponse--;
|
| }
|
|
|
| -buildUnnamed4010() {
|
| +buildUnnamed3527() {
|
| var o = new core.List<api.TranscriptExon>();
|
| o.add(buildTranscriptExon());
|
| o.add(buildTranscriptExon());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4010(core.List<api.TranscriptExon> o) {
|
| +checkUnnamed3527(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 = buildUnnamed4010();
|
| + o.exons = buildUnnamed3527();
|
| o.geneId = "foo";
|
| }
|
| buildCounterTranscript--;
|
| @@ -2574,7 +2574,7 @@ checkTranscript(api.Transcript o) {
|
| buildCounterTranscript++;
|
| if (buildCounterTranscript < 3) {
|
| checkTranscriptCodingSequence(o.codingSequence);
|
| - checkUnnamed4010(o.exons);
|
| + checkUnnamed3527(o.exons);
|
| unittest.expect(o.geneId, unittest.equals('foo'));
|
| }
|
| buildCounterTranscript--;
|
| @@ -2624,79 +2624,79 @@ checkTranscriptExon(api.TranscriptExon o) {
|
| buildCounterTranscriptExon--;
|
| }
|
|
|
| -buildUnnamed4011() {
|
| +buildUnnamed3528() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4011(core.List<core.String> o) {
|
| +checkUnnamed3528(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'));
|
| }
|
|
|
| -buildUnnamed4012() {
|
| +buildUnnamed3529() {
|
| var o = new core.List<api.Call>();
|
| o.add(buildCall());
|
| o.add(buildCall());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4012(core.List<api.Call> o) {
|
| +checkUnnamed3529(core.List<api.Call> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCall(o[0]);
|
| checkCall(o[1]);
|
| }
|
|
|
| -buildUnnamed4013() {
|
| +buildUnnamed3530() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4013(core.List<core.String> o) {
|
| +checkUnnamed3530(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'));
|
| }
|
|
|
| -buildUnnamed4014() {
|
| +buildUnnamed3531() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4014(core.List<core.String> o) {
|
| +checkUnnamed3531(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'));
|
| }
|
|
|
| -buildUnnamed4015() {
|
| +buildUnnamed3532() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed4014();
|
| - o["y"] = buildUnnamed4014();
|
| + o["x"] = buildUnnamed3531();
|
| + o["y"] = buildUnnamed3531();
|
| return o;
|
| }
|
|
|
| -checkUnnamed4015(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed3532(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed4014(o["x"]);
|
| - checkUnnamed4014(o["y"]);
|
| + checkUnnamed3531(o["x"]);
|
| + checkUnnamed3531(o["y"]);
|
| }
|
|
|
| -buildUnnamed4016() {
|
| +buildUnnamed3533() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4016(core.List<core.String> o) {
|
| +checkUnnamed3533(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 = buildUnnamed4011();
|
| - o.calls = buildUnnamed4012();
|
| + o.alternateBases = buildUnnamed3528();
|
| + o.calls = buildUnnamed3529();
|
| o.created = "foo";
|
| o.end = "foo";
|
| - o.filter = buildUnnamed4013();
|
| + o.filter = buildUnnamed3530();
|
| o.id = "foo";
|
| - o.info = buildUnnamed4015();
|
| - o.names = buildUnnamed4016();
|
| + o.info = buildUnnamed3532();
|
| + o.names = buildUnnamed3533();
|
| o.quality = 42.0;
|
| o.referenceBases = "foo";
|
| o.referenceName = "foo";
|
| @@ -2728,14 +2728,14 @@ buildVariant() {
|
| checkVariant(api.Variant o) {
|
| buildCounterVariant++;
|
| if (buildCounterVariant < 3) {
|
| - checkUnnamed4011(o.alternateBases);
|
| - checkUnnamed4012(o.calls);
|
| + checkUnnamed3528(o.alternateBases);
|
| + checkUnnamed3529(o.calls);
|
| unittest.expect(o.created, unittest.equals('foo'));
|
| unittest.expect(o.end, unittest.equals('foo'));
|
| - checkUnnamed4013(o.filter);
|
| + checkUnnamed3530(o.filter);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed4015(o.info);
|
| - checkUnnamed4016(o.names);
|
| + checkUnnamed3532(o.info);
|
| + checkUnnamed3533(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--;
|
| }
|
|
|
| -buildUnnamed4017() {
|
| +buildUnnamed3534() {
|
| var o = new core.List<api.VariantAnnotationCondition>();
|
| o.add(buildVariantAnnotationCondition());
|
| o.add(buildVariantAnnotationCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4017(core.List<api.VariantAnnotationCondition> o) {
|
| +checkUnnamed3534(core.List<api.VariantAnnotationCondition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariantAnnotationCondition(o[0]);
|
| checkVariantAnnotationCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed4018() {
|
| +buildUnnamed3535() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4018(core.List<core.String> o) {
|
| +checkUnnamed3535(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 = buildUnnamed4017();
|
| + o.conditions = buildUnnamed3534();
|
| o.effect = "foo";
|
| o.geneId = "foo";
|
| - o.transcriptIds = buildUnnamed4018();
|
| + o.transcriptIds = buildUnnamed3535();
|
| 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'));
|
| - checkUnnamed4017(o.conditions);
|
| + checkUnnamed3534(o.conditions);
|
| unittest.expect(o.effect, unittest.equals('foo'));
|
| unittest.expect(o.geneId, unittest.equals('foo'));
|
| - checkUnnamed4018(o.transcriptIds);
|
| + checkUnnamed3535(o.transcriptIds);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterVariantAnnotation--;
|
| }
|
|
|
| -buildUnnamed4019() {
|
| +buildUnnamed3536() {
|
| var o = new core.List<api.ExternalId>();
|
| o.add(buildExternalId());
|
| o.add(buildExternalId());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4019(core.List<api.ExternalId> o) {
|
| +checkUnnamed3536(core.List<api.ExternalId> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExternalId(o[0]);
|
| checkExternalId(o[1]);
|
| }
|
|
|
| -buildUnnamed4020() {
|
| +buildUnnamed3537() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4020(core.List<core.String> o) {
|
| +checkUnnamed3537(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 = buildUnnamed4019();
|
| - o.names = buildUnnamed4020();
|
| + o.externalIds = buildUnnamed3536();
|
| + o.names = buildUnnamed3537();
|
| o.omimId = "foo";
|
| }
|
| buildCounterVariantAnnotationCondition--;
|
| @@ -2846,34 +2846,34 @@ checkVariantAnnotationCondition(api.VariantAnnotationCondition o) {
|
| buildCounterVariantAnnotationCondition++;
|
| if (buildCounterVariantAnnotationCondition < 3) {
|
| unittest.expect(o.conceptId, unittest.equals('foo'));
|
| - checkUnnamed4019(o.externalIds);
|
| - checkUnnamed4020(o.names);
|
| + checkUnnamed3536(o.externalIds);
|
| + checkUnnamed3537(o.names);
|
| unittest.expect(o.omimId, unittest.equals('foo'));
|
| }
|
| buildCounterVariantAnnotationCondition--;
|
| }
|
|
|
| -buildUnnamed4021() {
|
| +buildUnnamed3538() {
|
| var o = new core.List<api.Metadata>();
|
| o.add(buildMetadata());
|
| o.add(buildMetadata());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4021(core.List<api.Metadata> o) {
|
| +checkUnnamed3538(core.List<api.Metadata> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetadata(o[0]);
|
| checkMetadata(o[1]);
|
| }
|
|
|
| -buildUnnamed4022() {
|
| +buildUnnamed3539() {
|
| var o = new core.List<api.ReferenceBound>();
|
| o.add(buildReferenceBound());
|
| o.add(buildReferenceBound());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4022(core.List<api.ReferenceBound> o) {
|
| +checkUnnamed3539(core.List<api.ReferenceBound> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReferenceBound(o[0]);
|
| checkReferenceBound(o[1]);
|
| @@ -2887,9 +2887,9 @@ buildVariantSet() {
|
| o.datasetId = "foo";
|
| o.description = "foo";
|
| o.id = "foo";
|
| - o.metadata = buildUnnamed4021();
|
| + o.metadata = buildUnnamed3538();
|
| o.name = "foo";
|
| - o.referenceBounds = buildUnnamed4022();
|
| + o.referenceBounds = buildUnnamed3539();
|
| o.referenceSetId = "foo";
|
| }
|
| buildCounterVariantSet--;
|
| @@ -2902,9 +2902,9 @@ checkVariantSet(api.VariantSet o) {
|
| unittest.expect(o.datasetId, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed4021(o.metadata);
|
| + checkUnnamed3538(o.metadata);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed4022(o.referenceBounds);
|
| + checkUnnamed3539(o.referenceBounds);
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| }
|
| buildCounterVariantSet--;
|
|
|