| 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 f28083bc0e5a9e266d7536e698c1a7d2a4355d25..be658d1f174bfc2847e7a478e2807ab4d477274d 100644
|
| --- a/generated/googleapis_beta/test/genomics/v1beta2_test.dart
|
| +++ b/generated/googleapis_beta/test/genomics/v1beta2_test.dart
|
| @@ -16,27 +16,27 @@ import 'package:googleapis_beta/genomics/v1beta2.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed1267() {
|
| +buildUnnamed1163() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1267(core.List<core.String> o) {
|
| +checkUnnamed1163(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'));
|
| }
|
|
|
| -buildUnnamed1268() {
|
| +buildUnnamed1164() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1268(core.List<core.String> o) {
|
| +checkUnnamed1164(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'));
|
| @@ -47,11 +47,11 @@ buildAlignReadGroupSetsRequest() {
|
| var o = new api.AlignReadGroupSetsRequest();
|
| buildCounterAlignReadGroupSetsRequest++;
|
| if (buildCounterAlignReadGroupSetsRequest < 3) {
|
| - o.bamSourceUris = buildUnnamed1267();
|
| + o.bamSourceUris = buildUnnamed1163();
|
| o.datasetId = "foo";
|
| o.interleavedFastqSource = buildInterleavedFastqSource();
|
| o.pairedFastqSource = buildPairedFastqSource();
|
| - o.readGroupSetIds = buildUnnamed1268();
|
| + o.readGroupSetIds = buildUnnamed1164();
|
| }
|
| buildCounterAlignReadGroupSetsRequest--;
|
| return o;
|
| @@ -60,11 +60,11 @@ buildAlignReadGroupSetsRequest() {
|
| checkAlignReadGroupSetsRequest(api.AlignReadGroupSetsRequest o) {
|
| buildCounterAlignReadGroupSetsRequest++;
|
| if (buildCounterAlignReadGroupSetsRequest < 3) {
|
| - checkUnnamed1267(o.bamSourceUris);
|
| + checkUnnamed1163(o.bamSourceUris);
|
| unittest.expect(o.datasetId, unittest.equals('foo'));
|
| checkInterleavedFastqSource(o.interleavedFastqSource);
|
| checkPairedFastqSource(o.pairedFastqSource);
|
| - checkUnnamed1268(o.readGroupSetIds);
|
| + checkUnnamed1164(o.readGroupSetIds);
|
| }
|
| buildCounterAlignReadGroupSetsRequest--;
|
| }
|
| @@ -88,56 +88,56 @@ checkAlignReadGroupSetsResponse(api.AlignReadGroupSetsResponse o) {
|
| buildCounterAlignReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1269() {
|
| +buildUnnamed1165() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1269(core.List<core.int> o) {
|
| +checkUnnamed1165(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));
|
| }
|
|
|
| -buildUnnamed1270() {
|
| +buildUnnamed1166() {
|
| var o = new core.List<core.double>();
|
| o.add(42.0);
|
| o.add(42.0);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1270(core.List<core.double> o) {
|
| +checkUnnamed1166(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));
|
| }
|
|
|
| -buildUnnamed1271() {
|
| +buildUnnamed1167() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1271(core.List<core.String> o) {
|
| +checkUnnamed1167(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'));
|
| }
|
|
|
| -buildUnnamed1272() {
|
| +buildUnnamed1168() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1271();
|
| - o["y"] = buildUnnamed1271();
|
| + o["x"] = buildUnnamed1167();
|
| + o["y"] = buildUnnamed1167();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1272(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1168(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1271(o["x"]);
|
| - checkUnnamed1271(o["y"]);
|
| + checkUnnamed1167(o["x"]);
|
| + checkUnnamed1167(o["y"]);
|
| }
|
|
|
| core.int buildCounterCall = 0;
|
| @@ -147,9 +147,9 @@ buildCall() {
|
| if (buildCounterCall < 3) {
|
| o.callSetId = "foo";
|
| o.callSetName = "foo";
|
| - o.genotype = buildUnnamed1269();
|
| - o.genotypeLikelihood = buildUnnamed1270();
|
| - o.info = buildUnnamed1272();
|
| + o.genotype = buildUnnamed1165();
|
| + o.genotypeLikelihood = buildUnnamed1166();
|
| + o.info = buildUnnamed1168();
|
| o.phaseset = "foo";
|
| }
|
| buildCounterCall--;
|
| @@ -161,35 +161,35 @@ checkCall(api.Call o) {
|
| if (buildCounterCall < 3) {
|
| unittest.expect(o.callSetId, unittest.equals('foo'));
|
| unittest.expect(o.callSetName, unittest.equals('foo'));
|
| - checkUnnamed1269(o.genotype);
|
| - checkUnnamed1270(o.genotypeLikelihood);
|
| - checkUnnamed1272(o.info);
|
| + checkUnnamed1165(o.genotype);
|
| + checkUnnamed1166(o.genotypeLikelihood);
|
| + checkUnnamed1168(o.info);
|
| unittest.expect(o.phaseset, unittest.equals('foo'));
|
| }
|
| buildCounterCall--;
|
| }
|
|
|
| -buildUnnamed1273() {
|
| +buildUnnamed1169() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1273(core.List<core.String> o) {
|
| +checkUnnamed1169(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'));
|
| }
|
|
|
| -buildUnnamed1274() {
|
| +buildUnnamed1170() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1274(core.List<core.String> o) {
|
| +checkUnnamed1170(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'));
|
| @@ -201,8 +201,8 @@ buildCallReadGroupSetsRequest() {
|
| buildCounterCallReadGroupSetsRequest++;
|
| if (buildCounterCallReadGroupSetsRequest < 3) {
|
| o.datasetId = "foo";
|
| - o.readGroupSetIds = buildUnnamed1273();
|
| - o.sourceUris = buildUnnamed1274();
|
| + o.readGroupSetIds = buildUnnamed1169();
|
| + o.sourceUris = buildUnnamed1170();
|
| }
|
| buildCounterCallReadGroupSetsRequest--;
|
| return o;
|
| @@ -212,8 +212,8 @@ checkCallReadGroupSetsRequest(api.CallReadGroupSetsRequest o) {
|
| buildCounterCallReadGroupSetsRequest++;
|
| if (buildCounterCallReadGroupSetsRequest < 3) {
|
| unittest.expect(o.datasetId, unittest.equals('foo'));
|
| - checkUnnamed1273(o.readGroupSetIds);
|
| - checkUnnamed1274(o.sourceUris);
|
| + checkUnnamed1169(o.readGroupSetIds);
|
| + checkUnnamed1170(o.sourceUris);
|
| }
|
| buildCounterCallReadGroupSetsRequest--;
|
| }
|
| @@ -237,40 +237,40 @@ checkCallReadGroupSetsResponse(api.CallReadGroupSetsResponse o) {
|
| buildCounterCallReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1275() {
|
| +buildUnnamed1171() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1275(core.List<core.String> o) {
|
| +checkUnnamed1171(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'));
|
| }
|
|
|
| -buildUnnamed1276() {
|
| +buildUnnamed1172() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1275();
|
| - o["y"] = buildUnnamed1275();
|
| + o["x"] = buildUnnamed1171();
|
| + o["y"] = buildUnnamed1171();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1276(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1172(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1275(o["x"]);
|
| - checkUnnamed1275(o["y"]);
|
| + checkUnnamed1171(o["x"]);
|
| + checkUnnamed1171(o["y"]);
|
| }
|
|
|
| -buildUnnamed1277() {
|
| +buildUnnamed1173() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1277(core.List<core.String> o) {
|
| +checkUnnamed1173(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'));
|
| @@ -283,10 +283,10 @@ buildCallSet() {
|
| if (buildCounterCallSet < 3) {
|
| o.created = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed1276();
|
| + o.info = buildUnnamed1172();
|
| o.name = "foo";
|
| o.sampleId = "foo";
|
| - o.variantSetIds = buildUnnamed1277();
|
| + o.variantSetIds = buildUnnamed1173();
|
| }
|
| buildCounterCallSet--;
|
| return o;
|
| @@ -297,10 +297,10 @@ checkCallSet(api.CallSet o) {
|
| if (buildCounterCallSet < 3) {
|
| unittest.expect(o.created, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1276(o.info);
|
| + checkUnnamed1172(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.sampleId, unittest.equals('foo'));
|
| - checkUnnamed1277(o.variantSetIds);
|
| + checkUnnamed1173(o.variantSetIds);
|
| }
|
| buildCounterCallSet--;
|
| }
|
| @@ -374,27 +374,27 @@ checkDataset(api.Dataset o) {
|
| buildCounterDataset--;
|
| }
|
|
|
| -buildUnnamed1278() {
|
| +buildUnnamed1174() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1278(core.List<core.String> o) {
|
| +checkUnnamed1174(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'));
|
| }
|
|
|
| -buildUnnamed1279() {
|
| +buildUnnamed1175() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1279(core.List<core.String> o) {
|
| +checkUnnamed1175(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'));
|
| @@ -408,9 +408,9 @@ buildExperimentalCreateJobRequest() {
|
| o.align = true;
|
| o.callVariants = true;
|
| o.gcsOutputPath = "foo";
|
| - o.pairedSourceUris = buildUnnamed1278();
|
| + o.pairedSourceUris = buildUnnamed1174();
|
| o.projectNumber = "foo";
|
| - o.sourceUris = buildUnnamed1279();
|
| + o.sourceUris = buildUnnamed1175();
|
| }
|
| buildCounterExperimentalCreateJobRequest--;
|
| return o;
|
| @@ -422,9 +422,9 @@ checkExperimentalCreateJobRequest(api.ExperimentalCreateJobRequest o) {
|
| unittest.expect(o.align, unittest.isTrue);
|
| unittest.expect(o.callVariants, unittest.isTrue);
|
| unittest.expect(o.gcsOutputPath, unittest.equals('foo'));
|
| - checkUnnamed1278(o.pairedSourceUris);
|
| + checkUnnamed1174(o.pairedSourceUris);
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| - checkUnnamed1279(o.sourceUris);
|
| + checkUnnamed1175(o.sourceUris);
|
| }
|
| buildCounterExperimentalCreateJobRequest--;
|
| }
|
| @@ -448,27 +448,27 @@ checkExperimentalCreateJobResponse(api.ExperimentalCreateJobResponse o) {
|
| buildCounterExperimentalCreateJobResponse--;
|
| }
|
|
|
| -buildUnnamed1280() {
|
| +buildUnnamed1176() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1280(core.List<core.String> o) {
|
| +checkUnnamed1176(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'));
|
| }
|
|
|
| -buildUnnamed1281() {
|
| +buildUnnamed1177() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1281(core.List<core.String> o) {
|
| +checkUnnamed1177(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'));
|
| @@ -481,8 +481,8 @@ buildExportReadGroupSetsRequest() {
|
| if (buildCounterExportReadGroupSetsRequest < 3) {
|
| o.exportUri = "foo";
|
| o.projectNumber = "foo";
|
| - o.readGroupSetIds = buildUnnamed1280();
|
| - o.referenceNames = buildUnnamed1281();
|
| + o.readGroupSetIds = buildUnnamed1176();
|
| + o.referenceNames = buildUnnamed1177();
|
| }
|
| buildCounterExportReadGroupSetsRequest--;
|
| return o;
|
| @@ -493,8 +493,8 @@ checkExportReadGroupSetsRequest(api.ExportReadGroupSetsRequest o) {
|
| if (buildCounterExportReadGroupSetsRequest < 3) {
|
| unittest.expect(o.exportUri, unittest.equals('foo'));
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| - checkUnnamed1280(o.readGroupSetIds);
|
| - checkUnnamed1281(o.referenceNames);
|
| + checkUnnamed1176(o.readGroupSetIds);
|
| + checkUnnamed1177(o.referenceNames);
|
| }
|
| buildCounterExportReadGroupSetsRequest--;
|
| }
|
| @@ -518,14 +518,14 @@ checkExportReadGroupSetsResponse(api.ExportReadGroupSetsResponse o) {
|
| buildCounterExportReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1282() {
|
| +buildUnnamed1178() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1282(core.List<core.String> o) {
|
| +checkUnnamed1178(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'));
|
| @@ -538,7 +538,7 @@ buildExportVariantSetRequest() {
|
| if (buildCounterExportVariantSetRequest < 3) {
|
| o.bigqueryDataset = "foo";
|
| o.bigqueryTable = "foo";
|
| - o.callSetIds = buildUnnamed1282();
|
| + o.callSetIds = buildUnnamed1178();
|
| o.format = "foo";
|
| o.projectNumber = "foo";
|
| }
|
| @@ -551,7 +551,7 @@ checkExportVariantSetRequest(api.ExportVariantSetRequest o) {
|
| if (buildCounterExportVariantSetRequest < 3) {
|
| unittest.expect(o.bigqueryDataset, unittest.equals('foo'));
|
| unittest.expect(o.bigqueryTable, unittest.equals('foo'));
|
| - checkUnnamed1282(o.callSetIds);
|
| + checkUnnamed1178(o.callSetIds);
|
| unittest.expect(o.format, unittest.equals('foo'));
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| }
|
| @@ -604,14 +604,14 @@ checkFastqMetadata(api.FastqMetadata o) {
|
| buildCounterFastqMetadata--;
|
| }
|
|
|
| -buildUnnamed1283() {
|
| +buildUnnamed1179() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1283(core.List<core.String> o) {
|
| +checkUnnamed1179(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'));
|
| @@ -624,7 +624,7 @@ buildImportReadGroupSetsRequest() {
|
| if (buildCounterImportReadGroupSetsRequest < 3) {
|
| o.datasetId = "foo";
|
| o.referenceSetId = "foo";
|
| - o.sourceUris = buildUnnamed1283();
|
| + o.sourceUris = buildUnnamed1179();
|
| }
|
| buildCounterImportReadGroupSetsRequest--;
|
| return o;
|
| @@ -635,7 +635,7 @@ checkImportReadGroupSetsRequest(api.ImportReadGroupSetsRequest o) {
|
| if (buildCounterImportReadGroupSetsRequest < 3) {
|
| unittest.expect(o.datasetId, unittest.equals('foo'));
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| - checkUnnamed1283(o.sourceUris);
|
| + checkUnnamed1179(o.sourceUris);
|
| }
|
| buildCounterImportReadGroupSetsRequest--;
|
| }
|
| @@ -659,14 +659,14 @@ checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) {
|
| buildCounterImportReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1284() {
|
| +buildUnnamed1180() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1284(core.List<core.String> o) {
|
| +checkUnnamed1180(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'));
|
| @@ -678,7 +678,7 @@ buildImportVariantsRequest() {
|
| buildCounterImportVariantsRequest++;
|
| if (buildCounterImportVariantsRequest < 3) {
|
| o.format = "foo";
|
| - o.sourceUris = buildUnnamed1284();
|
| + o.sourceUris = buildUnnamed1180();
|
| }
|
| buildCounterImportVariantsRequest--;
|
| return o;
|
| @@ -688,7 +688,7 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) {
|
| buildCounterImportVariantsRequest++;
|
| if (buildCounterImportVariantsRequest < 3) {
|
| unittest.expect(o.format, unittest.equals('foo'));
|
| - checkUnnamed1284(o.sourceUris);
|
| + checkUnnamed1180(o.sourceUris);
|
| }
|
| buildCounterImportVariantsRequest--;
|
| }
|
| @@ -712,14 +712,14 @@ checkImportVariantsResponse(api.ImportVariantsResponse o) {
|
| buildCounterImportVariantsResponse--;
|
| }
|
|
|
| -buildUnnamed1285() {
|
| +buildUnnamed1181() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1285(core.List<core.String> o) {
|
| +checkUnnamed1181(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'));
|
| @@ -731,7 +731,7 @@ buildInterleavedFastqSource() {
|
| buildCounterInterleavedFastqSource++;
|
| if (buildCounterInterleavedFastqSource < 3) {
|
| o.metadata = buildFastqMetadata();
|
| - o.sourceUris = buildUnnamed1285();
|
| + o.sourceUris = buildUnnamed1181();
|
| }
|
| buildCounterInterleavedFastqSource--;
|
| return o;
|
| @@ -741,45 +741,45 @@ checkInterleavedFastqSource(api.InterleavedFastqSource o) {
|
| buildCounterInterleavedFastqSource++;
|
| if (buildCounterInterleavedFastqSource < 3) {
|
| checkFastqMetadata(o.metadata);
|
| - checkUnnamed1285(o.sourceUris);
|
| + checkUnnamed1181(o.sourceUris);
|
| }
|
| buildCounterInterleavedFastqSource--;
|
| }
|
|
|
| -buildUnnamed1286() {
|
| +buildUnnamed1182() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1286(core.List<core.String> o) {
|
| +checkUnnamed1182(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'));
|
| }
|
|
|
| -buildUnnamed1287() {
|
| +buildUnnamed1183() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1287(core.List<core.String> o) {
|
| +checkUnnamed1183(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'));
|
| }
|
|
|
| -buildUnnamed1288() {
|
| +buildUnnamed1184() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1288(core.List<core.String> o) {
|
| +checkUnnamed1184(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'));
|
| @@ -792,13 +792,13 @@ buildJob() {
|
| if (buildCounterJob < 3) {
|
| o.created = "foo";
|
| o.detailedStatus = "foo";
|
| - o.errors = buildUnnamed1286();
|
| + o.errors = buildUnnamed1182();
|
| o.id = "foo";
|
| - o.importedIds = buildUnnamed1287();
|
| + o.importedIds = buildUnnamed1183();
|
| o.projectNumber = "foo";
|
| o.request = buildJobRequest();
|
| o.status = "foo";
|
| - o.warnings = buildUnnamed1288();
|
| + o.warnings = buildUnnamed1184();
|
| }
|
| buildCounterJob--;
|
| return o;
|
| @@ -809,38 +809,38 @@ checkJob(api.Job o) {
|
| if (buildCounterJob < 3) {
|
| unittest.expect(o.created, unittest.equals('foo'));
|
| unittest.expect(o.detailedStatus, unittest.equals('foo'));
|
| - checkUnnamed1286(o.errors);
|
| + checkUnnamed1182(o.errors);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1287(o.importedIds);
|
| + checkUnnamed1183(o.importedIds);
|
| unittest.expect(o.projectNumber, unittest.equals('foo'));
|
| checkJobRequest(o.request);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| - checkUnnamed1288(o.warnings);
|
| + checkUnnamed1184(o.warnings);
|
| }
|
| buildCounterJob--;
|
| }
|
|
|
| -buildUnnamed1289() {
|
| +buildUnnamed1185() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1289(core.List<core.String> o) {
|
| +checkUnnamed1185(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'));
|
| }
|
|
|
| -buildUnnamed1290() {
|
| +buildUnnamed1186() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1290(core.List<core.String> o) {
|
| +checkUnnamed1186(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'));
|
| @@ -851,8 +851,8 @@ buildJobRequest() {
|
| var o = new api.JobRequest();
|
| buildCounterJobRequest++;
|
| if (buildCounterJobRequest < 3) {
|
| - o.destination = buildUnnamed1289();
|
| - o.source = buildUnnamed1290();
|
| + o.destination = buildUnnamed1185();
|
| + o.source = buildUnnamed1186();
|
| o.type = "foo";
|
| }
|
| buildCounterJobRequest--;
|
| @@ -862,21 +862,21 @@ buildJobRequest() {
|
| checkJobRequest(api.JobRequest o) {
|
| buildCounterJobRequest++;
|
| if (buildCounterJobRequest < 3) {
|
| - checkUnnamed1289(o.destination);
|
| - checkUnnamed1290(o.source);
|
| + checkUnnamed1185(o.destination);
|
| + checkUnnamed1186(o.source);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterJobRequest--;
|
| }
|
|
|
| -buildUnnamed1291() {
|
| +buildUnnamed1187() {
|
| var o = new core.List<api.CigarUnit>();
|
| o.add(buildCigarUnit());
|
| o.add(buildCigarUnit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1291(core.List<api.CigarUnit> o) {
|
| +checkUnnamed1187(core.List<api.CigarUnit> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCigarUnit(o[0]);
|
| checkCigarUnit(o[1]);
|
| @@ -887,7 +887,7 @@ buildLinearAlignment() {
|
| var o = new api.LinearAlignment();
|
| buildCounterLinearAlignment++;
|
| if (buildCounterLinearAlignment < 3) {
|
| - o.cigar = buildUnnamed1291();
|
| + o.cigar = buildUnnamed1187();
|
| o.mappingQuality = 42;
|
| o.position = buildPosition();
|
| }
|
| @@ -898,7 +898,7 @@ buildLinearAlignment() {
|
| checkLinearAlignment(api.LinearAlignment o) {
|
| buildCounterLinearAlignment++;
|
| if (buildCounterLinearAlignment < 3) {
|
| - checkUnnamed1291(o.cigar);
|
| + checkUnnamed1187(o.cigar);
|
| unittest.expect(o.mappingQuality, unittest.equals(42));
|
| checkPosition(o.position);
|
| }
|
| @@ -928,14 +928,14 @@ checkListBasesResponse(api.ListBasesResponse o) {
|
| buildCounterListBasesResponse--;
|
| }
|
|
|
| -buildUnnamed1292() {
|
| +buildUnnamed1188() {
|
| var o = new core.List<api.CoverageBucket>();
|
| o.add(buildCoverageBucket());
|
| o.add(buildCoverageBucket());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1292(core.List<api.CoverageBucket> o) {
|
| +checkUnnamed1188(core.List<api.CoverageBucket> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCoverageBucket(o[0]);
|
| checkCoverageBucket(o[1]);
|
| @@ -947,7 +947,7 @@ buildListCoverageBucketsResponse() {
|
| buildCounterListCoverageBucketsResponse++;
|
| if (buildCounterListCoverageBucketsResponse < 3) {
|
| o.bucketWidth = "foo";
|
| - o.coverageBuckets = buildUnnamed1292();
|
| + o.coverageBuckets = buildUnnamed1188();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListCoverageBucketsResponse--;
|
| @@ -958,20 +958,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) {
|
| buildCounterListCoverageBucketsResponse++;
|
| if (buildCounterListCoverageBucketsResponse < 3) {
|
| unittest.expect(o.bucketWidth, unittest.equals('foo'));
|
| - checkUnnamed1292(o.coverageBuckets);
|
| + checkUnnamed1188(o.coverageBuckets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListCoverageBucketsResponse--;
|
| }
|
|
|
| -buildUnnamed1293() {
|
| +buildUnnamed1189() {
|
| var o = new core.List<api.Dataset>();
|
| o.add(buildDataset());
|
| o.add(buildDataset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1293(core.List<api.Dataset> o) {
|
| +checkUnnamed1189(core.List<api.Dataset> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDataset(o[0]);
|
| checkDataset(o[1]);
|
| @@ -982,7 +982,7 @@ buildListDatasetsResponse() {
|
| var o = new api.ListDatasetsResponse();
|
| buildCounterListDatasetsResponse++;
|
| if (buildCounterListDatasetsResponse < 3) {
|
| - o.datasets = buildUnnamed1293();
|
| + o.datasets = buildUnnamed1189();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListDatasetsResponse--;
|
| @@ -992,20 +992,20 @@ buildListDatasetsResponse() {
|
| checkListDatasetsResponse(api.ListDatasetsResponse o) {
|
| buildCounterListDatasetsResponse++;
|
| if (buildCounterListDatasetsResponse < 3) {
|
| - checkUnnamed1293(o.datasets);
|
| + checkUnnamed1189(o.datasets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListDatasetsResponse--;
|
| }
|
|
|
| -buildUnnamed1294() {
|
| +buildUnnamed1190() {
|
| var o = new core.List<api.Variant>();
|
| o.add(buildVariant());
|
| o.add(buildVariant());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1294(core.List<api.Variant> o) {
|
| +checkUnnamed1190(core.List<api.Variant> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariant(o[0]);
|
| checkVariant(o[1]);
|
| @@ -1016,7 +1016,7 @@ buildMergeVariantsRequest() {
|
| var o = new api.MergeVariantsRequest();
|
| buildCounterMergeVariantsRequest++;
|
| if (buildCounterMergeVariantsRequest < 3) {
|
| - o.variants = buildUnnamed1294();
|
| + o.variants = buildUnnamed1190();
|
| }
|
| buildCounterMergeVariantsRequest--;
|
| return o;
|
| @@ -1025,35 +1025,35 @@ buildMergeVariantsRequest() {
|
| checkMergeVariantsRequest(api.MergeVariantsRequest o) {
|
| buildCounterMergeVariantsRequest++;
|
| if (buildCounterMergeVariantsRequest < 3) {
|
| - checkUnnamed1294(o.variants);
|
| + checkUnnamed1190(o.variants);
|
| }
|
| buildCounterMergeVariantsRequest--;
|
| }
|
|
|
| -buildUnnamed1295() {
|
| +buildUnnamed1191() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1295(core.List<core.String> o) {
|
| +checkUnnamed1191(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'));
|
| }
|
|
|
| -buildUnnamed1296() {
|
| +buildUnnamed1192() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1295();
|
| - o["y"] = buildUnnamed1295();
|
| + o["x"] = buildUnnamed1191();
|
| + o["y"] = buildUnnamed1191();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1296(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1192(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1295(o["x"]);
|
| - checkUnnamed1295(o["y"]);
|
| + checkUnnamed1191(o["x"]);
|
| + checkUnnamed1191(o["y"]);
|
| }
|
|
|
| core.int buildCounterMetadata = 0;
|
| @@ -1063,7 +1063,7 @@ buildMetadata() {
|
| if (buildCounterMetadata < 3) {
|
| o.description = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed1296();
|
| + o.info = buildUnnamed1192();
|
| o.key = "foo";
|
| o.number = "foo";
|
| o.type = "foo";
|
| @@ -1078,7 +1078,7 @@ checkMetadata(api.Metadata o) {
|
| if (buildCounterMetadata < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1296(o.info);
|
| + checkUnnamed1192(o.info);
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| unittest.expect(o.number, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -1087,27 +1087,27 @@ checkMetadata(api.Metadata o) {
|
| buildCounterMetadata--;
|
| }
|
|
|
| -buildUnnamed1297() {
|
| +buildUnnamed1193() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1297(core.List<core.String> o) {
|
| +checkUnnamed1193(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'));
|
| }
|
|
|
| -buildUnnamed1298() {
|
| +buildUnnamed1194() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1298(core.List<core.String> o) {
|
| +checkUnnamed1194(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'));
|
| @@ -1118,9 +1118,9 @@ buildPairedFastqSource() {
|
| var o = new api.PairedFastqSource();
|
| buildCounterPairedFastqSource++;
|
| if (buildCounterPairedFastqSource < 3) {
|
| - o.firstSourceUris = buildUnnamed1297();
|
| + o.firstSourceUris = buildUnnamed1193();
|
| o.metadata = buildFastqMetadata();
|
| - o.secondSourceUris = buildUnnamed1298();
|
| + o.secondSourceUris = buildUnnamed1194();
|
| }
|
| buildCounterPairedFastqSource--;
|
| return o;
|
| @@ -1129,9 +1129,9 @@ buildPairedFastqSource() {
|
| checkPairedFastqSource(api.PairedFastqSource o) {
|
| buildCounterPairedFastqSource++;
|
| if (buildCounterPairedFastqSource < 3) {
|
| - checkUnnamed1297(o.firstSourceUris);
|
| + checkUnnamed1193(o.firstSourceUris);
|
| checkFastqMetadata(o.metadata);
|
| - checkUnnamed1298(o.secondSourceUris);
|
| + checkUnnamed1194(o.secondSourceUris);
|
| }
|
| buildCounterPairedFastqSource--;
|
| }
|
| @@ -1182,43 +1182,43 @@ checkRange(api.Range o) {
|
| buildCounterRange--;
|
| }
|
|
|
| -buildUnnamed1299() {
|
| +buildUnnamed1195() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1299(core.List<core.int> o) {
|
| +checkUnnamed1195(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));
|
| }
|
|
|
| -buildUnnamed1300() {
|
| +buildUnnamed1196() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1300(core.List<core.String> o) {
|
| +checkUnnamed1196(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'));
|
| }
|
|
|
| -buildUnnamed1301() {
|
| +buildUnnamed1197() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1300();
|
| - o["y"] = buildUnnamed1300();
|
| + o["x"] = buildUnnamed1196();
|
| + o["y"] = buildUnnamed1196();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1301(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1197(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1300(o["x"]);
|
| - checkUnnamed1300(o["y"]);
|
| + checkUnnamed1196(o["x"]);
|
| + checkUnnamed1196(o["y"]);
|
| }
|
|
|
| core.int buildCounterRead = 0;
|
| @@ -1226,7 +1226,7 @@ buildRead() {
|
| var o = new api.Read();
|
| buildCounterRead++;
|
| if (buildCounterRead < 3) {
|
| - o.alignedQuality = buildUnnamed1299();
|
| + o.alignedQuality = buildUnnamed1195();
|
| o.alignedSequence = "foo";
|
| o.alignment = buildLinearAlignment();
|
| o.duplicateFragment = true;
|
| @@ -1234,7 +1234,7 @@ buildRead() {
|
| o.fragmentLength = 42;
|
| o.fragmentName = "foo";
|
| o.id = "foo";
|
| - o.info = buildUnnamed1301();
|
| + o.info = buildUnnamed1197();
|
| o.nextMatePosition = buildPosition();
|
| o.numberReads = 42;
|
| o.properPlacement = true;
|
| @@ -1251,7 +1251,7 @@ buildRead() {
|
| checkRead(api.Read o) {
|
| buildCounterRead++;
|
| if (buildCounterRead < 3) {
|
| - checkUnnamed1299(o.alignedQuality);
|
| + checkUnnamed1195(o.alignedQuality);
|
| unittest.expect(o.alignedSequence, unittest.equals('foo'));
|
| checkLinearAlignment(o.alignment);
|
| unittest.expect(o.duplicateFragment, unittest.isTrue);
|
| @@ -1259,7 +1259,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'));
|
| - checkUnnamed1301(o.info);
|
| + checkUnnamed1197(o.info);
|
| checkPosition(o.nextMatePosition);
|
| unittest.expect(o.numberReads, unittest.equals(42));
|
| unittest.expect(o.properPlacement, unittest.isTrue);
|
| @@ -1272,40 +1272,40 @@ checkRead(api.Read o) {
|
| buildCounterRead--;
|
| }
|
|
|
| -buildUnnamed1302() {
|
| +buildUnnamed1198() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1302(core.List<core.String> o) {
|
| +checkUnnamed1198(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'));
|
| }
|
|
|
| -buildUnnamed1303() {
|
| +buildUnnamed1199() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1302();
|
| - o["y"] = buildUnnamed1302();
|
| + o["x"] = buildUnnamed1198();
|
| + o["y"] = buildUnnamed1198();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1303(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1199(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1302(o["x"]);
|
| - checkUnnamed1302(o["y"]);
|
| + checkUnnamed1198(o["x"]);
|
| + checkUnnamed1198(o["y"]);
|
| }
|
|
|
| -buildUnnamed1304() {
|
| +buildUnnamed1200() {
|
| var o = new core.List<api.ReadGroupProgram>();
|
| o.add(buildReadGroupProgram());
|
| o.add(buildReadGroupProgram());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1304(core.List<api.ReadGroupProgram> o) {
|
| +checkUnnamed1200(core.List<api.ReadGroupProgram> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReadGroupProgram(o[0]);
|
| checkReadGroupProgram(o[1]);
|
| @@ -1320,10 +1320,10 @@ buildReadGroup() {
|
| o.description = "foo";
|
| o.experiment = buildReadGroupExperiment();
|
| o.id = "foo";
|
| - o.info = buildUnnamed1303();
|
| + o.info = buildUnnamed1199();
|
| o.name = "foo";
|
| o.predictedInsertSize = 42;
|
| - o.programs = buildUnnamed1304();
|
| + o.programs = buildUnnamed1200();
|
| o.referenceSetId = "foo";
|
| o.sampleId = "foo";
|
| }
|
| @@ -1338,10 +1338,10 @@ checkReadGroup(api.ReadGroup o) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| checkReadGroupExperiment(o.experiment);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1303(o.info);
|
| + checkUnnamed1199(o.info);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.predictedInsertSize, unittest.equals(42));
|
| - checkUnnamed1304(o.programs);
|
| + checkUnnamed1200(o.programs);
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| unittest.expect(o.sampleId, unittest.equals('foo'));
|
| }
|
| @@ -1400,14 +1400,14 @@ checkReadGroupProgram(api.ReadGroupProgram o) {
|
| buildCounterReadGroupProgram--;
|
| }
|
|
|
| -buildUnnamed1305() {
|
| +buildUnnamed1201() {
|
| var o = new core.List<api.ReadGroup>();
|
| o.add(buildReadGroup());
|
| o.add(buildReadGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1305(core.List<api.ReadGroup> o) {
|
| +checkUnnamed1201(core.List<api.ReadGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReadGroup(o[0]);
|
| checkReadGroup(o[1]);
|
| @@ -1422,7 +1422,7 @@ buildReadGroupSet() {
|
| o.filename = "foo";
|
| o.id = "foo";
|
| o.name = "foo";
|
| - o.readGroups = buildUnnamed1305();
|
| + o.readGroups = buildUnnamed1201();
|
| o.referenceSetId = "foo";
|
| }
|
| buildCounterReadGroupSet--;
|
| @@ -1436,20 +1436,20 @@ checkReadGroupSet(api.ReadGroupSet o) {
|
| unittest.expect(o.filename, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed1305(o.readGroups);
|
| + checkUnnamed1201(o.readGroups);
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| }
|
| buildCounterReadGroupSet--;
|
| }
|
|
|
| -buildUnnamed1306() {
|
| +buildUnnamed1202() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1306(core.List<core.String> o) {
|
| +checkUnnamed1202(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'));
|
| @@ -1465,7 +1465,7 @@ buildReference() {
|
| o.md5checksum = "foo";
|
| o.name = "foo";
|
| o.ncbiTaxonId = 42;
|
| - o.sourceAccessions = buildUnnamed1306();
|
| + o.sourceAccessions = buildUnnamed1202();
|
| o.sourceURI = "foo";
|
| }
|
| buildCounterReference--;
|
| @@ -1480,7 +1480,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));
|
| - checkUnnamed1306(o.sourceAccessions);
|
| + checkUnnamed1202(o.sourceAccessions);
|
| unittest.expect(o.sourceURI, unittest.equals('foo'));
|
| }
|
| buildCounterReference--;
|
| @@ -1507,27 +1507,27 @@ checkReferenceBound(api.ReferenceBound o) {
|
| buildCounterReferenceBound--;
|
| }
|
|
|
| -buildUnnamed1307() {
|
| +buildUnnamed1203() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1307(core.List<core.String> o) {
|
| +checkUnnamed1203(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'));
|
| }
|
|
|
| -buildUnnamed1308() {
|
| +buildUnnamed1204() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1308(core.List<core.String> o) {
|
| +checkUnnamed1204(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'));
|
| @@ -1543,8 +1543,8 @@ buildReferenceSet() {
|
| o.id = "foo";
|
| o.md5checksum = "foo";
|
| o.ncbiTaxonId = 42;
|
| - o.referenceIds = buildUnnamed1307();
|
| - o.sourceAccessions = buildUnnamed1308();
|
| + o.referenceIds = buildUnnamed1203();
|
| + o.sourceAccessions = buildUnnamed1204();
|
| o.sourceURI = "foo";
|
| }
|
| buildCounterReferenceSet--;
|
| @@ -1559,21 +1559,21 @@ 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));
|
| - checkUnnamed1307(o.referenceIds);
|
| - checkUnnamed1308(o.sourceAccessions);
|
| + checkUnnamed1203(o.referenceIds);
|
| + checkUnnamed1204(o.sourceAccessions);
|
| unittest.expect(o.sourceURI, unittest.equals('foo'));
|
| }
|
| buildCounterReferenceSet--;
|
| }
|
|
|
| -buildUnnamed1309() {
|
| +buildUnnamed1205() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1309(core.List<core.String> o) {
|
| +checkUnnamed1205(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'));
|
| @@ -1587,7 +1587,7 @@ buildSearchCallSetsRequest() {
|
| o.name = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| - o.variantSetIds = buildUnnamed1309();
|
| + o.variantSetIds = buildUnnamed1205();
|
| }
|
| buildCounterSearchCallSetsRequest--;
|
| return o;
|
| @@ -1599,19 +1599,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'));
|
| - checkUnnamed1309(o.variantSetIds);
|
| + checkUnnamed1205(o.variantSetIds);
|
| }
|
| buildCounterSearchCallSetsRequest--;
|
| }
|
|
|
| -buildUnnamed1310() {
|
| +buildUnnamed1206() {
|
| var o = new core.List<api.CallSet>();
|
| o.add(buildCallSet());
|
| o.add(buildCallSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1310(core.List<api.CallSet> o) {
|
| +checkUnnamed1206(core.List<api.CallSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCallSet(o[0]);
|
| checkCallSet(o[1]);
|
| @@ -1622,7 +1622,7 @@ buildSearchCallSetsResponse() {
|
| var o = new api.SearchCallSetsResponse();
|
| buildCounterSearchCallSetsResponse++;
|
| if (buildCounterSearchCallSetsResponse < 3) {
|
| - o.callSets = buildUnnamed1310();
|
| + o.callSets = buildUnnamed1206();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchCallSetsResponse--;
|
| @@ -1632,20 +1632,20 @@ buildSearchCallSetsResponse() {
|
| checkSearchCallSetsResponse(api.SearchCallSetsResponse o) {
|
| buildCounterSearchCallSetsResponse++;
|
| if (buildCounterSearchCallSetsResponse < 3) {
|
| - checkUnnamed1310(o.callSets);
|
| + checkUnnamed1206(o.callSets);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchCallSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1311() {
|
| +buildUnnamed1207() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1311(core.List<core.String> o) {
|
| +checkUnnamed1207(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'));
|
| @@ -1661,7 +1661,7 @@ buildSearchJobsRequest() {
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.projectNumber = "foo";
|
| - o.status = buildUnnamed1311();
|
| + o.status = buildUnnamed1207();
|
| }
|
| buildCounterSearchJobsRequest--;
|
| return o;
|
| @@ -1675,19 +1675,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'));
|
| - checkUnnamed1311(o.status);
|
| + checkUnnamed1207(o.status);
|
| }
|
| buildCounterSearchJobsRequest--;
|
| }
|
|
|
| -buildUnnamed1312() {
|
| +buildUnnamed1208() {
|
| var o = new core.List<api.Job>();
|
| o.add(buildJob());
|
| o.add(buildJob());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1312(core.List<api.Job> o) {
|
| +checkUnnamed1208(core.List<api.Job> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkJob(o[0]);
|
| checkJob(o[1]);
|
| @@ -1698,7 +1698,7 @@ buildSearchJobsResponse() {
|
| var o = new api.SearchJobsResponse();
|
| buildCounterSearchJobsResponse++;
|
| if (buildCounterSearchJobsResponse < 3) {
|
| - o.jobs = buildUnnamed1312();
|
| + o.jobs = buildUnnamed1208();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchJobsResponse--;
|
| @@ -1708,20 +1708,20 @@ buildSearchJobsResponse() {
|
| checkSearchJobsResponse(api.SearchJobsResponse o) {
|
| buildCounterSearchJobsResponse++;
|
| if (buildCounterSearchJobsResponse < 3) {
|
| - checkUnnamed1312(o.jobs);
|
| + checkUnnamed1208(o.jobs);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchJobsResponse--;
|
| }
|
|
|
| -buildUnnamed1313() {
|
| +buildUnnamed1209() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1313(core.List<core.String> o) {
|
| +checkUnnamed1209(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'));
|
| @@ -1732,7 +1732,7 @@ buildSearchReadGroupSetsRequest() {
|
| var o = new api.SearchReadGroupSetsRequest();
|
| buildCounterSearchReadGroupSetsRequest++;
|
| if (buildCounterSearchReadGroupSetsRequest < 3) {
|
| - o.datasetIds = buildUnnamed1313();
|
| + o.datasetIds = buildUnnamed1209();
|
| o.name = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| @@ -1744,7 +1744,7 @@ buildSearchReadGroupSetsRequest() {
|
| checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
|
| buildCounterSearchReadGroupSetsRequest++;
|
| if (buildCounterSearchReadGroupSetsRequest < 3) {
|
| - checkUnnamed1313(o.datasetIds);
|
| + checkUnnamed1209(o.datasetIds);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| @@ -1752,14 +1752,14 @@ checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
|
| buildCounterSearchReadGroupSetsRequest--;
|
| }
|
|
|
| -buildUnnamed1314() {
|
| +buildUnnamed1210() {
|
| var o = new core.List<api.ReadGroupSet>();
|
| o.add(buildReadGroupSet());
|
| o.add(buildReadGroupSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1314(core.List<api.ReadGroupSet> o) {
|
| +checkUnnamed1210(core.List<api.ReadGroupSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReadGroupSet(o[0]);
|
| checkReadGroupSet(o[1]);
|
| @@ -1771,7 +1771,7 @@ buildSearchReadGroupSetsResponse() {
|
| buildCounterSearchReadGroupSetsResponse++;
|
| if (buildCounterSearchReadGroupSetsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.readGroupSets = buildUnnamed1314();
|
| + o.readGroupSets = buildUnnamed1210();
|
| }
|
| buildCounterSearchReadGroupSetsResponse--;
|
| return o;
|
| @@ -1781,32 +1781,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) {
|
| buildCounterSearchReadGroupSetsResponse++;
|
| if (buildCounterSearchReadGroupSetsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1314(o.readGroupSets);
|
| + checkUnnamed1210(o.readGroupSets);
|
| }
|
| buildCounterSearchReadGroupSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1315() {
|
| +buildUnnamed1211() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1315(core.List<core.String> o) {
|
| +checkUnnamed1211(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'));
|
| }
|
|
|
| -buildUnnamed1316() {
|
| +buildUnnamed1212() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1316(core.List<core.String> o) {
|
| +checkUnnamed1212(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'));
|
| @@ -1820,8 +1820,8 @@ buildSearchReadsRequest() {
|
| o.end = "foo";
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| - o.readGroupIds = buildUnnamed1315();
|
| - o.readGroupSetIds = buildUnnamed1316();
|
| + o.readGroupIds = buildUnnamed1211();
|
| + o.readGroupSetIds = buildUnnamed1212();
|
| o.referenceName = "foo";
|
| o.start = "foo";
|
| }
|
| @@ -1835,22 +1835,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'));
|
| - checkUnnamed1315(o.readGroupIds);
|
| - checkUnnamed1316(o.readGroupSetIds);
|
| + checkUnnamed1211(o.readGroupIds);
|
| + checkUnnamed1212(o.readGroupSetIds);
|
| unittest.expect(o.referenceName, unittest.equals('foo'));
|
| unittest.expect(o.start, unittest.equals('foo'));
|
| }
|
| buildCounterSearchReadsRequest--;
|
| }
|
|
|
| -buildUnnamed1317() {
|
| +buildUnnamed1213() {
|
| var o = new core.List<api.Read>();
|
| o.add(buildRead());
|
| o.add(buildRead());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1317(core.List<api.Read> o) {
|
| +checkUnnamed1213(core.List<api.Read> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRead(o[0]);
|
| checkRead(o[1]);
|
| @@ -1861,7 +1861,7 @@ buildSearchReadsResponse() {
|
| var o = new api.SearchReadsResponse();
|
| buildCounterSearchReadsResponse++;
|
| if (buildCounterSearchReadsResponse < 3) {
|
| - o.alignments = buildUnnamed1317();
|
| + o.alignments = buildUnnamed1213();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterSearchReadsResponse--;
|
| @@ -1871,33 +1871,33 @@ buildSearchReadsResponse() {
|
| checkSearchReadsResponse(api.SearchReadsResponse o) {
|
| buildCounterSearchReadsResponse++;
|
| if (buildCounterSearchReadsResponse < 3) {
|
| - checkUnnamed1317(o.alignments);
|
| + checkUnnamed1213(o.alignments);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchReadsResponse--;
|
| }
|
|
|
| -buildUnnamed1318() {
|
| +buildUnnamed1214() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1318(core.List<core.String> o) {
|
| +checkUnnamed1214(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'));
|
| }
|
|
|
| -buildUnnamed1319() {
|
| +buildUnnamed1215() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1319(core.List<core.String> o) {
|
| +checkUnnamed1215(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'));
|
| @@ -1908,8 +1908,8 @@ buildSearchReferenceSetsRequest() {
|
| var o = new api.SearchReferenceSetsRequest();
|
| buildCounterSearchReferenceSetsRequest++;
|
| if (buildCounterSearchReferenceSetsRequest < 3) {
|
| - o.accessions = buildUnnamed1318();
|
| - o.md5checksums = buildUnnamed1319();
|
| + o.accessions = buildUnnamed1214();
|
| + o.md5checksums = buildUnnamed1215();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| }
|
| @@ -1920,22 +1920,22 @@ buildSearchReferenceSetsRequest() {
|
| checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) {
|
| buildCounterSearchReferenceSetsRequest++;
|
| if (buildCounterSearchReferenceSetsRequest < 3) {
|
| - checkUnnamed1318(o.accessions);
|
| - checkUnnamed1319(o.md5checksums);
|
| + checkUnnamed1214(o.accessions);
|
| + checkUnnamed1215(o.md5checksums);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchReferenceSetsRequest--;
|
| }
|
|
|
| -buildUnnamed1320() {
|
| +buildUnnamed1216() {
|
| var o = new core.List<api.ReferenceSet>();
|
| o.add(buildReferenceSet());
|
| o.add(buildReferenceSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1320(core.List<api.ReferenceSet> o) {
|
| +checkUnnamed1216(core.List<api.ReferenceSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReferenceSet(o[0]);
|
| checkReferenceSet(o[1]);
|
| @@ -1947,7 +1947,7 @@ buildSearchReferenceSetsResponse() {
|
| buildCounterSearchReferenceSetsResponse++;
|
| if (buildCounterSearchReferenceSetsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.referenceSets = buildUnnamed1320();
|
| + o.referenceSets = buildUnnamed1216();
|
| }
|
| buildCounterSearchReferenceSetsResponse--;
|
| return o;
|
| @@ -1957,32 +1957,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) {
|
| buildCounterSearchReferenceSetsResponse++;
|
| if (buildCounterSearchReferenceSetsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1320(o.referenceSets);
|
| + checkUnnamed1216(o.referenceSets);
|
| }
|
| buildCounterSearchReferenceSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1321() {
|
| +buildUnnamed1217() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1321(core.List<core.String> o) {
|
| +checkUnnamed1217(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'));
|
| }
|
|
|
| -buildUnnamed1322() {
|
| +buildUnnamed1218() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1322(core.List<core.String> o) {
|
| +checkUnnamed1218(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'));
|
| @@ -1993,8 +1993,8 @@ buildSearchReferencesRequest() {
|
| var o = new api.SearchReferencesRequest();
|
| buildCounterSearchReferencesRequest++;
|
| if (buildCounterSearchReferencesRequest < 3) {
|
| - o.accessions = buildUnnamed1321();
|
| - o.md5checksums = buildUnnamed1322();
|
| + o.accessions = buildUnnamed1217();
|
| + o.md5checksums = buildUnnamed1218();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| o.referenceSetId = "foo";
|
| @@ -2006,8 +2006,8 @@ buildSearchReferencesRequest() {
|
| checkSearchReferencesRequest(api.SearchReferencesRequest o) {
|
| buildCounterSearchReferencesRequest++;
|
| if (buildCounterSearchReferencesRequest < 3) {
|
| - checkUnnamed1321(o.accessions);
|
| - checkUnnamed1322(o.md5checksums);
|
| + checkUnnamed1217(o.accessions);
|
| + checkUnnamed1218(o.md5checksums);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| unittest.expect(o.referenceSetId, unittest.equals('foo'));
|
| @@ -2015,14 +2015,14 @@ checkSearchReferencesRequest(api.SearchReferencesRequest o) {
|
| buildCounterSearchReferencesRequest--;
|
| }
|
|
|
| -buildUnnamed1323() {
|
| +buildUnnamed1219() {
|
| var o = new core.List<api.Reference>();
|
| o.add(buildReference());
|
| o.add(buildReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1323(core.List<api.Reference> o) {
|
| +checkUnnamed1219(core.List<api.Reference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReference(o[0]);
|
| checkReference(o[1]);
|
| @@ -2034,7 +2034,7 @@ buildSearchReferencesResponse() {
|
| buildCounterSearchReferencesResponse++;
|
| if (buildCounterSearchReferencesResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.references = buildUnnamed1323();
|
| + o.references = buildUnnamed1219();
|
| }
|
| buildCounterSearchReferencesResponse--;
|
| return o;
|
| @@ -2044,19 +2044,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) {
|
| buildCounterSearchReferencesResponse++;
|
| if (buildCounterSearchReferencesResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1323(o.references);
|
| + checkUnnamed1219(o.references);
|
| }
|
| buildCounterSearchReferencesResponse--;
|
| }
|
|
|
| -buildUnnamed1324() {
|
| +buildUnnamed1220() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1324(core.List<core.String> o) {
|
| +checkUnnamed1220(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'));
|
| @@ -2067,7 +2067,7 @@ buildSearchVariantSetsRequest() {
|
| var o = new api.SearchVariantSetsRequest();
|
| buildCounterSearchVariantSetsRequest++;
|
| if (buildCounterSearchVariantSetsRequest < 3) {
|
| - o.datasetIds = buildUnnamed1324();
|
| + o.datasetIds = buildUnnamed1220();
|
| o.pageSize = 42;
|
| o.pageToken = "foo";
|
| }
|
| @@ -2078,21 +2078,21 @@ buildSearchVariantSetsRequest() {
|
| checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) {
|
| buildCounterSearchVariantSetsRequest++;
|
| if (buildCounterSearchVariantSetsRequest < 3) {
|
| - checkUnnamed1324(o.datasetIds);
|
| + checkUnnamed1220(o.datasetIds);
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| unittest.expect(o.pageToken, unittest.equals('foo'));
|
| }
|
| buildCounterSearchVariantSetsRequest--;
|
| }
|
|
|
| -buildUnnamed1325() {
|
| +buildUnnamed1221() {
|
| var o = new core.List<api.VariantSet>();
|
| o.add(buildVariantSet());
|
| o.add(buildVariantSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1325(core.List<api.VariantSet> o) {
|
| +checkUnnamed1221(core.List<api.VariantSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariantSet(o[0]);
|
| checkVariantSet(o[1]);
|
| @@ -2104,7 +2104,7 @@ buildSearchVariantSetsResponse() {
|
| buildCounterSearchVariantSetsResponse++;
|
| if (buildCounterSearchVariantSetsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.variantSets = buildUnnamed1325();
|
| + o.variantSets = buildUnnamed1221();
|
| }
|
| buildCounterSearchVariantSetsResponse--;
|
| return o;
|
| @@ -2114,32 +2114,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) {
|
| buildCounterSearchVariantSetsResponse++;
|
| if (buildCounterSearchVariantSetsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1325(o.variantSets);
|
| + checkUnnamed1221(o.variantSets);
|
| }
|
| buildCounterSearchVariantSetsResponse--;
|
| }
|
|
|
| -buildUnnamed1326() {
|
| +buildUnnamed1222() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1326(core.List<core.String> o) {
|
| +checkUnnamed1222(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'));
|
| }
|
|
|
| -buildUnnamed1327() {
|
| +buildUnnamed1223() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1327(core.List<core.String> o) {
|
| +checkUnnamed1223(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'));
|
| @@ -2150,7 +2150,7 @@ buildSearchVariantsRequest() {
|
| var o = new api.SearchVariantsRequest();
|
| buildCounterSearchVariantsRequest++;
|
| if (buildCounterSearchVariantsRequest < 3) {
|
| - o.callSetIds = buildUnnamed1326();
|
| + o.callSetIds = buildUnnamed1222();
|
| o.end = "foo";
|
| o.maxCalls = 42;
|
| o.pageSize = 42;
|
| @@ -2158,7 +2158,7 @@ buildSearchVariantsRequest() {
|
| o.referenceName = "foo";
|
| o.start = "foo";
|
| o.variantName = "foo";
|
| - o.variantSetIds = buildUnnamed1327();
|
| + o.variantSetIds = buildUnnamed1223();
|
| }
|
| buildCounterSearchVariantsRequest--;
|
| return o;
|
| @@ -2167,7 +2167,7 @@ buildSearchVariantsRequest() {
|
| checkSearchVariantsRequest(api.SearchVariantsRequest o) {
|
| buildCounterSearchVariantsRequest++;
|
| if (buildCounterSearchVariantsRequest < 3) {
|
| - checkUnnamed1326(o.callSetIds);
|
| + checkUnnamed1222(o.callSetIds);
|
| unittest.expect(o.end, unittest.equals('foo'));
|
| unittest.expect(o.maxCalls, unittest.equals(42));
|
| unittest.expect(o.pageSize, unittest.equals(42));
|
| @@ -2175,19 +2175,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'));
|
| - checkUnnamed1327(o.variantSetIds);
|
| + checkUnnamed1223(o.variantSetIds);
|
| }
|
| buildCounterSearchVariantsRequest--;
|
| }
|
|
|
| -buildUnnamed1328() {
|
| +buildUnnamed1224() {
|
| var o = new core.List<api.Variant>();
|
| o.add(buildVariant());
|
| o.add(buildVariant());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1328(core.List<api.Variant> o) {
|
| +checkUnnamed1224(core.List<api.Variant> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariant(o[0]);
|
| checkVariant(o[1]);
|
| @@ -2199,7 +2199,7 @@ buildSearchVariantsResponse() {
|
| buildCounterSearchVariantsResponse++;
|
| if (buildCounterSearchVariantsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.variants = buildUnnamed1328();
|
| + o.variants = buildUnnamed1224();
|
| }
|
| buildCounterSearchVariantsResponse--;
|
| return o;
|
| @@ -2209,84 +2209,84 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) {
|
| buildCounterSearchVariantsResponse++;
|
| if (buildCounterSearchVariantsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1328(o.variants);
|
| + checkUnnamed1224(o.variants);
|
| }
|
| buildCounterSearchVariantsResponse--;
|
| }
|
|
|
| -buildUnnamed1329() {
|
| +buildUnnamed1225() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1329(core.List<core.String> o) {
|
| +checkUnnamed1225(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'));
|
| }
|
|
|
| -buildUnnamed1330() {
|
| +buildUnnamed1226() {
|
| var o = new core.List<api.Call>();
|
| o.add(buildCall());
|
| o.add(buildCall());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1330(core.List<api.Call> o) {
|
| +checkUnnamed1226(core.List<api.Call> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCall(o[0]);
|
| checkCall(o[1]);
|
| }
|
|
|
| -buildUnnamed1331() {
|
| +buildUnnamed1227() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1331(core.List<core.String> o) {
|
| +checkUnnamed1227(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'));
|
| }
|
|
|
| -buildUnnamed1332() {
|
| +buildUnnamed1228() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1332(core.List<core.String> o) {
|
| +checkUnnamed1228(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'));
|
| }
|
|
|
| -buildUnnamed1333() {
|
| +buildUnnamed1229() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed1332();
|
| - o["y"] = buildUnnamed1332();
|
| + o["x"] = buildUnnamed1228();
|
| + o["y"] = buildUnnamed1228();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1333(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1229(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1332(o["x"]);
|
| - checkUnnamed1332(o["y"]);
|
| + checkUnnamed1228(o["x"]);
|
| + checkUnnamed1228(o["y"]);
|
| }
|
|
|
| -buildUnnamed1334() {
|
| +buildUnnamed1230() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1334(core.List<core.String> o) {
|
| +checkUnnamed1230(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'));
|
| @@ -2297,14 +2297,14 @@ buildVariant() {
|
| var o = new api.Variant();
|
| buildCounterVariant++;
|
| if (buildCounterVariant < 3) {
|
| - o.alternateBases = buildUnnamed1329();
|
| - o.calls = buildUnnamed1330();
|
| + o.alternateBases = buildUnnamed1225();
|
| + o.calls = buildUnnamed1226();
|
| o.created = "foo";
|
| o.end = "foo";
|
| - o.filter = buildUnnamed1331();
|
| + o.filter = buildUnnamed1227();
|
| o.id = "foo";
|
| - o.info = buildUnnamed1333();
|
| - o.names = buildUnnamed1334();
|
| + o.info = buildUnnamed1229();
|
| + o.names = buildUnnamed1230();
|
| o.quality = 42.0;
|
| o.referenceBases = "foo";
|
| o.referenceName = "foo";
|
| @@ -2318,14 +2318,14 @@ buildVariant() {
|
| checkVariant(api.Variant o) {
|
| buildCounterVariant++;
|
| if (buildCounterVariant < 3) {
|
| - checkUnnamed1329(o.alternateBases);
|
| - checkUnnamed1330(o.calls);
|
| + checkUnnamed1225(o.alternateBases);
|
| + checkUnnamed1226(o.calls);
|
| unittest.expect(o.created, unittest.equals('foo'));
|
| unittest.expect(o.end, unittest.equals('foo'));
|
| - checkUnnamed1331(o.filter);
|
| + checkUnnamed1227(o.filter);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1333(o.info);
|
| - checkUnnamed1334(o.names);
|
| + checkUnnamed1229(o.info);
|
| + checkUnnamed1230(o.names);
|
| unittest.expect(o.quality, unittest.equals(42.0));
|
| unittest.expect(o.referenceBases, unittest.equals('foo'));
|
| unittest.expect(o.referenceName, unittest.equals('foo'));
|
| @@ -2335,27 +2335,27 @@ checkVariant(api.Variant o) {
|
| buildCounterVariant--;
|
| }
|
|
|
| -buildUnnamed1335() {
|
| +buildUnnamed1231() {
|
| var o = new core.List<api.Metadata>();
|
| o.add(buildMetadata());
|
| o.add(buildMetadata());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1335(core.List<api.Metadata> o) {
|
| +checkUnnamed1231(core.List<api.Metadata> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetadata(o[0]);
|
| checkMetadata(o[1]);
|
| }
|
|
|
| -buildUnnamed1336() {
|
| +buildUnnamed1232() {
|
| var o = new core.List<api.ReferenceBound>();
|
| o.add(buildReferenceBound());
|
| o.add(buildReferenceBound());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1336(core.List<api.ReferenceBound> o) {
|
| +checkUnnamed1232(core.List<api.ReferenceBound> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReferenceBound(o[0]);
|
| checkReferenceBound(o[1]);
|
| @@ -2368,8 +2368,8 @@ buildVariantSet() {
|
| if (buildCounterVariantSet < 3) {
|
| o.datasetId = "foo";
|
| o.id = "foo";
|
| - o.metadata = buildUnnamed1335();
|
| - o.referenceBounds = buildUnnamed1336();
|
| + o.metadata = buildUnnamed1231();
|
| + o.referenceBounds = buildUnnamed1232();
|
| }
|
| buildCounterVariantSet--;
|
| return o;
|
| @@ -2380,8 +2380,8 @@ checkVariantSet(api.VariantSet o) {
|
| if (buildCounterVariantSet < 3) {
|
| unittest.expect(o.datasetId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1335(o.metadata);
|
| - checkUnnamed1336(o.referenceBounds);
|
| + checkUnnamed1231(o.metadata);
|
| + checkUnnamed1232(o.referenceBounds);
|
| }
|
| buildCounterVariantSet--;
|
| }
|
|
|