| 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 9445332adb2d739b6f86bc76753e29ff8c325703..9734ec2542419bd02d2ff6d1334da4dade4faaea 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;
|
|
|
|
|
|
|
| -buildUnnamed1207() {
|
| +buildUnnamed1433() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1207(core.List<api.Key> o) {
|
| +checkUnnamed1433(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 = buildUnnamed1207();
|
| + o.keys = buildUnnamed1433();
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| return o;
|
| @@ -43,19 +43,19 @@ buildAllocateIdsRequest() {
|
| checkAllocateIdsRequest(api.AllocateIdsRequest o) {
|
| buildCounterAllocateIdsRequest++;
|
| if (buildCounterAllocateIdsRequest < 3) {
|
| - checkUnnamed1207(o.keys);
|
| + checkUnnamed1433(o.keys);
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| }
|
|
|
| -buildUnnamed1208() {
|
| +buildUnnamed1434() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1208(core.List<api.Key> o) {
|
| +checkUnnamed1434(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 = buildUnnamed1208();
|
| + o.keys = buildUnnamed1434();
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| return o;
|
| @@ -77,7 +77,7 @@ checkAllocateIdsResponse(api.AllocateIdsResponse o) {
|
| buildCounterAllocateIdsResponse++;
|
| if (buildCounterAllocateIdsResponse < 3) {
|
| checkResponseHeader(o.header);
|
| - checkUnnamed1208(o.keys);
|
| + checkUnnamed1434(o.keys);
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| }
|
| @@ -168,14 +168,14 @@ checkCommitResponse(api.CommitResponse o) {
|
| buildCounterCommitResponse--;
|
| }
|
|
|
| -buildUnnamed1209() {
|
| +buildUnnamed1435() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1209(core.List<api.Filter> o) {
|
| +checkUnnamed1435(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 = buildUnnamed1209();
|
| + o.filters = buildUnnamed1435();
|
| o.operator = "foo";
|
| }
|
| buildCounterCompositeFilter--;
|
| @@ -196,20 +196,20 @@ buildCompositeFilter() {
|
| checkCompositeFilter(api.CompositeFilter o) {
|
| buildCounterCompositeFilter++;
|
| if (buildCounterCompositeFilter < 3) {
|
| - checkUnnamed1209(o.filters);
|
| + checkUnnamed1435(o.filters);
|
| unittest.expect(o.operator, unittest.equals('foo'));
|
| }
|
| buildCounterCompositeFilter--;
|
| }
|
|
|
| -buildUnnamed1210() {
|
| +buildUnnamed1436() {
|
| var o = new core.Map<core.String, api.Property>();
|
| o["x"] = buildProperty();
|
| o["y"] = buildProperty();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1210(core.Map<core.String, api.Property> o) {
|
| +checkUnnamed1436(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 = buildUnnamed1210();
|
| + o.properties = buildUnnamed1436();
|
| }
|
| buildCounterEntity--;
|
| return o;
|
| @@ -231,7 +231,7 @@ checkEntity(api.Entity o) {
|
| buildCounterEntity++;
|
| if (buildCounterEntity < 3) {
|
| checkKey(o.key);
|
| - checkUnnamed1210(o.properties);
|
| + checkUnnamed1436(o.properties);
|
| }
|
| buildCounterEntity--;
|
| }
|
| @@ -276,27 +276,27 @@ checkFilter(api.Filter o) {
|
| buildCounterFilter--;
|
| }
|
|
|
| -buildUnnamed1211() {
|
| +buildUnnamed1437() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1211(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed1437(core.List<api.GqlQueryArg> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGqlQueryArg(o[0]);
|
| checkGqlQueryArg(o[1]);
|
| }
|
|
|
| -buildUnnamed1212() {
|
| +buildUnnamed1438() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1212(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed1438(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 = buildUnnamed1211();
|
| - o.numberArgs = buildUnnamed1212();
|
| + o.nameArgs = buildUnnamed1437();
|
| + o.numberArgs = buildUnnamed1438();
|
| o.queryString = "foo";
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -320,8 +320,8 @@ checkGqlQuery(api.GqlQuery o) {
|
| buildCounterGqlQuery++;
|
| if (buildCounterGqlQuery < 3) {
|
| unittest.expect(o.allowLiteral, unittest.isTrue);
|
| - checkUnnamed1211(o.nameArgs);
|
| - checkUnnamed1212(o.numberArgs);
|
| + checkUnnamed1437(o.nameArgs);
|
| + checkUnnamed1438(o.numberArgs);
|
| unittest.expect(o.queryString, unittest.equals('foo'));
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -350,14 +350,14 @@ checkGqlQueryArg(api.GqlQueryArg o) {
|
| buildCounterGqlQueryArg--;
|
| }
|
|
|
| -buildUnnamed1213() {
|
| +buildUnnamed1439() {
|
| var o = new core.List<api.KeyPathElement>();
|
| o.add(buildKeyPathElement());
|
| o.add(buildKeyPathElement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1213(core.List<api.KeyPathElement> o) {
|
| +checkUnnamed1439(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 = buildUnnamed1213();
|
| + o.path = buildUnnamed1439();
|
| }
|
| buildCounterKey--;
|
| return o;
|
| @@ -379,7 +379,7 @@ checkKey(api.Key o) {
|
| buildCounterKey++;
|
| if (buildCounterKey < 3) {
|
| checkPartitionId(o.partitionId);
|
| - checkUnnamed1213(o.path);
|
| + checkUnnamed1439(o.path);
|
| }
|
| buildCounterKey--;
|
| }
|
| @@ -426,14 +426,14 @@ checkKindExpression(api.KindExpression o) {
|
| buildCounterKindExpression--;
|
| }
|
|
|
| -buildUnnamed1214() {
|
| +buildUnnamed1440() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1214(core.List<api.Key> o) {
|
| +checkUnnamed1440(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 = buildUnnamed1214();
|
| + o.keys = buildUnnamed1440();
|
| o.readOptions = buildReadOptions();
|
| }
|
| buildCounterLookupRequest--;
|
| @@ -454,46 +454,46 @@ buildLookupRequest() {
|
| checkLookupRequest(api.LookupRequest o) {
|
| buildCounterLookupRequest++;
|
| if (buildCounterLookupRequest < 3) {
|
| - checkUnnamed1214(o.keys);
|
| + checkUnnamed1440(o.keys);
|
| checkReadOptions(o.readOptions);
|
| }
|
| buildCounterLookupRequest--;
|
| }
|
|
|
| -buildUnnamed1215() {
|
| +buildUnnamed1441() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1215(core.List<api.Key> o) {
|
| +checkUnnamed1441(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed1216() {
|
| +buildUnnamed1442() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1216(core.List<api.EntityResult> o) {
|
| +checkUnnamed1442(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| }
|
|
|
| -buildUnnamed1217() {
|
| +buildUnnamed1443() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1217(core.List<api.EntityResult> o) {
|
| +checkUnnamed1443(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 = buildUnnamed1215();
|
| - o.found = buildUnnamed1216();
|
| + o.deferred = buildUnnamed1441();
|
| + o.found = buildUnnamed1442();
|
| o.header = buildResponseHeader();
|
| - o.missing = buildUnnamed1217();
|
| + o.missing = buildUnnamed1443();
|
| }
|
| buildCounterLookupResponse--;
|
| return o;
|
| @@ -516,74 +516,74 @@ buildLookupResponse() {
|
| checkLookupResponse(api.LookupResponse o) {
|
| buildCounterLookupResponse++;
|
| if (buildCounterLookupResponse < 3) {
|
| - checkUnnamed1215(o.deferred);
|
| - checkUnnamed1216(o.found);
|
| + checkUnnamed1441(o.deferred);
|
| + checkUnnamed1442(o.found);
|
| checkResponseHeader(o.header);
|
| - checkUnnamed1217(o.missing);
|
| + checkUnnamed1443(o.missing);
|
| }
|
| buildCounterLookupResponse--;
|
| }
|
|
|
| -buildUnnamed1218() {
|
| +buildUnnamed1444() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1218(core.List<api.Key> o) {
|
| +checkUnnamed1444(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed1219() {
|
| +buildUnnamed1445() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1219(core.List<api.Entity> o) {
|
| +checkUnnamed1445(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed1220() {
|
| +buildUnnamed1446() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1220(core.List<api.Entity> o) {
|
| +checkUnnamed1446(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed1221() {
|
| +buildUnnamed1447() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1221(core.List<api.Entity> o) {
|
| +checkUnnamed1447(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed1222() {
|
| +buildUnnamed1448() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1222(core.List<api.Entity> o) {
|
| +checkUnnamed1448(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 = buildUnnamed1218();
|
| + o.delete = buildUnnamed1444();
|
| o.force = true;
|
| - o.insert = buildUnnamed1219();
|
| - o.insertAutoId = buildUnnamed1220();
|
| - o.update = buildUnnamed1221();
|
| - o.upsert = buildUnnamed1222();
|
| + o.insert = buildUnnamed1445();
|
| + o.insertAutoId = buildUnnamed1446();
|
| + o.update = buildUnnamed1447();
|
| + o.upsert = buildUnnamed1448();
|
| }
|
| buildCounterMutation--;
|
| return o;
|
| @@ -608,24 +608,24 @@ buildMutation() {
|
| checkMutation(api.Mutation o) {
|
| buildCounterMutation++;
|
| if (buildCounterMutation < 3) {
|
| - checkUnnamed1218(o.delete);
|
| + checkUnnamed1444(o.delete);
|
| unittest.expect(o.force, unittest.isTrue);
|
| - checkUnnamed1219(o.insert);
|
| - checkUnnamed1220(o.insertAutoId);
|
| - checkUnnamed1221(o.update);
|
| - checkUnnamed1222(o.upsert);
|
| + checkUnnamed1445(o.insert);
|
| + checkUnnamed1446(o.insertAutoId);
|
| + checkUnnamed1447(o.update);
|
| + checkUnnamed1448(o.upsert);
|
| }
|
| buildCounterMutation--;
|
| }
|
|
|
| -buildUnnamed1223() {
|
| +buildUnnamed1449() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1223(core.List<api.Key> o) {
|
| +checkUnnamed1449(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 = buildUnnamed1223();
|
| + o.insertAutoIdKeys = buildUnnamed1449();
|
| }
|
| buildCounterMutationResult--;
|
| return o;
|
| @@ -647,7 +647,7 @@ checkMutationResult(api.MutationResult o) {
|
| buildCounterMutationResult++;
|
| if (buildCounterMutationResult < 3) {
|
| unittest.expect(o.indexUpdates, unittest.equals(42));
|
| - checkUnnamed1223(o.insertAutoIdKeys);
|
| + checkUnnamed1449(o.insertAutoIdKeys);
|
| }
|
| buildCounterMutationResult--;
|
| }
|
| @@ -673,14 +673,14 @@ checkPartitionId(api.PartitionId o) {
|
| buildCounterPartitionId--;
|
| }
|
|
|
| -buildUnnamed1224() {
|
| +buildUnnamed1450() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1224(core.List<api.Value> o) {
|
| +checkUnnamed1450(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 = buildUnnamed1224();
|
| + o.listValue = buildUnnamed1450();
|
| 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);
|
| - checkUnnamed1224(o.listValue);
|
| + checkUnnamed1450(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--;
|
| }
|
|
|
| -buildUnnamed1225() {
|
| +buildUnnamed1451() {
|
| var o = new core.List<api.PropertyReference>();
|
| o.add(buildPropertyReference());
|
| o.add(buildPropertyReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1225(core.List<api.PropertyReference> o) {
|
| +checkUnnamed1451(core.List<api.PropertyReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyReference(o[0]);
|
| checkPropertyReference(o[1]);
|
| }
|
|
|
| -buildUnnamed1226() {
|
| +buildUnnamed1452() {
|
| var o = new core.List<api.KindExpression>();
|
| o.add(buildKindExpression());
|
| o.add(buildKindExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1226(core.List<api.KindExpression> o) {
|
| +checkUnnamed1452(core.List<api.KindExpression> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKindExpression(o[0]);
|
| checkKindExpression(o[1]);
|
| }
|
|
|
| -buildUnnamed1227() {
|
| +buildUnnamed1453() {
|
| var o = new core.List<api.PropertyOrder>();
|
| o.add(buildPropertyOrder());
|
| o.add(buildPropertyOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1227(core.List<api.PropertyOrder> o) {
|
| +checkUnnamed1453(core.List<api.PropertyOrder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyOrder(o[0]);
|
| checkPropertyOrder(o[1]);
|
| }
|
|
|
| -buildUnnamed1228() {
|
| +buildUnnamed1454() {
|
| var o = new core.List<api.PropertyExpression>();
|
| o.add(buildPropertyExpression());
|
| o.add(buildPropertyExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1228(core.List<api.PropertyExpression> o) {
|
| +checkUnnamed1454(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 = buildUnnamed1225();
|
| - o.kinds = buildUnnamed1226();
|
| + o.groupBy = buildUnnamed1451();
|
| + o.kinds = buildUnnamed1452();
|
| o.limit = 42;
|
| o.offset = 42;
|
| - o.order = buildUnnamed1227();
|
| - o.projection = buildUnnamed1228();
|
| + o.order = buildUnnamed1453();
|
| + o.projection = buildUnnamed1454();
|
| 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);
|
| - checkUnnamed1225(o.groupBy);
|
| - checkUnnamed1226(o.kinds);
|
| + checkUnnamed1451(o.groupBy);
|
| + checkUnnamed1452(o.kinds);
|
| unittest.expect(o.limit, unittest.equals(42));
|
| unittest.expect(o.offset, unittest.equals(42));
|
| - checkUnnamed1227(o.order);
|
| - checkUnnamed1228(o.projection);
|
| + checkUnnamed1453(o.order);
|
| + checkUnnamed1454(o.projection);
|
| unittest.expect(o.startCursor, unittest.equals('foo'));
|
| }
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed1229() {
|
| +buildUnnamed1455() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1229(core.List<api.EntityResult> o) {
|
| +checkUnnamed1455(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 = buildUnnamed1229();
|
| + o.entityResults = buildUnnamed1455();
|
| 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'));
|
| - checkUnnamed1229(o.entityResults);
|
| + checkUnnamed1455(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--;
|
| }
|
|
|
| -buildUnnamed1230() {
|
| +buildUnnamed1456() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1230(core.List<api.Value> o) {
|
| +checkUnnamed1456(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 = buildUnnamed1230();
|
| + o.listValue = buildUnnamed1456();
|
| 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);
|
| - checkUnnamed1230(o.listValue);
|
| + checkUnnamed1456(o.listValue);
|
| unittest.expect(o.meaning, unittest.equals(42));
|
| unittest.expect(o.stringValue, unittest.equals('foo'));
|
| }
|
|
|