| 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 3faad8f0981bdfce720ddd2f721d374341a20d40..c9201704e3018e38f25613ec59b990c9ab6aca4c 100644
|
| --- a/generated/googleapis_beta/test/genomics/v1beta2_test.dart
|
| +++ b/generated/googleapis_beta/test/genomics/v1beta2_test.dart
|
| @@ -16,14 +16,14 @@ import 'package:googleapis_beta/genomics/v1beta2.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed1618() {
|
| +buildUnnamed1685() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1618(core.List<core.String> o) {
|
| +checkUnnamed1685(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'));
|
| @@ -34,7 +34,7 @@ buildAlignReadGroupSetsRequest() {
|
| var o = new api.AlignReadGroupSetsRequest();
|
| buildCounterAlignReadGroupSetsRequest++;
|
| if (buildCounterAlignReadGroupSetsRequest < 3) {
|
| - o.bamSourceUris = buildUnnamed1618();
|
| + o.bamSourceUris = buildUnnamed1685();
|
| o.datasetId = "foo";
|
| o.interleavedFastqSource = buildInterleavedFastqSource();
|
| o.pairedFastqSource = buildPairedFastqSource();
|
| @@ -47,7 +47,7 @@ buildAlignReadGroupSetsRequest() {
|
| checkAlignReadGroupSetsRequest(api.AlignReadGroupSetsRequest o) {
|
| buildCounterAlignReadGroupSetsRequest++;
|
| if (buildCounterAlignReadGroupSetsRequest < 3) {
|
| - checkUnnamed1618(o.bamSourceUris);
|
| + checkUnnamed1685(o.bamSourceUris);
|
| unittest.expect(o.datasetId, unittest.equals('foo'));
|
| checkInterleavedFastqSource(o.interleavedFastqSource);
|
| checkPairedFastqSource(o.pairedFastqSource);
|
| @@ -75,30 +75,30 @@ checkAlignReadGroupSetsResponse(api.AlignReadGroupSetsResponse o) {
|
| buildCounterAlignReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1619() {
|
| +buildUnnamed1686() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1619(core.List<core.String> o) {
|
| +checkUnnamed1686(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'));
|
| }
|
|
|
| -buildUnnamed1620() {
|
| +buildUnnamed1687() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1619();
|
| - o["y"] = buildUnnamed1619();
|
| + o["x"] = buildUnnamed1686();
|
| + o["y"] = buildUnnamed1686();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1620(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1687(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1619(o["x"]);
|
| - checkUnnamed1619(o["y"]);
|
| + checkUnnamed1686(o["x"]);
|
| + checkUnnamed1686(o["y"]);
|
| }
|
|
|
| core.int buildCounterAnnotation = 0;
|
| @@ -108,7 +108,7 @@ buildAnnotation() {
|
| if (buildCounterAnnotation < 3) {
|
| o.annotationSetId = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed1620();
|
| + o.info = buildUnnamed1687();
|
| o.name = "foo";
|
| o.position = buildRangePosition();
|
| o.transcript = buildTranscript();
|
| @@ -124,7 +124,7 @@ checkAnnotation(api.Annotation o) {
|
| if (buildCounterAnnotation < 3) {
|
| unittest.expect(o.annotationSetId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1620(o.info);
|
| + checkUnnamed1687(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkRangePosition(o.position);
|
| checkTranscript(o.transcript);
|
| @@ -134,30 +134,30 @@ checkAnnotation(api.Annotation o) {
|
| buildCounterAnnotation--;
|
| }
|
|
|
| -buildUnnamed1621() {
|
| +buildUnnamed1688() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1621(core.List<core.String> o) {
|
| +checkUnnamed1688(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'));
|
| }
|
|
|
| -buildUnnamed1622() {
|
| +buildUnnamed1689() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1621();
|
| - o["y"] = buildUnnamed1621();
|
| + o["x"] = buildUnnamed1688();
|
| + o["y"] = buildUnnamed1688();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1622(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1689(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1621(o["x"]);
|
| - checkUnnamed1621(o["y"]);
|
| + checkUnnamed1688(o["x"]);
|
| + checkUnnamed1688(o["y"]);
|
| }
|
|
|
| core.int buildCounterAnnotationSet = 0;
|
| @@ -167,7 +167,7 @@ buildAnnotationSet() {
|
| if (buildCounterAnnotationSet < 3) {
|
| o.datasetId = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed1622();
|
| + o.info = buildUnnamed1689();
|
| o.name = "foo";
|
| o.referenceSetId = "foo";
|
| o.sourceUri = "foo";
|
| @@ -182,7 +182,7 @@ checkAnnotationSet(api.AnnotationSet o) {
|
| if (buildCounterAnnotationSet < 3) {
|
| unittest.expect(o.datasetId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1622(o.info);
|
| + checkUnnamed1689(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| unittest.expect(o.sourceUri, unittest.equals('foo'));
|
| @@ -191,56 +191,56 @@ checkAnnotationSet(api.AnnotationSet o) {
|
| buildCounterAnnotationSet--;
|
| }
|
|
|
| -buildUnnamed1623() {
|
| +buildUnnamed1690() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1623(core.List<core.int> o) {
|
| +checkUnnamed1690(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));
|
| }
|
|
|
| -buildUnnamed1624() {
|
| +buildUnnamed1691() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1624(core.List<core.double> o) {
|
| +checkUnnamed1691(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));
|
| }
|
|
|
| -buildUnnamed1625() {
|
| +buildUnnamed1692() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1625(core.List<core.String> o) {
|
| +checkUnnamed1692(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'));
|
| }
|
|
|
| -buildUnnamed1626() {
|
| +buildUnnamed1693() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1625();
|
| - o["y"] = buildUnnamed1625();
|
| + o["x"] = buildUnnamed1692();
|
| + o["y"] = buildUnnamed1692();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1626(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1693(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1625(o["x"]);
|
| - checkUnnamed1625(o["y"]);
|
| + checkUnnamed1692(o["x"]);
|
| + checkUnnamed1692(o["y"]);
|
| }
|
|
|
| core.int buildCounterCall = 0;
|
| @@ -250,9 +250,9 @@ buildCall() {
|
| if (buildCounterCall < 3) {
|
| o.callSetId = "foo";
|
| o.callSetName = "foo";
|
| - o.genotype = buildUnnamed1623();
|
| - o.genotypeLikelihood = buildUnnamed1624();
|
| - o.info = buildUnnamed1626();
|
| + o.genotype = buildUnnamed1690();
|
| + o.genotypeLikelihood = buildUnnamed1691();
|
| + o.info = buildUnnamed1693();
|
| o.phaseset = "foo";
|
| }
|
| buildCounterCall--;
|
| @@ -264,22 +264,22 @@ checkCall(api.Call o) {
|
| if (buildCounterCall < 3) {
|
| unittest.expect(o.callSetId, unittest.equals('foo'));
|
| unittest.expect(o.callSetName, unittest.equals('foo'));
|
| - checkUnnamed1623(o.genotype);
|
| - checkUnnamed1624(o.genotypeLikelihood);
|
| - checkUnnamed1626(o.info);
|
| + checkUnnamed1690(o.genotype);
|
| + checkUnnamed1691(o.genotypeLikelihood);
|
| + checkUnnamed1693(o.info);
|
| unittest.expect(o.phaseset, unittest.equals('foo'));
|
| }
|
| buildCounterCall--;
|
| }
|
|
|
| -buildUnnamed1627() {
|
| +buildUnnamed1694() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1627(core.List<core.String> o) {
|
| +checkUnnamed1694(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'));
|
| @@ -292,7 +292,7 @@ buildCallReadGroupSetsRequest() {
|
| if (buildCounterCallReadGroupSetsRequest < 3) {
|
| o.datasetId = "foo";
|
| o.readGroupSetId = "foo";
|
| - o.sourceUris = buildUnnamed1627();
|
| + o.sourceUris = buildUnnamed1694();
|
| }
|
| buildCounterCallReadGroupSetsRequest--;
|
| return o;
|
| @@ -303,7 +303,7 @@ checkCallReadGroupSetsRequest(api.CallReadGroupSetsRequest o) {
|
| if (buildCounterCallReadGroupSetsRequest < 3) {
|
| unittest.expect(o.datasetId, unittest.equals('foo'));
|
| unittest.expect(o.readGroupSetId, unittest.equals('foo'));
|
| - checkUnnamed1627(o.sourceUris);
|
| + checkUnnamed1694(o.sourceUris);
|
| }
|
| buildCounterCallReadGroupSetsRequest--;
|
| }
|
| @@ -327,40 +327,40 @@ checkCallReadGroupSetsResponse(api.CallReadGroupSetsResponse o) {
|
| buildCounterCallReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1628() {
|
| +buildUnnamed1695() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1628(core.List<core.String> o) {
|
| +checkUnnamed1695(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'));
|
| }
|
|
|
| -buildUnnamed1629() {
|
| +buildUnnamed1696() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1628();
|
| - o["y"] = buildUnnamed1628();
|
| + o["x"] = buildUnnamed1695();
|
| + o["y"] = buildUnnamed1695();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1629(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1696(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1628(o["x"]);
|
| - checkUnnamed1628(o["y"]);
|
| + checkUnnamed1695(o["x"]);
|
| + checkUnnamed1695(o["y"]);
|
| }
|
|
|
| -buildUnnamed1630() {
|
| +buildUnnamed1697() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1630(core.List<core.String> o) {
|
| +checkUnnamed1697(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'));
|
| @@ -373,10 +373,10 @@ buildCallSet() {
|
| if (buildCounterCallSet < 3) {
|
| o.created = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed1629();
|
| + o.info = buildUnnamed1696();
|
| o.name = "foo";
|
| o.sampleId = "foo";
|
| - o.variantSetIds = buildUnnamed1630();
|
| + o.variantSetIds = buildUnnamed1697();
|
| }
|
| buildCounterCallSet--;
|
| return o;
|
| @@ -387,10 +387,10 @@ checkCallSet(api.CallSet o) {
|
| if (buildCounterCallSet < 3) {
|
| unittest.expect(o.created, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1629(o.info);
|
| + checkUnnamed1696(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.sampleId, unittest.equals('foo'));
|
| - checkUnnamed1630(o.variantSetIds);
|
| + checkUnnamed1697(o.variantSetIds);
|
| }
|
| buildCounterCallSet--;
|
| }
|
| @@ -464,27 +464,27 @@ checkDataset(api.Dataset o) {
|
| buildCounterDataset--;
|
| }
|
|
|
| -buildUnnamed1631() {
|
| +buildUnnamed1698() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1631(core.List<core.String> o) {
|
| +checkUnnamed1698(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'));
|
| }
|
|
|
| -buildUnnamed1632() {
|
| +buildUnnamed1699() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1632(core.List<core.String> o) {
|
| +checkUnnamed1699(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'));
|
| @@ -498,9 +498,9 @@ buildExperimentalCreateJobRequest() {
|
| o.align = true;
|
| o.callVariants = true;
|
| o.gcsOutputPath = "foo";
|
| - o.pairedSourceUris = buildUnnamed1631();
|
| + o.pairedSourceUris = buildUnnamed1698();
|
| o.projectNumber = "foo";
|
| - o.sourceUris = buildUnnamed1632();
|
| + o.sourceUris = buildUnnamed1699();
|
| }
|
| buildCounterExperimentalCreateJobRequest--;
|
| return o;
|
| @@ -512,9 +512,9 @@ checkExperimentalCreateJobRequest(api.ExperimentalCreateJobRequest o) {
|
| unittest.expect(o.align, unittest.isTrue);
|
| unittest.expect(o.callVariants, unittest.isTrue);
|
| unittest.expect(o.gcsOutputPath, unittest.equals('foo'));
|
| - checkUnnamed1631(o.pairedSourceUris);
|
| + checkUnnamed1698(o.pairedSourceUris);
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| - checkUnnamed1632(o.sourceUris);
|
| + checkUnnamed1699(o.sourceUris);
|
| }
|
| buildCounterExperimentalCreateJobRequest--;
|
| }
|
| @@ -538,27 +538,27 @@ checkExperimentalCreateJobResponse(api.ExperimentalCreateJobResponse o) {
|
| buildCounterExperimentalCreateJobResponse--;
|
| }
|
|
|
| -buildUnnamed1633() {
|
| +buildUnnamed1700() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1633(core.List<core.String> o) {
|
| +checkUnnamed1700(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'));
|
| }
|
|
|
| -buildUnnamed1634() {
|
| +buildUnnamed1701() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1634(core.List<core.String> o) {
|
| +checkUnnamed1701(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'));
|
| @@ -571,8 +571,8 @@ buildExportReadGroupSetsRequest() {
|
| if (buildCounterExportReadGroupSetsRequest < 3) {
|
| o.exportUri = "foo";
|
| o.projectNumber = "foo";
|
| - o.readGroupSetIds = buildUnnamed1633();
|
| - o.referenceNames = buildUnnamed1634();
|
| + o.readGroupSetIds = buildUnnamed1700();
|
| + o.referenceNames = buildUnnamed1701();
|
| }
|
| buildCounterExportReadGroupSetsRequest--;
|
| return o;
|
| @@ -583,8 +583,8 @@ checkExportReadGroupSetsRequest(api.ExportReadGroupSetsRequest o) {
|
| if (buildCounterExportReadGroupSetsRequest < 3) {
|
| unittest.expect(o.exportUri, unittest.equals('foo'));
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| - checkUnnamed1633(o.readGroupSetIds);
|
| - checkUnnamed1634(o.referenceNames);
|
| + checkUnnamed1700(o.readGroupSetIds);
|
| + checkUnnamed1701(o.referenceNames);
|
| }
|
| buildCounterExportReadGroupSetsRequest--;
|
| }
|
| @@ -608,14 +608,14 @@ checkExportReadGroupSetsResponse(api.ExportReadGroupSetsResponse o) {
|
| buildCounterExportReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1635() {
|
| +buildUnnamed1702() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1635(core.List<core.String> o) {
|
| +checkUnnamed1702(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'));
|
| @@ -628,7 +628,7 @@ buildExportVariantSetRequest() {
|
| if (buildCounterExportVariantSetRequest < 3) {
|
| o.bigqueryDataset = "foo";
|
| o.bigqueryTable = "foo";
|
| - o.callSetIds = buildUnnamed1635();
|
| + o.callSetIds = buildUnnamed1702();
|
| o.format = "foo";
|
| o.projectNumber = "foo";
|
| }
|
| @@ -641,7 +641,7 @@ checkExportVariantSetRequest(api.ExportVariantSetRequest o) {
|
| if (buildCounterExportVariantSetRequest < 3) {
|
| unittest.expect(o.bigqueryDataset, unittest.equals('foo'));
|
| unittest.expect(o.bigqueryTable, unittest.equals('foo'));
|
| - checkUnnamed1635(o.callSetIds);
|
| + checkUnnamed1702(o.callSetIds);
|
| unittest.expect(o.format, unittest.equals('foo'));
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| }
|
| @@ -715,14 +715,14 @@ checkFastqMetadata(api.FastqMetadata o) {
|
| buildCounterFastqMetadata--;
|
| }
|
|
|
| -buildUnnamed1636() {
|
| +buildUnnamed1703() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1636(core.List<core.String> o) {
|
| +checkUnnamed1703(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'));
|
| @@ -736,7 +736,7 @@ buildImportReadGroupSetsRequest() {
|
| o.datasetId = "foo";
|
| o.partitionStrategy = "foo";
|
| o.referenceSetId = "foo";
|
| - o.sourceUris = buildUnnamed1636();
|
| + o.sourceUris = buildUnnamed1703();
|
| }
|
| buildCounterImportReadGroupSetsRequest--;
|
| return o;
|
| @@ -748,7 +748,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'));
|
| - checkUnnamed1636(o.sourceUris);
|
| + checkUnnamed1703(o.sourceUris);
|
| }
|
| buildCounterImportReadGroupSetsRequest--;
|
| }
|
| @@ -772,14 +772,14 @@ checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) {
|
| buildCounterImportReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1637() {
|
| +buildUnnamed1704() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1637(core.List<core.String> o) {
|
| +checkUnnamed1704(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'));
|
| @@ -791,7 +791,7 @@ buildImportVariantsRequest() {
|
| buildCounterImportVariantsRequest++;
|
| if (buildCounterImportVariantsRequest < 3) {
|
| o.format = "foo";
|
| - o.sourceUris = buildUnnamed1637();
|
| + o.sourceUris = buildUnnamed1704();
|
| }
|
| buildCounterImportVariantsRequest--;
|
| return o;
|
| @@ -801,7 +801,7 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) {
|
| buildCounterImportVariantsRequest++;
|
| if (buildCounterImportVariantsRequest < 3) {
|
| unittest.expect(o.format, unittest.equals('foo'));
|
| - checkUnnamed1637(o.sourceUris);
|
| + checkUnnamed1704(o.sourceUris);
|
| }
|
| buildCounterImportVariantsRequest--;
|
| }
|
| @@ -844,14 +844,14 @@ checkInt32Value(api.Int32Value o) {
|
| buildCounterInt32Value--;
|
| }
|
|
|
| -buildUnnamed1638() {
|
| +buildUnnamed1705() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1638(core.List<core.String> o) {
|
| +checkUnnamed1705(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'));
|
| @@ -863,7 +863,7 @@ buildInterleavedFastqSource() {
|
| buildCounterInterleavedFastqSource++;
|
| if (buildCounterInterleavedFastqSource < 3) {
|
| o.metadata = buildFastqMetadata();
|
| - o.sourceUris = buildUnnamed1638();
|
| + o.sourceUris = buildUnnamed1705();
|
| }
|
| buildCounterInterleavedFastqSource--;
|
| return o;
|
| @@ -873,45 +873,45 @@ checkInterleavedFastqSource(api.InterleavedFastqSource o) {
|
| buildCounterInterleavedFastqSource++;
|
| if (buildCounterInterleavedFastqSource < 3) {
|
| checkFastqMetadata(o.metadata);
|
| - checkUnnamed1638(o.sourceUris);
|
| + checkUnnamed1705(o.sourceUris);
|
| }
|
| buildCounterInterleavedFastqSource--;
|
| }
|
|
|
| -buildUnnamed1639() {
|
| +buildUnnamed1706() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1639(core.List<core.String> o) {
|
| +checkUnnamed1706(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'));
|
| }
|
|
|
| -buildUnnamed1640() {
|
| +buildUnnamed1707() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1640(core.List<core.String> o) {
|
| +checkUnnamed1707(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'));
|
| }
|
|
|
| -buildUnnamed1641() {
|
| +buildUnnamed1708() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1641(core.List<core.String> o) {
|
| +checkUnnamed1708(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'));
|
| @@ -924,13 +924,13 @@ buildJob() {
|
| if (buildCounterJob < 3) {
|
| o.created = "foo";
|
| o.detailedStatus = "foo";
|
| - o.errors = buildUnnamed1639();
|
| + o.errors = buildUnnamed1706();
|
| o.id = "foo";
|
| - o.importedIds = buildUnnamed1640();
|
| + o.importedIds = buildUnnamed1707();
|
| o.projectNumber = "foo";
|
| o.request = buildJobRequest();
|
| o.status = "foo";
|
| - o.warnings = buildUnnamed1641();
|
| + o.warnings = buildUnnamed1708();
|
| }
|
| buildCounterJob--;
|
| return o;
|
| @@ -941,38 +941,38 @@ checkJob(api.Job o) {
|
| if (buildCounterJob < 3) {
|
| unittest.expect(o.created, unittest.equals('foo'));
|
| unittest.expect(o.detailedStatus, unittest.equals('foo'));
|
| - checkUnnamed1639(o.errors);
|
| + checkUnnamed1706(o.errors);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1640(o.importedIds);
|
| + checkUnnamed1707(o.importedIds);
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| checkJobRequest(o.request);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| - checkUnnamed1641(o.warnings);
|
| + checkUnnamed1708(o.warnings);
|
| }
|
| buildCounterJob--;
|
| }
|
|
|
| -buildUnnamed1642() {
|
| +buildUnnamed1709() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1642(core.List<core.String> o) {
|
| +checkUnnamed1709(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'));
|
| }
|
|
|
| -buildUnnamed1643() {
|
| +buildUnnamed1710() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1643(core.List<core.String> o) {
|
| +checkUnnamed1710(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'));
|
| @@ -983,8 +983,8 @@ buildJobRequest() {
|
| var o = new api.JobRequest();
|
| buildCounterJobRequest++;
|
| if (buildCounterJobRequest < 3) {
|
| - o.destination = buildUnnamed1642();
|
| - o.source = buildUnnamed1643();
|
| + o.destination = buildUnnamed1709();
|
| + o.source = buildUnnamed1710();
|
| o.type = "foo";
|
| }
|
| buildCounterJobRequest--;
|
| @@ -994,21 +994,21 @@ buildJobRequest() {
|
| checkJobRequest(api.JobRequest o) {
|
| buildCounterJobRequest++;
|
| if (buildCounterJobRequest < 3) {
|
| - checkUnnamed1642(o.destination);
|
| - checkUnnamed1643(o.source);
|
| + checkUnnamed1709(o.destination);
|
| + checkUnnamed1710(o.source);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterJobRequest--;
|
| }
|
|
|
| -buildUnnamed1644() {
|
| +buildUnnamed1711() {
|
| var o = new core.List<api.CigarUnit>();
|
| o.add(buildCigarUnit());
|
| o.add(buildCigarUnit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1644(core.List<api.CigarUnit> o) {
|
| +checkUnnamed1711(core.List<api.CigarUnit> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCigarUnit(o[0]);
|
| checkCigarUnit(o[1]);
|
| @@ -1019,7 +1019,7 @@ buildLinearAlignment() {
|
| var o = new api.LinearAlignment();
|
| buildCounterLinearAlignment++;
|
| if (buildCounterLinearAlignment < 3) {
|
| - o.cigar = buildUnnamed1644();
|
| + o.cigar = buildUnnamed1711();
|
| o.mappingQuality = 42;
|
| o.position = buildPosition();
|
| }
|
| @@ -1030,7 +1030,7 @@ buildLinearAlignment() {
|
| checkLinearAlignment(api.LinearAlignment o) {
|
| buildCounterLinearAlignment++;
|
| if (buildCounterLinearAlignment < 3) {
|
| - checkUnnamed1644(o.cigar);
|
| + checkUnnamed1711(o.cigar);
|
| unittest.expect(o.mappingQuality, unittest.equals(42));
|
| checkPosition(o.position);
|
| }
|
| @@ -1060,14 +1060,14 @@ checkListBasesResponse(api.ListBasesResponse o) {
|
| buildCounterListBasesResponse--;
|
| }
|
|
|
| -buildUnnamed1645() {
|
| +buildUnnamed1712() {
|
| var o = new core.List<api.CoverageBucket>();
|
| o.add(buildCoverageBucket());
|
| o.add(buildCoverageBucket());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1645(core.List<api.CoverageBucket> o) {
|
| +checkUnnamed1712(core.List<api.CoverageBucket> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCoverageBucket(o[0]);
|
| checkCoverageBucket(o[1]);
|
| @@ -1079,7 +1079,7 @@ buildListCoverageBucketsResponse() {
|
| buildCounterListCoverageBucketsResponse++;
|
| if (buildCounterListCoverageBucketsResponse < 3) {
|
| o.bucketWidth = "foo";
|
| - o.coverageBuckets = buildUnnamed1645();
|
| + o.coverageBuckets = buildUnnamed1712();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListCoverageBucketsResponse--;
|
| @@ -1090,20 +1090,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) {
|
| buildCounterListCoverageBucketsResponse++;
|
| if (buildCounterListCoverageBucketsResponse < 3) {
|
| unittest.expect(o.bucketWidth, unittest.equals('foo'));
|
| - checkUnnamed1645(o.coverageBuckets);
|
| + checkUnnamed1712(o.coverageBuckets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListCoverageBucketsResponse--;
|
| }
|
|
|
| -buildUnnamed1646() {
|
| +buildUnnamed1713() {
|
| var o = new core.List<api.Dataset>();
|
| o.add(buildDataset());
|
| o.add(buildDataset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1646(core.List<api.Dataset> o) {
|
| +checkUnnamed1713(core.List<api.Dataset> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDataset(o[0]);
|
| checkDataset(o[1]);
|
| @@ -1114,7 +1114,7 @@ buildListDatasetsResponse() {
|
| var o = new api.ListDatasetsResponse();
|
| buildCounterListDatasetsResponse++;
|
| if (buildCounterListDatasetsResponse < 3) {
|
| - o.datasets = buildUnnamed1646();
|
| + o.datasets = buildUnnamed1713();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListDatasetsResponse--;
|
| @@ -1124,20 +1124,20 @@ buildListDatasetsResponse() {
|
| checkListDatasetsResponse(api.ListDatasetsResponse o) {
|
| buildCounterListDatasetsResponse++;
|
| if (buildCounterListDatasetsResponse < 3) {
|
| - checkUnnamed1646(o.datasets);
|
| + checkUnnamed1713(o.datasets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListDatasetsResponse--;
|
| }
|
|
|
| -buildUnnamed1647() {
|
| +buildUnnamed1714() {
|
| var o = new core.List<api.Variant>();
|
| o.add(buildVariant());
|
| o.add(buildVariant());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1647(core.List<api.Variant> o) {
|
| +checkUnnamed1714(core.List<api.Variant> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariant(o[0]);
|
| checkVariant(o[1]);
|
| @@ -1148,7 +1148,7 @@ buildMergeVariantsRequest() {
|
| var o = new api.MergeVariantsRequest();
|
| buildCounterMergeVariantsRequest++;
|
| if (buildCounterMergeVariantsRequest < 3) {
|
| - o.variants = buildUnnamed1647();
|
| + o.variants = buildUnnamed1714();
|
| }
|
| buildCounterMergeVariantsRequest--;
|
| return o;
|
| @@ -1157,35 +1157,35 @@ buildMergeVariantsRequest() {
|
| checkMergeVariantsRequest(api.MergeVariantsRequest o) {
|
| buildCounterMergeVariantsRequest++;
|
| if (buildCounterMergeVariantsRequest < 3) {
|
| - checkUnnamed1647(o.variants);
|
| + checkUnnamed1714(o.variants);
|
| }
|
| buildCounterMergeVariantsRequest--;
|
| }
|
|
|
| -buildUnnamed1648() {
|
| +buildUnnamed1715() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1648(core.List<core.String> o) {
|
| +checkUnnamed1715(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'));
|
| }
|
|
|
| -buildUnnamed1649() {
|
| +buildUnnamed1716() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1648();
|
| - o["y"] = buildUnnamed1648();
|
| + o["x"] = buildUnnamed1715();
|
| + o["y"] = buildUnnamed1715();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1649(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1716(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1648(o["x"]);
|
| - checkUnnamed1648(o["y"]);
|
| + checkUnnamed1715(o["x"]);
|
| + checkUnnamed1715(o["y"]);
|
| }
|
|
|
| core.int buildCounterMetadata = 0;
|
| @@ -1195,7 +1195,7 @@ buildMetadata() {
|
| if (buildCounterMetadata < 3) {
|
| o.description = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed1649();
|
| + o.info = buildUnnamed1716();
|
| o.key = "foo";
|
| o.number = "foo";
|
| o.type = "foo";
|
| @@ -1210,7 +1210,7 @@ checkMetadata(api.Metadata o) {
|
| if (buildCounterMetadata < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1649(o.info);
|
| + checkUnnamed1716(o.info);
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| unittest.expect(o.number, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -1219,27 +1219,27 @@ checkMetadata(api.Metadata o) {
|
| buildCounterMetadata--;
|
| }
|
|
|
| -buildUnnamed1650() {
|
| +buildUnnamed1717() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1650(core.List<core.String> o) {
|
| +checkUnnamed1717(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'));
|
| }
|
|
|
| -buildUnnamed1651() {
|
| +buildUnnamed1718() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1651(core.List<core.String> o) {
|
| +checkUnnamed1718(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'));
|
| @@ -1250,9 +1250,9 @@ buildPairedFastqSource() {
|
| var o = new api.PairedFastqSource();
|
| buildCounterPairedFastqSource++;
|
| if (buildCounterPairedFastqSource < 3) {
|
| - o.firstSourceUris = buildUnnamed1650();
|
| + o.firstSourceUris = buildUnnamed1717();
|
| o.metadata = buildFastqMetadata();
|
| - o.secondSourceUris = buildUnnamed1651();
|
| + o.secondSourceUris = buildUnnamed1718();
|
| }
|
| buildCounterPairedFastqSource--;
|
| return o;
|
| @@ -1261,9 +1261,9 @@ buildPairedFastqSource() {
|
| checkPairedFastqSource(api.PairedFastqSource o) {
|
| buildCounterPairedFastqSource++;
|
| if (buildCounterPairedFastqSource < 3) {
|
| - checkUnnamed1650(o.firstSourceUris);
|
| + checkUnnamed1717(o.firstSourceUris);
|
| checkFastqMetadata(o.metadata);
|
| - checkUnnamed1651(o.secondSourceUris);
|
| + checkUnnamed1718(o.secondSourceUris);
|
| }
|
| buildCounterPairedFastqSource--;
|
| }
|
| @@ -1366,43 +1366,43 @@ checkRangePosition(api.RangePosition o) {
|
| buildCounterRangePosition--;
|
| }
|
|
|
| -buildUnnamed1652() {
|
| +buildUnnamed1719() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1652(core.List<core.int> o) {
|
| +checkUnnamed1719(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));
|
| }
|
|
|
| -buildUnnamed1653() {
|
| +buildUnnamed1720() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1653(core.List<core.String> o) {
|
| +checkUnnamed1720(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'));
|
| }
|
|
|
| -buildUnnamed1654() {
|
| +buildUnnamed1721() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1653();
|
| - o["y"] = buildUnnamed1653();
|
| + o["x"] = buildUnnamed1720();
|
| + o["y"] = buildUnnamed1720();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1654(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1721(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1653(o["x"]);
|
| - checkUnnamed1653(o["y"]);
|
| + checkUnnamed1720(o["x"]);
|
| + checkUnnamed1720(o["y"]);
|
| }
|
|
|
| core.int buildCounterRead = 0;
|
| @@ -1410,7 +1410,7 @@ buildRead() {
|
| var o = new api.Read();
|
| buildCounterRead++;
|
| if (buildCounterRead < 3) {
|
| - o.alignedQuality = buildUnnamed1652();
|
| + o.alignedQuality = buildUnnamed1719();
|
| o.alignedSequence = "foo";
|
| o.alignment = buildLinearAlignment();
|
| o.duplicateFragment = true;
|
| @@ -1418,7 +1418,7 @@ buildRead() {
|
| o.fragmentLength = 42;
|
| o.fragmentName = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed1654();
|
| + o.info = buildUnnamed1721();
|
| o.nextMatePosition = buildPosition();
|
| o.numberReads = 42;
|
| o.properPlacement = true;
|
| @@ -1435,7 +1435,7 @@ buildRead() {
|
| checkRead(api.Read o) {
|
| buildCounterRead++;
|
| if (buildCounterRead < 3) {
|
| - checkUnnamed1652(o.alignedQuality);
|
| + checkUnnamed1719(o.alignedQuality);
|
| unittest.expect(o.alignedSequence, unittest.equals('foo'));
|
| checkLinearAlignment(o.alignment);
|
| unittest.expect(o.duplicateFragment, unittest.isTrue);
|
| @@ -1443,7 +1443,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'));
|
| - checkUnnamed1654(o.info);
|
| + checkUnnamed1721(o.info);
|
| checkPosition(o.nextMatePosition);
|
| unittest.expect(o.numberReads, unittest.equals(42));
|
| unittest.expect(o.properPlacement, unittest.isTrue);
|
| @@ -1456,40 +1456,40 @@ checkRead(api.Read o) {
|
| buildCounterRead--;
|
| }
|
|
|
| -buildUnnamed1655() {
|
| +buildUnnamed1722() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1655(core.List<core.String> o) {
|
| +checkUnnamed1722(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'));
|
| }
|
|
|
| -buildUnnamed1656() {
|
| +buildUnnamed1723() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1655();
|
| - o["y"] = buildUnnamed1655();
|
| + o["x"] = buildUnnamed1722();
|
| + o["y"] = buildUnnamed1722();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1656(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1723(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1655(o["x"]);
|
| - checkUnnamed1655(o["y"]);
|
| + checkUnnamed1722(o["x"]);
|
| + checkUnnamed1722(o["y"]);
|
| }
|
|
|
| -buildUnnamed1657() {
|
| +buildUnnamed1724() {
|
| var o = new core.List<api.ReadGroupProgram>();
|
| o.add(buildReadGroupProgram());
|
| o.add(buildReadGroupProgram());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1657(core.List<api.ReadGroupProgram> o) {
|
| +checkUnnamed1724(core.List<api.ReadGroupProgram> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReadGroupProgram(o[0]);
|
| checkReadGroupProgram(o[1]);
|
| @@ -1504,10 +1504,10 @@ buildReadGroup() {
|
| o.description = "foo";
|
| o.experiment = buildReadGroupExperiment();
|
| o.id = "foo";
|
| - o.info = buildUnnamed1656();
|
| + o.info = buildUnnamed1723();
|
| o.name = "foo";
|
| o.predictedInsertSize = 42;
|
| - o.programs = buildUnnamed1657();
|
| + o.programs = buildUnnamed1724();
|
| o.referenceSetId = "foo";
|
| o.sampleId = "foo";
|
| }
|
| @@ -1522,10 +1522,10 @@ checkReadGroup(api.ReadGroup o) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| checkReadGroupExperiment(o.experiment);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1656(o.info);
|
| + checkUnnamed1723(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.predictedInsertSize, unittest.equals(42));
|
| - checkUnnamed1657(o.programs);
|
| + checkUnnamed1724(o.programs);
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| unittest.expect(o.sampleId, unittest.equals('foo'));
|
| }
|
| @@ -1584,40 +1584,40 @@ checkReadGroupProgram(api.ReadGroupProgram o) {
|
| buildCounterReadGroupProgram--;
|
| }
|
|
|
| -buildUnnamed1658() {
|
| +buildUnnamed1725() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1658(core.List<core.String> o) {
|
| +checkUnnamed1725(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'));
|
| }
|
|
|
| -buildUnnamed1659() {
|
| +buildUnnamed1726() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1658();
|
| - o["y"] = buildUnnamed1658();
|
| + o["x"] = buildUnnamed1725();
|
| + o["y"] = buildUnnamed1725();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1659(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1726(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1658(o["x"]);
|
| - checkUnnamed1658(o["y"]);
|
| + checkUnnamed1725(o["x"]);
|
| + checkUnnamed1725(o["y"]);
|
| }
|
|
|
| -buildUnnamed1660() {
|
| +buildUnnamed1727() {
|
| var o = new core.List<api.ReadGroup>();
|
| o.add(buildReadGroup());
|
| o.add(buildReadGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1660(core.List<api.ReadGroup> o) {
|
| +checkUnnamed1727(core.List<api.ReadGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReadGroup(o[0]);
|
| checkReadGroup(o[1]);
|
| @@ -1631,9 +1631,9 @@ buildReadGroupSet() {
|
| o.datasetId = "foo";
|
| o.filename = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed1659();
|
| + o.info = buildUnnamed1726();
|
| o.name = "foo";
|
| - o.readGroups = buildUnnamed1660();
|
| + o.readGroups = buildUnnamed1727();
|
| o.referenceSetId = "foo";
|
| }
|
| buildCounterReadGroupSet--;
|
| @@ -1646,22 +1646,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'));
|
| - checkUnnamed1659(o.info);
|
| + checkUnnamed1726(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed1660(o.readGroups);
|
| + checkUnnamed1727(o.readGroups);
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| }
|
| buildCounterReadGroupSet--;
|
| }
|
|
|
| -buildUnnamed1661() {
|
| +buildUnnamed1728() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1661(core.List<core.String> o) {
|
| +checkUnnamed1728(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'));
|
| @@ -1677,7 +1677,7 @@ buildReference() {
|
| o.md5checksum = "foo";
|
| o.name = "foo";
|
| o.ncbiTaxonId = 42;
|
| - o.sourceAccessions = buildUnnamed1661();
|
| + o.sourceAccessions = buildUnnamed1728();
|
| o.sourceURI = "foo";
|
| }
|
| buildCounterReference--;
|
| @@ -1692,7 +1692,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));
|
| - checkUnnamed1661(o.sourceAccessions);
|
| + checkUnnamed1728(o.sourceAccessions);
|
| unittest.expect(o.sourceURI, unittest.equals('foo'));
|
| }
|
| buildCounterReference--;
|
| @@ -1719,27 +1719,27 @@ checkReferenceBound(api.ReferenceBound o) {
|
| buildCounterReferenceBound--;
|
| }
|
|
|
| -buildUnnamed1662() {
|
| +buildUnnamed1729() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1662(core.List<core.String> o) {
|
| +checkUnnamed1729(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'));
|
| }
|
|
|
| -buildUnnamed1663() {
|
| +buildUnnamed1730() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1663(core.List<core.String> o) {
|
| +checkUnnamed1730(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'));
|
| @@ -1755,8 +1755,8 @@ buildReferenceSet() {
|
| o.id = "foo";
|
| o.md5checksum = "foo";
|
| o.ncbiTaxonId = 42;
|
| - o.referenceIds = buildUnnamed1662();
|
| - o.sourceAccessions = buildUnnamed1663();
|
| + o.referenceIds = buildUnnamed1729();
|
| + o.sourceAccessions = buildUnnamed1730();
|
| o.sourceURI = "foo";
|
| }
|
| buildCounterReferenceSet--;
|
| @@ -1771,34 +1771,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));
|
| - checkUnnamed1662(o.referenceIds);
|
| - checkUnnamed1663(o.sourceAccessions);
|
| + checkUnnamed1729(o.referenceIds);
|
| + checkUnnamed1730(o.sourceAccessions);
|
| unittest.expect(o.sourceURI, unittest.equals('foo'));
|
| }
|
| buildCounterReferenceSet--;
|
| }
|
|
|
| -buildUnnamed1664() {
|
| +buildUnnamed1731() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1664(core.List<core.String> o) {
|
| +checkUnnamed1731(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'));
|
| }
|
|
|
| -buildUnnamed1665() {
|
| +buildUnnamed1732() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1665(core.List<core.String> o) {
|
| +checkUnnamed1732(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'));
|
| @@ -1809,12 +1809,12 @@ buildSearchAnnotationSetsRequest() {
|
| var o = new api.SearchAnnotationSetsRequest();
|
| buildCounterSearchAnnotationSetsRequest++;
|
| if (buildCounterSearchAnnotationSetsRequest < 3) {
|
| - o.datasetIds = buildUnnamed1664();
|
| + o.datasetIds = buildUnnamed1731();
|
| o.name = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.referenceSetId = "foo";
|
| - o.types = buildUnnamed1665();
|
| + o.types = buildUnnamed1732();
|
| }
|
| buildCounterSearchAnnotationSetsRequest--;
|
| return o;
|
| @@ -1823,24 +1823,24 @@ buildSearchAnnotationSetsRequest() {
|
| checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) {
|
| buildCounterSearchAnnotationSetsRequest++;
|
| if (buildCounterSearchAnnotationSetsRequest < 3) {
|
| - checkUnnamed1664(o.datasetIds);
|
| + checkUnnamed1731(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'));
|
| - checkUnnamed1665(o.types);
|
| + checkUnnamed1732(o.types);
|
| }
|
| buildCounterSearchAnnotationSetsRequest--;
|
| }
|
|
|
| -buildUnnamed1666() {
|
| +buildUnnamed1733() {
|
| var o = new core.List<api.AnnotationSet>();
|
| o.add(buildAnnotationSet());
|
| o.add(buildAnnotationSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1666(core.List<api.AnnotationSet> o) {
|
| +checkUnnamed1733(core.List<api.AnnotationSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnnotationSet(o[0]);
|
| checkAnnotationSet(o[1]);
|
| @@ -1851,7 +1851,7 @@ buildSearchAnnotationSetsResponse() {
|
| var o = new api.SearchAnnotationSetsResponse();
|
| buildCounterSearchAnnotationSetsResponse++;
|
| if (buildCounterSearchAnnotationSetsResponse < 3) {
|
| - o.annotationSets = buildUnnamed1666();
|
| + o.annotationSets = buildUnnamed1733();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchAnnotationSetsResponse--;
|
| @@ -1861,20 +1861,20 @@ buildSearchAnnotationSetsResponse() {
|
| checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) {
|
| buildCounterSearchAnnotationSetsResponse++;
|
| if (buildCounterSearchAnnotationSetsResponse < 3) {
|
| - checkUnnamed1666(o.annotationSets);
|
| + checkUnnamed1733(o.annotationSets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchAnnotationSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1667() {
|
| +buildUnnamed1734() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1667(core.List<core.String> o) {
|
| +checkUnnamed1734(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'));
|
| @@ -1885,7 +1885,7 @@ buildSearchAnnotationsRequest() {
|
| var o = new api.SearchAnnotationsRequest();
|
| buildCounterSearchAnnotationsRequest++;
|
| if (buildCounterSearchAnnotationsRequest < 3) {
|
| - o.annotationSetIds = buildUnnamed1667();
|
| + o.annotationSetIds = buildUnnamed1734();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.range = buildQueryRange();
|
| @@ -1897,7 +1897,7 @@ buildSearchAnnotationsRequest() {
|
| checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
|
| buildCounterSearchAnnotationsRequest++;
|
| if (buildCounterSearchAnnotationsRequest < 3) {
|
| - checkUnnamed1667(o.annotationSetIds);
|
| + checkUnnamed1734(o.annotationSetIds);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| checkQueryRange(o.range);
|
| @@ -1905,14 +1905,14 @@ checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
|
| buildCounterSearchAnnotationsRequest--;
|
| }
|
|
|
| -buildUnnamed1668() {
|
| +buildUnnamed1735() {
|
| var o = new core.List<api.Annotation>();
|
| o.add(buildAnnotation());
|
| o.add(buildAnnotation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1668(core.List<api.Annotation> o) {
|
| +checkUnnamed1735(core.List<api.Annotation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnnotation(o[0]);
|
| checkAnnotation(o[1]);
|
| @@ -1923,7 +1923,7 @@ buildSearchAnnotationsResponse() {
|
| var o = new api.SearchAnnotationsResponse();
|
| buildCounterSearchAnnotationsResponse++;
|
| if (buildCounterSearchAnnotationsResponse < 3) {
|
| - o.annotations = buildUnnamed1668();
|
| + o.annotations = buildUnnamed1735();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchAnnotationsResponse--;
|
| @@ -1933,20 +1933,20 @@ buildSearchAnnotationsResponse() {
|
| checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) {
|
| buildCounterSearchAnnotationsResponse++;
|
| if (buildCounterSearchAnnotationsResponse < 3) {
|
| - checkUnnamed1668(o.annotations);
|
| + checkUnnamed1735(o.annotations);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchAnnotationsResponse--;
|
| }
|
|
|
| -buildUnnamed1669() {
|
| +buildUnnamed1736() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1669(core.List<core.String> o) {
|
| +checkUnnamed1736(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'));
|
| @@ -1960,7 +1960,7 @@ buildSearchCallSetsRequest() {
|
| o.name = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| - o.variantSetIds = buildUnnamed1669();
|
| + o.variantSetIds = buildUnnamed1736();
|
| }
|
| buildCounterSearchCallSetsRequest--;
|
| return o;
|
| @@ -1972,19 +1972,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'));
|
| - checkUnnamed1669(o.variantSetIds);
|
| + checkUnnamed1736(o.variantSetIds);
|
| }
|
| buildCounterSearchCallSetsRequest--;
|
| }
|
|
|
| -buildUnnamed1670() {
|
| +buildUnnamed1737() {
|
| var o = new core.List<api.CallSet>();
|
| o.add(buildCallSet());
|
| o.add(buildCallSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1670(core.List<api.CallSet> o) {
|
| +checkUnnamed1737(core.List<api.CallSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCallSet(o[0]);
|
| checkCallSet(o[1]);
|
| @@ -1995,7 +1995,7 @@ buildSearchCallSetsResponse() {
|
| var o = new api.SearchCallSetsResponse();
|
| buildCounterSearchCallSetsResponse++;
|
| if (buildCounterSearchCallSetsResponse < 3) {
|
| - o.callSets = buildUnnamed1670();
|
| + o.callSets = buildUnnamed1737();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchCallSetsResponse--;
|
| @@ -2005,20 +2005,20 @@ buildSearchCallSetsResponse() {
|
| checkSearchCallSetsResponse(api.SearchCallSetsResponse o) {
|
| buildCounterSearchCallSetsResponse++;
|
| if (buildCounterSearchCallSetsResponse < 3) {
|
| - checkUnnamed1670(o.callSets);
|
| + checkUnnamed1737(o.callSets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchCallSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1671() {
|
| +buildUnnamed1738() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1671(core.List<core.String> o) {
|
| +checkUnnamed1738(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'));
|
| @@ -2034,7 +2034,7 @@ buildSearchJobsRequest() {
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.projectNumber = "foo";
|
| - o.status = buildUnnamed1671();
|
| + o.status = buildUnnamed1738();
|
| }
|
| buildCounterSearchJobsRequest--;
|
| return o;
|
| @@ -2048,19 +2048,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'));
|
| - checkUnnamed1671(o.status);
|
| + checkUnnamed1738(o.status);
|
| }
|
| buildCounterSearchJobsRequest--;
|
| }
|
|
|
| -buildUnnamed1672() {
|
| +buildUnnamed1739() {
|
| var o = new core.List<api.Job>();
|
| o.add(buildJob());
|
| o.add(buildJob());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1672(core.List<api.Job> o) {
|
| +checkUnnamed1739(core.List<api.Job> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkJob(o[0]);
|
| checkJob(o[1]);
|
| @@ -2071,7 +2071,7 @@ buildSearchJobsResponse() {
|
| var o = new api.SearchJobsResponse();
|
| buildCounterSearchJobsResponse++;
|
| if (buildCounterSearchJobsResponse < 3) {
|
| - o.jobs = buildUnnamed1672();
|
| + o.jobs = buildUnnamed1739();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchJobsResponse--;
|
| @@ -2081,20 +2081,20 @@ buildSearchJobsResponse() {
|
| checkSearchJobsResponse(api.SearchJobsResponse o) {
|
| buildCounterSearchJobsResponse++;
|
| if (buildCounterSearchJobsResponse < 3) {
|
| - checkUnnamed1672(o.jobs);
|
| + checkUnnamed1739(o.jobs);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchJobsResponse--;
|
| }
|
|
|
| -buildUnnamed1673() {
|
| +buildUnnamed1740() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1673(core.List<core.String> o) {
|
| +checkUnnamed1740(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'));
|
| @@ -2105,7 +2105,7 @@ buildSearchReadGroupSetsRequest() {
|
| var o = new api.SearchReadGroupSetsRequest();
|
| buildCounterSearchReadGroupSetsRequest++;
|
| if (buildCounterSearchReadGroupSetsRequest < 3) {
|
| - o.datasetIds = buildUnnamed1673();
|
| + o.datasetIds = buildUnnamed1740();
|
| o.name = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| @@ -2117,7 +2117,7 @@ buildSearchReadGroupSetsRequest() {
|
| checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
|
| buildCounterSearchReadGroupSetsRequest++;
|
| if (buildCounterSearchReadGroupSetsRequest < 3) {
|
| - checkUnnamed1673(o.datasetIds);
|
| + checkUnnamed1740(o.datasetIds);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| @@ -2125,14 +2125,14 @@ checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
|
| buildCounterSearchReadGroupSetsRequest--;
|
| }
|
|
|
| -buildUnnamed1674() {
|
| +buildUnnamed1741() {
|
| var o = new core.List<api.ReadGroupSet>();
|
| o.add(buildReadGroupSet());
|
| o.add(buildReadGroupSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1674(core.List<api.ReadGroupSet> o) {
|
| +checkUnnamed1741(core.List<api.ReadGroupSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReadGroupSet(o[0]);
|
| checkReadGroupSet(o[1]);
|
| @@ -2144,7 +2144,7 @@ buildSearchReadGroupSetsResponse() {
|
| buildCounterSearchReadGroupSetsResponse++;
|
| if (buildCounterSearchReadGroupSetsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.readGroupSets = buildUnnamed1674();
|
| + o.readGroupSets = buildUnnamed1741();
|
| }
|
| buildCounterSearchReadGroupSetsResponse--;
|
| return o;
|
| @@ -2154,32 +2154,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) {
|
| buildCounterSearchReadGroupSetsResponse++;
|
| if (buildCounterSearchReadGroupSetsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1674(o.readGroupSets);
|
| + checkUnnamed1741(o.readGroupSets);
|
| }
|
| buildCounterSearchReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1675() {
|
| +buildUnnamed1742() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1675(core.List<core.String> o) {
|
| +checkUnnamed1742(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'));
|
| }
|
|
|
| -buildUnnamed1676() {
|
| +buildUnnamed1743() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1676(core.List<core.String> o) {
|
| +checkUnnamed1743(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'));
|
| @@ -2193,8 +2193,8 @@ buildSearchReadsRequest() {
|
| o.end = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| - o.readGroupIds = buildUnnamed1675();
|
| - o.readGroupSetIds = buildUnnamed1676();
|
| + o.readGroupIds = buildUnnamed1742();
|
| + o.readGroupSetIds = buildUnnamed1743();
|
| o.referenceName = "foo";
|
| o.start = "foo";
|
| }
|
| @@ -2208,22 +2208,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'));
|
| - checkUnnamed1675(o.readGroupIds);
|
| - checkUnnamed1676(o.readGroupSetIds);
|
| + checkUnnamed1742(o.readGroupIds);
|
| + checkUnnamed1743(o.readGroupSetIds);
|
| unittest.expect(o.referenceName, unittest.equals('foo'));
|
| unittest.expect(o.start, unittest.equals('foo'));
|
| }
|
| buildCounterSearchReadsRequest--;
|
| }
|
|
|
| -buildUnnamed1677() {
|
| +buildUnnamed1744() {
|
| var o = new core.List<api.Read>();
|
| o.add(buildRead());
|
| o.add(buildRead());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1677(core.List<api.Read> o) {
|
| +checkUnnamed1744(core.List<api.Read> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRead(o[0]);
|
| checkRead(o[1]);
|
| @@ -2234,7 +2234,7 @@ buildSearchReadsResponse() {
|
| var o = new api.SearchReadsResponse();
|
| buildCounterSearchReadsResponse++;
|
| if (buildCounterSearchReadsResponse < 3) {
|
| - o.alignments = buildUnnamed1677();
|
| + o.alignments = buildUnnamed1744();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchReadsResponse--;
|
| @@ -2244,33 +2244,33 @@ buildSearchReadsResponse() {
|
| checkSearchReadsResponse(api.SearchReadsResponse o) {
|
| buildCounterSearchReadsResponse++;
|
| if (buildCounterSearchReadsResponse < 3) {
|
| - checkUnnamed1677(o.alignments);
|
| + checkUnnamed1744(o.alignments);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchReadsResponse--;
|
| }
|
|
|
| -buildUnnamed1678() {
|
| +buildUnnamed1745() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1678(core.List<core.String> o) {
|
| +checkUnnamed1745(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'));
|
| }
|
|
|
| -buildUnnamed1679() {
|
| +buildUnnamed1746() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1679(core.List<core.String> o) {
|
| +checkUnnamed1746(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'));
|
| @@ -2281,8 +2281,8 @@ buildSearchReferenceSetsRequest() {
|
| var o = new api.SearchReferenceSetsRequest();
|
| buildCounterSearchReferenceSetsRequest++;
|
| if (buildCounterSearchReferenceSetsRequest < 3) {
|
| - o.accessions = buildUnnamed1678();
|
| - o.md5checksums = buildUnnamed1679();
|
| + o.accessions = buildUnnamed1745();
|
| + o.md5checksums = buildUnnamed1746();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| }
|
| @@ -2293,22 +2293,22 @@ buildSearchReferenceSetsRequest() {
|
| checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) {
|
| buildCounterSearchReferenceSetsRequest++;
|
| if (buildCounterSearchReferenceSetsRequest < 3) {
|
| - checkUnnamed1678(o.accessions);
|
| - checkUnnamed1679(o.md5checksums);
|
| + checkUnnamed1745(o.accessions);
|
| + checkUnnamed1746(o.md5checksums);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchReferenceSetsRequest--;
|
| }
|
|
|
| -buildUnnamed1680() {
|
| +buildUnnamed1747() {
|
| var o = new core.List<api.ReferenceSet>();
|
| o.add(buildReferenceSet());
|
| o.add(buildReferenceSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1680(core.List<api.ReferenceSet> o) {
|
| +checkUnnamed1747(core.List<api.ReferenceSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReferenceSet(o[0]);
|
| checkReferenceSet(o[1]);
|
| @@ -2320,7 +2320,7 @@ buildSearchReferenceSetsResponse() {
|
| buildCounterSearchReferenceSetsResponse++;
|
| if (buildCounterSearchReferenceSetsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.referenceSets = buildUnnamed1680();
|
| + o.referenceSets = buildUnnamed1747();
|
| }
|
| buildCounterSearchReferenceSetsResponse--;
|
| return o;
|
| @@ -2330,32 +2330,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) {
|
| buildCounterSearchReferenceSetsResponse++;
|
| if (buildCounterSearchReferenceSetsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1680(o.referenceSets);
|
| + checkUnnamed1747(o.referenceSets);
|
| }
|
| buildCounterSearchReferenceSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1681() {
|
| +buildUnnamed1748() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1681(core.List<core.String> o) {
|
| +checkUnnamed1748(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'));
|
| }
|
|
|
| -buildUnnamed1682() {
|
| +buildUnnamed1749() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1682(core.List<core.String> o) {
|
| +checkUnnamed1749(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'));
|
| @@ -2366,8 +2366,8 @@ buildSearchReferencesRequest() {
|
| var o = new api.SearchReferencesRequest();
|
| buildCounterSearchReferencesRequest++;
|
| if (buildCounterSearchReferencesRequest < 3) {
|
| - o.accessions = buildUnnamed1681();
|
| - o.md5checksums = buildUnnamed1682();
|
| + o.accessions = buildUnnamed1748();
|
| + o.md5checksums = buildUnnamed1749();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.referenceSetId = "foo";
|
| @@ -2379,8 +2379,8 @@ buildSearchReferencesRequest() {
|
| checkSearchReferencesRequest(api.SearchReferencesRequest o) {
|
| buildCounterSearchReferencesRequest++;
|
| if (buildCounterSearchReferencesRequest < 3) {
|
| - checkUnnamed1681(o.accessions);
|
| - checkUnnamed1682(o.md5checksums);
|
| + checkUnnamed1748(o.accessions);
|
| + checkUnnamed1749(o.md5checksums);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| @@ -2388,14 +2388,14 @@ checkSearchReferencesRequest(api.SearchReferencesRequest o) {
|
| buildCounterSearchReferencesRequest--;
|
| }
|
|
|
| -buildUnnamed1683() {
|
| +buildUnnamed1750() {
|
| var o = new core.List<api.Reference>();
|
| o.add(buildReference());
|
| o.add(buildReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1683(core.List<api.Reference> o) {
|
| +checkUnnamed1750(core.List<api.Reference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReference(o[0]);
|
| checkReference(o[1]);
|
| @@ -2407,7 +2407,7 @@ buildSearchReferencesResponse() {
|
| buildCounterSearchReferencesResponse++;
|
| if (buildCounterSearchReferencesResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.references = buildUnnamed1683();
|
| + o.references = buildUnnamed1750();
|
| }
|
| buildCounterSearchReferencesResponse--;
|
| return o;
|
| @@ -2417,19 +2417,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) {
|
| buildCounterSearchReferencesResponse++;
|
| if (buildCounterSearchReferencesResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1683(o.references);
|
| + checkUnnamed1750(o.references);
|
| }
|
| buildCounterSearchReferencesResponse--;
|
| }
|
|
|
| -buildUnnamed1684() {
|
| +buildUnnamed1751() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1684(core.List<core.String> o) {
|
| +checkUnnamed1751(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'));
|
| @@ -2440,7 +2440,7 @@ buildSearchVariantSetsRequest() {
|
| var o = new api.SearchVariantSetsRequest();
|
| buildCounterSearchVariantSetsRequest++;
|
| if (buildCounterSearchVariantSetsRequest < 3) {
|
| - o.datasetIds = buildUnnamed1684();
|
| + o.datasetIds = buildUnnamed1751();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| }
|
| @@ -2451,21 +2451,21 @@ buildSearchVariantSetsRequest() {
|
| checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) {
|
| buildCounterSearchVariantSetsRequest++;
|
| if (buildCounterSearchVariantSetsRequest < 3) {
|
| - checkUnnamed1684(o.datasetIds);
|
| + checkUnnamed1751(o.datasetIds);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchVariantSetsRequest--;
|
| }
|
|
|
| -buildUnnamed1685() {
|
| +buildUnnamed1752() {
|
| var o = new core.List<api.VariantSet>();
|
| o.add(buildVariantSet());
|
| o.add(buildVariantSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1685(core.List<api.VariantSet> o) {
|
| +checkUnnamed1752(core.List<api.VariantSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariantSet(o[0]);
|
| checkVariantSet(o[1]);
|
| @@ -2477,7 +2477,7 @@ buildSearchVariantSetsResponse() {
|
| buildCounterSearchVariantSetsResponse++;
|
| if (buildCounterSearchVariantSetsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.variantSets = buildUnnamed1685();
|
| + o.variantSets = buildUnnamed1752();
|
| }
|
| buildCounterSearchVariantSetsResponse--;
|
| return o;
|
| @@ -2487,32 +2487,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) {
|
| buildCounterSearchVariantSetsResponse++;
|
| if (buildCounterSearchVariantSetsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1685(o.variantSets);
|
| + checkUnnamed1752(o.variantSets);
|
| }
|
| buildCounterSearchVariantSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1686() {
|
| +buildUnnamed1753() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1686(core.List<core.String> o) {
|
| +checkUnnamed1753(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'));
|
| }
|
|
|
| -buildUnnamed1687() {
|
| +buildUnnamed1754() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1687(core.List<core.String> o) {
|
| +checkUnnamed1754(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'));
|
| @@ -2523,7 +2523,7 @@ buildSearchVariantsRequest() {
|
| var o = new api.SearchVariantsRequest();
|
| buildCounterSearchVariantsRequest++;
|
| if (buildCounterSearchVariantsRequest < 3) {
|
| - o.callSetIds = buildUnnamed1686();
|
| + o.callSetIds = buildUnnamed1753();
|
| o.end = "foo";
|
| o.maxCalls = 42;
|
| o.pageSize = 42;
|
| @@ -2531,7 +2531,7 @@ buildSearchVariantsRequest() {
|
| o.referenceName = "foo";
|
| o.start = "foo";
|
| o.variantName = "foo";
|
| - o.variantSetIds = buildUnnamed1687();
|
| + o.variantSetIds = buildUnnamed1754();
|
| }
|
| buildCounterSearchVariantsRequest--;
|
| return o;
|
| @@ -2540,7 +2540,7 @@ buildSearchVariantsRequest() {
|
| checkSearchVariantsRequest(api.SearchVariantsRequest o) {
|
| buildCounterSearchVariantsRequest++;
|
| if (buildCounterSearchVariantsRequest < 3) {
|
| - checkUnnamed1686(o.callSetIds);
|
| + checkUnnamed1753(o.callSetIds);
|
| unittest.expect(o.end, unittest.equals('foo'));
|
| unittest.expect(o.maxCalls, unittest.equals(42));
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| @@ -2548,19 +2548,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'));
|
| - checkUnnamed1687(o.variantSetIds);
|
| + checkUnnamed1754(o.variantSetIds);
|
| }
|
| buildCounterSearchVariantsRequest--;
|
| }
|
|
|
| -buildUnnamed1688() {
|
| +buildUnnamed1755() {
|
| var o = new core.List<api.Variant>();
|
| o.add(buildVariant());
|
| o.add(buildVariant());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1688(core.List<api.Variant> o) {
|
| +checkUnnamed1755(core.List<api.Variant> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariant(o[0]);
|
| checkVariant(o[1]);
|
| @@ -2572,7 +2572,7 @@ buildSearchVariantsResponse() {
|
| buildCounterSearchVariantsResponse++;
|
| if (buildCounterSearchVariantsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.variants = buildUnnamed1688();
|
| + o.variants = buildUnnamed1755();
|
| }
|
| buildCounterSearchVariantsResponse--;
|
| return o;
|
| @@ -2582,19 +2582,19 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) {
|
| buildCounterSearchVariantsResponse++;
|
| if (buildCounterSearchVariantsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1688(o.variants);
|
| + checkUnnamed1755(o.variants);
|
| }
|
| buildCounterSearchVariantsResponse--;
|
| }
|
|
|
| -buildUnnamed1689() {
|
| +buildUnnamed1756() {
|
| var o = new core.List<api.TranscriptExon>();
|
| o.add(buildTranscriptExon());
|
| o.add(buildTranscriptExon());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1689(core.List<api.TranscriptExon> o) {
|
| +checkUnnamed1756(core.List<api.TranscriptExon> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTranscriptExon(o[0]);
|
| checkTranscriptExon(o[1]);
|
| @@ -2606,7 +2606,7 @@ buildTranscript() {
|
| buildCounterTranscript++;
|
| if (buildCounterTranscript < 3) {
|
| o.codingSequence = buildTranscriptCodingSequence();
|
| - o.exons = buildUnnamed1689();
|
| + o.exons = buildUnnamed1756();
|
| o.geneId = "foo";
|
| }
|
| buildCounterTranscript--;
|
| @@ -2617,7 +2617,7 @@ checkTranscript(api.Transcript o) {
|
| buildCounterTranscript++;
|
| if (buildCounterTranscript < 3) {
|
| checkTranscriptCodingSequence(o.codingSequence);
|
| - checkUnnamed1689(o.exons);
|
| + checkUnnamed1756(o.exons);
|
| unittest.expect(o.geneId, unittest.equals('foo'));
|
| }
|
| buildCounterTranscript--;
|
| @@ -2667,79 +2667,79 @@ checkTranscriptExon(api.TranscriptExon o) {
|
| buildCounterTranscriptExon--;
|
| }
|
|
|
| -buildUnnamed1690() {
|
| +buildUnnamed1757() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1690(core.List<core.String> o) {
|
| +checkUnnamed1757(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'));
|
| }
|
|
|
| -buildUnnamed1691() {
|
| +buildUnnamed1758() {
|
| var o = new core.List<api.Call>();
|
| o.add(buildCall());
|
| o.add(buildCall());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1691(core.List<api.Call> o) {
|
| +checkUnnamed1758(core.List<api.Call> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCall(o[0]);
|
| checkCall(o[1]);
|
| }
|
|
|
| -buildUnnamed1692() {
|
| +buildUnnamed1759() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1692(core.List<core.String> o) {
|
| +checkUnnamed1759(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'));
|
| }
|
|
|
| -buildUnnamed1693() {
|
| +buildUnnamed1760() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1693(core.List<core.String> o) {
|
| +checkUnnamed1760(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'));
|
| }
|
|
|
| -buildUnnamed1694() {
|
| +buildUnnamed1761() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1693();
|
| - o["y"] = buildUnnamed1693();
|
| + o["x"] = buildUnnamed1760();
|
| + o["y"] = buildUnnamed1760();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1694(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1761(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1693(o["x"]);
|
| - checkUnnamed1693(o["y"]);
|
| + checkUnnamed1760(o["x"]);
|
| + checkUnnamed1760(o["y"]);
|
| }
|
|
|
| -buildUnnamed1695() {
|
| +buildUnnamed1762() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1695(core.List<core.String> o) {
|
| +checkUnnamed1762(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'));
|
| @@ -2750,14 +2750,14 @@ buildVariant() {
|
| var o = new api.Variant();
|
| buildCounterVariant++;
|
| if (buildCounterVariant < 3) {
|
| - o.alternateBases = buildUnnamed1690();
|
| - o.calls = buildUnnamed1691();
|
| + o.alternateBases = buildUnnamed1757();
|
| + o.calls = buildUnnamed1758();
|
| o.created = "foo";
|
| o.end = "foo";
|
| - o.filter = buildUnnamed1692();
|
| + o.filter = buildUnnamed1759();
|
| o.id = "foo";
|
| - o.info = buildUnnamed1694();
|
| - o.names = buildUnnamed1695();
|
| + o.info = buildUnnamed1761();
|
| + o.names = buildUnnamed1762();
|
| o.quality = 42.0;
|
| o.referenceBases = "foo";
|
| o.referenceName = "foo";
|
| @@ -2771,14 +2771,14 @@ buildVariant() {
|
| checkVariant(api.Variant o) {
|
| buildCounterVariant++;
|
| if (buildCounterVariant < 3) {
|
| - checkUnnamed1690(o.alternateBases);
|
| - checkUnnamed1691(o.calls);
|
| + checkUnnamed1757(o.alternateBases);
|
| + checkUnnamed1758(o.calls);
|
| unittest.expect(o.created, unittest.equals('foo'));
|
| unittest.expect(o.end, unittest.equals('foo'));
|
| - checkUnnamed1692(o.filter);
|
| + checkUnnamed1759(o.filter);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1694(o.info);
|
| - checkUnnamed1695(o.names);
|
| + checkUnnamed1761(o.info);
|
| + checkUnnamed1762(o.names);
|
| unittest.expect(o.quality, unittest.equals(42.0));
|
| unittest.expect(o.referenceBases, unittest.equals('foo'));
|
| unittest.expect(o.referenceName, unittest.equals('foo'));
|
| @@ -2788,27 +2788,27 @@ checkVariant(api.Variant o) {
|
| buildCounterVariant--;
|
| }
|
|
|
| -buildUnnamed1696() {
|
| +buildUnnamed1763() {
|
| var o = new core.List<api.VariantAnnotationCondition>();
|
| o.add(buildVariantAnnotationCondition());
|
| o.add(buildVariantAnnotationCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1696(core.List<api.VariantAnnotationCondition> o) {
|
| +checkUnnamed1763(core.List<api.VariantAnnotationCondition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariantAnnotationCondition(o[0]);
|
| checkVariantAnnotationCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed1697() {
|
| +buildUnnamed1764() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1697(core.List<core.String> o) {
|
| +checkUnnamed1764(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'));
|
| @@ -2821,10 +2821,10 @@ buildVariantAnnotation() {
|
| if (buildCounterVariantAnnotation < 3) {
|
| o.alternateBases = "foo";
|
| o.clinicalSignificance = "foo";
|
| - o.conditions = buildUnnamed1696();
|
| + o.conditions = buildUnnamed1763();
|
| o.effect = "foo";
|
| o.geneId = "foo";
|
| - o.transcriptIds = buildUnnamed1697();
|
| + o.transcriptIds = buildUnnamed1764();
|
| o.type = "foo";
|
| }
|
| buildCounterVariantAnnotation--;
|
| @@ -2836,36 +2836,36 @@ checkVariantAnnotation(api.VariantAnnotation o) {
|
| if (buildCounterVariantAnnotation < 3) {
|
| unittest.expect(o.alternateBases, unittest.equals('foo'));
|
| unittest.expect(o.clinicalSignificance, unittest.equals('foo'));
|
| - checkUnnamed1696(o.conditions);
|
| + checkUnnamed1763(o.conditions);
|
| unittest.expect(o.effect, unittest.equals('foo'));
|
| unittest.expect(o.geneId, unittest.equals('foo'));
|
| - checkUnnamed1697(o.transcriptIds);
|
| + checkUnnamed1764(o.transcriptIds);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterVariantAnnotation--;
|
| }
|
|
|
| -buildUnnamed1698() {
|
| +buildUnnamed1765() {
|
| var o = new core.List<api.ExternalId>();
|
| o.add(buildExternalId());
|
| o.add(buildExternalId());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1698(core.List<api.ExternalId> o) {
|
| +checkUnnamed1765(core.List<api.ExternalId> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExternalId(o[0]);
|
| checkExternalId(o[1]);
|
| }
|
|
|
| -buildUnnamed1699() {
|
| +buildUnnamed1766() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1699(core.List<core.String> o) {
|
| +checkUnnamed1766(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'));
|
| @@ -2877,8 +2877,8 @@ buildVariantAnnotationCondition() {
|
| buildCounterVariantAnnotationCondition++;
|
| if (buildCounterVariantAnnotationCondition < 3) {
|
| o.conceptId = "foo";
|
| - o.externalIds = buildUnnamed1698();
|
| - o.names = buildUnnamed1699();
|
| + o.externalIds = buildUnnamed1765();
|
| + o.names = buildUnnamed1766();
|
| o.omimId = "foo";
|
| }
|
| buildCounterVariantAnnotationCondition--;
|
| @@ -2889,34 +2889,34 @@ checkVariantAnnotationCondition(api.VariantAnnotationCondition o) {
|
| buildCounterVariantAnnotationCondition++;
|
| if (buildCounterVariantAnnotationCondition < 3) {
|
| unittest.expect(o.conceptId, unittest.equals('foo'));
|
| - checkUnnamed1698(o.externalIds);
|
| - checkUnnamed1699(o.names);
|
| + checkUnnamed1765(o.externalIds);
|
| + checkUnnamed1766(o.names);
|
| unittest.expect(o.omimId, unittest.equals('foo'));
|
| }
|
| buildCounterVariantAnnotationCondition--;
|
| }
|
|
|
| -buildUnnamed1700() {
|
| +buildUnnamed1767() {
|
| var o = new core.List<api.Metadata>();
|
| o.add(buildMetadata());
|
| o.add(buildMetadata());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1700(core.List<api.Metadata> o) {
|
| +checkUnnamed1767(core.List<api.Metadata> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetadata(o[0]);
|
| checkMetadata(o[1]);
|
| }
|
|
|
| -buildUnnamed1701() {
|
| +buildUnnamed1768() {
|
| var o = new core.List<api.ReferenceBound>();
|
| o.add(buildReferenceBound());
|
| o.add(buildReferenceBound());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1701(core.List<api.ReferenceBound> o) {
|
| +checkUnnamed1768(core.List<api.ReferenceBound> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReferenceBound(o[0]);
|
| checkReferenceBound(o[1]);
|
| @@ -2929,8 +2929,8 @@ buildVariantSet() {
|
| if (buildCounterVariantSet < 3) {
|
| o.datasetId = "foo";
|
| o.id = "foo";
|
| - o.metadata = buildUnnamed1700();
|
| - o.referenceBounds = buildUnnamed1701();
|
| + o.metadata = buildUnnamed1767();
|
| + o.referenceBounds = buildUnnamed1768();
|
| }
|
| buildCounterVariantSet--;
|
| return o;
|
| @@ -2941,8 +2941,8 @@ checkVariantSet(api.VariantSet o) {
|
| if (buildCounterVariantSet < 3) {
|
| unittest.expect(o.datasetId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1700(o.metadata);
|
| - checkUnnamed1701(o.referenceBounds);
|
| + checkUnnamed1767(o.metadata);
|
| + checkUnnamed1768(o.referenceBounds);
|
| }
|
| buildCounterVariantSet--;
|
| }
|
|
|