| 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 a85e1632495872f822854953b5709e4c73099ba7..3863f7bda43631a53449ae2f2bd46974349817ef 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;
|
|
|
|
|
|
|
| -buildUnnamed1525() {
|
| +buildUnnamed1592() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1525(core.List<api.Key> o) {
|
| +checkUnnamed1592(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 = buildUnnamed1525();
|
| + o.keys = buildUnnamed1592();
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| return o;
|
| @@ -43,19 +43,19 @@ buildAllocateIdsRequest() {
|
| checkAllocateIdsRequest(api.AllocateIdsRequest o) {
|
| buildCounterAllocateIdsRequest++;
|
| if (buildCounterAllocateIdsRequest < 3) {
|
| - checkUnnamed1525(o.keys);
|
| + checkUnnamed1592(o.keys);
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| }
|
|
|
| -buildUnnamed1526() {
|
| +buildUnnamed1593() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1526(core.List<api.Key> o) {
|
| +checkUnnamed1593(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 = buildUnnamed1526();
|
| + o.keys = buildUnnamed1593();
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| return o;
|
| @@ -77,7 +77,7 @@ checkAllocateIdsResponse(api.AllocateIdsResponse o) {
|
| buildCounterAllocateIdsResponse++;
|
| if (buildCounterAllocateIdsResponse < 3) {
|
| checkResponseHeader(o.header);
|
| - checkUnnamed1526(o.keys);
|
| + checkUnnamed1593(o.keys);
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| }
|
| @@ -168,14 +168,14 @@ checkCommitResponse(api.CommitResponse o) {
|
| buildCounterCommitResponse--;
|
| }
|
|
|
| -buildUnnamed1527() {
|
| +buildUnnamed1594() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1527(core.List<api.Filter> o) {
|
| +checkUnnamed1594(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 = buildUnnamed1527();
|
| + o.filters = buildUnnamed1594();
|
| o.operator = "foo";
|
| }
|
| buildCounterCompositeFilter--;
|
| @@ -196,20 +196,20 @@ buildCompositeFilter() {
|
| checkCompositeFilter(api.CompositeFilter o) {
|
| buildCounterCompositeFilter++;
|
| if (buildCounterCompositeFilter < 3) {
|
| - checkUnnamed1527(o.filters);
|
| + checkUnnamed1594(o.filters);
|
| unittest.expect(o.operator, unittest.equals('foo'));
|
| }
|
| buildCounterCompositeFilter--;
|
| }
|
|
|
| -buildUnnamed1528() {
|
| +buildUnnamed1595() {
|
| var o = new core.Map<core.String, api.Property>();
|
| o["x"] = buildProperty();
|
| o["y"] = buildProperty();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1528(core.Map<core.String, api.Property> o) {
|
| +checkUnnamed1595(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 = buildUnnamed1528();
|
| + o.properties = buildUnnamed1595();
|
| }
|
| buildCounterEntity--;
|
| return o;
|
| @@ -231,7 +231,7 @@ checkEntity(api.Entity o) {
|
| buildCounterEntity++;
|
| if (buildCounterEntity < 3) {
|
| checkKey(o.key);
|
| - checkUnnamed1528(o.properties);
|
| + checkUnnamed1595(o.properties);
|
| }
|
| buildCounterEntity--;
|
| }
|
| @@ -276,27 +276,27 @@ checkFilter(api.Filter o) {
|
| buildCounterFilter--;
|
| }
|
|
|
| -buildUnnamed1529() {
|
| +buildUnnamed1596() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1529(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed1596(core.List<api.GqlQueryArg> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGqlQueryArg(o[0]);
|
| checkGqlQueryArg(o[1]);
|
| }
|
|
|
| -buildUnnamed1530() {
|
| +buildUnnamed1597() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1530(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed1597(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 = buildUnnamed1529();
|
| - o.numberArgs = buildUnnamed1530();
|
| + o.nameArgs = buildUnnamed1596();
|
| + o.numberArgs = buildUnnamed1597();
|
| o.queryString = "foo";
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -320,8 +320,8 @@ checkGqlQuery(api.GqlQuery o) {
|
| buildCounterGqlQuery++;
|
| if (buildCounterGqlQuery < 3) {
|
| unittest.expect(o.allowLiteral, unittest.isTrue);
|
| - checkUnnamed1529(o.nameArgs);
|
| - checkUnnamed1530(o.numberArgs);
|
| + checkUnnamed1596(o.nameArgs);
|
| + checkUnnamed1597(o.numberArgs);
|
| unittest.expect(o.queryString, unittest.equals('foo'));
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -350,14 +350,14 @@ checkGqlQueryArg(api.GqlQueryArg o) {
|
| buildCounterGqlQueryArg--;
|
| }
|
|
|
| -buildUnnamed1531() {
|
| +buildUnnamed1598() {
|
| var o = new core.List<api.KeyPathElement>();
|
| o.add(buildKeyPathElement());
|
| o.add(buildKeyPathElement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1531(core.List<api.KeyPathElement> o) {
|
| +checkUnnamed1598(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 = buildUnnamed1531();
|
| + o.path = buildUnnamed1598();
|
| }
|
| buildCounterKey--;
|
| return o;
|
| @@ -379,7 +379,7 @@ checkKey(api.Key o) {
|
| buildCounterKey++;
|
| if (buildCounterKey < 3) {
|
| checkPartitionId(o.partitionId);
|
| - checkUnnamed1531(o.path);
|
| + checkUnnamed1598(o.path);
|
| }
|
| buildCounterKey--;
|
| }
|
| @@ -426,14 +426,14 @@ checkKindExpression(api.KindExpression o) {
|
| buildCounterKindExpression--;
|
| }
|
|
|
| -buildUnnamed1532() {
|
| +buildUnnamed1599() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1532(core.List<api.Key> o) {
|
| +checkUnnamed1599(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 = buildUnnamed1532();
|
| + o.keys = buildUnnamed1599();
|
| o.readOptions = buildReadOptions();
|
| }
|
| buildCounterLookupRequest--;
|
| @@ -454,46 +454,46 @@ buildLookupRequest() {
|
| checkLookupRequest(api.LookupRequest o) {
|
| buildCounterLookupRequest++;
|
| if (buildCounterLookupRequest < 3) {
|
| - checkUnnamed1532(o.keys);
|
| + checkUnnamed1599(o.keys);
|
| checkReadOptions(o.readOptions);
|
| }
|
| buildCounterLookupRequest--;
|
| }
|
|
|
| -buildUnnamed1533() {
|
| +buildUnnamed1600() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1533(core.List<api.Key> o) {
|
| +checkUnnamed1600(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed1534() {
|
| +buildUnnamed1601() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1534(core.List<api.EntityResult> o) {
|
| +checkUnnamed1601(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| }
|
|
|
| -buildUnnamed1535() {
|
| +buildUnnamed1602() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1535(core.List<api.EntityResult> o) {
|
| +checkUnnamed1602(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 = buildUnnamed1533();
|
| - o.found = buildUnnamed1534();
|
| + o.deferred = buildUnnamed1600();
|
| + o.found = buildUnnamed1601();
|
| o.header = buildResponseHeader();
|
| - o.missing = buildUnnamed1535();
|
| + o.missing = buildUnnamed1602();
|
| }
|
| buildCounterLookupResponse--;
|
| return o;
|
| @@ -516,74 +516,74 @@ buildLookupResponse() {
|
| checkLookupResponse(api.LookupResponse o) {
|
| buildCounterLookupResponse++;
|
| if (buildCounterLookupResponse < 3) {
|
| - checkUnnamed1533(o.deferred);
|
| - checkUnnamed1534(o.found);
|
| + checkUnnamed1600(o.deferred);
|
| + checkUnnamed1601(o.found);
|
| checkResponseHeader(o.header);
|
| - checkUnnamed1535(o.missing);
|
| + checkUnnamed1602(o.missing);
|
| }
|
| buildCounterLookupResponse--;
|
| }
|
|
|
| -buildUnnamed1536() {
|
| +buildUnnamed1603() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1536(core.List<api.Key> o) {
|
| +checkUnnamed1603(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed1537() {
|
| +buildUnnamed1604() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1537(core.List<api.Entity> o) {
|
| +checkUnnamed1604(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed1538() {
|
| +buildUnnamed1605() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1538(core.List<api.Entity> o) {
|
| +checkUnnamed1605(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed1539() {
|
| +buildUnnamed1606() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1539(core.List<api.Entity> o) {
|
| +checkUnnamed1606(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed1540() {
|
| +buildUnnamed1607() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1540(core.List<api.Entity> o) {
|
| +checkUnnamed1607(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 = buildUnnamed1536();
|
| + o.delete = buildUnnamed1603();
|
| o.force = true;
|
| - o.insert = buildUnnamed1537();
|
| - o.insertAutoId = buildUnnamed1538();
|
| - o.update = buildUnnamed1539();
|
| - o.upsert = buildUnnamed1540();
|
| + o.insert = buildUnnamed1604();
|
| + o.insertAutoId = buildUnnamed1605();
|
| + o.update = buildUnnamed1606();
|
| + o.upsert = buildUnnamed1607();
|
| }
|
| buildCounterMutation--;
|
| return o;
|
| @@ -608,24 +608,24 @@ buildMutation() {
|
| checkMutation(api.Mutation o) {
|
| buildCounterMutation++;
|
| if (buildCounterMutation < 3) {
|
| - checkUnnamed1536(o.delete);
|
| + checkUnnamed1603(o.delete);
|
| unittest.expect(o.force, unittest.isTrue);
|
| - checkUnnamed1537(o.insert);
|
| - checkUnnamed1538(o.insertAutoId);
|
| - checkUnnamed1539(o.update);
|
| - checkUnnamed1540(o.upsert);
|
| + checkUnnamed1604(o.insert);
|
| + checkUnnamed1605(o.insertAutoId);
|
| + checkUnnamed1606(o.update);
|
| + checkUnnamed1607(o.upsert);
|
| }
|
| buildCounterMutation--;
|
| }
|
|
|
| -buildUnnamed1541() {
|
| +buildUnnamed1608() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1541(core.List<api.Key> o) {
|
| +checkUnnamed1608(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 = buildUnnamed1541();
|
| + o.insertAutoIdKeys = buildUnnamed1608();
|
| }
|
| buildCounterMutationResult--;
|
| return o;
|
| @@ -647,7 +647,7 @@ checkMutationResult(api.MutationResult o) {
|
| buildCounterMutationResult++;
|
| if (buildCounterMutationResult < 3) {
|
| unittest.expect(o.indexUpdates, unittest.equals(42));
|
| - checkUnnamed1541(o.insertAutoIdKeys);
|
| + checkUnnamed1608(o.insertAutoIdKeys);
|
| }
|
| buildCounterMutationResult--;
|
| }
|
| @@ -673,14 +673,14 @@ checkPartitionId(api.PartitionId o) {
|
| buildCounterPartitionId--;
|
| }
|
|
|
| -buildUnnamed1542() {
|
| +buildUnnamed1609() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1542(core.List<api.Value> o) {
|
| +checkUnnamed1609(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 = buildUnnamed1542();
|
| + o.listValue = buildUnnamed1609();
|
| 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);
|
| - checkUnnamed1542(o.listValue);
|
| + checkUnnamed1609(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--;
|
| }
|
|
|
| -buildUnnamed1543() {
|
| +buildUnnamed1610() {
|
| var o = new core.List<api.PropertyReference>();
|
| o.add(buildPropertyReference());
|
| o.add(buildPropertyReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1543(core.List<api.PropertyReference> o) {
|
| +checkUnnamed1610(core.List<api.PropertyReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyReference(o[0]);
|
| checkPropertyReference(o[1]);
|
| }
|
|
|
| -buildUnnamed1544() {
|
| +buildUnnamed1611() {
|
| var o = new core.List<api.KindExpression>();
|
| o.add(buildKindExpression());
|
| o.add(buildKindExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1544(core.List<api.KindExpression> o) {
|
| +checkUnnamed1611(core.List<api.KindExpression> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKindExpression(o[0]);
|
| checkKindExpression(o[1]);
|
| }
|
|
|
| -buildUnnamed1545() {
|
| +buildUnnamed1612() {
|
| var o = new core.List<api.PropertyOrder>();
|
| o.add(buildPropertyOrder());
|
| o.add(buildPropertyOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1545(core.List<api.PropertyOrder> o) {
|
| +checkUnnamed1612(core.List<api.PropertyOrder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyOrder(o[0]);
|
| checkPropertyOrder(o[1]);
|
| }
|
|
|
| -buildUnnamed1546() {
|
| +buildUnnamed1613() {
|
| var o = new core.List<api.PropertyExpression>();
|
| o.add(buildPropertyExpression());
|
| o.add(buildPropertyExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1546(core.List<api.PropertyExpression> o) {
|
| +checkUnnamed1613(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 = buildUnnamed1543();
|
| - o.kinds = buildUnnamed1544();
|
| + o.groupBy = buildUnnamed1610();
|
| + o.kinds = buildUnnamed1611();
|
| o.limit = 42;
|
| o.offset = 42;
|
| - o.order = buildUnnamed1545();
|
| - o.projection = buildUnnamed1546();
|
| + o.order = buildUnnamed1612();
|
| + o.projection = buildUnnamed1613();
|
| 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);
|
| - checkUnnamed1543(o.groupBy);
|
| - checkUnnamed1544(o.kinds);
|
| + checkUnnamed1610(o.groupBy);
|
| + checkUnnamed1611(o.kinds);
|
| unittest.expect(o.limit, unittest.equals(42));
|
| unittest.expect(o.offset, unittest.equals(42));
|
| - checkUnnamed1545(o.order);
|
| - checkUnnamed1546(o.projection);
|
| + checkUnnamed1612(o.order);
|
| + checkUnnamed1613(o.projection);
|
| unittest.expect(o.startCursor, unittest.equals('foo'));
|
| }
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed1547() {
|
| +buildUnnamed1614() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1547(core.List<api.EntityResult> o) {
|
| +checkUnnamed1614(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 = buildUnnamed1547();
|
| + o.entityResults = buildUnnamed1614();
|
| 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'));
|
| - checkUnnamed1547(o.entityResults);
|
| + checkUnnamed1614(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--;
|
| }
|
|
|
| -buildUnnamed1548() {
|
| +buildUnnamed1615() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1548(core.List<api.Value> o) {
|
| +checkUnnamed1615(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 = buildUnnamed1548();
|
| + o.listValue = buildUnnamed1615();
|
| 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);
|
| - checkUnnamed1548(o.listValue);
|
| + checkUnnamed1615(o.listValue);
|
| unittest.expect(o.meaning, unittest.equals(42));
|
| unittest.expect(o.stringValue, unittest.equals('foo'));
|
| }
|
|
|