| OLD | NEW |
| 1 library googleapis_beta.genomics.v1beta2.test; | 1 library googleapis_beta.genomics.v1beta2.test; |
| 2 | 2 |
| 3 import "dart:core" as core; | 3 import "dart:core" as core; |
| 4 import "dart:collection" as collection; | 4 import "dart:collection" as collection; |
| 5 import "dart:async" as async; | 5 import "dart:async" as async; |
| 6 import "dart:convert" as convert; | 6 import "dart:convert" as convert; |
| 7 | 7 |
| 8 import 'package:http/http.dart' as http; | 8 import 'package:http/http.dart' as http; |
| 9 import 'package:http/testing.dart' as http_testing; | 9 import 'package:http/testing.dart' as http_testing; |
| 10 import 'package:unittest/unittest.dart' as unittest; | 10 import 'package:unittest/unittest.dart' as unittest; |
| 11 import 'package:googleapis_beta/common/common.dart' as common; | 11 import 'package:googleapis_beta/common/common.dart' as common; |
| 12 import 'package:googleapis_beta/src/common_internal.dart' as common_internal; | 12 import 'package:googleapis_beta/src/common_internal.dart' as common_internal; |
| 13 import '../common/common_internal_test.dart' as common_test; | 13 import '../common/common_internal_test.dart' as common_test; |
| 14 | 14 |
| 15 import 'package:googleapis_beta/genomics/v1beta2.dart' as api; | 15 import 'package:googleapis_beta/genomics/v1beta2.dart' as api; |
| 16 | 16 |
| 17 | 17 |
| 18 | 18 |
| 19 buildUnnamed1291() { | 19 buildUnnamed1190() { |
| 20 var o = new core.List<core.String>(); | 20 var o = new core.List<core.String>(); |
| 21 o.add("foo"); | 21 o.add("foo"); |
| 22 o.add("foo"); | 22 o.add("foo"); |
| 23 return o; | 23 return o; |
| 24 } | 24 } |
| 25 | 25 |
| 26 checkUnnamed1291(core.List<core.String> o) { | 26 checkUnnamed1190(core.List<core.String> o) { |
| 27 unittest.expect(o, unittest.hasLength(2)); | 27 unittest.expect(o, unittest.hasLength(2)); |
| 28 unittest.expect(o[0], unittest.equals('foo')); | 28 unittest.expect(o[0], unittest.equals('foo')); |
| 29 unittest.expect(o[1], unittest.equals('foo')); | 29 unittest.expect(o[1], unittest.equals('foo')); |
| 30 } | 30 } |
| 31 | 31 |
| 32 buildUnnamed1292() { | 32 buildUnnamed1191() { |
| 33 var o = new core.List<core.String>(); | 33 var o = new core.List<core.String>(); |
| 34 o.add("foo"); | 34 o.add("foo"); |
| 35 o.add("foo"); | 35 o.add("foo"); |
| 36 return o; | 36 return o; |
| 37 } | 37 } |
| 38 | 38 |
| 39 checkUnnamed1292(core.List<core.String> o) { | 39 checkUnnamed1191(core.List<core.String> o) { |
| 40 unittest.expect(o, unittest.hasLength(2)); | 40 unittest.expect(o, unittest.hasLength(2)); |
| 41 unittest.expect(o[0], unittest.equals('foo')); | 41 unittest.expect(o[0], unittest.equals('foo')); |
| 42 unittest.expect(o[1], unittest.equals('foo')); | 42 unittest.expect(o[1], unittest.equals('foo')); |
| 43 } | 43 } |
| 44 | 44 |
| 45 core.int buildCounterAlignReadGroupSetsRequest = 0; | 45 core.int buildCounterAlignReadGroupSetsRequest = 0; |
| 46 buildAlignReadGroupSetsRequest() { | 46 buildAlignReadGroupSetsRequest() { |
| 47 var o = new api.AlignReadGroupSetsRequest(); | 47 var o = new api.AlignReadGroupSetsRequest(); |
| 48 buildCounterAlignReadGroupSetsRequest++; | 48 buildCounterAlignReadGroupSetsRequest++; |
| 49 if (buildCounterAlignReadGroupSetsRequest < 3) { | 49 if (buildCounterAlignReadGroupSetsRequest < 3) { |
| 50 o.bamSourceUris = buildUnnamed1291(); | 50 o.bamSourceUris = buildUnnamed1190(); |
| 51 o.datasetId = "foo"; | 51 o.datasetId = "foo"; |
| 52 o.interleavedFastqSource = buildInterleavedFastqSource(); | 52 o.interleavedFastqSource = buildInterleavedFastqSource(); |
| 53 o.pairedFastqSource = buildPairedFastqSource(); | 53 o.pairedFastqSource = buildPairedFastqSource(); |
| 54 o.readGroupSetIds = buildUnnamed1292(); | 54 o.readGroupSetIds = buildUnnamed1191(); |
| 55 } | 55 } |
| 56 buildCounterAlignReadGroupSetsRequest--; | 56 buildCounterAlignReadGroupSetsRequest--; |
| 57 return o; | 57 return o; |
| 58 } | 58 } |
| 59 | 59 |
| 60 checkAlignReadGroupSetsRequest(api.AlignReadGroupSetsRequest o) { | 60 checkAlignReadGroupSetsRequest(api.AlignReadGroupSetsRequest o) { |
| 61 buildCounterAlignReadGroupSetsRequest++; | 61 buildCounterAlignReadGroupSetsRequest++; |
| 62 if (buildCounterAlignReadGroupSetsRequest < 3) { | 62 if (buildCounterAlignReadGroupSetsRequest < 3) { |
| 63 checkUnnamed1291(o.bamSourceUris); | 63 checkUnnamed1190(o.bamSourceUris); |
| 64 unittest.expect(o.datasetId, unittest.equals('foo')); | 64 unittest.expect(o.datasetId, unittest.equals('foo')); |
| 65 checkInterleavedFastqSource(o.interleavedFastqSource); | 65 checkInterleavedFastqSource(o.interleavedFastqSource); |
| 66 checkPairedFastqSource(o.pairedFastqSource); | 66 checkPairedFastqSource(o.pairedFastqSource); |
| 67 checkUnnamed1292(o.readGroupSetIds); | 67 checkUnnamed1191(o.readGroupSetIds); |
| 68 } | 68 } |
| 69 buildCounterAlignReadGroupSetsRequest--; | 69 buildCounterAlignReadGroupSetsRequest--; |
| 70 } | 70 } |
| 71 | 71 |
| 72 core.int buildCounterAlignReadGroupSetsResponse = 0; | 72 core.int buildCounterAlignReadGroupSetsResponse = 0; |
| 73 buildAlignReadGroupSetsResponse() { | 73 buildAlignReadGroupSetsResponse() { |
| 74 var o = new api.AlignReadGroupSetsResponse(); | 74 var o = new api.AlignReadGroupSetsResponse(); |
| 75 buildCounterAlignReadGroupSetsResponse++; | 75 buildCounterAlignReadGroupSetsResponse++; |
| 76 if (buildCounterAlignReadGroupSetsResponse < 3) { | 76 if (buildCounterAlignReadGroupSetsResponse < 3) { |
| 77 o.jobId = "foo"; | 77 o.jobId = "foo"; |
| 78 } | 78 } |
| 79 buildCounterAlignReadGroupSetsResponse--; | 79 buildCounterAlignReadGroupSetsResponse--; |
| 80 return o; | 80 return o; |
| 81 } | 81 } |
| 82 | 82 |
| 83 checkAlignReadGroupSetsResponse(api.AlignReadGroupSetsResponse o) { | 83 checkAlignReadGroupSetsResponse(api.AlignReadGroupSetsResponse o) { |
| 84 buildCounterAlignReadGroupSetsResponse++; | 84 buildCounterAlignReadGroupSetsResponse++; |
| 85 if (buildCounterAlignReadGroupSetsResponse < 3) { | 85 if (buildCounterAlignReadGroupSetsResponse < 3) { |
| 86 unittest.expect(o.jobId, unittest.equals('foo')); | 86 unittest.expect(o.jobId, unittest.equals('foo')); |
| 87 } | 87 } |
| 88 buildCounterAlignReadGroupSetsResponse--; | 88 buildCounterAlignReadGroupSetsResponse--; |
| 89 } | 89 } |
| 90 | 90 |
| 91 buildUnnamed1293() { | 91 buildUnnamed1192() { |
| 92 var o = new core.List<core.int>(); | 92 var o = new core.List<core.int>(); |
| 93 o.add(42); | 93 o.add(42); |
| 94 o.add(42); | 94 o.add(42); |
| 95 return o; | 95 return o; |
| 96 } | 96 } |
| 97 | 97 |
| 98 checkUnnamed1293(core.List<core.int> o) { | 98 checkUnnamed1192(core.List<core.int> o) { |
| 99 unittest.expect(o, unittest.hasLength(2)); | 99 unittest.expect(o, unittest.hasLength(2)); |
| 100 unittest.expect(o[0], unittest.equals(42)); | 100 unittest.expect(o[0], unittest.equals(42)); |
| 101 unittest.expect(o[1], unittest.equals(42)); | 101 unittest.expect(o[1], unittest.equals(42)); |
| 102 } | 102 } |
| 103 | 103 |
| 104 buildUnnamed1294() { | 104 buildUnnamed1193() { |
| 105 var o = new core.List<core.double>(); | 105 var o = new core.List<core.double>(); |
| 106 o.add(42.0); | 106 o.add(42.0); |
| 107 o.add(42.0); | 107 o.add(42.0); |
| 108 return o; | 108 return o; |
| 109 } | 109 } |
| 110 | 110 |
| 111 checkUnnamed1294(core.List<core.double> o) { | 111 checkUnnamed1193(core.List<core.double> o) { |
| 112 unittest.expect(o, unittest.hasLength(2)); | 112 unittest.expect(o, unittest.hasLength(2)); |
| 113 unittest.expect(o[0], unittest.equals(42.0)); | 113 unittest.expect(o[0], unittest.equals(42.0)); |
| 114 unittest.expect(o[1], unittest.equals(42.0)); | 114 unittest.expect(o[1], unittest.equals(42.0)); |
| 115 } | 115 } |
| 116 | 116 |
| 117 buildUnnamed1295() { | 117 buildUnnamed1194() { |
| 118 var o = new core.List<core.String>(); | 118 var o = new core.List<core.String>(); |
| 119 o.add("foo"); | 119 o.add("foo"); |
| 120 o.add("foo"); | 120 o.add("foo"); |
| 121 return o; | 121 return o; |
| 122 } | 122 } |
| 123 | 123 |
| 124 checkUnnamed1295(core.List<core.String> o) { | 124 checkUnnamed1194(core.List<core.String> o) { |
| 125 unittest.expect(o, unittest.hasLength(2)); | 125 unittest.expect(o, unittest.hasLength(2)); |
| 126 unittest.expect(o[0], unittest.equals('foo')); | 126 unittest.expect(o[0], unittest.equals('foo')); |
| 127 unittest.expect(o[1], unittest.equals('foo')); | 127 unittest.expect(o[1], unittest.equals('foo')); |
| 128 } | 128 } |
| 129 | 129 |
| 130 buildUnnamed1296() { | 130 buildUnnamed1195() { |
| 131 var o = new core.Map<core.String, core.List<core.String>>(); | 131 var o = new core.Map<core.String, core.List<core.String>>(); |
| 132 o["x"] = buildUnnamed1295(); | 132 o["x"] = buildUnnamed1194(); |
| 133 o["y"] = buildUnnamed1295(); | 133 o["y"] = buildUnnamed1194(); |
| 134 return o; | 134 return o; |
| 135 } | 135 } |
| 136 | 136 |
| 137 checkUnnamed1296(core.Map<core.String, core.List<core.String>> o) { | 137 checkUnnamed1195(core.Map<core.String, core.List<core.String>> o) { |
| 138 unittest.expect(o, unittest.hasLength(2)); | 138 unittest.expect(o, unittest.hasLength(2)); |
| 139 checkUnnamed1295(o["x"]); | 139 checkUnnamed1194(o["x"]); |
| 140 checkUnnamed1295(o["y"]); | 140 checkUnnamed1194(o["y"]); |
| 141 } | 141 } |
| 142 | 142 |
| 143 core.int buildCounterCall = 0; | 143 core.int buildCounterCall = 0; |
| 144 buildCall() { | 144 buildCall() { |
| 145 var o = new api.Call(); | 145 var o = new api.Call(); |
| 146 buildCounterCall++; | 146 buildCounterCall++; |
| 147 if (buildCounterCall < 3) { | 147 if (buildCounterCall < 3) { |
| 148 o.callSetId = "foo"; | 148 o.callSetId = "foo"; |
| 149 o.callSetName = "foo"; | 149 o.callSetName = "foo"; |
| 150 o.genotype = buildUnnamed1293(); | 150 o.genotype = buildUnnamed1192(); |
| 151 o.genotypeLikelihood = buildUnnamed1294(); | 151 o.genotypeLikelihood = buildUnnamed1193(); |
| 152 o.info = buildUnnamed1296(); | 152 o.info = buildUnnamed1195(); |
| 153 o.phaseset = "foo"; | 153 o.phaseset = "foo"; |
| 154 } | 154 } |
| 155 buildCounterCall--; | 155 buildCounterCall--; |
| 156 return o; | 156 return o; |
| 157 } | 157 } |
| 158 | 158 |
| 159 checkCall(api.Call o) { | 159 checkCall(api.Call o) { |
| 160 buildCounterCall++; | 160 buildCounterCall++; |
| 161 if (buildCounterCall < 3) { | 161 if (buildCounterCall < 3) { |
| 162 unittest.expect(o.callSetId, unittest.equals('foo')); | 162 unittest.expect(o.callSetId, unittest.equals('foo')); |
| 163 unittest.expect(o.callSetName, unittest.equals('foo')); | 163 unittest.expect(o.callSetName, unittest.equals('foo')); |
| 164 checkUnnamed1293(o.genotype); | 164 checkUnnamed1192(o.genotype); |
| 165 checkUnnamed1294(o.genotypeLikelihood); | 165 checkUnnamed1193(o.genotypeLikelihood); |
| 166 checkUnnamed1296(o.info); | 166 checkUnnamed1195(o.info); |
| 167 unittest.expect(o.phaseset, unittest.equals('foo')); | 167 unittest.expect(o.phaseset, unittest.equals('foo')); |
| 168 } | 168 } |
| 169 buildCounterCall--; | 169 buildCounterCall--; |
| 170 } | 170 } |
| 171 | 171 |
| 172 buildUnnamed1297() { | 172 buildUnnamed1196() { |
| 173 var o = new core.List<core.String>(); | 173 var o = new core.List<core.String>(); |
| 174 o.add("foo"); | 174 o.add("foo"); |
| 175 o.add("foo"); | 175 o.add("foo"); |
| 176 return o; | 176 return o; |
| 177 } | 177 } |
| 178 | 178 |
| 179 checkUnnamed1297(core.List<core.String> o) { | 179 checkUnnamed1196(core.List<core.String> o) { |
| 180 unittest.expect(o, unittest.hasLength(2)); | 180 unittest.expect(o, unittest.hasLength(2)); |
| 181 unittest.expect(o[0], unittest.equals('foo')); | 181 unittest.expect(o[0], unittest.equals('foo')); |
| 182 unittest.expect(o[1], unittest.equals('foo')); | 182 unittest.expect(o[1], unittest.equals('foo')); |
| 183 } | 183 } |
| 184 | 184 |
| 185 buildUnnamed1298() { | 185 buildUnnamed1197() { |
| 186 var o = new core.List<core.String>(); | 186 var o = new core.List<core.String>(); |
| 187 o.add("foo"); | 187 o.add("foo"); |
| 188 o.add("foo"); | 188 o.add("foo"); |
| 189 return o; | 189 return o; |
| 190 } | 190 } |
| 191 | 191 |
| 192 checkUnnamed1298(core.List<core.String> o) { | 192 checkUnnamed1197(core.List<core.String> o) { |
| 193 unittest.expect(o, unittest.hasLength(2)); | 193 unittest.expect(o, unittest.hasLength(2)); |
| 194 unittest.expect(o[0], unittest.equals('foo')); | 194 unittest.expect(o[0], unittest.equals('foo')); |
| 195 unittest.expect(o[1], unittest.equals('foo')); | 195 unittest.expect(o[1], unittest.equals('foo')); |
| 196 } | 196 } |
| 197 | 197 |
| 198 core.int buildCounterCallReadGroupSetsRequest = 0; | 198 core.int buildCounterCallReadGroupSetsRequest = 0; |
| 199 buildCallReadGroupSetsRequest() { | 199 buildCallReadGroupSetsRequest() { |
| 200 var o = new api.CallReadGroupSetsRequest(); | 200 var o = new api.CallReadGroupSetsRequest(); |
| 201 buildCounterCallReadGroupSetsRequest++; | 201 buildCounterCallReadGroupSetsRequest++; |
| 202 if (buildCounterCallReadGroupSetsRequest < 3) { | 202 if (buildCounterCallReadGroupSetsRequest < 3) { |
| 203 o.datasetId = "foo"; | 203 o.datasetId = "foo"; |
| 204 o.readGroupSetIds = buildUnnamed1297(); | 204 o.readGroupSetIds = buildUnnamed1196(); |
| 205 o.sourceUris = buildUnnamed1298(); | 205 o.sourceUris = buildUnnamed1197(); |
| 206 } | 206 } |
| 207 buildCounterCallReadGroupSetsRequest--; | 207 buildCounterCallReadGroupSetsRequest--; |
| 208 return o; | 208 return o; |
| 209 } | 209 } |
| 210 | 210 |
| 211 checkCallReadGroupSetsRequest(api.CallReadGroupSetsRequest o) { | 211 checkCallReadGroupSetsRequest(api.CallReadGroupSetsRequest o) { |
| 212 buildCounterCallReadGroupSetsRequest++; | 212 buildCounterCallReadGroupSetsRequest++; |
| 213 if (buildCounterCallReadGroupSetsRequest < 3) { | 213 if (buildCounterCallReadGroupSetsRequest < 3) { |
| 214 unittest.expect(o.datasetId, unittest.equals('foo')); | 214 unittest.expect(o.datasetId, unittest.equals('foo')); |
| 215 checkUnnamed1297(o.readGroupSetIds); | 215 checkUnnamed1196(o.readGroupSetIds); |
| 216 checkUnnamed1298(o.sourceUris); | 216 checkUnnamed1197(o.sourceUris); |
| 217 } | 217 } |
| 218 buildCounterCallReadGroupSetsRequest--; | 218 buildCounterCallReadGroupSetsRequest--; |
| 219 } | 219 } |
| 220 | 220 |
| 221 core.int buildCounterCallReadGroupSetsResponse = 0; | 221 core.int buildCounterCallReadGroupSetsResponse = 0; |
| 222 buildCallReadGroupSetsResponse() { | 222 buildCallReadGroupSetsResponse() { |
| 223 var o = new api.CallReadGroupSetsResponse(); | 223 var o = new api.CallReadGroupSetsResponse(); |
| 224 buildCounterCallReadGroupSetsResponse++; | 224 buildCounterCallReadGroupSetsResponse++; |
| 225 if (buildCounterCallReadGroupSetsResponse < 3) { | 225 if (buildCounterCallReadGroupSetsResponse < 3) { |
| 226 o.jobId = "foo"; | 226 o.jobId = "foo"; |
| 227 } | 227 } |
| 228 buildCounterCallReadGroupSetsResponse--; | 228 buildCounterCallReadGroupSetsResponse--; |
| 229 return o; | 229 return o; |
| 230 } | 230 } |
| 231 | 231 |
| 232 checkCallReadGroupSetsResponse(api.CallReadGroupSetsResponse o) { | 232 checkCallReadGroupSetsResponse(api.CallReadGroupSetsResponse o) { |
| 233 buildCounterCallReadGroupSetsResponse++; | 233 buildCounterCallReadGroupSetsResponse++; |
| 234 if (buildCounterCallReadGroupSetsResponse < 3) { | 234 if (buildCounterCallReadGroupSetsResponse < 3) { |
| 235 unittest.expect(o.jobId, unittest.equals('foo')); | 235 unittest.expect(o.jobId, unittest.equals('foo')); |
| 236 } | 236 } |
| 237 buildCounterCallReadGroupSetsResponse--; | 237 buildCounterCallReadGroupSetsResponse--; |
| 238 } | 238 } |
| 239 | 239 |
| 240 buildUnnamed1299() { | 240 buildUnnamed1198() { |
| 241 var o = new core.List<core.String>(); | 241 var o = new core.List<core.String>(); |
| 242 o.add("foo"); | 242 o.add("foo"); |
| 243 o.add("foo"); | 243 o.add("foo"); |
| 244 return o; | 244 return o; |
| 245 } | 245 } |
| 246 | 246 |
| 247 checkUnnamed1299(core.List<core.String> o) { | 247 checkUnnamed1198(core.List<core.String> o) { |
| 248 unittest.expect(o, unittest.hasLength(2)); | 248 unittest.expect(o, unittest.hasLength(2)); |
| 249 unittest.expect(o[0], unittest.equals('foo')); | 249 unittest.expect(o[0], unittest.equals('foo')); |
| 250 unittest.expect(o[1], unittest.equals('foo')); | 250 unittest.expect(o[1], unittest.equals('foo')); |
| 251 } | 251 } |
| 252 | 252 |
| 253 buildUnnamed1300() { | 253 buildUnnamed1199() { |
| 254 var o = new core.Map<core.String, core.List<core.String>>(); | 254 var o = new core.Map<core.String, core.List<core.String>>(); |
| 255 o["x"] = buildUnnamed1299(); | 255 o["x"] = buildUnnamed1198(); |
| 256 o["y"] = buildUnnamed1299(); | 256 o["y"] = buildUnnamed1198(); |
| 257 return o; | 257 return o; |
| 258 } | 258 } |
| 259 | 259 |
| 260 checkUnnamed1300(core.Map<core.String, core.List<core.String>> o) { | 260 checkUnnamed1199(core.Map<core.String, core.List<core.String>> o) { |
| 261 unittest.expect(o, unittest.hasLength(2)); | 261 unittest.expect(o, unittest.hasLength(2)); |
| 262 checkUnnamed1299(o["x"]); | 262 checkUnnamed1198(o["x"]); |
| 263 checkUnnamed1299(o["y"]); | 263 checkUnnamed1198(o["y"]); |
| 264 } | 264 } |
| 265 | 265 |
| 266 buildUnnamed1301() { | 266 buildUnnamed1200() { |
| 267 var o = new core.List<core.String>(); | 267 var o = new core.List<core.String>(); |
| 268 o.add("foo"); | 268 o.add("foo"); |
| 269 o.add("foo"); | 269 o.add("foo"); |
| 270 return o; | 270 return o; |
| 271 } | 271 } |
| 272 | 272 |
| 273 checkUnnamed1301(core.List<core.String> o) { | 273 checkUnnamed1200(core.List<core.String> o) { |
| 274 unittest.expect(o, unittest.hasLength(2)); | 274 unittest.expect(o, unittest.hasLength(2)); |
| 275 unittest.expect(o[0], unittest.equals('foo')); | 275 unittest.expect(o[0], unittest.equals('foo')); |
| 276 unittest.expect(o[1], unittest.equals('foo')); | 276 unittest.expect(o[1], unittest.equals('foo')); |
| 277 } | 277 } |
| 278 | 278 |
| 279 core.int buildCounterCallSet = 0; | 279 core.int buildCounterCallSet = 0; |
| 280 buildCallSet() { | 280 buildCallSet() { |
| 281 var o = new api.CallSet(); | 281 var o = new api.CallSet(); |
| 282 buildCounterCallSet++; | 282 buildCounterCallSet++; |
| 283 if (buildCounterCallSet < 3) { | 283 if (buildCounterCallSet < 3) { |
| 284 o.created = "foo"; | 284 o.created = "foo"; |
| 285 o.id = "foo"; | 285 o.id = "foo"; |
| 286 o.info = buildUnnamed1300(); | 286 o.info = buildUnnamed1199(); |
| 287 o.name = "foo"; | 287 o.name = "foo"; |
| 288 o.sampleId = "foo"; | 288 o.sampleId = "foo"; |
| 289 o.variantSetIds = buildUnnamed1301(); | 289 o.variantSetIds = buildUnnamed1200(); |
| 290 } | 290 } |
| 291 buildCounterCallSet--; | 291 buildCounterCallSet--; |
| 292 return o; | 292 return o; |
| 293 } | 293 } |
| 294 | 294 |
| 295 checkCallSet(api.CallSet o) { | 295 checkCallSet(api.CallSet o) { |
| 296 buildCounterCallSet++; | 296 buildCounterCallSet++; |
| 297 if (buildCounterCallSet < 3) { | 297 if (buildCounterCallSet < 3) { |
| 298 unittest.expect(o.created, unittest.equals('foo')); | 298 unittest.expect(o.created, unittest.equals('foo')); |
| 299 unittest.expect(o.id, unittest.equals('foo')); | 299 unittest.expect(o.id, unittest.equals('foo')); |
| 300 checkUnnamed1300(o.info); | 300 checkUnnamed1199(o.info); |
| 301 unittest.expect(o.name, unittest.equals('foo')); | 301 unittest.expect(o.name, unittest.equals('foo')); |
| 302 unittest.expect(o.sampleId, unittest.equals('foo')); | 302 unittest.expect(o.sampleId, unittest.equals('foo')); |
| 303 checkUnnamed1301(o.variantSetIds); | 303 checkUnnamed1200(o.variantSetIds); |
| 304 } | 304 } |
| 305 buildCounterCallSet--; | 305 buildCounterCallSet--; |
| 306 } | 306 } |
| 307 | 307 |
| 308 core.int buildCounterCigarUnit = 0; | 308 core.int buildCounterCigarUnit = 0; |
| 309 buildCigarUnit() { | 309 buildCigarUnit() { |
| 310 var o = new api.CigarUnit(); | 310 var o = new api.CigarUnit(); |
| 311 buildCounterCigarUnit++; | 311 buildCounterCigarUnit++; |
| 312 if (buildCounterCigarUnit < 3) { | 312 if (buildCounterCigarUnit < 3) { |
| 313 o.operation = "foo"; | 313 o.operation = "foo"; |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 buildCounterDataset++; | 367 buildCounterDataset++; |
| 368 if (buildCounterDataset < 3) { | 368 if (buildCounterDataset < 3) { |
| 369 unittest.expect(o.id, unittest.equals('foo')); | 369 unittest.expect(o.id, unittest.equals('foo')); |
| 370 unittest.expect(o.isPublic, unittest.isTrue); | 370 unittest.expect(o.isPublic, unittest.isTrue); |
| 371 unittest.expect(o.name, unittest.equals('foo')); | 371 unittest.expect(o.name, unittest.equals('foo')); |
| 372 unittest.expect(o.projectNumber, unittest.equals('foo')); | 372 unittest.expect(o.projectNumber, unittest.equals('foo')); |
| 373 } | 373 } |
| 374 buildCounterDataset--; | 374 buildCounterDataset--; |
| 375 } | 375 } |
| 376 | 376 |
| 377 buildUnnamed1302() { | 377 buildUnnamed1201() { |
| 378 var o = new core.List<core.String>(); | 378 var o = new core.List<core.String>(); |
| 379 o.add("foo"); | 379 o.add("foo"); |
| 380 o.add("foo"); | 380 o.add("foo"); |
| 381 return o; | 381 return o; |
| 382 } | 382 } |
| 383 | 383 |
| 384 checkUnnamed1302(core.List<core.String> o) { | 384 checkUnnamed1201(core.List<core.String> o) { |
| 385 unittest.expect(o, unittest.hasLength(2)); | 385 unittest.expect(o, unittest.hasLength(2)); |
| 386 unittest.expect(o[0], unittest.equals('foo')); | 386 unittest.expect(o[0], unittest.equals('foo')); |
| 387 unittest.expect(o[1], unittest.equals('foo')); | 387 unittest.expect(o[1], unittest.equals('foo')); |
| 388 } | 388 } |
| 389 | 389 |
| 390 buildUnnamed1303() { | 390 buildUnnamed1202() { |
| 391 var o = new core.List<core.String>(); | 391 var o = new core.List<core.String>(); |
| 392 o.add("foo"); | 392 o.add("foo"); |
| 393 o.add("foo"); | 393 o.add("foo"); |
| 394 return o; | 394 return o; |
| 395 } | 395 } |
| 396 | 396 |
| 397 checkUnnamed1303(core.List<core.String> o) { | 397 checkUnnamed1202(core.List<core.String> o) { |
| 398 unittest.expect(o, unittest.hasLength(2)); | 398 unittest.expect(o, unittest.hasLength(2)); |
| 399 unittest.expect(o[0], unittest.equals('foo')); | 399 unittest.expect(o[0], unittest.equals('foo')); |
| 400 unittest.expect(o[1], unittest.equals('foo')); | 400 unittest.expect(o[1], unittest.equals('foo')); |
| 401 } | 401 } |
| 402 | 402 |
| 403 core.int buildCounterExperimentalCreateJobRequest = 0; | 403 core.int buildCounterExperimentalCreateJobRequest = 0; |
| 404 buildExperimentalCreateJobRequest() { | 404 buildExperimentalCreateJobRequest() { |
| 405 var o = new api.ExperimentalCreateJobRequest(); | 405 var o = new api.ExperimentalCreateJobRequest(); |
| 406 buildCounterExperimentalCreateJobRequest++; | 406 buildCounterExperimentalCreateJobRequest++; |
| 407 if (buildCounterExperimentalCreateJobRequest < 3) { | 407 if (buildCounterExperimentalCreateJobRequest < 3) { |
| 408 o.align = true; | 408 o.align = true; |
| 409 o.callVariants = true; | 409 o.callVariants = true; |
| 410 o.gcsOutputPath = "foo"; | 410 o.gcsOutputPath = "foo"; |
| 411 o.pairedSourceUris = buildUnnamed1302(); | 411 o.pairedSourceUris = buildUnnamed1201(); |
| 412 o.projectNumber = "foo"; | 412 o.projectNumber = "foo"; |
| 413 o.sourceUris = buildUnnamed1303(); | 413 o.sourceUris = buildUnnamed1202(); |
| 414 } | 414 } |
| 415 buildCounterExperimentalCreateJobRequest--; | 415 buildCounterExperimentalCreateJobRequest--; |
| 416 return o; | 416 return o; |
| 417 } | 417 } |
| 418 | 418 |
| 419 checkExperimentalCreateJobRequest(api.ExperimentalCreateJobRequest o) { | 419 checkExperimentalCreateJobRequest(api.ExperimentalCreateJobRequest o) { |
| 420 buildCounterExperimentalCreateJobRequest++; | 420 buildCounterExperimentalCreateJobRequest++; |
| 421 if (buildCounterExperimentalCreateJobRequest < 3) { | 421 if (buildCounterExperimentalCreateJobRequest < 3) { |
| 422 unittest.expect(o.align, unittest.isTrue); | 422 unittest.expect(o.align, unittest.isTrue); |
| 423 unittest.expect(o.callVariants, unittest.isTrue); | 423 unittest.expect(o.callVariants, unittest.isTrue); |
| 424 unittest.expect(o.gcsOutputPath, unittest.equals('foo')); | 424 unittest.expect(o.gcsOutputPath, unittest.equals('foo')); |
| 425 checkUnnamed1302(o.pairedSourceUris); | 425 checkUnnamed1201(o.pairedSourceUris); |
| 426 unittest.expect(o.projectNumber, unittest.equals('foo')); | 426 unittest.expect(o.projectNumber, unittest.equals('foo')); |
| 427 checkUnnamed1303(o.sourceUris); | 427 checkUnnamed1202(o.sourceUris); |
| 428 } | 428 } |
| 429 buildCounterExperimentalCreateJobRequest--; | 429 buildCounterExperimentalCreateJobRequest--; |
| 430 } | 430 } |
| 431 | 431 |
| 432 core.int buildCounterExperimentalCreateJobResponse = 0; | 432 core.int buildCounterExperimentalCreateJobResponse = 0; |
| 433 buildExperimentalCreateJobResponse() { | 433 buildExperimentalCreateJobResponse() { |
| 434 var o = new api.ExperimentalCreateJobResponse(); | 434 var o = new api.ExperimentalCreateJobResponse(); |
| 435 buildCounterExperimentalCreateJobResponse++; | 435 buildCounterExperimentalCreateJobResponse++; |
| 436 if (buildCounterExperimentalCreateJobResponse < 3) { | 436 if (buildCounterExperimentalCreateJobResponse < 3) { |
| 437 o.jobId = "foo"; | 437 o.jobId = "foo"; |
| 438 } | 438 } |
| 439 buildCounterExperimentalCreateJobResponse--; | 439 buildCounterExperimentalCreateJobResponse--; |
| 440 return o; | 440 return o; |
| 441 } | 441 } |
| 442 | 442 |
| 443 checkExperimentalCreateJobResponse(api.ExperimentalCreateJobResponse o) { | 443 checkExperimentalCreateJobResponse(api.ExperimentalCreateJobResponse o) { |
| 444 buildCounterExperimentalCreateJobResponse++; | 444 buildCounterExperimentalCreateJobResponse++; |
| 445 if (buildCounterExperimentalCreateJobResponse < 3) { | 445 if (buildCounterExperimentalCreateJobResponse < 3) { |
| 446 unittest.expect(o.jobId, unittest.equals('foo')); | 446 unittest.expect(o.jobId, unittest.equals('foo')); |
| 447 } | 447 } |
| 448 buildCounterExperimentalCreateJobResponse--; | 448 buildCounterExperimentalCreateJobResponse--; |
| 449 } | 449 } |
| 450 | 450 |
| 451 buildUnnamed1304() { | 451 buildUnnamed1203() { |
| 452 var o = new core.List<core.String>(); | 452 var o = new core.List<core.String>(); |
| 453 o.add("foo"); | 453 o.add("foo"); |
| 454 o.add("foo"); | 454 o.add("foo"); |
| 455 return o; | 455 return o; |
| 456 } | 456 } |
| 457 | 457 |
| 458 checkUnnamed1304(core.List<core.String> o) { | 458 checkUnnamed1203(core.List<core.String> o) { |
| 459 unittest.expect(o, unittest.hasLength(2)); | 459 unittest.expect(o, unittest.hasLength(2)); |
| 460 unittest.expect(o[0], unittest.equals('foo')); | 460 unittest.expect(o[0], unittest.equals('foo')); |
| 461 unittest.expect(o[1], unittest.equals('foo')); | 461 unittest.expect(o[1], unittest.equals('foo')); |
| 462 } | 462 } |
| 463 | 463 |
| 464 buildUnnamed1305() { | 464 buildUnnamed1204() { |
| 465 var o = new core.List<core.String>(); | 465 var o = new core.List<core.String>(); |
| 466 o.add("foo"); | 466 o.add("foo"); |
| 467 o.add("foo"); | 467 o.add("foo"); |
| 468 return o; | 468 return o; |
| 469 } | 469 } |
| 470 | 470 |
| 471 checkUnnamed1305(core.List<core.String> o) { | 471 checkUnnamed1204(core.List<core.String> o) { |
| 472 unittest.expect(o, unittest.hasLength(2)); | 472 unittest.expect(o, unittest.hasLength(2)); |
| 473 unittest.expect(o[0], unittest.equals('foo')); | 473 unittest.expect(o[0], unittest.equals('foo')); |
| 474 unittest.expect(o[1], unittest.equals('foo')); | 474 unittest.expect(o[1], unittest.equals('foo')); |
| 475 } | 475 } |
| 476 | 476 |
| 477 core.int buildCounterExportReadGroupSetsRequest = 0; | 477 core.int buildCounterExportReadGroupSetsRequest = 0; |
| 478 buildExportReadGroupSetsRequest() { | 478 buildExportReadGroupSetsRequest() { |
| 479 var o = new api.ExportReadGroupSetsRequest(); | 479 var o = new api.ExportReadGroupSetsRequest(); |
| 480 buildCounterExportReadGroupSetsRequest++; | 480 buildCounterExportReadGroupSetsRequest++; |
| 481 if (buildCounterExportReadGroupSetsRequest < 3) { | 481 if (buildCounterExportReadGroupSetsRequest < 3) { |
| 482 o.exportUri = "foo"; | 482 o.exportUri = "foo"; |
| 483 o.projectNumber = "foo"; | 483 o.projectNumber = "foo"; |
| 484 o.readGroupSetIds = buildUnnamed1304(); | 484 o.readGroupSetIds = buildUnnamed1203(); |
| 485 o.referenceNames = buildUnnamed1305(); | 485 o.referenceNames = buildUnnamed1204(); |
| 486 } | 486 } |
| 487 buildCounterExportReadGroupSetsRequest--; | 487 buildCounterExportReadGroupSetsRequest--; |
| 488 return o; | 488 return o; |
| 489 } | 489 } |
| 490 | 490 |
| 491 checkExportReadGroupSetsRequest(api.ExportReadGroupSetsRequest o) { | 491 checkExportReadGroupSetsRequest(api.ExportReadGroupSetsRequest o) { |
| 492 buildCounterExportReadGroupSetsRequest++; | 492 buildCounterExportReadGroupSetsRequest++; |
| 493 if (buildCounterExportReadGroupSetsRequest < 3) { | 493 if (buildCounterExportReadGroupSetsRequest < 3) { |
| 494 unittest.expect(o.exportUri, unittest.equals('foo')); | 494 unittest.expect(o.exportUri, unittest.equals('foo')); |
| 495 unittest.expect(o.projectNumber, unittest.equals('foo')); | 495 unittest.expect(o.projectNumber, unittest.equals('foo')); |
| 496 checkUnnamed1304(o.readGroupSetIds); | 496 checkUnnamed1203(o.readGroupSetIds); |
| 497 checkUnnamed1305(o.referenceNames); | 497 checkUnnamed1204(o.referenceNames); |
| 498 } | 498 } |
| 499 buildCounterExportReadGroupSetsRequest--; | 499 buildCounterExportReadGroupSetsRequest--; |
| 500 } | 500 } |
| 501 | 501 |
| 502 core.int buildCounterExportReadGroupSetsResponse = 0; | 502 core.int buildCounterExportReadGroupSetsResponse = 0; |
| 503 buildExportReadGroupSetsResponse() { | 503 buildExportReadGroupSetsResponse() { |
| 504 var o = new api.ExportReadGroupSetsResponse(); | 504 var o = new api.ExportReadGroupSetsResponse(); |
| 505 buildCounterExportReadGroupSetsResponse++; | 505 buildCounterExportReadGroupSetsResponse++; |
| 506 if (buildCounterExportReadGroupSetsResponse < 3) { | 506 if (buildCounterExportReadGroupSetsResponse < 3) { |
| 507 o.jobId = "foo"; | 507 o.jobId = "foo"; |
| 508 } | 508 } |
| 509 buildCounterExportReadGroupSetsResponse--; | 509 buildCounterExportReadGroupSetsResponse--; |
| 510 return o; | 510 return o; |
| 511 } | 511 } |
| 512 | 512 |
| 513 checkExportReadGroupSetsResponse(api.ExportReadGroupSetsResponse o) { | 513 checkExportReadGroupSetsResponse(api.ExportReadGroupSetsResponse o) { |
| 514 buildCounterExportReadGroupSetsResponse++; | 514 buildCounterExportReadGroupSetsResponse++; |
| 515 if (buildCounterExportReadGroupSetsResponse < 3) { | 515 if (buildCounterExportReadGroupSetsResponse < 3) { |
| 516 unittest.expect(o.jobId, unittest.equals('foo')); | 516 unittest.expect(o.jobId, unittest.equals('foo')); |
| 517 } | 517 } |
| 518 buildCounterExportReadGroupSetsResponse--; | 518 buildCounterExportReadGroupSetsResponse--; |
| 519 } | 519 } |
| 520 | 520 |
| 521 buildUnnamed1306() { | 521 buildUnnamed1205() { |
| 522 var o = new core.List<core.String>(); | 522 var o = new core.List<core.String>(); |
| 523 o.add("foo"); | 523 o.add("foo"); |
| 524 o.add("foo"); | 524 o.add("foo"); |
| 525 return o; | 525 return o; |
| 526 } | 526 } |
| 527 | 527 |
| 528 checkUnnamed1306(core.List<core.String> o) { | 528 checkUnnamed1205(core.List<core.String> o) { |
| 529 unittest.expect(o, unittest.hasLength(2)); | 529 unittest.expect(o, unittest.hasLength(2)); |
| 530 unittest.expect(o[0], unittest.equals('foo')); | 530 unittest.expect(o[0], unittest.equals('foo')); |
| 531 unittest.expect(o[1], unittest.equals('foo')); | 531 unittest.expect(o[1], unittest.equals('foo')); |
| 532 } | 532 } |
| 533 | 533 |
| 534 core.int buildCounterExportVariantSetRequest = 0; | 534 core.int buildCounterExportVariantSetRequest = 0; |
| 535 buildExportVariantSetRequest() { | 535 buildExportVariantSetRequest() { |
| 536 var o = new api.ExportVariantSetRequest(); | 536 var o = new api.ExportVariantSetRequest(); |
| 537 buildCounterExportVariantSetRequest++; | 537 buildCounterExportVariantSetRequest++; |
| 538 if (buildCounterExportVariantSetRequest < 3) { | 538 if (buildCounterExportVariantSetRequest < 3) { |
| 539 o.bigqueryDataset = "foo"; | 539 o.bigqueryDataset = "foo"; |
| 540 o.bigqueryTable = "foo"; | 540 o.bigqueryTable = "foo"; |
| 541 o.callSetIds = buildUnnamed1306(); | 541 o.callSetIds = buildUnnamed1205(); |
| 542 o.format = "foo"; | 542 o.format = "foo"; |
| 543 o.projectNumber = "foo"; | 543 o.projectNumber = "foo"; |
| 544 } | 544 } |
| 545 buildCounterExportVariantSetRequest--; | 545 buildCounterExportVariantSetRequest--; |
| 546 return o; | 546 return o; |
| 547 } | 547 } |
| 548 | 548 |
| 549 checkExportVariantSetRequest(api.ExportVariantSetRequest o) { | 549 checkExportVariantSetRequest(api.ExportVariantSetRequest o) { |
| 550 buildCounterExportVariantSetRequest++; | 550 buildCounterExportVariantSetRequest++; |
| 551 if (buildCounterExportVariantSetRequest < 3) { | 551 if (buildCounterExportVariantSetRequest < 3) { |
| 552 unittest.expect(o.bigqueryDataset, unittest.equals('foo')); | 552 unittest.expect(o.bigqueryDataset, unittest.equals('foo')); |
| 553 unittest.expect(o.bigqueryTable, unittest.equals('foo')); | 553 unittest.expect(o.bigqueryTable, unittest.equals('foo')); |
| 554 checkUnnamed1306(o.callSetIds); | 554 checkUnnamed1205(o.callSetIds); |
| 555 unittest.expect(o.format, unittest.equals('foo')); | 555 unittest.expect(o.format, unittest.equals('foo')); |
| 556 unittest.expect(o.projectNumber, unittest.equals('foo')); | 556 unittest.expect(o.projectNumber, unittest.equals('foo')); |
| 557 } | 557 } |
| 558 buildCounterExportVariantSetRequest--; | 558 buildCounterExportVariantSetRequest--; |
| 559 } | 559 } |
| 560 | 560 |
| 561 core.int buildCounterExportVariantSetResponse = 0; | 561 core.int buildCounterExportVariantSetResponse = 0; |
| 562 buildExportVariantSetResponse() { | 562 buildExportVariantSetResponse() { |
| 563 var o = new api.ExportVariantSetResponse(); | 563 var o = new api.ExportVariantSetResponse(); |
| 564 buildCounterExportVariantSetResponse++; | 564 buildCounterExportVariantSetResponse++; |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 if (buildCounterFastqMetadata < 3) { | 597 if (buildCounterFastqMetadata < 3) { |
| 598 unittest.expect(o.libraryName, unittest.equals('foo')); | 598 unittest.expect(o.libraryName, unittest.equals('foo')); |
| 599 unittest.expect(o.platformName, unittest.equals('foo')); | 599 unittest.expect(o.platformName, unittest.equals('foo')); |
| 600 unittest.expect(o.platformUnit, unittest.equals('foo')); | 600 unittest.expect(o.platformUnit, unittest.equals('foo')); |
| 601 unittest.expect(o.readGroupName, unittest.equals('foo')); | 601 unittest.expect(o.readGroupName, unittest.equals('foo')); |
| 602 unittest.expect(o.sampleName, unittest.equals('foo')); | 602 unittest.expect(o.sampleName, unittest.equals('foo')); |
| 603 } | 603 } |
| 604 buildCounterFastqMetadata--; | 604 buildCounterFastqMetadata--; |
| 605 } | 605 } |
| 606 | 606 |
| 607 buildUnnamed1307() { | 607 buildUnnamed1206() { |
| 608 var o = new core.List<core.String>(); | 608 var o = new core.List<core.String>(); |
| 609 o.add("foo"); | 609 o.add("foo"); |
| 610 o.add("foo"); | 610 o.add("foo"); |
| 611 return o; | 611 return o; |
| 612 } | 612 } |
| 613 | 613 |
| 614 checkUnnamed1307(core.List<core.String> o) { | 614 checkUnnamed1206(core.List<core.String> o) { |
| 615 unittest.expect(o, unittest.hasLength(2)); | 615 unittest.expect(o, unittest.hasLength(2)); |
| 616 unittest.expect(o[0], unittest.equals('foo')); | 616 unittest.expect(o[0], unittest.equals('foo')); |
| 617 unittest.expect(o[1], unittest.equals('foo')); | 617 unittest.expect(o[1], unittest.equals('foo')); |
| 618 } | 618 } |
| 619 | 619 |
| 620 core.int buildCounterImportReadGroupSetsRequest = 0; | 620 core.int buildCounterImportReadGroupSetsRequest = 0; |
| 621 buildImportReadGroupSetsRequest() { | 621 buildImportReadGroupSetsRequest() { |
| 622 var o = new api.ImportReadGroupSetsRequest(); | 622 var o = new api.ImportReadGroupSetsRequest(); |
| 623 buildCounterImportReadGroupSetsRequest++; | 623 buildCounterImportReadGroupSetsRequest++; |
| 624 if (buildCounterImportReadGroupSetsRequest < 3) { | 624 if (buildCounterImportReadGroupSetsRequest < 3) { |
| 625 o.datasetId = "foo"; | 625 o.datasetId = "foo"; |
| 626 o.partitionStrategy = "foo"; |
| 626 o.referenceSetId = "foo"; | 627 o.referenceSetId = "foo"; |
| 627 o.sourceUris = buildUnnamed1307(); | 628 o.sourceUris = buildUnnamed1206(); |
| 628 } | 629 } |
| 629 buildCounterImportReadGroupSetsRequest--; | 630 buildCounterImportReadGroupSetsRequest--; |
| 630 return o; | 631 return o; |
| 631 } | 632 } |
| 632 | 633 |
| 633 checkImportReadGroupSetsRequest(api.ImportReadGroupSetsRequest o) { | 634 checkImportReadGroupSetsRequest(api.ImportReadGroupSetsRequest o) { |
| 634 buildCounterImportReadGroupSetsRequest++; | 635 buildCounterImportReadGroupSetsRequest++; |
| 635 if (buildCounterImportReadGroupSetsRequest < 3) { | 636 if (buildCounterImportReadGroupSetsRequest < 3) { |
| 636 unittest.expect(o.datasetId, unittest.equals('foo')); | 637 unittest.expect(o.datasetId, unittest.equals('foo')); |
| 638 unittest.expect(o.partitionStrategy, unittest.equals('foo')); |
| 637 unittest.expect(o.referenceSetId, unittest.equals('foo')); | 639 unittest.expect(o.referenceSetId, unittest.equals('foo')); |
| 638 checkUnnamed1307(o.sourceUris); | 640 checkUnnamed1206(o.sourceUris); |
| 639 } | 641 } |
| 640 buildCounterImportReadGroupSetsRequest--; | 642 buildCounterImportReadGroupSetsRequest--; |
| 641 } | 643 } |
| 642 | 644 |
| 643 core.int buildCounterImportReadGroupSetsResponse = 0; | 645 core.int buildCounterImportReadGroupSetsResponse = 0; |
| 644 buildImportReadGroupSetsResponse() { | 646 buildImportReadGroupSetsResponse() { |
| 645 var o = new api.ImportReadGroupSetsResponse(); | 647 var o = new api.ImportReadGroupSetsResponse(); |
| 646 buildCounterImportReadGroupSetsResponse++; | 648 buildCounterImportReadGroupSetsResponse++; |
| 647 if (buildCounterImportReadGroupSetsResponse < 3) { | 649 if (buildCounterImportReadGroupSetsResponse < 3) { |
| 648 o.jobId = "foo"; | 650 o.jobId = "foo"; |
| 649 } | 651 } |
| 650 buildCounterImportReadGroupSetsResponse--; | 652 buildCounterImportReadGroupSetsResponse--; |
| 651 return o; | 653 return o; |
| 652 } | 654 } |
| 653 | 655 |
| 654 checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) { | 656 checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) { |
| 655 buildCounterImportReadGroupSetsResponse++; | 657 buildCounterImportReadGroupSetsResponse++; |
| 656 if (buildCounterImportReadGroupSetsResponse < 3) { | 658 if (buildCounterImportReadGroupSetsResponse < 3) { |
| 657 unittest.expect(o.jobId, unittest.equals('foo')); | 659 unittest.expect(o.jobId, unittest.equals('foo')); |
| 658 } | 660 } |
| 659 buildCounterImportReadGroupSetsResponse--; | 661 buildCounterImportReadGroupSetsResponse--; |
| 660 } | 662 } |
| 661 | 663 |
| 662 buildUnnamed1308() { | 664 buildUnnamed1207() { |
| 663 var o = new core.List<core.String>(); | 665 var o = new core.List<core.String>(); |
| 664 o.add("foo"); | 666 o.add("foo"); |
| 665 o.add("foo"); | 667 o.add("foo"); |
| 666 return o; | 668 return o; |
| 667 } | 669 } |
| 668 | 670 |
| 669 checkUnnamed1308(core.List<core.String> o) { | 671 checkUnnamed1207(core.List<core.String> o) { |
| 670 unittest.expect(o, unittest.hasLength(2)); | 672 unittest.expect(o, unittest.hasLength(2)); |
| 671 unittest.expect(o[0], unittest.equals('foo')); | 673 unittest.expect(o[0], unittest.equals('foo')); |
| 672 unittest.expect(o[1], unittest.equals('foo')); | 674 unittest.expect(o[1], unittest.equals('foo')); |
| 673 } | 675 } |
| 674 | 676 |
| 675 core.int buildCounterImportVariantsRequest = 0; | 677 core.int buildCounterImportVariantsRequest = 0; |
| 676 buildImportVariantsRequest() { | 678 buildImportVariantsRequest() { |
| 677 var o = new api.ImportVariantsRequest(); | 679 var o = new api.ImportVariantsRequest(); |
| 678 buildCounterImportVariantsRequest++; | 680 buildCounterImportVariantsRequest++; |
| 679 if (buildCounterImportVariantsRequest < 3) { | 681 if (buildCounterImportVariantsRequest < 3) { |
| 680 o.format = "foo"; | 682 o.format = "foo"; |
| 681 o.sourceUris = buildUnnamed1308(); | 683 o.sourceUris = buildUnnamed1207(); |
| 682 } | 684 } |
| 683 buildCounterImportVariantsRequest--; | 685 buildCounterImportVariantsRequest--; |
| 684 return o; | 686 return o; |
| 685 } | 687 } |
| 686 | 688 |
| 687 checkImportVariantsRequest(api.ImportVariantsRequest o) { | 689 checkImportVariantsRequest(api.ImportVariantsRequest o) { |
| 688 buildCounterImportVariantsRequest++; | 690 buildCounterImportVariantsRequest++; |
| 689 if (buildCounterImportVariantsRequest < 3) { | 691 if (buildCounterImportVariantsRequest < 3) { |
| 690 unittest.expect(o.format, unittest.equals('foo')); | 692 unittest.expect(o.format, unittest.equals('foo')); |
| 691 checkUnnamed1308(o.sourceUris); | 693 checkUnnamed1207(o.sourceUris); |
| 692 } | 694 } |
| 693 buildCounterImportVariantsRequest--; | 695 buildCounterImportVariantsRequest--; |
| 694 } | 696 } |
| 695 | 697 |
| 696 core.int buildCounterImportVariantsResponse = 0; | 698 core.int buildCounterImportVariantsResponse = 0; |
| 697 buildImportVariantsResponse() { | 699 buildImportVariantsResponse() { |
| 698 var o = new api.ImportVariantsResponse(); | 700 var o = new api.ImportVariantsResponse(); |
| 699 buildCounterImportVariantsResponse++; | 701 buildCounterImportVariantsResponse++; |
| 700 if (buildCounterImportVariantsResponse < 3) { | 702 if (buildCounterImportVariantsResponse < 3) { |
| 701 o.jobId = "foo"; | 703 o.jobId = "foo"; |
| 702 } | 704 } |
| 703 buildCounterImportVariantsResponse--; | 705 buildCounterImportVariantsResponse--; |
| 704 return o; | 706 return o; |
| 705 } | 707 } |
| 706 | 708 |
| 707 checkImportVariantsResponse(api.ImportVariantsResponse o) { | 709 checkImportVariantsResponse(api.ImportVariantsResponse o) { |
| 708 buildCounterImportVariantsResponse++; | 710 buildCounterImportVariantsResponse++; |
| 709 if (buildCounterImportVariantsResponse < 3) { | 711 if (buildCounterImportVariantsResponse < 3) { |
| 710 unittest.expect(o.jobId, unittest.equals('foo')); | 712 unittest.expect(o.jobId, unittest.equals('foo')); |
| 711 } | 713 } |
| 712 buildCounterImportVariantsResponse--; | 714 buildCounterImportVariantsResponse--; |
| 713 } | 715 } |
| 714 | 716 |
| 715 buildUnnamed1309() { | 717 buildUnnamed1208() { |
| 716 var o = new core.List<core.String>(); | 718 var o = new core.List<core.String>(); |
| 717 o.add("foo"); | 719 o.add("foo"); |
| 718 o.add("foo"); | 720 o.add("foo"); |
| 719 return o; | 721 return o; |
| 720 } | 722 } |
| 721 | 723 |
| 722 checkUnnamed1309(core.List<core.String> o) { | 724 checkUnnamed1208(core.List<core.String> o) { |
| 723 unittest.expect(o, unittest.hasLength(2)); | 725 unittest.expect(o, unittest.hasLength(2)); |
| 724 unittest.expect(o[0], unittest.equals('foo')); | 726 unittest.expect(o[0], unittest.equals('foo')); |
| 725 unittest.expect(o[1], unittest.equals('foo')); | 727 unittest.expect(o[1], unittest.equals('foo')); |
| 726 } | 728 } |
| 727 | 729 |
| 728 core.int buildCounterInterleavedFastqSource = 0; | 730 core.int buildCounterInterleavedFastqSource = 0; |
| 729 buildInterleavedFastqSource() { | 731 buildInterleavedFastqSource() { |
| 730 var o = new api.InterleavedFastqSource(); | 732 var o = new api.InterleavedFastqSource(); |
| 731 buildCounterInterleavedFastqSource++; | 733 buildCounterInterleavedFastqSource++; |
| 732 if (buildCounterInterleavedFastqSource < 3) { | 734 if (buildCounterInterleavedFastqSource < 3) { |
| 733 o.metadata = buildFastqMetadata(); | 735 o.metadata = buildFastqMetadata(); |
| 734 o.sourceUris = buildUnnamed1309(); | 736 o.sourceUris = buildUnnamed1208(); |
| 735 } | 737 } |
| 736 buildCounterInterleavedFastqSource--; | 738 buildCounterInterleavedFastqSource--; |
| 737 return o; | 739 return o; |
| 738 } | 740 } |
| 739 | 741 |
| 740 checkInterleavedFastqSource(api.InterleavedFastqSource o) { | 742 checkInterleavedFastqSource(api.InterleavedFastqSource o) { |
| 741 buildCounterInterleavedFastqSource++; | 743 buildCounterInterleavedFastqSource++; |
| 742 if (buildCounterInterleavedFastqSource < 3) { | 744 if (buildCounterInterleavedFastqSource < 3) { |
| 743 checkFastqMetadata(o.metadata); | 745 checkFastqMetadata(o.metadata); |
| 744 checkUnnamed1309(o.sourceUris); | 746 checkUnnamed1208(o.sourceUris); |
| 745 } | 747 } |
| 746 buildCounterInterleavedFastqSource--; | 748 buildCounterInterleavedFastqSource--; |
| 747 } | 749 } |
| 748 | 750 |
| 749 buildUnnamed1310() { | 751 buildUnnamed1209() { |
| 750 var o = new core.List<core.String>(); | 752 var o = new core.List<core.String>(); |
| 751 o.add("foo"); | 753 o.add("foo"); |
| 752 o.add("foo"); | 754 o.add("foo"); |
| 753 return o; | 755 return o; |
| 754 } | 756 } |
| 755 | 757 |
| 756 checkUnnamed1310(core.List<core.String> o) { | 758 checkUnnamed1209(core.List<core.String> o) { |
| 757 unittest.expect(o, unittest.hasLength(2)); | 759 unittest.expect(o, unittest.hasLength(2)); |
| 758 unittest.expect(o[0], unittest.equals('foo')); | 760 unittest.expect(o[0], unittest.equals('foo')); |
| 759 unittest.expect(o[1], unittest.equals('foo')); | 761 unittest.expect(o[1], unittest.equals('foo')); |
| 760 } | 762 } |
| 761 | 763 |
| 762 buildUnnamed1311() { | 764 buildUnnamed1210() { |
| 763 var o = new core.List<core.String>(); | 765 var o = new core.List<core.String>(); |
| 764 o.add("foo"); | 766 o.add("foo"); |
| 765 o.add("foo"); | 767 o.add("foo"); |
| 766 return o; | 768 return o; |
| 767 } | 769 } |
| 768 | 770 |
| 769 checkUnnamed1311(core.List<core.String> o) { | 771 checkUnnamed1210(core.List<core.String> o) { |
| 770 unittest.expect(o, unittest.hasLength(2)); | 772 unittest.expect(o, unittest.hasLength(2)); |
| 771 unittest.expect(o[0], unittest.equals('foo')); | 773 unittest.expect(o[0], unittest.equals('foo')); |
| 772 unittest.expect(o[1], unittest.equals('foo')); | 774 unittest.expect(o[1], unittest.equals('foo')); |
| 773 } | 775 } |
| 774 | 776 |
| 775 buildUnnamed1312() { | 777 buildUnnamed1211() { |
| 776 var o = new core.List<core.String>(); | 778 var o = new core.List<core.String>(); |
| 777 o.add("foo"); | 779 o.add("foo"); |
| 778 o.add("foo"); | 780 o.add("foo"); |
| 779 return o; | 781 return o; |
| 780 } | 782 } |
| 781 | 783 |
| 782 checkUnnamed1312(core.List<core.String> o) { | 784 checkUnnamed1211(core.List<core.String> o) { |
| 783 unittest.expect(o, unittest.hasLength(2)); | 785 unittest.expect(o, unittest.hasLength(2)); |
| 784 unittest.expect(o[0], unittest.equals('foo')); | 786 unittest.expect(o[0], unittest.equals('foo')); |
| 785 unittest.expect(o[1], unittest.equals('foo')); | 787 unittest.expect(o[1], unittest.equals('foo')); |
| 786 } | 788 } |
| 787 | 789 |
| 788 core.int buildCounterJob = 0; | 790 core.int buildCounterJob = 0; |
| 789 buildJob() { | 791 buildJob() { |
| 790 var o = new api.Job(); | 792 var o = new api.Job(); |
| 791 buildCounterJob++; | 793 buildCounterJob++; |
| 792 if (buildCounterJob < 3) { | 794 if (buildCounterJob < 3) { |
| 793 o.created = "foo"; | 795 o.created = "foo"; |
| 794 o.detailedStatus = "foo"; | 796 o.detailedStatus = "foo"; |
| 795 o.errors = buildUnnamed1310(); | 797 o.errors = buildUnnamed1209(); |
| 796 o.id = "foo"; | 798 o.id = "foo"; |
| 797 o.importedIds = buildUnnamed1311(); | 799 o.importedIds = buildUnnamed1210(); |
| 798 o.projectNumber = "foo"; | 800 o.projectNumber = "foo"; |
| 799 o.request = buildJobRequest(); | 801 o.request = buildJobRequest(); |
| 800 o.status = "foo"; | 802 o.status = "foo"; |
| 801 o.warnings = buildUnnamed1312(); | 803 o.warnings = buildUnnamed1211(); |
| 802 } | 804 } |
| 803 buildCounterJob--; | 805 buildCounterJob--; |
| 804 return o; | 806 return o; |
| 805 } | 807 } |
| 806 | 808 |
| 807 checkJob(api.Job o) { | 809 checkJob(api.Job o) { |
| 808 buildCounterJob++; | 810 buildCounterJob++; |
| 809 if (buildCounterJob < 3) { | 811 if (buildCounterJob < 3) { |
| 810 unittest.expect(o.created, unittest.equals('foo')); | 812 unittest.expect(o.created, unittest.equals('foo')); |
| 811 unittest.expect(o.detailedStatus, unittest.equals('foo')); | 813 unittest.expect(o.detailedStatus, unittest.equals('foo')); |
| 812 checkUnnamed1310(o.errors); | 814 checkUnnamed1209(o.errors); |
| 813 unittest.expect(o.id, unittest.equals('foo')); | 815 unittest.expect(o.id, unittest.equals('foo')); |
| 814 checkUnnamed1311(o.importedIds); | 816 checkUnnamed1210(o.importedIds); |
| 815 unittest.expect(o.projectNumber, unittest.equals('foo')); | 817 unittest.expect(o.projectNumber, unittest.equals('foo')); |
| 816 checkJobRequest(o.request); | 818 checkJobRequest(o.request); |
| 817 unittest.expect(o.status, unittest.equals('foo')); | 819 unittest.expect(o.status, unittest.equals('foo')); |
| 818 checkUnnamed1312(o.warnings); | 820 checkUnnamed1211(o.warnings); |
| 819 } | 821 } |
| 820 buildCounterJob--; | 822 buildCounterJob--; |
| 821 } | 823 } |
| 822 | 824 |
| 823 buildUnnamed1313() { | 825 buildUnnamed1212() { |
| 824 var o = new core.List<core.String>(); | 826 var o = new core.List<core.String>(); |
| 825 o.add("foo"); | 827 o.add("foo"); |
| 826 o.add("foo"); | 828 o.add("foo"); |
| 827 return o; | 829 return o; |
| 828 } | 830 } |
| 829 | 831 |
| 830 checkUnnamed1313(core.List<core.String> o) { | 832 checkUnnamed1212(core.List<core.String> o) { |
| 831 unittest.expect(o, unittest.hasLength(2)); | 833 unittest.expect(o, unittest.hasLength(2)); |
| 832 unittest.expect(o[0], unittest.equals('foo')); | 834 unittest.expect(o[0], unittest.equals('foo')); |
| 833 unittest.expect(o[1], unittest.equals('foo')); | 835 unittest.expect(o[1], unittest.equals('foo')); |
| 834 } | 836 } |
| 835 | 837 |
| 836 buildUnnamed1314() { | 838 buildUnnamed1213() { |
| 837 var o = new core.List<core.String>(); | 839 var o = new core.List<core.String>(); |
| 838 o.add("foo"); | 840 o.add("foo"); |
| 839 o.add("foo"); | 841 o.add("foo"); |
| 840 return o; | 842 return o; |
| 841 } | 843 } |
| 842 | 844 |
| 843 checkUnnamed1314(core.List<core.String> o) { | 845 checkUnnamed1213(core.List<core.String> o) { |
| 844 unittest.expect(o, unittest.hasLength(2)); | 846 unittest.expect(o, unittest.hasLength(2)); |
| 845 unittest.expect(o[0], unittest.equals('foo')); | 847 unittest.expect(o[0], unittest.equals('foo')); |
| 846 unittest.expect(o[1], unittest.equals('foo')); | 848 unittest.expect(o[1], unittest.equals('foo')); |
| 847 } | 849 } |
| 848 | 850 |
| 849 core.int buildCounterJobRequest = 0; | 851 core.int buildCounterJobRequest = 0; |
| 850 buildJobRequest() { | 852 buildJobRequest() { |
| 851 var o = new api.JobRequest(); | 853 var o = new api.JobRequest(); |
| 852 buildCounterJobRequest++; | 854 buildCounterJobRequest++; |
| 853 if (buildCounterJobRequest < 3) { | 855 if (buildCounterJobRequest < 3) { |
| 854 o.destination = buildUnnamed1313(); | 856 o.destination = buildUnnamed1212(); |
| 855 o.source = buildUnnamed1314(); | 857 o.source = buildUnnamed1213(); |
| 856 o.type = "foo"; | 858 o.type = "foo"; |
| 857 } | 859 } |
| 858 buildCounterJobRequest--; | 860 buildCounterJobRequest--; |
| 859 return o; | 861 return o; |
| 860 } | 862 } |
| 861 | 863 |
| 862 checkJobRequest(api.JobRequest o) { | 864 checkJobRequest(api.JobRequest o) { |
| 863 buildCounterJobRequest++; | 865 buildCounterJobRequest++; |
| 864 if (buildCounterJobRequest < 3) { | 866 if (buildCounterJobRequest < 3) { |
| 865 checkUnnamed1313(o.destination); | 867 checkUnnamed1212(o.destination); |
| 866 checkUnnamed1314(o.source); | 868 checkUnnamed1213(o.source); |
| 867 unittest.expect(o.type, unittest.equals('foo')); | 869 unittest.expect(o.type, unittest.equals('foo')); |
| 868 } | 870 } |
| 869 buildCounterJobRequest--; | 871 buildCounterJobRequest--; |
| 870 } | 872 } |
| 871 | 873 |
| 872 buildUnnamed1315() { | 874 buildUnnamed1214() { |
| 873 var o = new core.List<api.CigarUnit>(); | 875 var o = new core.List<api.CigarUnit>(); |
| 874 o.add(buildCigarUnit()); | 876 o.add(buildCigarUnit()); |
| 875 o.add(buildCigarUnit()); | 877 o.add(buildCigarUnit()); |
| 876 return o; | 878 return o; |
| 877 } | 879 } |
| 878 | 880 |
| 879 checkUnnamed1315(core.List<api.CigarUnit> o) { | 881 checkUnnamed1214(core.List<api.CigarUnit> o) { |
| 880 unittest.expect(o, unittest.hasLength(2)); | 882 unittest.expect(o, unittest.hasLength(2)); |
| 881 checkCigarUnit(o[0]); | 883 checkCigarUnit(o[0]); |
| 882 checkCigarUnit(o[1]); | 884 checkCigarUnit(o[1]); |
| 883 } | 885 } |
| 884 | 886 |
| 885 core.int buildCounterLinearAlignment = 0; | 887 core.int buildCounterLinearAlignment = 0; |
| 886 buildLinearAlignment() { | 888 buildLinearAlignment() { |
| 887 var o = new api.LinearAlignment(); | 889 var o = new api.LinearAlignment(); |
| 888 buildCounterLinearAlignment++; | 890 buildCounterLinearAlignment++; |
| 889 if (buildCounterLinearAlignment < 3) { | 891 if (buildCounterLinearAlignment < 3) { |
| 890 o.cigar = buildUnnamed1315(); | 892 o.cigar = buildUnnamed1214(); |
| 891 o.mappingQuality = 42; | 893 o.mappingQuality = 42; |
| 892 o.position = buildPosition(); | 894 o.position = buildPosition(); |
| 893 } | 895 } |
| 894 buildCounterLinearAlignment--; | 896 buildCounterLinearAlignment--; |
| 895 return o; | 897 return o; |
| 896 } | 898 } |
| 897 | 899 |
| 898 checkLinearAlignment(api.LinearAlignment o) { | 900 checkLinearAlignment(api.LinearAlignment o) { |
| 899 buildCounterLinearAlignment++; | 901 buildCounterLinearAlignment++; |
| 900 if (buildCounterLinearAlignment < 3) { | 902 if (buildCounterLinearAlignment < 3) { |
| 901 checkUnnamed1315(o.cigar); | 903 checkUnnamed1214(o.cigar); |
| 902 unittest.expect(o.mappingQuality, unittest.equals(42)); | 904 unittest.expect(o.mappingQuality, unittest.equals(42)); |
| 903 checkPosition(o.position); | 905 checkPosition(o.position); |
| 904 } | 906 } |
| 905 buildCounterLinearAlignment--; | 907 buildCounterLinearAlignment--; |
| 906 } | 908 } |
| 907 | 909 |
| 908 core.int buildCounterListBasesResponse = 0; | 910 core.int buildCounterListBasesResponse = 0; |
| 909 buildListBasesResponse() { | 911 buildListBasesResponse() { |
| 910 var o = new api.ListBasesResponse(); | 912 var o = new api.ListBasesResponse(); |
| 911 buildCounterListBasesResponse++; | 913 buildCounterListBasesResponse++; |
| 912 if (buildCounterListBasesResponse < 3) { | 914 if (buildCounterListBasesResponse < 3) { |
| 913 o.nextPageToken = "foo"; | 915 o.nextPageToken = "foo"; |
| 914 o.offset = "foo"; | 916 o.offset = "foo"; |
| 915 o.sequence = "foo"; | 917 o.sequence = "foo"; |
| 916 } | 918 } |
| 917 buildCounterListBasesResponse--; | 919 buildCounterListBasesResponse--; |
| 918 return o; | 920 return o; |
| 919 } | 921 } |
| 920 | 922 |
| 921 checkListBasesResponse(api.ListBasesResponse o) { | 923 checkListBasesResponse(api.ListBasesResponse o) { |
| 922 buildCounterListBasesResponse++; | 924 buildCounterListBasesResponse++; |
| 923 if (buildCounterListBasesResponse < 3) { | 925 if (buildCounterListBasesResponse < 3) { |
| 924 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 926 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
| 925 unittest.expect(o.offset, unittest.equals('foo')); | 927 unittest.expect(o.offset, unittest.equals('foo')); |
| 926 unittest.expect(o.sequence, unittest.equals('foo')); | 928 unittest.expect(o.sequence, unittest.equals('foo')); |
| 927 } | 929 } |
| 928 buildCounterListBasesResponse--; | 930 buildCounterListBasesResponse--; |
| 929 } | 931 } |
| 930 | 932 |
| 931 buildUnnamed1316() { | 933 buildUnnamed1215() { |
| 932 var o = new core.List<api.CoverageBucket>(); | 934 var o = new core.List<api.CoverageBucket>(); |
| 933 o.add(buildCoverageBucket()); | 935 o.add(buildCoverageBucket()); |
| 934 o.add(buildCoverageBucket()); | 936 o.add(buildCoverageBucket()); |
| 935 return o; | 937 return o; |
| 936 } | 938 } |
| 937 | 939 |
| 938 checkUnnamed1316(core.List<api.CoverageBucket> o) { | 940 checkUnnamed1215(core.List<api.CoverageBucket> o) { |
| 939 unittest.expect(o, unittest.hasLength(2)); | 941 unittest.expect(o, unittest.hasLength(2)); |
| 940 checkCoverageBucket(o[0]); | 942 checkCoverageBucket(o[0]); |
| 941 checkCoverageBucket(o[1]); | 943 checkCoverageBucket(o[1]); |
| 942 } | 944 } |
| 943 | 945 |
| 944 core.int buildCounterListCoverageBucketsResponse = 0; | 946 core.int buildCounterListCoverageBucketsResponse = 0; |
| 945 buildListCoverageBucketsResponse() { | 947 buildListCoverageBucketsResponse() { |
| 946 var o = new api.ListCoverageBucketsResponse(); | 948 var o = new api.ListCoverageBucketsResponse(); |
| 947 buildCounterListCoverageBucketsResponse++; | 949 buildCounterListCoverageBucketsResponse++; |
| 948 if (buildCounterListCoverageBucketsResponse < 3) { | 950 if (buildCounterListCoverageBucketsResponse < 3) { |
| 949 o.bucketWidth = "foo"; | 951 o.bucketWidth = "foo"; |
| 950 o.coverageBuckets = buildUnnamed1316(); | 952 o.coverageBuckets = buildUnnamed1215(); |
| 951 o.nextPageToken = "foo"; | 953 o.nextPageToken = "foo"; |
| 952 } | 954 } |
| 953 buildCounterListCoverageBucketsResponse--; | 955 buildCounterListCoverageBucketsResponse--; |
| 954 return o; | 956 return o; |
| 955 } | 957 } |
| 956 | 958 |
| 957 checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) { | 959 checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) { |
| 958 buildCounterListCoverageBucketsResponse++; | 960 buildCounterListCoverageBucketsResponse++; |
| 959 if (buildCounterListCoverageBucketsResponse < 3) { | 961 if (buildCounterListCoverageBucketsResponse < 3) { |
| 960 unittest.expect(o.bucketWidth, unittest.equals('foo')); | 962 unittest.expect(o.bucketWidth, unittest.equals('foo')); |
| 961 checkUnnamed1316(o.coverageBuckets); | 963 checkUnnamed1215(o.coverageBuckets); |
| 962 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 964 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
| 963 } | 965 } |
| 964 buildCounterListCoverageBucketsResponse--; | 966 buildCounterListCoverageBucketsResponse--; |
| 965 } | 967 } |
| 966 | 968 |
| 967 buildUnnamed1317() { | 969 buildUnnamed1216() { |
| 968 var o = new core.List<api.Dataset>(); | 970 var o = new core.List<api.Dataset>(); |
| 969 o.add(buildDataset()); | 971 o.add(buildDataset()); |
| 970 o.add(buildDataset()); | 972 o.add(buildDataset()); |
| 971 return o; | 973 return o; |
| 972 } | 974 } |
| 973 | 975 |
| 974 checkUnnamed1317(core.List<api.Dataset> o) { | 976 checkUnnamed1216(core.List<api.Dataset> o) { |
| 975 unittest.expect(o, unittest.hasLength(2)); | 977 unittest.expect(o, unittest.hasLength(2)); |
| 976 checkDataset(o[0]); | 978 checkDataset(o[0]); |
| 977 checkDataset(o[1]); | 979 checkDataset(o[1]); |
| 978 } | 980 } |
| 979 | 981 |
| 980 core.int buildCounterListDatasetsResponse = 0; | 982 core.int buildCounterListDatasetsResponse = 0; |
| 981 buildListDatasetsResponse() { | 983 buildListDatasetsResponse() { |
| 982 var o = new api.ListDatasetsResponse(); | 984 var o = new api.ListDatasetsResponse(); |
| 983 buildCounterListDatasetsResponse++; | 985 buildCounterListDatasetsResponse++; |
| 984 if (buildCounterListDatasetsResponse < 3) { | 986 if (buildCounterListDatasetsResponse < 3) { |
| 985 o.datasets = buildUnnamed1317(); | 987 o.datasets = buildUnnamed1216(); |
| 986 o.nextPageToken = "foo"; | 988 o.nextPageToken = "foo"; |
| 987 } | 989 } |
| 988 buildCounterListDatasetsResponse--; | 990 buildCounterListDatasetsResponse--; |
| 989 return o; | 991 return o; |
| 990 } | 992 } |
| 991 | 993 |
| 992 checkListDatasetsResponse(api.ListDatasetsResponse o) { | 994 checkListDatasetsResponse(api.ListDatasetsResponse o) { |
| 993 buildCounterListDatasetsResponse++; | 995 buildCounterListDatasetsResponse++; |
| 994 if (buildCounterListDatasetsResponse < 3) { | 996 if (buildCounterListDatasetsResponse < 3) { |
| 995 checkUnnamed1317(o.datasets); | 997 checkUnnamed1216(o.datasets); |
| 996 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 998 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
| 997 } | 999 } |
| 998 buildCounterListDatasetsResponse--; | 1000 buildCounterListDatasetsResponse--; |
| 999 } | 1001 } |
| 1000 | 1002 |
| 1001 buildUnnamed1318() { | 1003 buildUnnamed1217() { |
| 1002 var o = new core.List<api.Variant>(); | 1004 var o = new core.List<api.Variant>(); |
| 1003 o.add(buildVariant()); | 1005 o.add(buildVariant()); |
| 1004 o.add(buildVariant()); | 1006 o.add(buildVariant()); |
| 1005 return o; | 1007 return o; |
| 1006 } | 1008 } |
| 1007 | 1009 |
| 1008 checkUnnamed1318(core.List<api.Variant> o) { | 1010 checkUnnamed1217(core.List<api.Variant> o) { |
| 1009 unittest.expect(o, unittest.hasLength(2)); | 1011 unittest.expect(o, unittest.hasLength(2)); |
| 1010 checkVariant(o[0]); | 1012 checkVariant(o[0]); |
| 1011 checkVariant(o[1]); | 1013 checkVariant(o[1]); |
| 1012 } | 1014 } |
| 1013 | 1015 |
| 1014 core.int buildCounterMergeVariantsRequest = 0; | 1016 core.int buildCounterMergeVariantsRequest = 0; |
| 1015 buildMergeVariantsRequest() { | 1017 buildMergeVariantsRequest() { |
| 1016 var o = new api.MergeVariantsRequest(); | 1018 var o = new api.MergeVariantsRequest(); |
| 1017 buildCounterMergeVariantsRequest++; | 1019 buildCounterMergeVariantsRequest++; |
| 1018 if (buildCounterMergeVariantsRequest < 3) { | 1020 if (buildCounterMergeVariantsRequest < 3) { |
| 1019 o.variants = buildUnnamed1318(); | 1021 o.variants = buildUnnamed1217(); |
| 1020 } | 1022 } |
| 1021 buildCounterMergeVariantsRequest--; | 1023 buildCounterMergeVariantsRequest--; |
| 1022 return o; | 1024 return o; |
| 1023 } | 1025 } |
| 1024 | 1026 |
| 1025 checkMergeVariantsRequest(api.MergeVariantsRequest o) { | 1027 checkMergeVariantsRequest(api.MergeVariantsRequest o) { |
| 1026 buildCounterMergeVariantsRequest++; | 1028 buildCounterMergeVariantsRequest++; |
| 1027 if (buildCounterMergeVariantsRequest < 3) { | 1029 if (buildCounterMergeVariantsRequest < 3) { |
| 1028 checkUnnamed1318(o.variants); | 1030 checkUnnamed1217(o.variants); |
| 1029 } | 1031 } |
| 1030 buildCounterMergeVariantsRequest--; | 1032 buildCounterMergeVariantsRequest--; |
| 1031 } | 1033 } |
| 1032 | 1034 |
| 1033 buildUnnamed1319() { | 1035 buildUnnamed1218() { |
| 1034 var o = new core.List<core.String>(); | 1036 var o = new core.List<core.String>(); |
| 1035 o.add("foo"); | 1037 o.add("foo"); |
| 1036 o.add("foo"); | 1038 o.add("foo"); |
| 1037 return o; | 1039 return o; |
| 1038 } | 1040 } |
| 1039 | 1041 |
| 1040 checkUnnamed1319(core.List<core.String> o) { | 1042 checkUnnamed1218(core.List<core.String> o) { |
| 1041 unittest.expect(o, unittest.hasLength(2)); | 1043 unittest.expect(o, unittest.hasLength(2)); |
| 1042 unittest.expect(o[0], unittest.equals('foo')); | 1044 unittest.expect(o[0], unittest.equals('foo')); |
| 1043 unittest.expect(o[1], unittest.equals('foo')); | 1045 unittest.expect(o[1], unittest.equals('foo')); |
| 1044 } | 1046 } |
| 1045 | 1047 |
| 1046 buildUnnamed1320() { | 1048 buildUnnamed1219() { |
| 1047 var o = new core.Map<core.String, core.List<core.String>>(); | 1049 var o = new core.Map<core.String, core.List<core.String>>(); |
| 1048 o["x"] = buildUnnamed1319(); | 1050 o["x"] = buildUnnamed1218(); |
| 1049 o["y"] = buildUnnamed1319(); | 1051 o["y"] = buildUnnamed1218(); |
| 1050 return o; | 1052 return o; |
| 1051 } | 1053 } |
| 1052 | 1054 |
| 1053 checkUnnamed1320(core.Map<core.String, core.List<core.String>> o) { | 1055 checkUnnamed1219(core.Map<core.String, core.List<core.String>> o) { |
| 1054 unittest.expect(o, unittest.hasLength(2)); | 1056 unittest.expect(o, unittest.hasLength(2)); |
| 1055 checkUnnamed1319(o["x"]); | 1057 checkUnnamed1218(o["x"]); |
| 1056 checkUnnamed1319(o["y"]); | 1058 checkUnnamed1218(o["y"]); |
| 1057 } | 1059 } |
| 1058 | 1060 |
| 1059 core.int buildCounterMetadata = 0; | 1061 core.int buildCounterMetadata = 0; |
| 1060 buildMetadata() { | 1062 buildMetadata() { |
| 1061 var o = new api.Metadata(); | 1063 var o = new api.Metadata(); |
| 1062 buildCounterMetadata++; | 1064 buildCounterMetadata++; |
| 1063 if (buildCounterMetadata < 3) { | 1065 if (buildCounterMetadata < 3) { |
| 1064 o.description = "foo"; | 1066 o.description = "foo"; |
| 1065 o.id = "foo"; | 1067 o.id = "foo"; |
| 1066 o.info = buildUnnamed1320(); | 1068 o.info = buildUnnamed1219(); |
| 1067 o.key = "foo"; | 1069 o.key = "foo"; |
| 1068 o.number = "foo"; | 1070 o.number = "foo"; |
| 1069 o.type = "foo"; | 1071 o.type = "foo"; |
| 1070 o.value = "foo"; | 1072 o.value = "foo"; |
| 1071 } | 1073 } |
| 1072 buildCounterMetadata--; | 1074 buildCounterMetadata--; |
| 1073 return o; | 1075 return o; |
| 1074 } | 1076 } |
| 1075 | 1077 |
| 1076 checkMetadata(api.Metadata o) { | 1078 checkMetadata(api.Metadata o) { |
| 1077 buildCounterMetadata++; | 1079 buildCounterMetadata++; |
| 1078 if (buildCounterMetadata < 3) { | 1080 if (buildCounterMetadata < 3) { |
| 1079 unittest.expect(o.description, unittest.equals('foo')); | 1081 unittest.expect(o.description, unittest.equals('foo')); |
| 1080 unittest.expect(o.id, unittest.equals('foo')); | 1082 unittest.expect(o.id, unittest.equals('foo')); |
| 1081 checkUnnamed1320(o.info); | 1083 checkUnnamed1219(o.info); |
| 1082 unittest.expect(o.key, unittest.equals('foo')); | 1084 unittest.expect(o.key, unittest.equals('foo')); |
| 1083 unittest.expect(o.number, unittest.equals('foo')); | 1085 unittest.expect(o.number, unittest.equals('foo')); |
| 1084 unittest.expect(o.type, unittest.equals('foo')); | 1086 unittest.expect(o.type, unittest.equals('foo')); |
| 1085 unittest.expect(o.value, unittest.equals('foo')); | 1087 unittest.expect(o.value, unittest.equals('foo')); |
| 1086 } | 1088 } |
| 1087 buildCounterMetadata--; | 1089 buildCounterMetadata--; |
| 1088 } | 1090 } |
| 1089 | 1091 |
| 1090 buildUnnamed1321() { | 1092 buildUnnamed1220() { |
| 1091 var o = new core.List<core.String>(); | 1093 var o = new core.List<core.String>(); |
| 1092 o.add("foo"); | 1094 o.add("foo"); |
| 1093 o.add("foo"); | 1095 o.add("foo"); |
| 1094 return o; | 1096 return o; |
| 1095 } | 1097 } |
| 1096 | 1098 |
| 1097 checkUnnamed1321(core.List<core.String> o) { | 1099 checkUnnamed1220(core.List<core.String> o) { |
| 1098 unittest.expect(o, unittest.hasLength(2)); | 1100 unittest.expect(o, unittest.hasLength(2)); |
| 1099 unittest.expect(o[0], unittest.equals('foo')); | 1101 unittest.expect(o[0], unittest.equals('foo')); |
| 1100 unittest.expect(o[1], unittest.equals('foo')); | 1102 unittest.expect(o[1], unittest.equals('foo')); |
| 1101 } | 1103 } |
| 1102 | 1104 |
| 1103 buildUnnamed1322() { | 1105 buildUnnamed1221() { |
| 1104 var o = new core.List<core.String>(); | 1106 var o = new core.List<core.String>(); |
| 1105 o.add("foo"); | 1107 o.add("foo"); |
| 1106 o.add("foo"); | 1108 o.add("foo"); |
| 1107 return o; | 1109 return o; |
| 1108 } | 1110 } |
| 1109 | 1111 |
| 1110 checkUnnamed1322(core.List<core.String> o) { | 1112 checkUnnamed1221(core.List<core.String> o) { |
| 1111 unittest.expect(o, unittest.hasLength(2)); | 1113 unittest.expect(o, unittest.hasLength(2)); |
| 1112 unittest.expect(o[0], unittest.equals('foo')); | 1114 unittest.expect(o[0], unittest.equals('foo')); |
| 1113 unittest.expect(o[1], unittest.equals('foo')); | 1115 unittest.expect(o[1], unittest.equals('foo')); |
| 1114 } | 1116 } |
| 1115 | 1117 |
| 1116 core.int buildCounterPairedFastqSource = 0; | 1118 core.int buildCounterPairedFastqSource = 0; |
| 1117 buildPairedFastqSource() { | 1119 buildPairedFastqSource() { |
| 1118 var o = new api.PairedFastqSource(); | 1120 var o = new api.PairedFastqSource(); |
| 1119 buildCounterPairedFastqSource++; | 1121 buildCounterPairedFastqSource++; |
| 1120 if (buildCounterPairedFastqSource < 3) { | 1122 if (buildCounterPairedFastqSource < 3) { |
| 1121 o.firstSourceUris = buildUnnamed1321(); | 1123 o.firstSourceUris = buildUnnamed1220(); |
| 1122 o.metadata = buildFastqMetadata(); | 1124 o.metadata = buildFastqMetadata(); |
| 1123 o.secondSourceUris = buildUnnamed1322(); | 1125 o.secondSourceUris = buildUnnamed1221(); |
| 1124 } | 1126 } |
| 1125 buildCounterPairedFastqSource--; | 1127 buildCounterPairedFastqSource--; |
| 1126 return o; | 1128 return o; |
| 1127 } | 1129 } |
| 1128 | 1130 |
| 1129 checkPairedFastqSource(api.PairedFastqSource o) { | 1131 checkPairedFastqSource(api.PairedFastqSource o) { |
| 1130 buildCounterPairedFastqSource++; | 1132 buildCounterPairedFastqSource++; |
| 1131 if (buildCounterPairedFastqSource < 3) { | 1133 if (buildCounterPairedFastqSource < 3) { |
| 1132 checkUnnamed1321(o.firstSourceUris); | 1134 checkUnnamed1220(o.firstSourceUris); |
| 1133 checkFastqMetadata(o.metadata); | 1135 checkFastqMetadata(o.metadata); |
| 1134 checkUnnamed1322(o.secondSourceUris); | 1136 checkUnnamed1221(o.secondSourceUris); |
| 1135 } | 1137 } |
| 1136 buildCounterPairedFastqSource--; | 1138 buildCounterPairedFastqSource--; |
| 1137 } | 1139 } |
| 1138 | 1140 |
| 1139 core.int buildCounterPosition = 0; | 1141 core.int buildCounterPosition = 0; |
| 1140 buildPosition() { | 1142 buildPosition() { |
| 1141 var o = new api.Position(); | 1143 var o = new api.Position(); |
| 1142 buildCounterPosition++; | 1144 buildCounterPosition++; |
| 1143 if (buildCounterPosition < 3) { | 1145 if (buildCounterPosition < 3) { |
| 1144 o.position = "foo"; | 1146 o.position = "foo"; |
| (...skipping 30 matching lines...) Expand all Loading... |
| 1175 checkRange(api.Range o) { | 1177 checkRange(api.Range o) { |
| 1176 buildCounterRange++; | 1178 buildCounterRange++; |
| 1177 if (buildCounterRange < 3) { | 1179 if (buildCounterRange < 3) { |
| 1178 unittest.expect(o.end, unittest.equals('foo')); | 1180 unittest.expect(o.end, unittest.equals('foo')); |
| 1179 unittest.expect(o.referenceName, unittest.equals('foo')); | 1181 unittest.expect(o.referenceName, unittest.equals('foo')); |
| 1180 unittest.expect(o.start, unittest.equals('foo')); | 1182 unittest.expect(o.start, unittest.equals('foo')); |
| 1181 } | 1183 } |
| 1182 buildCounterRange--; | 1184 buildCounterRange--; |
| 1183 } | 1185 } |
| 1184 | 1186 |
| 1185 buildUnnamed1323() { | 1187 buildUnnamed1222() { |
| 1186 var o = new core.List<core.int>(); | 1188 var o = new core.List<core.int>(); |
| 1187 o.add(42); | 1189 o.add(42); |
| 1188 o.add(42); | 1190 o.add(42); |
| 1189 return o; | 1191 return o; |
| 1190 } | 1192 } |
| 1191 | 1193 |
| 1192 checkUnnamed1323(core.List<core.int> o) { | 1194 checkUnnamed1222(core.List<core.int> o) { |
| 1193 unittest.expect(o, unittest.hasLength(2)); | 1195 unittest.expect(o, unittest.hasLength(2)); |
| 1194 unittest.expect(o[0], unittest.equals(42)); | 1196 unittest.expect(o[0], unittest.equals(42)); |
| 1195 unittest.expect(o[1], unittest.equals(42)); | 1197 unittest.expect(o[1], unittest.equals(42)); |
| 1196 } | 1198 } |
| 1197 | 1199 |
| 1198 buildUnnamed1324() { | 1200 buildUnnamed1223() { |
| 1199 var o = new core.List<core.String>(); | 1201 var o = new core.List<core.String>(); |
| 1200 o.add("foo"); | 1202 o.add("foo"); |
| 1201 o.add("foo"); | 1203 o.add("foo"); |
| 1202 return o; | 1204 return o; |
| 1203 } | 1205 } |
| 1204 | 1206 |
| 1205 checkUnnamed1324(core.List<core.String> o) { | 1207 checkUnnamed1223(core.List<core.String> o) { |
| 1206 unittest.expect(o, unittest.hasLength(2)); | 1208 unittest.expect(o, unittest.hasLength(2)); |
| 1207 unittest.expect(o[0], unittest.equals('foo')); | 1209 unittest.expect(o[0], unittest.equals('foo')); |
| 1208 unittest.expect(o[1], unittest.equals('foo')); | 1210 unittest.expect(o[1], unittest.equals('foo')); |
| 1209 } | 1211 } |
| 1210 | 1212 |
| 1211 buildUnnamed1325() { | 1213 buildUnnamed1224() { |
| 1212 var o = new core.Map<core.String, core.List<core.String>>(); | 1214 var o = new core.Map<core.String, core.List<core.String>>(); |
| 1213 o["x"] = buildUnnamed1324(); | 1215 o["x"] = buildUnnamed1223(); |
| 1214 o["y"] = buildUnnamed1324(); | 1216 o["y"] = buildUnnamed1223(); |
| 1215 return o; | 1217 return o; |
| 1216 } | 1218 } |
| 1217 | 1219 |
| 1218 checkUnnamed1325(core.Map<core.String, core.List<core.String>> o) { | 1220 checkUnnamed1224(core.Map<core.String, core.List<core.String>> o) { |
| 1219 unittest.expect(o, unittest.hasLength(2)); | 1221 unittest.expect(o, unittest.hasLength(2)); |
| 1220 checkUnnamed1324(o["x"]); | 1222 checkUnnamed1223(o["x"]); |
| 1221 checkUnnamed1324(o["y"]); | 1223 checkUnnamed1223(o["y"]); |
| 1222 } | 1224 } |
| 1223 | 1225 |
| 1224 core.int buildCounterRead = 0; | 1226 core.int buildCounterRead = 0; |
| 1225 buildRead() { | 1227 buildRead() { |
| 1226 var o = new api.Read(); | 1228 var o = new api.Read(); |
| 1227 buildCounterRead++; | 1229 buildCounterRead++; |
| 1228 if (buildCounterRead < 3) { | 1230 if (buildCounterRead < 3) { |
| 1229 o.alignedQuality = buildUnnamed1323(); | 1231 o.alignedQuality = buildUnnamed1222(); |
| 1230 o.alignedSequence = "foo"; | 1232 o.alignedSequence = "foo"; |
| 1231 o.alignment = buildLinearAlignment(); | 1233 o.alignment = buildLinearAlignment(); |
| 1232 o.duplicateFragment = true; | 1234 o.duplicateFragment = true; |
| 1233 o.failedVendorQualityChecks = true; | 1235 o.failedVendorQualityChecks = true; |
| 1234 o.fragmentLength = 42; | 1236 o.fragmentLength = 42; |
| 1235 o.fragmentName = "foo"; | 1237 o.fragmentName = "foo"; |
| 1236 o.id = "foo"; | 1238 o.id = "foo"; |
| 1237 o.info = buildUnnamed1325(); | 1239 o.info = buildUnnamed1224(); |
| 1238 o.nextMatePosition = buildPosition(); | 1240 o.nextMatePosition = buildPosition(); |
| 1239 o.numberReads = 42; | 1241 o.numberReads = 42; |
| 1240 o.properPlacement = true; | 1242 o.properPlacement = true; |
| 1241 o.readGroupId = "foo"; | 1243 o.readGroupId = "foo"; |
| 1242 o.readGroupSetId = "foo"; | 1244 o.readGroupSetId = "foo"; |
| 1243 o.readNumber = 42; | 1245 o.readNumber = 42; |
| 1244 o.secondaryAlignment = true; | 1246 o.secondaryAlignment = true; |
| 1245 o.supplementaryAlignment = true; | 1247 o.supplementaryAlignment = true; |
| 1246 } | 1248 } |
| 1247 buildCounterRead--; | 1249 buildCounterRead--; |
| 1248 return o; | 1250 return o; |
| 1249 } | 1251 } |
| 1250 | 1252 |
| 1251 checkRead(api.Read o) { | 1253 checkRead(api.Read o) { |
| 1252 buildCounterRead++; | 1254 buildCounterRead++; |
| 1253 if (buildCounterRead < 3) { | 1255 if (buildCounterRead < 3) { |
| 1254 checkUnnamed1323(o.alignedQuality); | 1256 checkUnnamed1222(o.alignedQuality); |
| 1255 unittest.expect(o.alignedSequence, unittest.equals('foo')); | 1257 unittest.expect(o.alignedSequence, unittest.equals('foo')); |
| 1256 checkLinearAlignment(o.alignment); | 1258 checkLinearAlignment(o.alignment); |
| 1257 unittest.expect(o.duplicateFragment, unittest.isTrue); | 1259 unittest.expect(o.duplicateFragment, unittest.isTrue); |
| 1258 unittest.expect(o.failedVendorQualityChecks, unittest.isTrue); | 1260 unittest.expect(o.failedVendorQualityChecks, unittest.isTrue); |
| 1259 unittest.expect(o.fragmentLength, unittest.equals(42)); | 1261 unittest.expect(o.fragmentLength, unittest.equals(42)); |
| 1260 unittest.expect(o.fragmentName, unittest.equals('foo')); | 1262 unittest.expect(o.fragmentName, unittest.equals('foo')); |
| 1261 unittest.expect(o.id, unittest.equals('foo')); | 1263 unittest.expect(o.id, unittest.equals('foo')); |
| 1262 checkUnnamed1325(o.info); | 1264 checkUnnamed1224(o.info); |
| 1263 checkPosition(o.nextMatePosition); | 1265 checkPosition(o.nextMatePosition); |
| 1264 unittest.expect(o.numberReads, unittest.equals(42)); | 1266 unittest.expect(o.numberReads, unittest.equals(42)); |
| 1265 unittest.expect(o.properPlacement, unittest.isTrue); | 1267 unittest.expect(o.properPlacement, unittest.isTrue); |
| 1266 unittest.expect(o.readGroupId, unittest.equals('foo')); | 1268 unittest.expect(o.readGroupId, unittest.equals('foo')); |
| 1267 unittest.expect(o.readGroupSetId, unittest.equals('foo')); | 1269 unittest.expect(o.readGroupSetId, unittest.equals('foo')); |
| 1268 unittest.expect(o.readNumber, unittest.equals(42)); | 1270 unittest.expect(o.readNumber, unittest.equals(42)); |
| 1269 unittest.expect(o.secondaryAlignment, unittest.isTrue); | 1271 unittest.expect(o.secondaryAlignment, unittest.isTrue); |
| 1270 unittest.expect(o.supplementaryAlignment, unittest.isTrue); | 1272 unittest.expect(o.supplementaryAlignment, unittest.isTrue); |
| 1271 } | 1273 } |
| 1272 buildCounterRead--; | 1274 buildCounterRead--; |
| 1273 } | 1275 } |
| 1274 | 1276 |
| 1275 buildUnnamed1326() { | 1277 buildUnnamed1225() { |
| 1276 var o = new core.List<core.String>(); | 1278 var o = new core.List<core.String>(); |
| 1277 o.add("foo"); | 1279 o.add("foo"); |
| 1278 o.add("foo"); | 1280 o.add("foo"); |
| 1279 return o; | 1281 return o; |
| 1280 } | 1282 } |
| 1281 | 1283 |
| 1282 checkUnnamed1326(core.List<core.String> o) { | 1284 checkUnnamed1225(core.List<core.String> o) { |
| 1283 unittest.expect(o, unittest.hasLength(2)); | 1285 unittest.expect(o, unittest.hasLength(2)); |
| 1284 unittest.expect(o[0], unittest.equals('foo')); | 1286 unittest.expect(o[0], unittest.equals('foo')); |
| 1285 unittest.expect(o[1], unittest.equals('foo')); | 1287 unittest.expect(o[1], unittest.equals('foo')); |
| 1286 } | 1288 } |
| 1287 | 1289 |
| 1288 buildUnnamed1327() { | 1290 buildUnnamed1226() { |
| 1289 var o = new core.Map<core.String, core.List<core.String>>(); | 1291 var o = new core.Map<core.String, core.List<core.String>>(); |
| 1290 o["x"] = buildUnnamed1326(); | 1292 o["x"] = buildUnnamed1225(); |
| 1291 o["y"] = buildUnnamed1326(); | 1293 o["y"] = buildUnnamed1225(); |
| 1292 return o; | 1294 return o; |
| 1293 } | 1295 } |
| 1294 | 1296 |
| 1295 checkUnnamed1327(core.Map<core.String, core.List<core.String>> o) { | 1297 checkUnnamed1226(core.Map<core.String, core.List<core.String>> o) { |
| 1296 unittest.expect(o, unittest.hasLength(2)); | 1298 unittest.expect(o, unittest.hasLength(2)); |
| 1297 checkUnnamed1326(o["x"]); | 1299 checkUnnamed1225(o["x"]); |
| 1298 checkUnnamed1326(o["y"]); | 1300 checkUnnamed1225(o["y"]); |
| 1299 } | 1301 } |
| 1300 | 1302 |
| 1301 buildUnnamed1328() { | 1303 buildUnnamed1227() { |
| 1302 var o = new core.List<api.ReadGroupProgram>(); | 1304 var o = new core.List<api.ReadGroupProgram>(); |
| 1303 o.add(buildReadGroupProgram()); | 1305 o.add(buildReadGroupProgram()); |
| 1304 o.add(buildReadGroupProgram()); | 1306 o.add(buildReadGroupProgram()); |
| 1305 return o; | 1307 return o; |
| 1306 } | 1308 } |
| 1307 | 1309 |
| 1308 checkUnnamed1328(core.List<api.ReadGroupProgram> o) { | 1310 checkUnnamed1227(core.List<api.ReadGroupProgram> o) { |
| 1309 unittest.expect(o, unittest.hasLength(2)); | 1311 unittest.expect(o, unittest.hasLength(2)); |
| 1310 checkReadGroupProgram(o[0]); | 1312 checkReadGroupProgram(o[0]); |
| 1311 checkReadGroupProgram(o[1]); | 1313 checkReadGroupProgram(o[1]); |
| 1312 } | 1314 } |
| 1313 | 1315 |
| 1314 core.int buildCounterReadGroup = 0; | 1316 core.int buildCounterReadGroup = 0; |
| 1315 buildReadGroup() { | 1317 buildReadGroup() { |
| 1316 var o = new api.ReadGroup(); | 1318 var o = new api.ReadGroup(); |
| 1317 buildCounterReadGroup++; | 1319 buildCounterReadGroup++; |
| 1318 if (buildCounterReadGroup < 3) { | 1320 if (buildCounterReadGroup < 3) { |
| 1319 o.datasetId = "foo"; | 1321 o.datasetId = "foo"; |
| 1320 o.description = "foo"; | 1322 o.description = "foo"; |
| 1321 o.experiment = buildReadGroupExperiment(); | 1323 o.experiment = buildReadGroupExperiment(); |
| 1322 o.id = "foo"; | 1324 o.id = "foo"; |
| 1323 o.info = buildUnnamed1327(); | 1325 o.info = buildUnnamed1226(); |
| 1324 o.name = "foo"; | 1326 o.name = "foo"; |
| 1325 o.predictedInsertSize = 42; | 1327 o.predictedInsertSize = 42; |
| 1326 o.programs = buildUnnamed1328(); | 1328 o.programs = buildUnnamed1227(); |
| 1327 o.referenceSetId = "foo"; | 1329 o.referenceSetId = "foo"; |
| 1328 o.sampleId = "foo"; | 1330 o.sampleId = "foo"; |
| 1329 } | 1331 } |
| 1330 buildCounterReadGroup--; | 1332 buildCounterReadGroup--; |
| 1331 return o; | 1333 return o; |
| 1332 } | 1334 } |
| 1333 | 1335 |
| 1334 checkReadGroup(api.ReadGroup o) { | 1336 checkReadGroup(api.ReadGroup o) { |
| 1335 buildCounterReadGroup++; | 1337 buildCounterReadGroup++; |
| 1336 if (buildCounterReadGroup < 3) { | 1338 if (buildCounterReadGroup < 3) { |
| 1337 unittest.expect(o.datasetId, unittest.equals('foo')); | 1339 unittest.expect(o.datasetId, unittest.equals('foo')); |
| 1338 unittest.expect(o.description, unittest.equals('foo')); | 1340 unittest.expect(o.description, unittest.equals('foo')); |
| 1339 checkReadGroupExperiment(o.experiment); | 1341 checkReadGroupExperiment(o.experiment); |
| 1340 unittest.expect(o.id, unittest.equals('foo')); | 1342 unittest.expect(o.id, unittest.equals('foo')); |
| 1341 checkUnnamed1327(o.info); | 1343 checkUnnamed1226(o.info); |
| 1342 unittest.expect(o.name, unittest.equals('foo')); | 1344 unittest.expect(o.name, unittest.equals('foo')); |
| 1343 unittest.expect(o.predictedInsertSize, unittest.equals(42)); | 1345 unittest.expect(o.predictedInsertSize, unittest.equals(42)); |
| 1344 checkUnnamed1328(o.programs); | 1346 checkUnnamed1227(o.programs); |
| 1345 unittest.expect(o.referenceSetId, unittest.equals('foo')); | 1347 unittest.expect(o.referenceSetId, unittest.equals('foo')); |
| 1346 unittest.expect(o.sampleId, unittest.equals('foo')); | 1348 unittest.expect(o.sampleId, unittest.equals('foo')); |
| 1347 } | 1349 } |
| 1348 buildCounterReadGroup--; | 1350 buildCounterReadGroup--; |
| 1349 } | 1351 } |
| 1350 | 1352 |
| 1351 core.int buildCounterReadGroupExperiment = 0; | 1353 core.int buildCounterReadGroupExperiment = 0; |
| 1352 buildReadGroupExperiment() { | 1354 buildReadGroupExperiment() { |
| 1353 var o = new api.ReadGroupExperiment(); | 1355 var o = new api.ReadGroupExperiment(); |
| 1354 buildCounterReadGroupExperiment++; | 1356 buildCounterReadGroupExperiment++; |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1393 if (buildCounterReadGroupProgram < 3) { | 1395 if (buildCounterReadGroupProgram < 3) { |
| 1394 unittest.expect(o.commandLine, unittest.equals('foo')); | 1396 unittest.expect(o.commandLine, unittest.equals('foo')); |
| 1395 unittest.expect(o.id, unittest.equals('foo')); | 1397 unittest.expect(o.id, unittest.equals('foo')); |
| 1396 unittest.expect(o.name, unittest.equals('foo')); | 1398 unittest.expect(o.name, unittest.equals('foo')); |
| 1397 unittest.expect(o.prevProgramId, unittest.equals('foo')); | 1399 unittest.expect(o.prevProgramId, unittest.equals('foo')); |
| 1398 unittest.expect(o.version, unittest.equals('foo')); | 1400 unittest.expect(o.version, unittest.equals('foo')); |
| 1399 } | 1401 } |
| 1400 buildCounterReadGroupProgram--; | 1402 buildCounterReadGroupProgram--; |
| 1401 } | 1403 } |
| 1402 | 1404 |
| 1403 buildUnnamed1329() { | 1405 buildUnnamed1228() { |
| 1404 var o = new core.List<api.ReadGroup>(); | 1406 var o = new core.List<api.ReadGroup>(); |
| 1405 o.add(buildReadGroup()); | 1407 o.add(buildReadGroup()); |
| 1406 o.add(buildReadGroup()); | 1408 o.add(buildReadGroup()); |
| 1407 return o; | 1409 return o; |
| 1408 } | 1410 } |
| 1409 | 1411 |
| 1410 checkUnnamed1329(core.List<api.ReadGroup> o) { | 1412 checkUnnamed1228(core.List<api.ReadGroup> o) { |
| 1411 unittest.expect(o, unittest.hasLength(2)); | 1413 unittest.expect(o, unittest.hasLength(2)); |
| 1412 checkReadGroup(o[0]); | 1414 checkReadGroup(o[0]); |
| 1413 checkReadGroup(o[1]); | 1415 checkReadGroup(o[1]); |
| 1414 } | 1416 } |
| 1415 | 1417 |
| 1416 core.int buildCounterReadGroupSet = 0; | 1418 core.int buildCounterReadGroupSet = 0; |
| 1417 buildReadGroupSet() { | 1419 buildReadGroupSet() { |
| 1418 var o = new api.ReadGroupSet(); | 1420 var o = new api.ReadGroupSet(); |
| 1419 buildCounterReadGroupSet++; | 1421 buildCounterReadGroupSet++; |
| 1420 if (buildCounterReadGroupSet < 3) { | 1422 if (buildCounterReadGroupSet < 3) { |
| 1421 o.datasetId = "foo"; | 1423 o.datasetId = "foo"; |
| 1422 o.filename = "foo"; | 1424 o.filename = "foo"; |
| 1423 o.id = "foo"; | 1425 o.id = "foo"; |
| 1424 o.name = "foo"; | 1426 o.name = "foo"; |
| 1425 o.readGroups = buildUnnamed1329(); | 1427 o.readGroups = buildUnnamed1228(); |
| 1426 o.referenceSetId = "foo"; | 1428 o.referenceSetId = "foo"; |
| 1427 } | 1429 } |
| 1428 buildCounterReadGroupSet--; | 1430 buildCounterReadGroupSet--; |
| 1429 return o; | 1431 return o; |
| 1430 } | 1432 } |
| 1431 | 1433 |
| 1432 checkReadGroupSet(api.ReadGroupSet o) { | 1434 checkReadGroupSet(api.ReadGroupSet o) { |
| 1433 buildCounterReadGroupSet++; | 1435 buildCounterReadGroupSet++; |
| 1434 if (buildCounterReadGroupSet < 3) { | 1436 if (buildCounterReadGroupSet < 3) { |
| 1435 unittest.expect(o.datasetId, unittest.equals('foo')); | 1437 unittest.expect(o.datasetId, unittest.equals('foo')); |
| 1436 unittest.expect(o.filename, unittest.equals('foo')); | 1438 unittest.expect(o.filename, unittest.equals('foo')); |
| 1437 unittest.expect(o.id, unittest.equals('foo')); | 1439 unittest.expect(o.id, unittest.equals('foo')); |
| 1438 unittest.expect(o.name, unittest.equals('foo')); | 1440 unittest.expect(o.name, unittest.equals('foo')); |
| 1439 checkUnnamed1329(o.readGroups); | 1441 checkUnnamed1228(o.readGroups); |
| 1440 unittest.expect(o.referenceSetId, unittest.equals('foo')); | 1442 unittest.expect(o.referenceSetId, unittest.equals('foo')); |
| 1441 } | 1443 } |
| 1442 buildCounterReadGroupSet--; | 1444 buildCounterReadGroupSet--; |
| 1443 } | 1445 } |
| 1444 | 1446 |
| 1445 buildUnnamed1330() { | 1447 buildUnnamed1229() { |
| 1446 var o = new core.List<core.String>(); | 1448 var o = new core.List<core.String>(); |
| 1447 o.add("foo"); | 1449 o.add("foo"); |
| 1448 o.add("foo"); | 1450 o.add("foo"); |
| 1449 return o; | 1451 return o; |
| 1450 } | 1452 } |
| 1451 | 1453 |
| 1452 checkUnnamed1330(core.List<core.String> o) { | 1454 checkUnnamed1229(core.List<core.String> o) { |
| 1453 unittest.expect(o, unittest.hasLength(2)); | 1455 unittest.expect(o, unittest.hasLength(2)); |
| 1454 unittest.expect(o[0], unittest.equals('foo')); | 1456 unittest.expect(o[0], unittest.equals('foo')); |
| 1455 unittest.expect(o[1], unittest.equals('foo')); | 1457 unittest.expect(o[1], unittest.equals('foo')); |
| 1456 } | 1458 } |
| 1457 | 1459 |
| 1458 core.int buildCounterReference = 0; | 1460 core.int buildCounterReference = 0; |
| 1459 buildReference() { | 1461 buildReference() { |
| 1460 var o = new api.Reference(); | 1462 var o = new api.Reference(); |
| 1461 buildCounterReference++; | 1463 buildCounterReference++; |
| 1462 if (buildCounterReference < 3) { | 1464 if (buildCounterReference < 3) { |
| 1463 o.id = "foo"; | 1465 o.id = "foo"; |
| 1464 o.length = "foo"; | 1466 o.length = "foo"; |
| 1465 o.md5checksum = "foo"; | 1467 o.md5checksum = "foo"; |
| 1466 o.name = "foo"; | 1468 o.name = "foo"; |
| 1467 o.ncbiTaxonId = 42; | 1469 o.ncbiTaxonId = 42; |
| 1468 o.sourceAccessions = buildUnnamed1330(); | 1470 o.sourceAccessions = buildUnnamed1229(); |
| 1469 o.sourceURI = "foo"; | 1471 o.sourceURI = "foo"; |
| 1470 } | 1472 } |
| 1471 buildCounterReference--; | 1473 buildCounterReference--; |
| 1472 return o; | 1474 return o; |
| 1473 } | 1475 } |
| 1474 | 1476 |
| 1475 checkReference(api.Reference o) { | 1477 checkReference(api.Reference o) { |
| 1476 buildCounterReference++; | 1478 buildCounterReference++; |
| 1477 if (buildCounterReference < 3) { | 1479 if (buildCounterReference < 3) { |
| 1478 unittest.expect(o.id, unittest.equals('foo')); | 1480 unittest.expect(o.id, unittest.equals('foo')); |
| 1479 unittest.expect(o.length, unittest.equals('foo')); | 1481 unittest.expect(o.length, unittest.equals('foo')); |
| 1480 unittest.expect(o.md5checksum, unittest.equals('foo')); | 1482 unittest.expect(o.md5checksum, unittest.equals('foo')); |
| 1481 unittest.expect(o.name, unittest.equals('foo')); | 1483 unittest.expect(o.name, unittest.equals('foo')); |
| 1482 unittest.expect(o.ncbiTaxonId, unittest.equals(42)); | 1484 unittest.expect(o.ncbiTaxonId, unittest.equals(42)); |
| 1483 checkUnnamed1330(o.sourceAccessions); | 1485 checkUnnamed1229(o.sourceAccessions); |
| 1484 unittest.expect(o.sourceURI, unittest.equals('foo')); | 1486 unittest.expect(o.sourceURI, unittest.equals('foo')); |
| 1485 } | 1487 } |
| 1486 buildCounterReference--; | 1488 buildCounterReference--; |
| 1487 } | 1489 } |
| 1488 | 1490 |
| 1489 core.int buildCounterReferenceBound = 0; | 1491 core.int buildCounterReferenceBound = 0; |
| 1490 buildReferenceBound() { | 1492 buildReferenceBound() { |
| 1491 var o = new api.ReferenceBound(); | 1493 var o = new api.ReferenceBound(); |
| 1492 buildCounterReferenceBound++; | 1494 buildCounterReferenceBound++; |
| 1493 if (buildCounterReferenceBound < 3) { | 1495 if (buildCounterReferenceBound < 3) { |
| 1494 o.referenceName = "foo"; | 1496 o.referenceName = "foo"; |
| 1495 o.upperBound = "foo"; | 1497 o.upperBound = "foo"; |
| 1496 } | 1498 } |
| 1497 buildCounterReferenceBound--; | 1499 buildCounterReferenceBound--; |
| 1498 return o; | 1500 return o; |
| 1499 } | 1501 } |
| 1500 | 1502 |
| 1501 checkReferenceBound(api.ReferenceBound o) { | 1503 checkReferenceBound(api.ReferenceBound o) { |
| 1502 buildCounterReferenceBound++; | 1504 buildCounterReferenceBound++; |
| 1503 if (buildCounterReferenceBound < 3) { | 1505 if (buildCounterReferenceBound < 3) { |
| 1504 unittest.expect(o.referenceName, unittest.equals('foo')); | 1506 unittest.expect(o.referenceName, unittest.equals('foo')); |
| 1505 unittest.expect(o.upperBound, unittest.equals('foo')); | 1507 unittest.expect(o.upperBound, unittest.equals('foo')); |
| 1506 } | 1508 } |
| 1507 buildCounterReferenceBound--; | 1509 buildCounterReferenceBound--; |
| 1508 } | 1510 } |
| 1509 | 1511 |
| 1510 buildUnnamed1331() { | 1512 buildUnnamed1230() { |
| 1511 var o = new core.List<core.String>(); | 1513 var o = new core.List<core.String>(); |
| 1512 o.add("foo"); | 1514 o.add("foo"); |
| 1513 o.add("foo"); | 1515 o.add("foo"); |
| 1514 return o; | 1516 return o; |
| 1515 } | 1517 } |
| 1516 | 1518 |
| 1517 checkUnnamed1331(core.List<core.String> o) { | 1519 checkUnnamed1230(core.List<core.String> o) { |
| 1518 unittest.expect(o, unittest.hasLength(2)); | 1520 unittest.expect(o, unittest.hasLength(2)); |
| 1519 unittest.expect(o[0], unittest.equals('foo')); | 1521 unittest.expect(o[0], unittest.equals('foo')); |
| 1520 unittest.expect(o[1], unittest.equals('foo')); | 1522 unittest.expect(o[1], unittest.equals('foo')); |
| 1521 } | 1523 } |
| 1522 | 1524 |
| 1523 buildUnnamed1332() { | 1525 buildUnnamed1231() { |
| 1524 var o = new core.List<core.String>(); | 1526 var o = new core.List<core.String>(); |
| 1525 o.add("foo"); | 1527 o.add("foo"); |
| 1526 o.add("foo"); | 1528 o.add("foo"); |
| 1527 return o; | 1529 return o; |
| 1528 } | 1530 } |
| 1529 | 1531 |
| 1530 checkUnnamed1332(core.List<core.String> o) { | 1532 checkUnnamed1231(core.List<core.String> o) { |
| 1531 unittest.expect(o, unittest.hasLength(2)); | 1533 unittest.expect(o, unittest.hasLength(2)); |
| 1532 unittest.expect(o[0], unittest.equals('foo')); | 1534 unittest.expect(o[0], unittest.equals('foo')); |
| 1533 unittest.expect(o[1], unittest.equals('foo')); | 1535 unittest.expect(o[1], unittest.equals('foo')); |
| 1534 } | 1536 } |
| 1535 | 1537 |
| 1536 core.int buildCounterReferenceSet = 0; | 1538 core.int buildCounterReferenceSet = 0; |
| 1537 buildReferenceSet() { | 1539 buildReferenceSet() { |
| 1538 var o = new api.ReferenceSet(); | 1540 var o = new api.ReferenceSet(); |
| 1539 buildCounterReferenceSet++; | 1541 buildCounterReferenceSet++; |
| 1540 if (buildCounterReferenceSet < 3) { | 1542 if (buildCounterReferenceSet < 3) { |
| 1541 o.assemblyId = "foo"; | 1543 o.assemblyId = "foo"; |
| 1542 o.description = "foo"; | 1544 o.description = "foo"; |
| 1543 o.id = "foo"; | 1545 o.id = "foo"; |
| 1544 o.md5checksum = "foo"; | 1546 o.md5checksum = "foo"; |
| 1545 o.ncbiTaxonId = 42; | 1547 o.ncbiTaxonId = 42; |
| 1546 o.referenceIds = buildUnnamed1331(); | 1548 o.referenceIds = buildUnnamed1230(); |
| 1547 o.sourceAccessions = buildUnnamed1332(); | 1549 o.sourceAccessions = buildUnnamed1231(); |
| 1548 o.sourceURI = "foo"; | 1550 o.sourceURI = "foo"; |
| 1549 } | 1551 } |
| 1550 buildCounterReferenceSet--; | 1552 buildCounterReferenceSet--; |
| 1551 return o; | 1553 return o; |
| 1552 } | 1554 } |
| 1553 | 1555 |
| 1554 checkReferenceSet(api.ReferenceSet o) { | 1556 checkReferenceSet(api.ReferenceSet o) { |
| 1555 buildCounterReferenceSet++; | 1557 buildCounterReferenceSet++; |
| 1556 if (buildCounterReferenceSet < 3) { | 1558 if (buildCounterReferenceSet < 3) { |
| 1557 unittest.expect(o.assemblyId, unittest.equals('foo')); | 1559 unittest.expect(o.assemblyId, unittest.equals('foo')); |
| 1558 unittest.expect(o.description, unittest.equals('foo')); | 1560 unittest.expect(o.description, unittest.equals('foo')); |
| 1559 unittest.expect(o.id, unittest.equals('foo')); | 1561 unittest.expect(o.id, unittest.equals('foo')); |
| 1560 unittest.expect(o.md5checksum, unittest.equals('foo')); | 1562 unittest.expect(o.md5checksum, unittest.equals('foo')); |
| 1561 unittest.expect(o.ncbiTaxonId, unittest.equals(42)); | 1563 unittest.expect(o.ncbiTaxonId, unittest.equals(42)); |
| 1562 checkUnnamed1331(o.referenceIds); | 1564 checkUnnamed1230(o.referenceIds); |
| 1563 checkUnnamed1332(o.sourceAccessions); | 1565 checkUnnamed1231(o.sourceAccessions); |
| 1564 unittest.expect(o.sourceURI, unittest.equals('foo')); | 1566 unittest.expect(o.sourceURI, unittest.equals('foo')); |
| 1565 } | 1567 } |
| 1566 buildCounterReferenceSet--; | 1568 buildCounterReferenceSet--; |
| 1567 } | 1569 } |
| 1568 | 1570 |
| 1569 buildUnnamed1333() { | 1571 buildUnnamed1232() { |
| 1570 var o = new core.List<core.String>(); | 1572 var o = new core.List<core.String>(); |
| 1571 o.add("foo"); | 1573 o.add("foo"); |
| 1572 o.add("foo"); | 1574 o.add("foo"); |
| 1573 return o; | 1575 return o; |
| 1574 } | 1576 } |
| 1575 | 1577 |
| 1576 checkUnnamed1333(core.List<core.String> o) { | 1578 checkUnnamed1232(core.List<core.String> o) { |
| 1577 unittest.expect(o, unittest.hasLength(2)); | 1579 unittest.expect(o, unittest.hasLength(2)); |
| 1578 unittest.expect(o[0], unittest.equals('foo')); | 1580 unittest.expect(o[0], unittest.equals('foo')); |
| 1579 unittest.expect(o[1], unittest.equals('foo')); | 1581 unittest.expect(o[1], unittest.equals('foo')); |
| 1580 } | 1582 } |
| 1581 | 1583 |
| 1582 core.int buildCounterSearchCallSetsRequest = 0; | 1584 core.int buildCounterSearchCallSetsRequest = 0; |
| 1583 buildSearchCallSetsRequest() { | 1585 buildSearchCallSetsRequest() { |
| 1584 var o = new api.SearchCallSetsRequest(); | 1586 var o = new api.SearchCallSetsRequest(); |
| 1585 buildCounterSearchCallSetsRequest++; | 1587 buildCounterSearchCallSetsRequest++; |
| 1586 if (buildCounterSearchCallSetsRequest < 3) { | 1588 if (buildCounterSearchCallSetsRequest < 3) { |
| 1587 o.name = "foo"; | 1589 o.name = "foo"; |
| 1588 o.pageSize = 42; | 1590 o.pageSize = 42; |
| 1589 o.pageToken = "foo"; | 1591 o.pageToken = "foo"; |
| 1590 o.variantSetIds = buildUnnamed1333(); | 1592 o.variantSetIds = buildUnnamed1232(); |
| 1591 } | 1593 } |
| 1592 buildCounterSearchCallSetsRequest--; | 1594 buildCounterSearchCallSetsRequest--; |
| 1593 return o; | 1595 return o; |
| 1594 } | 1596 } |
| 1595 | 1597 |
| 1596 checkSearchCallSetsRequest(api.SearchCallSetsRequest o) { | 1598 checkSearchCallSetsRequest(api.SearchCallSetsRequest o) { |
| 1597 buildCounterSearchCallSetsRequest++; | 1599 buildCounterSearchCallSetsRequest++; |
| 1598 if (buildCounterSearchCallSetsRequest < 3) { | 1600 if (buildCounterSearchCallSetsRequest < 3) { |
| 1599 unittest.expect(o.name, unittest.equals('foo')); | 1601 unittest.expect(o.name, unittest.equals('foo')); |
| 1600 unittest.expect(o.pageSize, unittest.equals(42)); | 1602 unittest.expect(o.pageSize, unittest.equals(42)); |
| 1601 unittest.expect(o.pageToken, unittest.equals('foo')); | 1603 unittest.expect(o.pageToken, unittest.equals('foo')); |
| 1602 checkUnnamed1333(o.variantSetIds); | 1604 checkUnnamed1232(o.variantSetIds); |
| 1603 } | 1605 } |
| 1604 buildCounterSearchCallSetsRequest--; | 1606 buildCounterSearchCallSetsRequest--; |
| 1605 } | 1607 } |
| 1606 | 1608 |
| 1607 buildUnnamed1334() { | 1609 buildUnnamed1233() { |
| 1608 var o = new core.List<api.CallSet>(); | 1610 var o = new core.List<api.CallSet>(); |
| 1609 o.add(buildCallSet()); | 1611 o.add(buildCallSet()); |
| 1610 o.add(buildCallSet()); | 1612 o.add(buildCallSet()); |
| 1611 return o; | 1613 return o; |
| 1612 } | 1614 } |
| 1613 | 1615 |
| 1614 checkUnnamed1334(core.List<api.CallSet> o) { | 1616 checkUnnamed1233(core.List<api.CallSet> o) { |
| 1615 unittest.expect(o, unittest.hasLength(2)); | 1617 unittest.expect(o, unittest.hasLength(2)); |
| 1616 checkCallSet(o[0]); | 1618 checkCallSet(o[0]); |
| 1617 checkCallSet(o[1]); | 1619 checkCallSet(o[1]); |
| 1618 } | 1620 } |
| 1619 | 1621 |
| 1620 core.int buildCounterSearchCallSetsResponse = 0; | 1622 core.int buildCounterSearchCallSetsResponse = 0; |
| 1621 buildSearchCallSetsResponse() { | 1623 buildSearchCallSetsResponse() { |
| 1622 var o = new api.SearchCallSetsResponse(); | 1624 var o = new api.SearchCallSetsResponse(); |
| 1623 buildCounterSearchCallSetsResponse++; | 1625 buildCounterSearchCallSetsResponse++; |
| 1624 if (buildCounterSearchCallSetsResponse < 3) { | 1626 if (buildCounterSearchCallSetsResponse < 3) { |
| 1625 o.callSets = buildUnnamed1334(); | 1627 o.callSets = buildUnnamed1233(); |
| 1626 o.nextPageToken = "foo"; | 1628 o.nextPageToken = "foo"; |
| 1627 } | 1629 } |
| 1628 buildCounterSearchCallSetsResponse--; | 1630 buildCounterSearchCallSetsResponse--; |
| 1629 return o; | 1631 return o; |
| 1630 } | 1632 } |
| 1631 | 1633 |
| 1632 checkSearchCallSetsResponse(api.SearchCallSetsResponse o) { | 1634 checkSearchCallSetsResponse(api.SearchCallSetsResponse o) { |
| 1633 buildCounterSearchCallSetsResponse++; | 1635 buildCounterSearchCallSetsResponse++; |
| 1634 if (buildCounterSearchCallSetsResponse < 3) { | 1636 if (buildCounterSearchCallSetsResponse < 3) { |
| 1635 checkUnnamed1334(o.callSets); | 1637 checkUnnamed1233(o.callSets); |
| 1636 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 1638 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
| 1637 } | 1639 } |
| 1638 buildCounterSearchCallSetsResponse--; | 1640 buildCounterSearchCallSetsResponse--; |
| 1639 } | 1641 } |
| 1640 | 1642 |
| 1641 buildUnnamed1335() { | 1643 buildUnnamed1234() { |
| 1642 var o = new core.List<core.String>(); | 1644 var o = new core.List<core.String>(); |
| 1643 o.add("foo"); | 1645 o.add("foo"); |
| 1644 o.add("foo"); | 1646 o.add("foo"); |
| 1645 return o; | 1647 return o; |
| 1646 } | 1648 } |
| 1647 | 1649 |
| 1648 checkUnnamed1335(core.List<core.String> o) { | 1650 checkUnnamed1234(core.List<core.String> o) { |
| 1649 unittest.expect(o, unittest.hasLength(2)); | 1651 unittest.expect(o, unittest.hasLength(2)); |
| 1650 unittest.expect(o[0], unittest.equals('foo')); | 1652 unittest.expect(o[0], unittest.equals('foo')); |
| 1651 unittest.expect(o[1], unittest.equals('foo')); | 1653 unittest.expect(o[1], unittest.equals('foo')); |
| 1652 } | 1654 } |
| 1653 | 1655 |
| 1654 core.int buildCounterSearchJobsRequest = 0; | 1656 core.int buildCounterSearchJobsRequest = 0; |
| 1655 buildSearchJobsRequest() { | 1657 buildSearchJobsRequest() { |
| 1656 var o = new api.SearchJobsRequest(); | 1658 var o = new api.SearchJobsRequest(); |
| 1657 buildCounterSearchJobsRequest++; | 1659 buildCounterSearchJobsRequest++; |
| 1658 if (buildCounterSearchJobsRequest < 3) { | 1660 if (buildCounterSearchJobsRequest < 3) { |
| 1659 o.createdAfter = "foo"; | 1661 o.createdAfter = "foo"; |
| 1660 o.createdBefore = "foo"; | 1662 o.createdBefore = "foo"; |
| 1661 o.pageSize = 42; | 1663 o.pageSize = 42; |
| 1662 o.pageToken = "foo"; | 1664 o.pageToken = "foo"; |
| 1663 o.projectNumber = "foo"; | 1665 o.projectNumber = "foo"; |
| 1664 o.status = buildUnnamed1335(); | 1666 o.status = buildUnnamed1234(); |
| 1665 } | 1667 } |
| 1666 buildCounterSearchJobsRequest--; | 1668 buildCounterSearchJobsRequest--; |
| 1667 return o; | 1669 return o; |
| 1668 } | 1670 } |
| 1669 | 1671 |
| 1670 checkSearchJobsRequest(api.SearchJobsRequest o) { | 1672 checkSearchJobsRequest(api.SearchJobsRequest o) { |
| 1671 buildCounterSearchJobsRequest++; | 1673 buildCounterSearchJobsRequest++; |
| 1672 if (buildCounterSearchJobsRequest < 3) { | 1674 if (buildCounterSearchJobsRequest < 3) { |
| 1673 unittest.expect(o.createdAfter, unittest.equals('foo')); | 1675 unittest.expect(o.createdAfter, unittest.equals('foo')); |
| 1674 unittest.expect(o.createdBefore, unittest.equals('foo')); | 1676 unittest.expect(o.createdBefore, unittest.equals('foo')); |
| 1675 unittest.expect(o.pageSize, unittest.equals(42)); | 1677 unittest.expect(o.pageSize, unittest.equals(42)); |
| 1676 unittest.expect(o.pageToken, unittest.equals('foo')); | 1678 unittest.expect(o.pageToken, unittest.equals('foo')); |
| 1677 unittest.expect(o.projectNumber, unittest.equals('foo')); | 1679 unittest.expect(o.projectNumber, unittest.equals('foo')); |
| 1678 checkUnnamed1335(o.status); | 1680 checkUnnamed1234(o.status); |
| 1679 } | 1681 } |
| 1680 buildCounterSearchJobsRequest--; | 1682 buildCounterSearchJobsRequest--; |
| 1681 } | 1683 } |
| 1682 | 1684 |
| 1683 buildUnnamed1336() { | 1685 buildUnnamed1235() { |
| 1684 var o = new core.List<api.Job>(); | 1686 var o = new core.List<api.Job>(); |
| 1685 o.add(buildJob()); | 1687 o.add(buildJob()); |
| 1686 o.add(buildJob()); | 1688 o.add(buildJob()); |
| 1687 return o; | 1689 return o; |
| 1688 } | 1690 } |
| 1689 | 1691 |
| 1690 checkUnnamed1336(core.List<api.Job> o) { | 1692 checkUnnamed1235(core.List<api.Job> o) { |
| 1691 unittest.expect(o, unittest.hasLength(2)); | 1693 unittest.expect(o, unittest.hasLength(2)); |
| 1692 checkJob(o[0]); | 1694 checkJob(o[0]); |
| 1693 checkJob(o[1]); | 1695 checkJob(o[1]); |
| 1694 } | 1696 } |
| 1695 | 1697 |
| 1696 core.int buildCounterSearchJobsResponse = 0; | 1698 core.int buildCounterSearchJobsResponse = 0; |
| 1697 buildSearchJobsResponse() { | 1699 buildSearchJobsResponse() { |
| 1698 var o = new api.SearchJobsResponse(); | 1700 var o = new api.SearchJobsResponse(); |
| 1699 buildCounterSearchJobsResponse++; | 1701 buildCounterSearchJobsResponse++; |
| 1700 if (buildCounterSearchJobsResponse < 3) { | 1702 if (buildCounterSearchJobsResponse < 3) { |
| 1701 o.jobs = buildUnnamed1336(); | 1703 o.jobs = buildUnnamed1235(); |
| 1702 o.nextPageToken = "foo"; | 1704 o.nextPageToken = "foo"; |
| 1703 } | 1705 } |
| 1704 buildCounterSearchJobsResponse--; | 1706 buildCounterSearchJobsResponse--; |
| 1705 return o; | 1707 return o; |
| 1706 } | 1708 } |
| 1707 | 1709 |
| 1708 checkSearchJobsResponse(api.SearchJobsResponse o) { | 1710 checkSearchJobsResponse(api.SearchJobsResponse o) { |
| 1709 buildCounterSearchJobsResponse++; | 1711 buildCounterSearchJobsResponse++; |
| 1710 if (buildCounterSearchJobsResponse < 3) { | 1712 if (buildCounterSearchJobsResponse < 3) { |
| 1711 checkUnnamed1336(o.jobs); | 1713 checkUnnamed1235(o.jobs); |
| 1712 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 1714 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
| 1713 } | 1715 } |
| 1714 buildCounterSearchJobsResponse--; | 1716 buildCounterSearchJobsResponse--; |
| 1715 } | 1717 } |
| 1716 | 1718 |
| 1717 buildUnnamed1337() { | 1719 buildUnnamed1236() { |
| 1718 var o = new core.List<core.String>(); | 1720 var o = new core.List<core.String>(); |
| 1719 o.add("foo"); | 1721 o.add("foo"); |
| 1720 o.add("foo"); | 1722 o.add("foo"); |
| 1721 return o; | 1723 return o; |
| 1722 } | 1724 } |
| 1723 | 1725 |
| 1724 checkUnnamed1337(core.List<core.String> o) { | 1726 checkUnnamed1236(core.List<core.String> o) { |
| 1725 unittest.expect(o, unittest.hasLength(2)); | 1727 unittest.expect(o, unittest.hasLength(2)); |
| 1726 unittest.expect(o[0], unittest.equals('foo')); | 1728 unittest.expect(o[0], unittest.equals('foo')); |
| 1727 unittest.expect(o[1], unittest.equals('foo')); | 1729 unittest.expect(o[1], unittest.equals('foo')); |
| 1728 } | 1730 } |
| 1729 | 1731 |
| 1730 core.int buildCounterSearchReadGroupSetsRequest = 0; | 1732 core.int buildCounterSearchReadGroupSetsRequest = 0; |
| 1731 buildSearchReadGroupSetsRequest() { | 1733 buildSearchReadGroupSetsRequest() { |
| 1732 var o = new api.SearchReadGroupSetsRequest(); | 1734 var o = new api.SearchReadGroupSetsRequest(); |
| 1733 buildCounterSearchReadGroupSetsRequest++; | 1735 buildCounterSearchReadGroupSetsRequest++; |
| 1734 if (buildCounterSearchReadGroupSetsRequest < 3) { | 1736 if (buildCounterSearchReadGroupSetsRequest < 3) { |
| 1735 o.datasetIds = buildUnnamed1337(); | 1737 o.datasetIds = buildUnnamed1236(); |
| 1736 o.name = "foo"; | 1738 o.name = "foo"; |
| 1737 o.pageSize = 42; | 1739 o.pageSize = 42; |
| 1738 o.pageToken = "foo"; | 1740 o.pageToken = "foo"; |
| 1739 } | 1741 } |
| 1740 buildCounterSearchReadGroupSetsRequest--; | 1742 buildCounterSearchReadGroupSetsRequest--; |
| 1741 return o; | 1743 return o; |
| 1742 } | 1744 } |
| 1743 | 1745 |
| 1744 checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { | 1746 checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { |
| 1745 buildCounterSearchReadGroupSetsRequest++; | 1747 buildCounterSearchReadGroupSetsRequest++; |
| 1746 if (buildCounterSearchReadGroupSetsRequest < 3) { | 1748 if (buildCounterSearchReadGroupSetsRequest < 3) { |
| 1747 checkUnnamed1337(o.datasetIds); | 1749 checkUnnamed1236(o.datasetIds); |
| 1748 unittest.expect(o.name, unittest.equals('foo')); | 1750 unittest.expect(o.name, unittest.equals('foo')); |
| 1749 unittest.expect(o.pageSize, unittest.equals(42)); | 1751 unittest.expect(o.pageSize, unittest.equals(42)); |
| 1750 unittest.expect(o.pageToken, unittest.equals('foo')); | 1752 unittest.expect(o.pageToken, unittest.equals('foo')); |
| 1751 } | 1753 } |
| 1752 buildCounterSearchReadGroupSetsRequest--; | 1754 buildCounterSearchReadGroupSetsRequest--; |
| 1753 } | 1755 } |
| 1754 | 1756 |
| 1755 buildUnnamed1338() { | 1757 buildUnnamed1237() { |
| 1756 var o = new core.List<api.ReadGroupSet>(); | 1758 var o = new core.List<api.ReadGroupSet>(); |
| 1757 o.add(buildReadGroupSet()); | 1759 o.add(buildReadGroupSet()); |
| 1758 o.add(buildReadGroupSet()); | 1760 o.add(buildReadGroupSet()); |
| 1759 return o; | 1761 return o; |
| 1760 } | 1762 } |
| 1761 | 1763 |
| 1762 checkUnnamed1338(core.List<api.ReadGroupSet> o) { | 1764 checkUnnamed1237(core.List<api.ReadGroupSet> o) { |
| 1763 unittest.expect(o, unittest.hasLength(2)); | 1765 unittest.expect(o, unittest.hasLength(2)); |
| 1764 checkReadGroupSet(o[0]); | 1766 checkReadGroupSet(o[0]); |
| 1765 checkReadGroupSet(o[1]); | 1767 checkReadGroupSet(o[1]); |
| 1766 } | 1768 } |
| 1767 | 1769 |
| 1768 core.int buildCounterSearchReadGroupSetsResponse = 0; | 1770 core.int buildCounterSearchReadGroupSetsResponse = 0; |
| 1769 buildSearchReadGroupSetsResponse() { | 1771 buildSearchReadGroupSetsResponse() { |
| 1770 var o = new api.SearchReadGroupSetsResponse(); | 1772 var o = new api.SearchReadGroupSetsResponse(); |
| 1771 buildCounterSearchReadGroupSetsResponse++; | 1773 buildCounterSearchReadGroupSetsResponse++; |
| 1772 if (buildCounterSearchReadGroupSetsResponse < 3) { | 1774 if (buildCounterSearchReadGroupSetsResponse < 3) { |
| 1773 o.nextPageToken = "foo"; | 1775 o.nextPageToken = "foo"; |
| 1774 o.readGroupSets = buildUnnamed1338(); | 1776 o.readGroupSets = buildUnnamed1237(); |
| 1775 } | 1777 } |
| 1776 buildCounterSearchReadGroupSetsResponse--; | 1778 buildCounterSearchReadGroupSetsResponse--; |
| 1777 return o; | 1779 return o; |
| 1778 } | 1780 } |
| 1779 | 1781 |
| 1780 checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) { | 1782 checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) { |
| 1781 buildCounterSearchReadGroupSetsResponse++; | 1783 buildCounterSearchReadGroupSetsResponse++; |
| 1782 if (buildCounterSearchReadGroupSetsResponse < 3) { | 1784 if (buildCounterSearchReadGroupSetsResponse < 3) { |
| 1783 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 1785 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
| 1784 checkUnnamed1338(o.readGroupSets); | 1786 checkUnnamed1237(o.readGroupSets); |
| 1785 } | 1787 } |
| 1786 buildCounterSearchReadGroupSetsResponse--; | 1788 buildCounterSearchReadGroupSetsResponse--; |
| 1787 } | 1789 } |
| 1788 | 1790 |
| 1789 buildUnnamed1339() { | 1791 buildUnnamed1238() { |
| 1790 var o = new core.List<core.String>(); | 1792 var o = new core.List<core.String>(); |
| 1791 o.add("foo"); | 1793 o.add("foo"); |
| 1792 o.add("foo"); | 1794 o.add("foo"); |
| 1793 return o; | 1795 return o; |
| 1794 } | 1796 } |
| 1795 | 1797 |
| 1796 checkUnnamed1339(core.List<core.String> o) { | 1798 checkUnnamed1238(core.List<core.String> o) { |
| 1797 unittest.expect(o, unittest.hasLength(2)); | 1799 unittest.expect(o, unittest.hasLength(2)); |
| 1798 unittest.expect(o[0], unittest.equals('foo')); | 1800 unittest.expect(o[0], unittest.equals('foo')); |
| 1799 unittest.expect(o[1], unittest.equals('foo')); | 1801 unittest.expect(o[1], unittest.equals('foo')); |
| 1800 } | 1802 } |
| 1801 | 1803 |
| 1802 buildUnnamed1340() { | 1804 buildUnnamed1239() { |
| 1803 var o = new core.List<core.String>(); | 1805 var o = new core.List<core.String>(); |
| 1804 o.add("foo"); | 1806 o.add("foo"); |
| 1805 o.add("foo"); | 1807 o.add("foo"); |
| 1806 return o; | 1808 return o; |
| 1807 } | 1809 } |
| 1808 | 1810 |
| 1809 checkUnnamed1340(core.List<core.String> o) { | 1811 checkUnnamed1239(core.List<core.String> o) { |
| 1810 unittest.expect(o, unittest.hasLength(2)); | 1812 unittest.expect(o, unittest.hasLength(2)); |
| 1811 unittest.expect(o[0], unittest.equals('foo')); | 1813 unittest.expect(o[0], unittest.equals('foo')); |
| 1812 unittest.expect(o[1], unittest.equals('foo')); | 1814 unittest.expect(o[1], unittest.equals('foo')); |
| 1813 } | 1815 } |
| 1814 | 1816 |
| 1815 core.int buildCounterSearchReadsRequest = 0; | 1817 core.int buildCounterSearchReadsRequest = 0; |
| 1816 buildSearchReadsRequest() { | 1818 buildSearchReadsRequest() { |
| 1817 var o = new api.SearchReadsRequest(); | 1819 var o = new api.SearchReadsRequest(); |
| 1818 buildCounterSearchReadsRequest++; | 1820 buildCounterSearchReadsRequest++; |
| 1819 if (buildCounterSearchReadsRequest < 3) { | 1821 if (buildCounterSearchReadsRequest < 3) { |
| 1820 o.end = "foo"; | 1822 o.end = "foo"; |
| 1821 o.pageSize = 42; | 1823 o.pageSize = 42; |
| 1822 o.pageToken = "foo"; | 1824 o.pageToken = "foo"; |
| 1823 o.readGroupIds = buildUnnamed1339(); | 1825 o.readGroupIds = buildUnnamed1238(); |
| 1824 o.readGroupSetIds = buildUnnamed1340(); | 1826 o.readGroupSetIds = buildUnnamed1239(); |
| 1825 o.referenceName = "foo"; | 1827 o.referenceName = "foo"; |
| 1826 o.start = "foo"; | 1828 o.start = "foo"; |
| 1827 } | 1829 } |
| 1828 buildCounterSearchReadsRequest--; | 1830 buildCounterSearchReadsRequest--; |
| 1829 return o; | 1831 return o; |
| 1830 } | 1832 } |
| 1831 | 1833 |
| 1832 checkSearchReadsRequest(api.SearchReadsRequest o) { | 1834 checkSearchReadsRequest(api.SearchReadsRequest o) { |
| 1833 buildCounterSearchReadsRequest++; | 1835 buildCounterSearchReadsRequest++; |
| 1834 if (buildCounterSearchReadsRequest < 3) { | 1836 if (buildCounterSearchReadsRequest < 3) { |
| 1835 unittest.expect(o.end, unittest.equals('foo')); | 1837 unittest.expect(o.end, unittest.equals('foo')); |
| 1836 unittest.expect(o.pageSize, unittest.equals(42)); | 1838 unittest.expect(o.pageSize, unittest.equals(42)); |
| 1837 unittest.expect(o.pageToken, unittest.equals('foo')); | 1839 unittest.expect(o.pageToken, unittest.equals('foo')); |
| 1838 checkUnnamed1339(o.readGroupIds); | 1840 checkUnnamed1238(o.readGroupIds); |
| 1839 checkUnnamed1340(o.readGroupSetIds); | 1841 checkUnnamed1239(o.readGroupSetIds); |
| 1840 unittest.expect(o.referenceName, unittest.equals('foo')); | 1842 unittest.expect(o.referenceName, unittest.equals('foo')); |
| 1841 unittest.expect(o.start, unittest.equals('foo')); | 1843 unittest.expect(o.start, unittest.equals('foo')); |
| 1842 } | 1844 } |
| 1843 buildCounterSearchReadsRequest--; | 1845 buildCounterSearchReadsRequest--; |
| 1844 } | 1846 } |
| 1845 | 1847 |
| 1846 buildUnnamed1341() { | 1848 buildUnnamed1240() { |
| 1847 var o = new core.List<api.Read>(); | 1849 var o = new core.List<api.Read>(); |
| 1848 o.add(buildRead()); | 1850 o.add(buildRead()); |
| 1849 o.add(buildRead()); | 1851 o.add(buildRead()); |
| 1850 return o; | 1852 return o; |
| 1851 } | 1853 } |
| 1852 | 1854 |
| 1853 checkUnnamed1341(core.List<api.Read> o) { | 1855 checkUnnamed1240(core.List<api.Read> o) { |
| 1854 unittest.expect(o, unittest.hasLength(2)); | 1856 unittest.expect(o, unittest.hasLength(2)); |
| 1855 checkRead(o[0]); | 1857 checkRead(o[0]); |
| 1856 checkRead(o[1]); | 1858 checkRead(o[1]); |
| 1857 } | 1859 } |
| 1858 | 1860 |
| 1859 core.int buildCounterSearchReadsResponse = 0; | 1861 core.int buildCounterSearchReadsResponse = 0; |
| 1860 buildSearchReadsResponse() { | 1862 buildSearchReadsResponse() { |
| 1861 var o = new api.SearchReadsResponse(); | 1863 var o = new api.SearchReadsResponse(); |
| 1862 buildCounterSearchReadsResponse++; | 1864 buildCounterSearchReadsResponse++; |
| 1863 if (buildCounterSearchReadsResponse < 3) { | 1865 if (buildCounterSearchReadsResponse < 3) { |
| 1864 o.alignments = buildUnnamed1341(); | 1866 o.alignments = buildUnnamed1240(); |
| 1865 o.nextPageToken = "foo"; | 1867 o.nextPageToken = "foo"; |
| 1866 } | 1868 } |
| 1867 buildCounterSearchReadsResponse--; | 1869 buildCounterSearchReadsResponse--; |
| 1868 return o; | 1870 return o; |
| 1869 } | 1871 } |
| 1870 | 1872 |
| 1871 checkSearchReadsResponse(api.SearchReadsResponse o) { | 1873 checkSearchReadsResponse(api.SearchReadsResponse o) { |
| 1872 buildCounterSearchReadsResponse++; | 1874 buildCounterSearchReadsResponse++; |
| 1873 if (buildCounterSearchReadsResponse < 3) { | 1875 if (buildCounterSearchReadsResponse < 3) { |
| 1874 checkUnnamed1341(o.alignments); | 1876 checkUnnamed1240(o.alignments); |
| 1875 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 1877 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
| 1876 } | 1878 } |
| 1877 buildCounterSearchReadsResponse--; | 1879 buildCounterSearchReadsResponse--; |
| 1878 } | 1880 } |
| 1879 | 1881 |
| 1880 buildUnnamed1342() { | 1882 buildUnnamed1241() { |
| 1881 var o = new core.List<core.String>(); | 1883 var o = new core.List<core.String>(); |
| 1882 o.add("foo"); | 1884 o.add("foo"); |
| 1883 o.add("foo"); | 1885 o.add("foo"); |
| 1884 return o; | 1886 return o; |
| 1885 } | 1887 } |
| 1886 | 1888 |
| 1887 checkUnnamed1342(core.List<core.String> o) { | 1889 checkUnnamed1241(core.List<core.String> o) { |
| 1888 unittest.expect(o, unittest.hasLength(2)); | 1890 unittest.expect(o, unittest.hasLength(2)); |
| 1889 unittest.expect(o[0], unittest.equals('foo')); | 1891 unittest.expect(o[0], unittest.equals('foo')); |
| 1890 unittest.expect(o[1], unittest.equals('foo')); | 1892 unittest.expect(o[1], unittest.equals('foo')); |
| 1891 } | 1893 } |
| 1892 | 1894 |
| 1893 buildUnnamed1343() { | 1895 buildUnnamed1242() { |
| 1894 var o = new core.List<core.String>(); | 1896 var o = new core.List<core.String>(); |
| 1895 o.add("foo"); | 1897 o.add("foo"); |
| 1896 o.add("foo"); | 1898 o.add("foo"); |
| 1897 return o; | 1899 return o; |
| 1898 } | 1900 } |
| 1899 | 1901 |
| 1900 checkUnnamed1343(core.List<core.String> o) { | 1902 checkUnnamed1242(core.List<core.String> o) { |
| 1901 unittest.expect(o, unittest.hasLength(2)); | 1903 unittest.expect(o, unittest.hasLength(2)); |
| 1902 unittest.expect(o[0], unittest.equals('foo')); | 1904 unittest.expect(o[0], unittest.equals('foo')); |
| 1903 unittest.expect(o[1], unittest.equals('foo')); | 1905 unittest.expect(o[1], unittest.equals('foo')); |
| 1904 } | 1906 } |
| 1905 | 1907 |
| 1906 core.int buildCounterSearchReferenceSetsRequest = 0; | 1908 core.int buildCounterSearchReferenceSetsRequest = 0; |
| 1907 buildSearchReferenceSetsRequest() { | 1909 buildSearchReferenceSetsRequest() { |
| 1908 var o = new api.SearchReferenceSetsRequest(); | 1910 var o = new api.SearchReferenceSetsRequest(); |
| 1909 buildCounterSearchReferenceSetsRequest++; | 1911 buildCounterSearchReferenceSetsRequest++; |
| 1910 if (buildCounterSearchReferenceSetsRequest < 3) { | 1912 if (buildCounterSearchReferenceSetsRequest < 3) { |
| 1911 o.accessions = buildUnnamed1342(); | 1913 o.accessions = buildUnnamed1241(); |
| 1912 o.md5checksums = buildUnnamed1343(); | 1914 o.md5checksums = buildUnnamed1242(); |
| 1913 o.pageSize = 42; | 1915 o.pageSize = 42; |
| 1914 o.pageToken = "foo"; | 1916 o.pageToken = "foo"; |
| 1915 } | 1917 } |
| 1916 buildCounterSearchReferenceSetsRequest--; | 1918 buildCounterSearchReferenceSetsRequest--; |
| 1917 return o; | 1919 return o; |
| 1918 } | 1920 } |
| 1919 | 1921 |
| 1920 checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) { | 1922 checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) { |
| 1921 buildCounterSearchReferenceSetsRequest++; | 1923 buildCounterSearchReferenceSetsRequest++; |
| 1922 if (buildCounterSearchReferenceSetsRequest < 3) { | 1924 if (buildCounterSearchReferenceSetsRequest < 3) { |
| 1923 checkUnnamed1342(o.accessions); | 1925 checkUnnamed1241(o.accessions); |
| 1924 checkUnnamed1343(o.md5checksums); | 1926 checkUnnamed1242(o.md5checksums); |
| 1925 unittest.expect(o.pageSize, unittest.equals(42)); | 1927 unittest.expect(o.pageSize, unittest.equals(42)); |
| 1926 unittest.expect(o.pageToken, unittest.equals('foo')); | 1928 unittest.expect(o.pageToken, unittest.equals('foo')); |
| 1927 } | 1929 } |
| 1928 buildCounterSearchReferenceSetsRequest--; | 1930 buildCounterSearchReferenceSetsRequest--; |
| 1929 } | 1931 } |
| 1930 | 1932 |
| 1931 buildUnnamed1344() { | 1933 buildUnnamed1243() { |
| 1932 var o = new core.List<api.ReferenceSet>(); | 1934 var o = new core.List<api.ReferenceSet>(); |
| 1933 o.add(buildReferenceSet()); | 1935 o.add(buildReferenceSet()); |
| 1934 o.add(buildReferenceSet()); | 1936 o.add(buildReferenceSet()); |
| 1935 return o; | 1937 return o; |
| 1936 } | 1938 } |
| 1937 | 1939 |
| 1938 checkUnnamed1344(core.List<api.ReferenceSet> o) { | 1940 checkUnnamed1243(core.List<api.ReferenceSet> o) { |
| 1939 unittest.expect(o, unittest.hasLength(2)); | 1941 unittest.expect(o, unittest.hasLength(2)); |
| 1940 checkReferenceSet(o[0]); | 1942 checkReferenceSet(o[0]); |
| 1941 checkReferenceSet(o[1]); | 1943 checkReferenceSet(o[1]); |
| 1942 } | 1944 } |
| 1943 | 1945 |
| 1944 core.int buildCounterSearchReferenceSetsResponse = 0; | 1946 core.int buildCounterSearchReferenceSetsResponse = 0; |
| 1945 buildSearchReferenceSetsResponse() { | 1947 buildSearchReferenceSetsResponse() { |
| 1946 var o = new api.SearchReferenceSetsResponse(); | 1948 var o = new api.SearchReferenceSetsResponse(); |
| 1947 buildCounterSearchReferenceSetsResponse++; | 1949 buildCounterSearchReferenceSetsResponse++; |
| 1948 if (buildCounterSearchReferenceSetsResponse < 3) { | 1950 if (buildCounterSearchReferenceSetsResponse < 3) { |
| 1949 o.nextPageToken = "foo"; | 1951 o.nextPageToken = "foo"; |
| 1950 o.referenceSets = buildUnnamed1344(); | 1952 o.referenceSets = buildUnnamed1243(); |
| 1951 } | 1953 } |
| 1952 buildCounterSearchReferenceSetsResponse--; | 1954 buildCounterSearchReferenceSetsResponse--; |
| 1953 return o; | 1955 return o; |
| 1954 } | 1956 } |
| 1955 | 1957 |
| 1956 checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) { | 1958 checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) { |
| 1957 buildCounterSearchReferenceSetsResponse++; | 1959 buildCounterSearchReferenceSetsResponse++; |
| 1958 if (buildCounterSearchReferenceSetsResponse < 3) { | 1960 if (buildCounterSearchReferenceSetsResponse < 3) { |
| 1959 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 1961 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
| 1960 checkUnnamed1344(o.referenceSets); | 1962 checkUnnamed1243(o.referenceSets); |
| 1961 } | 1963 } |
| 1962 buildCounterSearchReferenceSetsResponse--; | 1964 buildCounterSearchReferenceSetsResponse--; |
| 1963 } | 1965 } |
| 1964 | 1966 |
| 1965 buildUnnamed1345() { | 1967 buildUnnamed1244() { |
| 1966 var o = new core.List<core.String>(); | 1968 var o = new core.List<core.String>(); |
| 1967 o.add("foo"); | 1969 o.add("foo"); |
| 1968 o.add("foo"); | 1970 o.add("foo"); |
| 1969 return o; | 1971 return o; |
| 1970 } | 1972 } |
| 1971 | 1973 |
| 1972 checkUnnamed1345(core.List<core.String> o) { | 1974 checkUnnamed1244(core.List<core.String> o) { |
| 1973 unittest.expect(o, unittest.hasLength(2)); | 1975 unittest.expect(o, unittest.hasLength(2)); |
| 1974 unittest.expect(o[0], unittest.equals('foo')); | 1976 unittest.expect(o[0], unittest.equals('foo')); |
| 1975 unittest.expect(o[1], unittest.equals('foo')); | 1977 unittest.expect(o[1], unittest.equals('foo')); |
| 1976 } | 1978 } |
| 1977 | 1979 |
| 1978 buildUnnamed1346() { | 1980 buildUnnamed1245() { |
| 1979 var o = new core.List<core.String>(); | 1981 var o = new core.List<core.String>(); |
| 1980 o.add("foo"); | 1982 o.add("foo"); |
| 1981 o.add("foo"); | 1983 o.add("foo"); |
| 1982 return o; | 1984 return o; |
| 1983 } | 1985 } |
| 1984 | 1986 |
| 1985 checkUnnamed1346(core.List<core.String> o) { | 1987 checkUnnamed1245(core.List<core.String> o) { |
| 1986 unittest.expect(o, unittest.hasLength(2)); | 1988 unittest.expect(o, unittest.hasLength(2)); |
| 1987 unittest.expect(o[0], unittest.equals('foo')); | 1989 unittest.expect(o[0], unittest.equals('foo')); |
| 1988 unittest.expect(o[1], unittest.equals('foo')); | 1990 unittest.expect(o[1], unittest.equals('foo')); |
| 1989 } | 1991 } |
| 1990 | 1992 |
| 1991 core.int buildCounterSearchReferencesRequest = 0; | 1993 core.int buildCounterSearchReferencesRequest = 0; |
| 1992 buildSearchReferencesRequest() { | 1994 buildSearchReferencesRequest() { |
| 1993 var o = new api.SearchReferencesRequest(); | 1995 var o = new api.SearchReferencesRequest(); |
| 1994 buildCounterSearchReferencesRequest++; | 1996 buildCounterSearchReferencesRequest++; |
| 1995 if (buildCounterSearchReferencesRequest < 3) { | 1997 if (buildCounterSearchReferencesRequest < 3) { |
| 1996 o.accessions = buildUnnamed1345(); | 1998 o.accessions = buildUnnamed1244(); |
| 1997 o.md5checksums = buildUnnamed1346(); | 1999 o.md5checksums = buildUnnamed1245(); |
| 1998 o.pageSize = 42; | 2000 o.pageSize = 42; |
| 1999 o.pageToken = "foo"; | 2001 o.pageToken = "foo"; |
| 2000 o.referenceSetId = "foo"; | 2002 o.referenceSetId = "foo"; |
| 2001 } | 2003 } |
| 2002 buildCounterSearchReferencesRequest--; | 2004 buildCounterSearchReferencesRequest--; |
| 2003 return o; | 2005 return o; |
| 2004 } | 2006 } |
| 2005 | 2007 |
| 2006 checkSearchReferencesRequest(api.SearchReferencesRequest o) { | 2008 checkSearchReferencesRequest(api.SearchReferencesRequest o) { |
| 2007 buildCounterSearchReferencesRequest++; | 2009 buildCounterSearchReferencesRequest++; |
| 2008 if (buildCounterSearchReferencesRequest < 3) { | 2010 if (buildCounterSearchReferencesRequest < 3) { |
| 2009 checkUnnamed1345(o.accessions); | 2011 checkUnnamed1244(o.accessions); |
| 2010 checkUnnamed1346(o.md5checksums); | 2012 checkUnnamed1245(o.md5checksums); |
| 2011 unittest.expect(o.pageSize, unittest.equals(42)); | 2013 unittest.expect(o.pageSize, unittest.equals(42)); |
| 2012 unittest.expect(o.pageToken, unittest.equals('foo')); | 2014 unittest.expect(o.pageToken, unittest.equals('foo')); |
| 2013 unittest.expect(o.referenceSetId, unittest.equals('foo')); | 2015 unittest.expect(o.referenceSetId, unittest.equals('foo')); |
| 2014 } | 2016 } |
| 2015 buildCounterSearchReferencesRequest--; | 2017 buildCounterSearchReferencesRequest--; |
| 2016 } | 2018 } |
| 2017 | 2019 |
| 2018 buildUnnamed1347() { | 2020 buildUnnamed1246() { |
| 2019 var o = new core.List<api.Reference>(); | 2021 var o = new core.List<api.Reference>(); |
| 2020 o.add(buildReference()); | 2022 o.add(buildReference()); |
| 2021 o.add(buildReference()); | 2023 o.add(buildReference()); |
| 2022 return o; | 2024 return o; |
| 2023 } | 2025 } |
| 2024 | 2026 |
| 2025 checkUnnamed1347(core.List<api.Reference> o) { | 2027 checkUnnamed1246(core.List<api.Reference> o) { |
| 2026 unittest.expect(o, unittest.hasLength(2)); | 2028 unittest.expect(o, unittest.hasLength(2)); |
| 2027 checkReference(o[0]); | 2029 checkReference(o[0]); |
| 2028 checkReference(o[1]); | 2030 checkReference(o[1]); |
| 2029 } | 2031 } |
| 2030 | 2032 |
| 2031 core.int buildCounterSearchReferencesResponse = 0; | 2033 core.int buildCounterSearchReferencesResponse = 0; |
| 2032 buildSearchReferencesResponse() { | 2034 buildSearchReferencesResponse() { |
| 2033 var o = new api.SearchReferencesResponse(); | 2035 var o = new api.SearchReferencesResponse(); |
| 2034 buildCounterSearchReferencesResponse++; | 2036 buildCounterSearchReferencesResponse++; |
| 2035 if (buildCounterSearchReferencesResponse < 3) { | 2037 if (buildCounterSearchReferencesResponse < 3) { |
| 2036 o.nextPageToken = "foo"; | 2038 o.nextPageToken = "foo"; |
| 2037 o.references = buildUnnamed1347(); | 2039 o.references = buildUnnamed1246(); |
| 2038 } | 2040 } |
| 2039 buildCounterSearchReferencesResponse--; | 2041 buildCounterSearchReferencesResponse--; |
| 2040 return o; | 2042 return o; |
| 2041 } | 2043 } |
| 2042 | 2044 |
| 2043 checkSearchReferencesResponse(api.SearchReferencesResponse o) { | 2045 checkSearchReferencesResponse(api.SearchReferencesResponse o) { |
| 2044 buildCounterSearchReferencesResponse++; | 2046 buildCounterSearchReferencesResponse++; |
| 2045 if (buildCounterSearchReferencesResponse < 3) { | 2047 if (buildCounterSearchReferencesResponse < 3) { |
| 2046 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 2048 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
| 2047 checkUnnamed1347(o.references); | 2049 checkUnnamed1246(o.references); |
| 2048 } | 2050 } |
| 2049 buildCounterSearchReferencesResponse--; | 2051 buildCounterSearchReferencesResponse--; |
| 2050 } | 2052 } |
| 2051 | 2053 |
| 2052 buildUnnamed1348() { | 2054 buildUnnamed1247() { |
| 2053 var o = new core.List<core.String>(); | 2055 var o = new core.List<core.String>(); |
| 2054 o.add("foo"); | 2056 o.add("foo"); |
| 2055 o.add("foo"); | 2057 o.add("foo"); |
| 2056 return o; | 2058 return o; |
| 2057 } | 2059 } |
| 2058 | 2060 |
| 2059 checkUnnamed1348(core.List<core.String> o) { | 2061 checkUnnamed1247(core.List<core.String> o) { |
| 2060 unittest.expect(o, unittest.hasLength(2)); | 2062 unittest.expect(o, unittest.hasLength(2)); |
| 2061 unittest.expect(o[0], unittest.equals('foo')); | 2063 unittest.expect(o[0], unittest.equals('foo')); |
| 2062 unittest.expect(o[1], unittest.equals('foo')); | 2064 unittest.expect(o[1], unittest.equals('foo')); |
| 2063 } | 2065 } |
| 2064 | 2066 |
| 2065 core.int buildCounterSearchVariantSetsRequest = 0; | 2067 core.int buildCounterSearchVariantSetsRequest = 0; |
| 2066 buildSearchVariantSetsRequest() { | 2068 buildSearchVariantSetsRequest() { |
| 2067 var o = new api.SearchVariantSetsRequest(); | 2069 var o = new api.SearchVariantSetsRequest(); |
| 2068 buildCounterSearchVariantSetsRequest++; | 2070 buildCounterSearchVariantSetsRequest++; |
| 2069 if (buildCounterSearchVariantSetsRequest < 3) { | 2071 if (buildCounterSearchVariantSetsRequest < 3) { |
| 2070 o.datasetIds = buildUnnamed1348(); | 2072 o.datasetIds = buildUnnamed1247(); |
| 2071 o.pageSize = 42; | 2073 o.pageSize = 42; |
| 2072 o.pageToken = "foo"; | 2074 o.pageToken = "foo"; |
| 2073 } | 2075 } |
| 2074 buildCounterSearchVariantSetsRequest--; | 2076 buildCounterSearchVariantSetsRequest--; |
| 2075 return o; | 2077 return o; |
| 2076 } | 2078 } |
| 2077 | 2079 |
| 2078 checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) { | 2080 checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) { |
| 2079 buildCounterSearchVariantSetsRequest++; | 2081 buildCounterSearchVariantSetsRequest++; |
| 2080 if (buildCounterSearchVariantSetsRequest < 3) { | 2082 if (buildCounterSearchVariantSetsRequest < 3) { |
| 2081 checkUnnamed1348(o.datasetIds); | 2083 checkUnnamed1247(o.datasetIds); |
| 2082 unittest.expect(o.pageSize, unittest.equals(42)); | 2084 unittest.expect(o.pageSize, unittest.equals(42)); |
| 2083 unittest.expect(o.pageToken, unittest.equals('foo')); | 2085 unittest.expect(o.pageToken, unittest.equals('foo')); |
| 2084 } | 2086 } |
| 2085 buildCounterSearchVariantSetsRequest--; | 2087 buildCounterSearchVariantSetsRequest--; |
| 2086 } | 2088 } |
| 2087 | 2089 |
| 2088 buildUnnamed1349() { | 2090 buildUnnamed1248() { |
| 2089 var o = new core.List<api.VariantSet>(); | 2091 var o = new core.List<api.VariantSet>(); |
| 2090 o.add(buildVariantSet()); | 2092 o.add(buildVariantSet()); |
| 2091 o.add(buildVariantSet()); | 2093 o.add(buildVariantSet()); |
| 2092 return o; | 2094 return o; |
| 2093 } | 2095 } |
| 2094 | 2096 |
| 2095 checkUnnamed1349(core.List<api.VariantSet> o) { | 2097 checkUnnamed1248(core.List<api.VariantSet> o) { |
| 2096 unittest.expect(o, unittest.hasLength(2)); | 2098 unittest.expect(o, unittest.hasLength(2)); |
| 2097 checkVariantSet(o[0]); | 2099 checkVariantSet(o[0]); |
| 2098 checkVariantSet(o[1]); | 2100 checkVariantSet(o[1]); |
| 2099 } | 2101 } |
| 2100 | 2102 |
| 2101 core.int buildCounterSearchVariantSetsResponse = 0; | 2103 core.int buildCounterSearchVariantSetsResponse = 0; |
| 2102 buildSearchVariantSetsResponse() { | 2104 buildSearchVariantSetsResponse() { |
| 2103 var o = new api.SearchVariantSetsResponse(); | 2105 var o = new api.SearchVariantSetsResponse(); |
| 2104 buildCounterSearchVariantSetsResponse++; | 2106 buildCounterSearchVariantSetsResponse++; |
| 2105 if (buildCounterSearchVariantSetsResponse < 3) { | 2107 if (buildCounterSearchVariantSetsResponse < 3) { |
| 2106 o.nextPageToken = "foo"; | 2108 o.nextPageToken = "foo"; |
| 2107 o.variantSets = buildUnnamed1349(); | 2109 o.variantSets = buildUnnamed1248(); |
| 2108 } | 2110 } |
| 2109 buildCounterSearchVariantSetsResponse--; | 2111 buildCounterSearchVariantSetsResponse--; |
| 2110 return o; | 2112 return o; |
| 2111 } | 2113 } |
| 2112 | 2114 |
| 2113 checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) { | 2115 checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) { |
| 2114 buildCounterSearchVariantSetsResponse++; | 2116 buildCounterSearchVariantSetsResponse++; |
| 2115 if (buildCounterSearchVariantSetsResponse < 3) { | 2117 if (buildCounterSearchVariantSetsResponse < 3) { |
| 2116 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 2118 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
| 2117 checkUnnamed1349(o.variantSets); | 2119 checkUnnamed1248(o.variantSets); |
| 2118 } | 2120 } |
| 2119 buildCounterSearchVariantSetsResponse--; | 2121 buildCounterSearchVariantSetsResponse--; |
| 2120 } | 2122 } |
| 2121 | 2123 |
| 2122 buildUnnamed1350() { | 2124 buildUnnamed1249() { |
| 2123 var o = new core.List<core.String>(); | 2125 var o = new core.List<core.String>(); |
| 2124 o.add("foo"); | 2126 o.add("foo"); |
| 2125 o.add("foo"); | 2127 o.add("foo"); |
| 2126 return o; | 2128 return o; |
| 2127 } | 2129 } |
| 2128 | 2130 |
| 2129 checkUnnamed1350(core.List<core.String> o) { | 2131 checkUnnamed1249(core.List<core.String> o) { |
| 2130 unittest.expect(o, unittest.hasLength(2)); | 2132 unittest.expect(o, unittest.hasLength(2)); |
| 2131 unittest.expect(o[0], unittest.equals('foo')); | 2133 unittest.expect(o[0], unittest.equals('foo')); |
| 2132 unittest.expect(o[1], unittest.equals('foo')); | 2134 unittest.expect(o[1], unittest.equals('foo')); |
| 2133 } | 2135 } |
| 2134 | 2136 |
| 2135 buildUnnamed1351() { | 2137 buildUnnamed1250() { |
| 2136 var o = new core.List<core.String>(); | 2138 var o = new core.List<core.String>(); |
| 2137 o.add("foo"); | 2139 o.add("foo"); |
| 2138 o.add("foo"); | 2140 o.add("foo"); |
| 2139 return o; | 2141 return o; |
| 2140 } | 2142 } |
| 2141 | 2143 |
| 2142 checkUnnamed1351(core.List<core.String> o) { | 2144 checkUnnamed1250(core.List<core.String> o) { |
| 2143 unittest.expect(o, unittest.hasLength(2)); | 2145 unittest.expect(o, unittest.hasLength(2)); |
| 2144 unittest.expect(o[0], unittest.equals('foo')); | 2146 unittest.expect(o[0], unittest.equals('foo')); |
| 2145 unittest.expect(o[1], unittest.equals('foo')); | 2147 unittest.expect(o[1], unittest.equals('foo')); |
| 2146 } | 2148 } |
| 2147 | 2149 |
| 2148 core.int buildCounterSearchVariantsRequest = 0; | 2150 core.int buildCounterSearchVariantsRequest = 0; |
| 2149 buildSearchVariantsRequest() { | 2151 buildSearchVariantsRequest() { |
| 2150 var o = new api.SearchVariantsRequest(); | 2152 var o = new api.SearchVariantsRequest(); |
| 2151 buildCounterSearchVariantsRequest++; | 2153 buildCounterSearchVariantsRequest++; |
| 2152 if (buildCounterSearchVariantsRequest < 3) { | 2154 if (buildCounterSearchVariantsRequest < 3) { |
| 2153 o.callSetIds = buildUnnamed1350(); | 2155 o.callSetIds = buildUnnamed1249(); |
| 2154 o.end = "foo"; | 2156 o.end = "foo"; |
| 2155 o.maxCalls = 42; | 2157 o.maxCalls = 42; |
| 2156 o.pageSize = 42; | 2158 o.pageSize = 42; |
| 2157 o.pageToken = "foo"; | 2159 o.pageToken = "foo"; |
| 2158 o.referenceName = "foo"; | 2160 o.referenceName = "foo"; |
| 2159 o.start = "foo"; | 2161 o.start = "foo"; |
| 2160 o.variantName = "foo"; | 2162 o.variantName = "foo"; |
| 2161 o.variantSetIds = buildUnnamed1351(); | 2163 o.variantSetIds = buildUnnamed1250(); |
| 2162 } | 2164 } |
| 2163 buildCounterSearchVariantsRequest--; | 2165 buildCounterSearchVariantsRequest--; |
| 2164 return o; | 2166 return o; |
| 2165 } | 2167 } |
| 2166 | 2168 |
| 2167 checkSearchVariantsRequest(api.SearchVariantsRequest o) { | 2169 checkSearchVariantsRequest(api.SearchVariantsRequest o) { |
| 2168 buildCounterSearchVariantsRequest++; | 2170 buildCounterSearchVariantsRequest++; |
| 2169 if (buildCounterSearchVariantsRequest < 3) { | 2171 if (buildCounterSearchVariantsRequest < 3) { |
| 2170 checkUnnamed1350(o.callSetIds); | 2172 checkUnnamed1249(o.callSetIds); |
| 2171 unittest.expect(o.end, unittest.equals('foo')); | 2173 unittest.expect(o.end, unittest.equals('foo')); |
| 2172 unittest.expect(o.maxCalls, unittest.equals(42)); | 2174 unittest.expect(o.maxCalls, unittest.equals(42)); |
| 2173 unittest.expect(o.pageSize, unittest.equals(42)); | 2175 unittest.expect(o.pageSize, unittest.equals(42)); |
| 2174 unittest.expect(o.pageToken, unittest.equals('foo')); | 2176 unittest.expect(o.pageToken, unittest.equals('foo')); |
| 2175 unittest.expect(o.referenceName, unittest.equals('foo')); | 2177 unittest.expect(o.referenceName, unittest.equals('foo')); |
| 2176 unittest.expect(o.start, unittest.equals('foo')); | 2178 unittest.expect(o.start, unittest.equals('foo')); |
| 2177 unittest.expect(o.variantName, unittest.equals('foo')); | 2179 unittest.expect(o.variantName, unittest.equals('foo')); |
| 2178 checkUnnamed1351(o.variantSetIds); | 2180 checkUnnamed1250(o.variantSetIds); |
| 2179 } | 2181 } |
| 2180 buildCounterSearchVariantsRequest--; | 2182 buildCounterSearchVariantsRequest--; |
| 2181 } | 2183 } |
| 2182 | 2184 |
| 2183 buildUnnamed1352() { | 2185 buildUnnamed1251() { |
| 2184 var o = new core.List<api.Variant>(); | 2186 var o = new core.List<api.Variant>(); |
| 2185 o.add(buildVariant()); | 2187 o.add(buildVariant()); |
| 2186 o.add(buildVariant()); | 2188 o.add(buildVariant()); |
| 2187 return o; | 2189 return o; |
| 2188 } | 2190 } |
| 2189 | 2191 |
| 2190 checkUnnamed1352(core.List<api.Variant> o) { | 2192 checkUnnamed1251(core.List<api.Variant> o) { |
| 2191 unittest.expect(o, unittest.hasLength(2)); | 2193 unittest.expect(o, unittest.hasLength(2)); |
| 2192 checkVariant(o[0]); | 2194 checkVariant(o[0]); |
| 2193 checkVariant(o[1]); | 2195 checkVariant(o[1]); |
| 2194 } | 2196 } |
| 2195 | 2197 |
| 2196 core.int buildCounterSearchVariantsResponse = 0; | 2198 core.int buildCounterSearchVariantsResponse = 0; |
| 2197 buildSearchVariantsResponse() { | 2199 buildSearchVariantsResponse() { |
| 2198 var o = new api.SearchVariantsResponse(); | 2200 var o = new api.SearchVariantsResponse(); |
| 2199 buildCounterSearchVariantsResponse++; | 2201 buildCounterSearchVariantsResponse++; |
| 2200 if (buildCounterSearchVariantsResponse < 3) { | 2202 if (buildCounterSearchVariantsResponse < 3) { |
| 2201 o.nextPageToken = "foo"; | 2203 o.nextPageToken = "foo"; |
| 2202 o.variants = buildUnnamed1352(); | 2204 o.variants = buildUnnamed1251(); |
| 2203 } | 2205 } |
| 2204 buildCounterSearchVariantsResponse--; | 2206 buildCounterSearchVariantsResponse--; |
| 2205 return o; | 2207 return o; |
| 2206 } | 2208 } |
| 2207 | 2209 |
| 2208 checkSearchVariantsResponse(api.SearchVariantsResponse o) { | 2210 checkSearchVariantsResponse(api.SearchVariantsResponse o) { |
| 2209 buildCounterSearchVariantsResponse++; | 2211 buildCounterSearchVariantsResponse++; |
| 2210 if (buildCounterSearchVariantsResponse < 3) { | 2212 if (buildCounterSearchVariantsResponse < 3) { |
| 2211 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 2213 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
| 2212 checkUnnamed1352(o.variants); | 2214 checkUnnamed1251(o.variants); |
| 2213 } | 2215 } |
| 2214 buildCounterSearchVariantsResponse--; | 2216 buildCounterSearchVariantsResponse--; |
| 2215 } | 2217 } |
| 2216 | 2218 |
| 2217 buildUnnamed1353() { | 2219 buildUnnamed1252() { |
| 2218 var o = new core.List<core.String>(); | 2220 var o = new core.List<core.String>(); |
| 2219 o.add("foo"); | 2221 o.add("foo"); |
| 2220 o.add("foo"); | 2222 o.add("foo"); |
| 2221 return o; | 2223 return o; |
| 2222 } | 2224 } |
| 2223 | 2225 |
| 2224 checkUnnamed1353(core.List<core.String> o) { | 2226 checkUnnamed1252(core.List<core.String> o) { |
| 2225 unittest.expect(o, unittest.hasLength(2)); | 2227 unittest.expect(o, unittest.hasLength(2)); |
| 2226 unittest.expect(o[0], unittest.equals('foo')); | 2228 unittest.expect(o[0], unittest.equals('foo')); |
| 2227 unittest.expect(o[1], unittest.equals('foo')); | 2229 unittest.expect(o[1], unittest.equals('foo')); |
| 2228 } | 2230 } |
| 2229 | 2231 |
| 2230 buildUnnamed1354() { | 2232 buildUnnamed1253() { |
| 2231 var o = new core.List<api.Call>(); | 2233 var o = new core.List<api.Call>(); |
| 2232 o.add(buildCall()); | 2234 o.add(buildCall()); |
| 2233 o.add(buildCall()); | 2235 o.add(buildCall()); |
| 2234 return o; | 2236 return o; |
| 2235 } | 2237 } |
| 2236 | 2238 |
| 2237 checkUnnamed1354(core.List<api.Call> o) { | 2239 checkUnnamed1253(core.List<api.Call> o) { |
| 2238 unittest.expect(o, unittest.hasLength(2)); | 2240 unittest.expect(o, unittest.hasLength(2)); |
| 2239 checkCall(o[0]); | 2241 checkCall(o[0]); |
| 2240 checkCall(o[1]); | 2242 checkCall(o[1]); |
| 2241 } | 2243 } |
| 2242 | 2244 |
| 2243 buildUnnamed1355() { | 2245 buildUnnamed1254() { |
| 2244 var o = new core.List<core.String>(); | 2246 var o = new core.List<core.String>(); |
| 2245 o.add("foo"); | 2247 o.add("foo"); |
| 2246 o.add("foo"); | 2248 o.add("foo"); |
| 2247 return o; | 2249 return o; |
| 2248 } | 2250 } |
| 2249 | 2251 |
| 2250 checkUnnamed1355(core.List<core.String> o) { | 2252 checkUnnamed1254(core.List<core.String> o) { |
| 2251 unittest.expect(o, unittest.hasLength(2)); | 2253 unittest.expect(o, unittest.hasLength(2)); |
| 2252 unittest.expect(o[0], unittest.equals('foo')); | 2254 unittest.expect(o[0], unittest.equals('foo')); |
| 2253 unittest.expect(o[1], unittest.equals('foo')); | 2255 unittest.expect(o[1], unittest.equals('foo')); |
| 2254 } | 2256 } |
| 2255 | 2257 |
| 2256 buildUnnamed1356() { | 2258 buildUnnamed1255() { |
| 2257 var o = new core.List<core.String>(); | 2259 var o = new core.List<core.String>(); |
| 2258 o.add("foo"); | 2260 o.add("foo"); |
| 2259 o.add("foo"); | 2261 o.add("foo"); |
| 2260 return o; | 2262 return o; |
| 2261 } | 2263 } |
| 2262 | 2264 |
| 2263 checkUnnamed1356(core.List<core.String> o) { | 2265 checkUnnamed1255(core.List<core.String> o) { |
| 2264 unittest.expect(o, unittest.hasLength(2)); | 2266 unittest.expect(o, unittest.hasLength(2)); |
| 2265 unittest.expect(o[0], unittest.equals('foo')); | 2267 unittest.expect(o[0], unittest.equals('foo')); |
| 2266 unittest.expect(o[1], unittest.equals('foo')); | 2268 unittest.expect(o[1], unittest.equals('foo')); |
| 2267 } | 2269 } |
| 2268 | 2270 |
| 2269 buildUnnamed1357() { | 2271 buildUnnamed1256() { |
| 2270 var o = new core.Map<core.String, core.List<core.String>>(); | 2272 var o = new core.Map<core.String, core.List<core.String>>(); |
| 2271 o["x"] = buildUnnamed1356(); | 2273 o["x"] = buildUnnamed1255(); |
| 2272 o["y"] = buildUnnamed1356(); | 2274 o["y"] = buildUnnamed1255(); |
| 2273 return o; | 2275 return o; |
| 2274 } | 2276 } |
| 2275 | 2277 |
| 2276 checkUnnamed1357(core.Map<core.String, core.List<core.String>> o) { | 2278 checkUnnamed1256(core.Map<core.String, core.List<core.String>> o) { |
| 2277 unittest.expect(o, unittest.hasLength(2)); | 2279 unittest.expect(o, unittest.hasLength(2)); |
| 2278 checkUnnamed1356(o["x"]); | 2280 checkUnnamed1255(o["x"]); |
| 2279 checkUnnamed1356(o["y"]); | 2281 checkUnnamed1255(o["y"]); |
| 2280 } | 2282 } |
| 2281 | 2283 |
| 2282 buildUnnamed1358() { | 2284 buildUnnamed1257() { |
| 2283 var o = new core.List<core.String>(); | 2285 var o = new core.List<core.String>(); |
| 2284 o.add("foo"); | 2286 o.add("foo"); |
| 2285 o.add("foo"); | 2287 o.add("foo"); |
| 2286 return o; | 2288 return o; |
| 2287 } | 2289 } |
| 2288 | 2290 |
| 2289 checkUnnamed1358(core.List<core.String> o) { | 2291 checkUnnamed1257(core.List<core.String> o) { |
| 2290 unittest.expect(o, unittest.hasLength(2)); | 2292 unittest.expect(o, unittest.hasLength(2)); |
| 2291 unittest.expect(o[0], unittest.equals('foo')); | 2293 unittest.expect(o[0], unittest.equals('foo')); |
| 2292 unittest.expect(o[1], unittest.equals('foo')); | 2294 unittest.expect(o[1], unittest.equals('foo')); |
| 2293 } | 2295 } |
| 2294 | 2296 |
| 2295 core.int buildCounterVariant = 0; | 2297 core.int buildCounterVariant = 0; |
| 2296 buildVariant() { | 2298 buildVariant() { |
| 2297 var o = new api.Variant(); | 2299 var o = new api.Variant(); |
| 2298 buildCounterVariant++; | 2300 buildCounterVariant++; |
| 2299 if (buildCounterVariant < 3) { | 2301 if (buildCounterVariant < 3) { |
| 2300 o.alternateBases = buildUnnamed1353(); | 2302 o.alternateBases = buildUnnamed1252(); |
| 2301 o.calls = buildUnnamed1354(); | 2303 o.calls = buildUnnamed1253(); |
| 2302 o.created = "foo"; | 2304 o.created = "foo"; |
| 2303 o.end = "foo"; | 2305 o.end = "foo"; |
| 2304 o.filter = buildUnnamed1355(); | 2306 o.filter = buildUnnamed1254(); |
| 2305 o.id = "foo"; | 2307 o.id = "foo"; |
| 2306 o.info = buildUnnamed1357(); | 2308 o.info = buildUnnamed1256(); |
| 2307 o.names = buildUnnamed1358(); | 2309 o.names = buildUnnamed1257(); |
| 2308 o.quality = 42.0; | 2310 o.quality = 42.0; |
| 2309 o.referenceBases = "foo"; | 2311 o.referenceBases = "foo"; |
| 2310 o.referenceName = "foo"; | 2312 o.referenceName = "foo"; |
| 2311 o.start = "foo"; | 2313 o.start = "foo"; |
| 2312 o.variantSetId = "foo"; | 2314 o.variantSetId = "foo"; |
| 2313 } | 2315 } |
| 2314 buildCounterVariant--; | 2316 buildCounterVariant--; |
| 2315 return o; | 2317 return o; |
| 2316 } | 2318 } |
| 2317 | 2319 |
| 2318 checkVariant(api.Variant o) { | 2320 checkVariant(api.Variant o) { |
| 2319 buildCounterVariant++; | 2321 buildCounterVariant++; |
| 2320 if (buildCounterVariant < 3) { | 2322 if (buildCounterVariant < 3) { |
| 2321 checkUnnamed1353(o.alternateBases); | 2323 checkUnnamed1252(o.alternateBases); |
| 2322 checkUnnamed1354(o.calls); | 2324 checkUnnamed1253(o.calls); |
| 2323 unittest.expect(o.created, unittest.equals('foo')); | 2325 unittest.expect(o.created, unittest.equals('foo')); |
| 2324 unittest.expect(o.end, unittest.equals('foo')); | 2326 unittest.expect(o.end, unittest.equals('foo')); |
| 2325 checkUnnamed1355(o.filter); | 2327 checkUnnamed1254(o.filter); |
| 2326 unittest.expect(o.id, unittest.equals('foo')); | 2328 unittest.expect(o.id, unittest.equals('foo')); |
| 2327 checkUnnamed1357(o.info); | 2329 checkUnnamed1256(o.info); |
| 2328 checkUnnamed1358(o.names); | 2330 checkUnnamed1257(o.names); |
| 2329 unittest.expect(o.quality, unittest.equals(42.0)); | 2331 unittest.expect(o.quality, unittest.equals(42.0)); |
| 2330 unittest.expect(o.referenceBases, unittest.equals('foo')); | 2332 unittest.expect(o.referenceBases, unittest.equals('foo')); |
| 2331 unittest.expect(o.referenceName, unittest.equals('foo')); | 2333 unittest.expect(o.referenceName, unittest.equals('foo')); |
| 2332 unittest.expect(o.start, unittest.equals('foo')); | 2334 unittest.expect(o.start, unittest.equals('foo')); |
| 2333 unittest.expect(o.variantSetId, unittest.equals('foo')); | 2335 unittest.expect(o.variantSetId, unittest.equals('foo')); |
| 2334 } | 2336 } |
| 2335 buildCounterVariant--; | 2337 buildCounterVariant--; |
| 2336 } | 2338 } |
| 2337 | 2339 |
| 2338 buildUnnamed1359() { | 2340 buildUnnamed1258() { |
| 2339 var o = new core.List<api.Metadata>(); | 2341 var o = new core.List<api.Metadata>(); |
| 2340 o.add(buildMetadata()); | 2342 o.add(buildMetadata()); |
| 2341 o.add(buildMetadata()); | 2343 o.add(buildMetadata()); |
| 2342 return o; | 2344 return o; |
| 2343 } | 2345 } |
| 2344 | 2346 |
| 2345 checkUnnamed1359(core.List<api.Metadata> o) { | 2347 checkUnnamed1258(core.List<api.Metadata> o) { |
| 2346 unittest.expect(o, unittest.hasLength(2)); | 2348 unittest.expect(o, unittest.hasLength(2)); |
| 2347 checkMetadata(o[0]); | 2349 checkMetadata(o[0]); |
| 2348 checkMetadata(o[1]); | 2350 checkMetadata(o[1]); |
| 2349 } | 2351 } |
| 2350 | 2352 |
| 2351 buildUnnamed1360() { | 2353 buildUnnamed1259() { |
| 2352 var o = new core.List<api.ReferenceBound>(); | 2354 var o = new core.List<api.ReferenceBound>(); |
| 2353 o.add(buildReferenceBound()); | 2355 o.add(buildReferenceBound()); |
| 2354 o.add(buildReferenceBound()); | 2356 o.add(buildReferenceBound()); |
| 2355 return o; | 2357 return o; |
| 2356 } | 2358 } |
| 2357 | 2359 |
| 2358 checkUnnamed1360(core.List<api.ReferenceBound> o) { | 2360 checkUnnamed1259(core.List<api.ReferenceBound> o) { |
| 2359 unittest.expect(o, unittest.hasLength(2)); | 2361 unittest.expect(o, unittest.hasLength(2)); |
| 2360 checkReferenceBound(o[0]); | 2362 checkReferenceBound(o[0]); |
| 2361 checkReferenceBound(o[1]); | 2363 checkReferenceBound(o[1]); |
| 2362 } | 2364 } |
| 2363 | 2365 |
| 2364 core.int buildCounterVariantSet = 0; | 2366 core.int buildCounterVariantSet = 0; |
| 2365 buildVariantSet() { | 2367 buildVariantSet() { |
| 2366 var o = new api.VariantSet(); | 2368 var o = new api.VariantSet(); |
| 2367 buildCounterVariantSet++; | 2369 buildCounterVariantSet++; |
| 2368 if (buildCounterVariantSet < 3) { | 2370 if (buildCounterVariantSet < 3) { |
| 2369 o.datasetId = "foo"; | 2371 o.datasetId = "foo"; |
| 2370 o.id = "foo"; | 2372 o.id = "foo"; |
| 2371 o.metadata = buildUnnamed1359(); | 2373 o.metadata = buildUnnamed1258(); |
| 2372 o.referenceBounds = buildUnnamed1360(); | 2374 o.referenceBounds = buildUnnamed1259(); |
| 2373 } | 2375 } |
| 2374 buildCounterVariantSet--; | 2376 buildCounterVariantSet--; |
| 2375 return o; | 2377 return o; |
| 2376 } | 2378 } |
| 2377 | 2379 |
| 2378 checkVariantSet(api.VariantSet o) { | 2380 checkVariantSet(api.VariantSet o) { |
| 2379 buildCounterVariantSet++; | 2381 buildCounterVariantSet++; |
| 2380 if (buildCounterVariantSet < 3) { | 2382 if (buildCounterVariantSet < 3) { |
| 2381 unittest.expect(o.datasetId, unittest.equals('foo')); | 2383 unittest.expect(o.datasetId, unittest.equals('foo')); |
| 2382 unittest.expect(o.id, unittest.equals('foo')); | 2384 unittest.expect(o.id, unittest.equals('foo')); |
| 2383 checkUnnamed1359(o.metadata); | 2385 checkUnnamed1258(o.metadata); |
| 2384 checkUnnamed1360(o.referenceBounds); | 2386 checkUnnamed1259(o.referenceBounds); |
| 2385 } | 2387 } |
| 2386 buildCounterVariantSet--; | 2388 buildCounterVariantSet--; |
| 2387 } | 2389 } |
| 2388 | 2390 |
| 2389 | 2391 |
| 2390 main() { | 2392 main() { |
| 2391 unittest.group("obj-schema-AlignReadGroupSetsRequest", () { | 2393 unittest.group("obj-schema-AlignReadGroupSetsRequest", () { |
| 2392 unittest.test("to-json--from-json", () { | 2394 unittest.test("to-json--from-json", () { |
| 2393 var o = buildAlignReadGroupSetsRequest(); | 2395 var o = buildAlignReadGroupSetsRequest(); |
| 2394 var od = new api.AlignReadGroupSetsRequest.fromJson(o.toJson()); | 2396 var od = new api.AlignReadGroupSetsRequest.fromJson(o.toJson()); |
| (...skipping 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5291 res.update(arg_request, arg_variantSetId).then(unittest.expectAsync(((api.
VariantSet response) { | 5293 res.update(arg_request, arg_variantSetId).then(unittest.expectAsync(((api.
VariantSet response) { |
| 5292 checkVariantSet(response); | 5294 checkVariantSet(response); |
| 5293 }))); | 5295 }))); |
| 5294 }); | 5296 }); |
| 5295 | 5297 |
| 5296 }); | 5298 }); |
| 5297 | 5299 |
| 5298 | 5300 |
| 5299 } | 5301 } |
| 5300 | 5302 |
| OLD | NEW |