| Index: generated/googleapis_beta/test/datastore/v1beta2_test.dart
|
| diff --git a/generated/googleapis_beta/test/datastore/v1beta2_test.dart b/generated/googleapis_beta/test/datastore/v1beta2_test.dart
|
| index 78e80f8b75512c133fad1cbd874bfc75871dbd2f..2024a840a42b09d75fbce06360d94ebffffce222 100644
|
| --- a/generated/googleapis_beta/test/datastore/v1beta2_test.dart
|
| +++ b/generated/googleapis_beta/test/datastore/v1beta2_test.dart
|
| @@ -16,14 +16,14 @@ import 'package:googleapis_beta/datastore/v1beta2.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed1279() {
|
| +buildUnnamed1183() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1279(core.List<api.Key> o) {
|
| +checkUnnamed1183(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| @@ -34,7 +34,7 @@ buildAllocateIdsRequest() {
|
| var o = new api.AllocateIdsRequest();
|
| buildCounterAllocateIdsRequest++;
|
| if (buildCounterAllocateIdsRequest < 3) {
|
| - o.keys = buildUnnamed1279();
|
| + o.keys = buildUnnamed1183();
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| return o;
|
| @@ -43,19 +43,19 @@ buildAllocateIdsRequest() {
|
| checkAllocateIdsRequest(api.AllocateIdsRequest o) {
|
| buildCounterAllocateIdsRequest++;
|
| if (buildCounterAllocateIdsRequest < 3) {
|
| - checkUnnamed1279(o.keys);
|
| + checkUnnamed1183(o.keys);
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| }
|
|
|
| -buildUnnamed1280() {
|
| +buildUnnamed1184() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1280(core.List<api.Key> o) {
|
| +checkUnnamed1184(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| @@ -67,7 +67,7 @@ buildAllocateIdsResponse() {
|
| buildCounterAllocateIdsResponse++;
|
| if (buildCounterAllocateIdsResponse < 3) {
|
| o.header = buildResponseHeader();
|
| - o.keys = buildUnnamed1280();
|
| + o.keys = buildUnnamed1184();
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| return o;
|
| @@ -77,7 +77,7 @@ checkAllocateIdsResponse(api.AllocateIdsResponse o) {
|
| buildCounterAllocateIdsResponse++;
|
| if (buildCounterAllocateIdsResponse < 3) {
|
| checkResponseHeader(o.header);
|
| - checkUnnamed1280(o.keys);
|
| + checkUnnamed1184(o.keys);
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| }
|
| @@ -168,14 +168,14 @@ checkCommitResponse(api.CommitResponse o) {
|
| buildCounterCommitResponse--;
|
| }
|
|
|
| -buildUnnamed1281() {
|
| +buildUnnamed1185() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1281(core.List<api.Filter> o) {
|
| +checkUnnamed1185(core.List<api.Filter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilter(o[0]);
|
| checkFilter(o[1]);
|
| @@ -186,7 +186,7 @@ buildCompositeFilter() {
|
| var o = new api.CompositeFilter();
|
| buildCounterCompositeFilter++;
|
| if (buildCounterCompositeFilter < 3) {
|
| - o.filters = buildUnnamed1281();
|
| + o.filters = buildUnnamed1185();
|
| o.operator = "foo";
|
| }
|
| buildCounterCompositeFilter--;
|
| @@ -196,20 +196,20 @@ buildCompositeFilter() {
|
| checkCompositeFilter(api.CompositeFilter o) {
|
| buildCounterCompositeFilter++;
|
| if (buildCounterCompositeFilter < 3) {
|
| - checkUnnamed1281(o.filters);
|
| + checkUnnamed1185(o.filters);
|
| unittest.expect(o.operator, unittest.equals('foo'));
|
| }
|
| buildCounterCompositeFilter--;
|
| }
|
|
|
| -buildUnnamed1282() {
|
| +buildUnnamed1186() {
|
| var o = new core.Map<core.String, api.Property>();
|
| o["x"] = buildProperty();
|
| o["y"] = buildProperty();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1282(core.Map<core.String, api.Property> o) {
|
| +checkUnnamed1186(core.Map<core.String, api.Property> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProperty(o["x"]);
|
| checkProperty(o["y"]);
|
| @@ -221,7 +221,7 @@ buildEntity() {
|
| buildCounterEntity++;
|
| if (buildCounterEntity < 3) {
|
| o.key = buildKey();
|
| - o.properties = buildUnnamed1282();
|
| + o.properties = buildUnnamed1186();
|
| }
|
| buildCounterEntity--;
|
| return o;
|
| @@ -231,7 +231,7 @@ checkEntity(api.Entity o) {
|
| buildCounterEntity++;
|
| if (buildCounterEntity < 3) {
|
| checkKey(o.key);
|
| - checkUnnamed1282(o.properties);
|
| + checkUnnamed1186(o.properties);
|
| }
|
| buildCounterEntity--;
|
| }
|
| @@ -276,27 +276,27 @@ checkFilter(api.Filter o) {
|
| buildCounterFilter--;
|
| }
|
|
|
| -buildUnnamed1283() {
|
| +buildUnnamed1187() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1283(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed1187(core.List<api.GqlQueryArg> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGqlQueryArg(o[0]);
|
| checkGqlQueryArg(o[1]);
|
| }
|
|
|
| -buildUnnamed1284() {
|
| +buildUnnamed1188() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1284(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed1188(core.List<api.GqlQueryArg> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGqlQueryArg(o[0]);
|
| checkGqlQueryArg(o[1]);
|
| @@ -308,8 +308,8 @@ buildGqlQuery() {
|
| buildCounterGqlQuery++;
|
| if (buildCounterGqlQuery < 3) {
|
| o.allowLiteral = true;
|
| - o.nameArgs = buildUnnamed1283();
|
| - o.numberArgs = buildUnnamed1284();
|
| + o.nameArgs = buildUnnamed1187();
|
| + o.numberArgs = buildUnnamed1188();
|
| o.queryString = "foo";
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -320,8 +320,8 @@ checkGqlQuery(api.GqlQuery o) {
|
| buildCounterGqlQuery++;
|
| if (buildCounterGqlQuery < 3) {
|
| unittest.expect(o.allowLiteral, unittest.isTrue);
|
| - checkUnnamed1283(o.nameArgs);
|
| - checkUnnamed1284(o.numberArgs);
|
| + checkUnnamed1187(o.nameArgs);
|
| + checkUnnamed1188(o.numberArgs);
|
| unittest.expect(o.queryString, unittest.equals('foo'));
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -350,14 +350,14 @@ checkGqlQueryArg(api.GqlQueryArg o) {
|
| buildCounterGqlQueryArg--;
|
| }
|
|
|
| -buildUnnamed1285() {
|
| +buildUnnamed1189() {
|
| var o = new core.List<api.KeyPathElement>();
|
| o.add(buildKeyPathElement());
|
| o.add(buildKeyPathElement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1285(core.List<api.KeyPathElement> o) {
|
| +checkUnnamed1189(core.List<api.KeyPathElement> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKeyPathElement(o[0]);
|
| checkKeyPathElement(o[1]);
|
| @@ -369,7 +369,7 @@ buildKey() {
|
| buildCounterKey++;
|
| if (buildCounterKey < 3) {
|
| o.partitionId = buildPartitionId();
|
| - o.path = buildUnnamed1285();
|
| + o.path = buildUnnamed1189();
|
| }
|
| buildCounterKey--;
|
| return o;
|
| @@ -379,7 +379,7 @@ checkKey(api.Key o) {
|
| buildCounterKey++;
|
| if (buildCounterKey < 3) {
|
| checkPartitionId(o.partitionId);
|
| - checkUnnamed1285(o.path);
|
| + checkUnnamed1189(o.path);
|
| }
|
| buildCounterKey--;
|
| }
|
| @@ -426,14 +426,14 @@ checkKindExpression(api.KindExpression o) {
|
| buildCounterKindExpression--;
|
| }
|
|
|
| -buildUnnamed1286() {
|
| +buildUnnamed1190() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1286(core.List<api.Key> o) {
|
| +checkUnnamed1190(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| @@ -444,7 +444,7 @@ buildLookupRequest() {
|
| var o = new api.LookupRequest();
|
| buildCounterLookupRequest++;
|
| if (buildCounterLookupRequest < 3) {
|
| - o.keys = buildUnnamed1286();
|
| + o.keys = buildUnnamed1190();
|
| o.readOptions = buildReadOptions();
|
| }
|
| buildCounterLookupRequest--;
|
| @@ -454,46 +454,46 @@ buildLookupRequest() {
|
| checkLookupRequest(api.LookupRequest o) {
|
| buildCounterLookupRequest++;
|
| if (buildCounterLookupRequest < 3) {
|
| - checkUnnamed1286(o.keys);
|
| + checkUnnamed1190(o.keys);
|
| checkReadOptions(o.readOptions);
|
| }
|
| buildCounterLookupRequest--;
|
| }
|
|
|
| -buildUnnamed1287() {
|
| +buildUnnamed1191() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1287(core.List<api.Key> o) {
|
| +checkUnnamed1191(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed1288() {
|
| +buildUnnamed1192() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1288(core.List<api.EntityResult> o) {
|
| +checkUnnamed1192(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| }
|
|
|
| -buildUnnamed1289() {
|
| +buildUnnamed1193() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1289(core.List<api.EntityResult> o) {
|
| +checkUnnamed1193(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| @@ -504,10 +504,10 @@ buildLookupResponse() {
|
| var o = new api.LookupResponse();
|
| buildCounterLookupResponse++;
|
| if (buildCounterLookupResponse < 3) {
|
| - o.deferred = buildUnnamed1287();
|
| - o.found = buildUnnamed1288();
|
| + o.deferred = buildUnnamed1191();
|
| + o.found = buildUnnamed1192();
|
| o.header = buildResponseHeader();
|
| - o.missing = buildUnnamed1289();
|
| + o.missing = buildUnnamed1193();
|
| }
|
| buildCounterLookupResponse--;
|
| return o;
|
| @@ -516,74 +516,74 @@ buildLookupResponse() {
|
| checkLookupResponse(api.LookupResponse o) {
|
| buildCounterLookupResponse++;
|
| if (buildCounterLookupResponse < 3) {
|
| - checkUnnamed1287(o.deferred);
|
| - checkUnnamed1288(o.found);
|
| + checkUnnamed1191(o.deferred);
|
| + checkUnnamed1192(o.found);
|
| checkResponseHeader(o.header);
|
| - checkUnnamed1289(o.missing);
|
| + checkUnnamed1193(o.missing);
|
| }
|
| buildCounterLookupResponse--;
|
| }
|
|
|
| -buildUnnamed1290() {
|
| +buildUnnamed1194() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1290(core.List<api.Key> o) {
|
| +checkUnnamed1194(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed1291() {
|
| +buildUnnamed1195() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1291(core.List<api.Entity> o) {
|
| +checkUnnamed1195(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed1292() {
|
| +buildUnnamed1196() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1292(core.List<api.Entity> o) {
|
| +checkUnnamed1196(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed1293() {
|
| +buildUnnamed1197() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1293(core.List<api.Entity> o) {
|
| +checkUnnamed1197(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed1294() {
|
| +buildUnnamed1198() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1294(core.List<api.Entity> o) {
|
| +checkUnnamed1198(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| @@ -594,12 +594,12 @@ buildMutation() {
|
| var o = new api.Mutation();
|
| buildCounterMutation++;
|
| if (buildCounterMutation < 3) {
|
| - o.delete = buildUnnamed1290();
|
| + o.delete = buildUnnamed1194();
|
| o.force = true;
|
| - o.insert = buildUnnamed1291();
|
| - o.insertAutoId = buildUnnamed1292();
|
| - o.update = buildUnnamed1293();
|
| - o.upsert = buildUnnamed1294();
|
| + o.insert = buildUnnamed1195();
|
| + o.insertAutoId = buildUnnamed1196();
|
| + o.update = buildUnnamed1197();
|
| + o.upsert = buildUnnamed1198();
|
| }
|
| buildCounterMutation--;
|
| return o;
|
| @@ -608,24 +608,24 @@ buildMutation() {
|
| checkMutation(api.Mutation o) {
|
| buildCounterMutation++;
|
| if (buildCounterMutation < 3) {
|
| - checkUnnamed1290(o.delete);
|
| + checkUnnamed1194(o.delete);
|
| unittest.expect(o.force, unittest.isTrue);
|
| - checkUnnamed1291(o.insert);
|
| - checkUnnamed1292(o.insertAutoId);
|
| - checkUnnamed1293(o.update);
|
| - checkUnnamed1294(o.upsert);
|
| + checkUnnamed1195(o.insert);
|
| + checkUnnamed1196(o.insertAutoId);
|
| + checkUnnamed1197(o.update);
|
| + checkUnnamed1198(o.upsert);
|
| }
|
| buildCounterMutation--;
|
| }
|
|
|
| -buildUnnamed1295() {
|
| +buildUnnamed1199() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1295(core.List<api.Key> o) {
|
| +checkUnnamed1199(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| @@ -637,7 +637,7 @@ buildMutationResult() {
|
| buildCounterMutationResult++;
|
| if (buildCounterMutationResult < 3) {
|
| o.indexUpdates = 42;
|
| - o.insertAutoIdKeys = buildUnnamed1295();
|
| + o.insertAutoIdKeys = buildUnnamed1199();
|
| }
|
| buildCounterMutationResult--;
|
| return o;
|
| @@ -647,7 +647,7 @@ checkMutationResult(api.MutationResult o) {
|
| buildCounterMutationResult++;
|
| if (buildCounterMutationResult < 3) {
|
| unittest.expect(o.indexUpdates, unittest.equals(42));
|
| - checkUnnamed1295(o.insertAutoIdKeys);
|
| + checkUnnamed1199(o.insertAutoIdKeys);
|
| }
|
| buildCounterMutationResult--;
|
| }
|
| @@ -673,14 +673,14 @@ checkPartitionId(api.PartitionId o) {
|
| buildCounterPartitionId--;
|
| }
|
|
|
| -buildUnnamed1296() {
|
| +buildUnnamed1200() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1296(core.List<api.Value> o) {
|
| +checkUnnamed1200(core.List<api.Value> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkValue(o[0]);
|
| checkValue(o[1]);
|
| @@ -700,7 +700,7 @@ buildProperty() {
|
| o.indexed = true;
|
| o.integerValue = "foo";
|
| o.keyValue = buildKey();
|
| - o.listValue = buildUnnamed1296();
|
| + o.listValue = buildUnnamed1200();
|
| o.meaning = 42;
|
| o.stringValue = "foo";
|
| }
|
| @@ -720,7 +720,7 @@ checkProperty(api.Property o) {
|
| unittest.expect(o.indexed, unittest.isTrue);
|
| unittest.expect(o.integerValue, unittest.equals('foo'));
|
| checkKey(o.keyValue);
|
| - checkUnnamed1296(o.listValue);
|
| + checkUnnamed1200(o.listValue);
|
| unittest.expect(o.meaning, unittest.equals(42));
|
| unittest.expect(o.stringValue, unittest.equals('foo'));
|
| }
|
| @@ -811,53 +811,53 @@ checkPropertyReference(api.PropertyReference o) {
|
| buildCounterPropertyReference--;
|
| }
|
|
|
| -buildUnnamed1297() {
|
| +buildUnnamed1201() {
|
| var o = new core.List<api.PropertyReference>();
|
| o.add(buildPropertyReference());
|
| o.add(buildPropertyReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1297(core.List<api.PropertyReference> o) {
|
| +checkUnnamed1201(core.List<api.PropertyReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyReference(o[0]);
|
| checkPropertyReference(o[1]);
|
| }
|
|
|
| -buildUnnamed1298() {
|
| +buildUnnamed1202() {
|
| var o = new core.List<api.KindExpression>();
|
| o.add(buildKindExpression());
|
| o.add(buildKindExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1298(core.List<api.KindExpression> o) {
|
| +checkUnnamed1202(core.List<api.KindExpression> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKindExpression(o[0]);
|
| checkKindExpression(o[1]);
|
| }
|
|
|
| -buildUnnamed1299() {
|
| +buildUnnamed1203() {
|
| var o = new core.List<api.PropertyOrder>();
|
| o.add(buildPropertyOrder());
|
| o.add(buildPropertyOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1299(core.List<api.PropertyOrder> o) {
|
| +checkUnnamed1203(core.List<api.PropertyOrder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyOrder(o[0]);
|
| checkPropertyOrder(o[1]);
|
| }
|
|
|
| -buildUnnamed1300() {
|
| +buildUnnamed1204() {
|
| var o = new core.List<api.PropertyExpression>();
|
| o.add(buildPropertyExpression());
|
| o.add(buildPropertyExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1300(core.List<api.PropertyExpression> o) {
|
| +checkUnnamed1204(core.List<api.PropertyExpression> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyExpression(o[0]);
|
| checkPropertyExpression(o[1]);
|
| @@ -870,12 +870,12 @@ buildQuery() {
|
| if (buildCounterQuery < 3) {
|
| o.endCursor = "foo";
|
| o.filter = buildFilter();
|
| - o.groupBy = buildUnnamed1297();
|
| - o.kinds = buildUnnamed1298();
|
| + o.groupBy = buildUnnamed1201();
|
| + o.kinds = buildUnnamed1202();
|
| o.limit = 42;
|
| o.offset = 42;
|
| - o.order = buildUnnamed1299();
|
| - o.projection = buildUnnamed1300();
|
| + o.order = buildUnnamed1203();
|
| + o.projection = buildUnnamed1204();
|
| o.startCursor = "foo";
|
| }
|
| buildCounterQuery--;
|
| @@ -887,25 +887,25 @@ checkQuery(api.Query o) {
|
| if (buildCounterQuery < 3) {
|
| unittest.expect(o.endCursor, unittest.equals('foo'));
|
| checkFilter(o.filter);
|
| - checkUnnamed1297(o.groupBy);
|
| - checkUnnamed1298(o.kinds);
|
| + checkUnnamed1201(o.groupBy);
|
| + checkUnnamed1202(o.kinds);
|
| unittest.expect(o.limit, unittest.equals(42));
|
| unittest.expect(o.offset, unittest.equals(42));
|
| - checkUnnamed1299(o.order);
|
| - checkUnnamed1300(o.projection);
|
| + checkUnnamed1203(o.order);
|
| + checkUnnamed1204(o.projection);
|
| unittest.expect(o.startCursor, unittest.equals('foo'));
|
| }
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed1301() {
|
| +buildUnnamed1205() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1301(core.List<api.EntityResult> o) {
|
| +checkUnnamed1205(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| @@ -918,7 +918,7 @@ buildQueryResultBatch() {
|
| if (buildCounterQueryResultBatch < 3) {
|
| o.endCursor = "foo";
|
| o.entityResultType = "foo";
|
| - o.entityResults = buildUnnamed1301();
|
| + o.entityResults = buildUnnamed1205();
|
| o.moreResults = "foo";
|
| o.skippedResults = 42;
|
| }
|
| @@ -931,7 +931,7 @@ checkQueryResultBatch(api.QueryResultBatch o) {
|
| if (buildCounterQueryResultBatch < 3) {
|
| unittest.expect(o.endCursor, unittest.equals('foo'));
|
| unittest.expect(o.entityResultType, unittest.equals('foo'));
|
| - checkUnnamed1301(o.entityResults);
|
| + checkUnnamed1205(o.entityResults);
|
| unittest.expect(o.moreResults, unittest.equals('foo'));
|
| unittest.expect(o.skippedResults, unittest.equals(42));
|
| }
|
| @@ -1062,14 +1062,14 @@ checkRunQueryResponse(api.RunQueryResponse o) {
|
| buildCounterRunQueryResponse--;
|
| }
|
|
|
| -buildUnnamed1302() {
|
| +buildUnnamed1206() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1302(core.List<api.Value> o) {
|
| +checkUnnamed1206(core.List<api.Value> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkValue(o[0]);
|
| checkValue(o[1]);
|
| @@ -1089,7 +1089,7 @@ buildValue() {
|
| o.indexed = true;
|
| o.integerValue = "foo";
|
| o.keyValue = buildKey();
|
| - o.listValue = buildUnnamed1302();
|
| + o.listValue = buildUnnamed1206();
|
| o.meaning = 42;
|
| o.stringValue = "foo";
|
| }
|
| @@ -1109,7 +1109,7 @@ checkValue(api.Value o) {
|
| unittest.expect(o.indexed, unittest.isTrue);
|
| unittest.expect(o.integerValue, unittest.equals('foo'));
|
| checkKey(o.keyValue);
|
| - checkUnnamed1302(o.listValue);
|
| + checkUnnamed1206(o.listValue);
|
| unittest.expect(o.meaning, unittest.equals(42));
|
| unittest.expect(o.stringValue, unittest.equals('foo'));
|
| }
|
|
|