| 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 5bdf422f9eeb62d1de8ba1e2957b062598fd1747..4dfd1654df44486edaa13128210c6ad65c6a66d3 100644
|
| --- a/generated/googleapis_beta/test/datastore/v1beta2_test.dart
|
| +++ b/generated/googleapis_beta/test/datastore/v1beta2_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed3888() {
|
| +buildUnnamed3495() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3888(core.List<api.Key> o) {
|
| +checkUnnamed3495(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| @@ -69,7 +69,7 @@ buildAllocateIdsRequest() {
|
| var o = new api.AllocateIdsRequest();
|
| buildCounterAllocateIdsRequest++;
|
| if (buildCounterAllocateIdsRequest < 3) {
|
| - o.keys = buildUnnamed3888();
|
| + o.keys = buildUnnamed3495();
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| return o;
|
| @@ -78,19 +78,19 @@ buildAllocateIdsRequest() {
|
| checkAllocateIdsRequest(api.AllocateIdsRequest o) {
|
| buildCounterAllocateIdsRequest++;
|
| if (buildCounterAllocateIdsRequest < 3) {
|
| - checkUnnamed3888(o.keys);
|
| + checkUnnamed3495(o.keys);
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| }
|
|
|
| -buildUnnamed3889() {
|
| +buildUnnamed3496() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3889(core.List<api.Key> o) {
|
| +checkUnnamed3496(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| @@ -102,7 +102,7 @@ buildAllocateIdsResponse() {
|
| buildCounterAllocateIdsResponse++;
|
| if (buildCounterAllocateIdsResponse < 3) {
|
| o.header = buildResponseHeader();
|
| - o.keys = buildUnnamed3889();
|
| + o.keys = buildUnnamed3496();
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| return o;
|
| @@ -112,7 +112,7 @@ checkAllocateIdsResponse(api.AllocateIdsResponse o) {
|
| buildCounterAllocateIdsResponse++;
|
| if (buildCounterAllocateIdsResponse < 3) {
|
| checkResponseHeader(o.header);
|
| - checkUnnamed3889(o.keys);
|
| + checkUnnamed3496(o.keys);
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| }
|
| @@ -203,14 +203,14 @@ checkCommitResponse(api.CommitResponse o) {
|
| buildCounterCommitResponse--;
|
| }
|
|
|
| -buildUnnamed3890() {
|
| +buildUnnamed3497() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3890(core.List<api.Filter> o) {
|
| +checkUnnamed3497(core.List<api.Filter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilter(o[0]);
|
| checkFilter(o[1]);
|
| @@ -221,7 +221,7 @@ buildCompositeFilter() {
|
| var o = new api.CompositeFilter();
|
| buildCounterCompositeFilter++;
|
| if (buildCounterCompositeFilter < 3) {
|
| - o.filters = buildUnnamed3890();
|
| + o.filters = buildUnnamed3497();
|
| o.operator = "foo";
|
| }
|
| buildCounterCompositeFilter--;
|
| @@ -231,20 +231,20 @@ buildCompositeFilter() {
|
| checkCompositeFilter(api.CompositeFilter o) {
|
| buildCounterCompositeFilter++;
|
| if (buildCounterCompositeFilter < 3) {
|
| - checkUnnamed3890(o.filters);
|
| + checkUnnamed3497(o.filters);
|
| unittest.expect(o.operator, unittest.equals('foo'));
|
| }
|
| buildCounterCompositeFilter--;
|
| }
|
|
|
| -buildUnnamed3891() {
|
| +buildUnnamed3498() {
|
| var o = new core.Map<core.String, api.Property>();
|
| o["x"] = buildProperty();
|
| o["y"] = buildProperty();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3891(core.Map<core.String, api.Property> o) {
|
| +checkUnnamed3498(core.Map<core.String, api.Property> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProperty(o["x"]);
|
| checkProperty(o["y"]);
|
| @@ -256,7 +256,7 @@ buildEntity() {
|
| buildCounterEntity++;
|
| if (buildCounterEntity < 3) {
|
| o.key = buildKey();
|
| - o.properties = buildUnnamed3891();
|
| + o.properties = buildUnnamed3498();
|
| }
|
| buildCounterEntity--;
|
| return o;
|
| @@ -266,7 +266,7 @@ checkEntity(api.Entity o) {
|
| buildCounterEntity++;
|
| if (buildCounterEntity < 3) {
|
| checkKey(o.key);
|
| - checkUnnamed3891(o.properties);
|
| + checkUnnamed3498(o.properties);
|
| }
|
| buildCounterEntity--;
|
| }
|
| @@ -311,27 +311,27 @@ checkFilter(api.Filter o) {
|
| buildCounterFilter--;
|
| }
|
|
|
| -buildUnnamed3892() {
|
| +buildUnnamed3499() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3892(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed3499(core.List<api.GqlQueryArg> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGqlQueryArg(o[0]);
|
| checkGqlQueryArg(o[1]);
|
| }
|
|
|
| -buildUnnamed3893() {
|
| +buildUnnamed3500() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3893(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed3500(core.List<api.GqlQueryArg> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGqlQueryArg(o[0]);
|
| checkGqlQueryArg(o[1]);
|
| @@ -343,8 +343,8 @@ buildGqlQuery() {
|
| buildCounterGqlQuery++;
|
| if (buildCounterGqlQuery < 3) {
|
| o.allowLiteral = true;
|
| - o.nameArgs = buildUnnamed3892();
|
| - o.numberArgs = buildUnnamed3893();
|
| + o.nameArgs = buildUnnamed3499();
|
| + o.numberArgs = buildUnnamed3500();
|
| o.queryString = "foo";
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -355,8 +355,8 @@ checkGqlQuery(api.GqlQuery o) {
|
| buildCounterGqlQuery++;
|
| if (buildCounterGqlQuery < 3) {
|
| unittest.expect(o.allowLiteral, unittest.isTrue);
|
| - checkUnnamed3892(o.nameArgs);
|
| - checkUnnamed3893(o.numberArgs);
|
| + checkUnnamed3499(o.nameArgs);
|
| + checkUnnamed3500(o.numberArgs);
|
| unittest.expect(o.queryString, unittest.equals('foo'));
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -385,14 +385,14 @@ checkGqlQueryArg(api.GqlQueryArg o) {
|
| buildCounterGqlQueryArg--;
|
| }
|
|
|
| -buildUnnamed3894() {
|
| +buildUnnamed3501() {
|
| var o = new core.List<api.KeyPathElement>();
|
| o.add(buildKeyPathElement());
|
| o.add(buildKeyPathElement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3894(core.List<api.KeyPathElement> o) {
|
| +checkUnnamed3501(core.List<api.KeyPathElement> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKeyPathElement(o[0]);
|
| checkKeyPathElement(o[1]);
|
| @@ -404,7 +404,7 @@ buildKey() {
|
| buildCounterKey++;
|
| if (buildCounterKey < 3) {
|
| o.partitionId = buildPartitionId();
|
| - o.path = buildUnnamed3894();
|
| + o.path = buildUnnamed3501();
|
| }
|
| buildCounterKey--;
|
| return o;
|
| @@ -414,7 +414,7 @@ checkKey(api.Key o) {
|
| buildCounterKey++;
|
| if (buildCounterKey < 3) {
|
| checkPartitionId(o.partitionId);
|
| - checkUnnamed3894(o.path);
|
| + checkUnnamed3501(o.path);
|
| }
|
| buildCounterKey--;
|
| }
|
| @@ -461,14 +461,14 @@ checkKindExpression(api.KindExpression o) {
|
| buildCounterKindExpression--;
|
| }
|
|
|
| -buildUnnamed3895() {
|
| +buildUnnamed3502() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3895(core.List<api.Key> o) {
|
| +checkUnnamed3502(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| @@ -479,7 +479,7 @@ buildLookupRequest() {
|
| var o = new api.LookupRequest();
|
| buildCounterLookupRequest++;
|
| if (buildCounterLookupRequest < 3) {
|
| - o.keys = buildUnnamed3895();
|
| + o.keys = buildUnnamed3502();
|
| o.readOptions = buildReadOptions();
|
| }
|
| buildCounterLookupRequest--;
|
| @@ -489,46 +489,46 @@ buildLookupRequest() {
|
| checkLookupRequest(api.LookupRequest o) {
|
| buildCounterLookupRequest++;
|
| if (buildCounterLookupRequest < 3) {
|
| - checkUnnamed3895(o.keys);
|
| + checkUnnamed3502(o.keys);
|
| checkReadOptions(o.readOptions);
|
| }
|
| buildCounterLookupRequest--;
|
| }
|
|
|
| -buildUnnamed3896() {
|
| +buildUnnamed3503() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3896(core.List<api.Key> o) {
|
| +checkUnnamed3503(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed3897() {
|
| +buildUnnamed3504() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3897(core.List<api.EntityResult> o) {
|
| +checkUnnamed3504(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| }
|
|
|
| -buildUnnamed3898() {
|
| +buildUnnamed3505() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3898(core.List<api.EntityResult> o) {
|
| +checkUnnamed3505(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| @@ -539,10 +539,10 @@ buildLookupResponse() {
|
| var o = new api.LookupResponse();
|
| buildCounterLookupResponse++;
|
| if (buildCounterLookupResponse < 3) {
|
| - o.deferred = buildUnnamed3896();
|
| - o.found = buildUnnamed3897();
|
| + o.deferred = buildUnnamed3503();
|
| + o.found = buildUnnamed3504();
|
| o.header = buildResponseHeader();
|
| - o.missing = buildUnnamed3898();
|
| + o.missing = buildUnnamed3505();
|
| }
|
| buildCounterLookupResponse--;
|
| return o;
|
| @@ -551,74 +551,74 @@ buildLookupResponse() {
|
| checkLookupResponse(api.LookupResponse o) {
|
| buildCounterLookupResponse++;
|
| if (buildCounterLookupResponse < 3) {
|
| - checkUnnamed3896(o.deferred);
|
| - checkUnnamed3897(o.found);
|
| + checkUnnamed3503(o.deferred);
|
| + checkUnnamed3504(o.found);
|
| checkResponseHeader(o.header);
|
| - checkUnnamed3898(o.missing);
|
| + checkUnnamed3505(o.missing);
|
| }
|
| buildCounterLookupResponse--;
|
| }
|
|
|
| -buildUnnamed3899() {
|
| +buildUnnamed3506() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3899(core.List<api.Key> o) {
|
| +checkUnnamed3506(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed3900() {
|
| +buildUnnamed3507() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3900(core.List<api.Entity> o) {
|
| +checkUnnamed3507(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed3901() {
|
| +buildUnnamed3508() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3901(core.List<api.Entity> o) {
|
| +checkUnnamed3508(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed3902() {
|
| +buildUnnamed3509() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3902(core.List<api.Entity> o) {
|
| +checkUnnamed3509(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed3903() {
|
| +buildUnnamed3510() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3903(core.List<api.Entity> o) {
|
| +checkUnnamed3510(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| @@ -629,12 +629,12 @@ buildMutation() {
|
| var o = new api.Mutation();
|
| buildCounterMutation++;
|
| if (buildCounterMutation < 3) {
|
| - o.delete = buildUnnamed3899();
|
| + o.delete = buildUnnamed3506();
|
| o.force = true;
|
| - o.insert = buildUnnamed3900();
|
| - o.insertAutoId = buildUnnamed3901();
|
| - o.update = buildUnnamed3902();
|
| - o.upsert = buildUnnamed3903();
|
| + o.insert = buildUnnamed3507();
|
| + o.insertAutoId = buildUnnamed3508();
|
| + o.update = buildUnnamed3509();
|
| + o.upsert = buildUnnamed3510();
|
| }
|
| buildCounterMutation--;
|
| return o;
|
| @@ -643,24 +643,24 @@ buildMutation() {
|
| checkMutation(api.Mutation o) {
|
| buildCounterMutation++;
|
| if (buildCounterMutation < 3) {
|
| - checkUnnamed3899(o.delete);
|
| + checkUnnamed3506(o.delete);
|
| unittest.expect(o.force, unittest.isTrue);
|
| - checkUnnamed3900(o.insert);
|
| - checkUnnamed3901(o.insertAutoId);
|
| - checkUnnamed3902(o.update);
|
| - checkUnnamed3903(o.upsert);
|
| + checkUnnamed3507(o.insert);
|
| + checkUnnamed3508(o.insertAutoId);
|
| + checkUnnamed3509(o.update);
|
| + checkUnnamed3510(o.upsert);
|
| }
|
| buildCounterMutation--;
|
| }
|
|
|
| -buildUnnamed3904() {
|
| +buildUnnamed3511() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3904(core.List<api.Key> o) {
|
| +checkUnnamed3511(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| @@ -672,7 +672,7 @@ buildMutationResult() {
|
| buildCounterMutationResult++;
|
| if (buildCounterMutationResult < 3) {
|
| o.indexUpdates = 42;
|
| - o.insertAutoIdKeys = buildUnnamed3904();
|
| + o.insertAutoIdKeys = buildUnnamed3511();
|
| }
|
| buildCounterMutationResult--;
|
| return o;
|
| @@ -682,7 +682,7 @@ checkMutationResult(api.MutationResult o) {
|
| buildCounterMutationResult++;
|
| if (buildCounterMutationResult < 3) {
|
| unittest.expect(o.indexUpdates, unittest.equals(42));
|
| - checkUnnamed3904(o.insertAutoIdKeys);
|
| + checkUnnamed3511(o.insertAutoIdKeys);
|
| }
|
| buildCounterMutationResult--;
|
| }
|
| @@ -708,14 +708,14 @@ checkPartitionId(api.PartitionId o) {
|
| buildCounterPartitionId--;
|
| }
|
|
|
| -buildUnnamed3905() {
|
| +buildUnnamed3512() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3905(core.List<api.Value> o) {
|
| +checkUnnamed3512(core.List<api.Value> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkValue(o[0]);
|
| checkValue(o[1]);
|
| @@ -735,7 +735,7 @@ buildProperty() {
|
| o.indexed = true;
|
| o.integerValue = "foo";
|
| o.keyValue = buildKey();
|
| - o.listValue = buildUnnamed3905();
|
| + o.listValue = buildUnnamed3512();
|
| o.meaning = 42;
|
| o.stringValue = "foo";
|
| }
|
| @@ -755,7 +755,7 @@ checkProperty(api.Property o) {
|
| unittest.expect(o.indexed, unittest.isTrue);
|
| unittest.expect(o.integerValue, unittest.equals('foo'));
|
| checkKey(o.keyValue);
|
| - checkUnnamed3905(o.listValue);
|
| + checkUnnamed3512(o.listValue);
|
| unittest.expect(o.meaning, unittest.equals(42));
|
| unittest.expect(o.stringValue, unittest.equals('foo'));
|
| }
|
| @@ -846,53 +846,53 @@ checkPropertyReference(api.PropertyReference o) {
|
| buildCounterPropertyReference--;
|
| }
|
|
|
| -buildUnnamed3906() {
|
| +buildUnnamed3513() {
|
| var o = new core.List<api.PropertyReference>();
|
| o.add(buildPropertyReference());
|
| o.add(buildPropertyReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3906(core.List<api.PropertyReference> o) {
|
| +checkUnnamed3513(core.List<api.PropertyReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyReference(o[0]);
|
| checkPropertyReference(o[1]);
|
| }
|
|
|
| -buildUnnamed3907() {
|
| +buildUnnamed3514() {
|
| var o = new core.List<api.KindExpression>();
|
| o.add(buildKindExpression());
|
| o.add(buildKindExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3907(core.List<api.KindExpression> o) {
|
| +checkUnnamed3514(core.List<api.KindExpression> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKindExpression(o[0]);
|
| checkKindExpression(o[1]);
|
| }
|
|
|
| -buildUnnamed3908() {
|
| +buildUnnamed3515() {
|
| var o = new core.List<api.PropertyOrder>();
|
| o.add(buildPropertyOrder());
|
| o.add(buildPropertyOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3908(core.List<api.PropertyOrder> o) {
|
| +checkUnnamed3515(core.List<api.PropertyOrder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyOrder(o[0]);
|
| checkPropertyOrder(o[1]);
|
| }
|
|
|
| -buildUnnamed3909() {
|
| +buildUnnamed3516() {
|
| var o = new core.List<api.PropertyExpression>();
|
| o.add(buildPropertyExpression());
|
| o.add(buildPropertyExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3909(core.List<api.PropertyExpression> o) {
|
| +checkUnnamed3516(core.List<api.PropertyExpression> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyExpression(o[0]);
|
| checkPropertyExpression(o[1]);
|
| @@ -905,12 +905,12 @@ buildQuery() {
|
| if (buildCounterQuery < 3) {
|
| o.endCursor = "foo";
|
| o.filter = buildFilter();
|
| - o.groupBy = buildUnnamed3906();
|
| - o.kinds = buildUnnamed3907();
|
| + o.groupBy = buildUnnamed3513();
|
| + o.kinds = buildUnnamed3514();
|
| o.limit = 42;
|
| o.offset = 42;
|
| - o.order = buildUnnamed3908();
|
| - o.projection = buildUnnamed3909();
|
| + o.order = buildUnnamed3515();
|
| + o.projection = buildUnnamed3516();
|
| o.startCursor = "foo";
|
| }
|
| buildCounterQuery--;
|
| @@ -922,25 +922,25 @@ checkQuery(api.Query o) {
|
| if (buildCounterQuery < 3) {
|
| unittest.expect(o.endCursor, unittest.equals('foo'));
|
| checkFilter(o.filter);
|
| - checkUnnamed3906(o.groupBy);
|
| - checkUnnamed3907(o.kinds);
|
| + checkUnnamed3513(o.groupBy);
|
| + checkUnnamed3514(o.kinds);
|
| unittest.expect(o.limit, unittest.equals(42));
|
| unittest.expect(o.offset, unittest.equals(42));
|
| - checkUnnamed3908(o.order);
|
| - checkUnnamed3909(o.projection);
|
| + checkUnnamed3515(o.order);
|
| + checkUnnamed3516(o.projection);
|
| unittest.expect(o.startCursor, unittest.equals('foo'));
|
| }
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed3910() {
|
| +buildUnnamed3517() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3910(core.List<api.EntityResult> o) {
|
| +checkUnnamed3517(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| @@ -953,7 +953,7 @@ buildQueryResultBatch() {
|
| if (buildCounterQueryResultBatch < 3) {
|
| o.endCursor = "foo";
|
| o.entityResultType = "foo";
|
| - o.entityResults = buildUnnamed3910();
|
| + o.entityResults = buildUnnamed3517();
|
| o.moreResults = "foo";
|
| o.skippedResults = 42;
|
| }
|
| @@ -966,7 +966,7 @@ checkQueryResultBatch(api.QueryResultBatch o) {
|
| if (buildCounterQueryResultBatch < 3) {
|
| unittest.expect(o.endCursor, unittest.equals('foo'));
|
| unittest.expect(o.entityResultType, unittest.equals('foo'));
|
| - checkUnnamed3910(o.entityResults);
|
| + checkUnnamed3517(o.entityResults);
|
| unittest.expect(o.moreResults, unittest.equals('foo'));
|
| unittest.expect(o.skippedResults, unittest.equals(42));
|
| }
|
| @@ -1097,14 +1097,14 @@ checkRunQueryResponse(api.RunQueryResponse o) {
|
| buildCounterRunQueryResponse--;
|
| }
|
|
|
| -buildUnnamed3911() {
|
| +buildUnnamed3518() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3911(core.List<api.Value> o) {
|
| +checkUnnamed3518(core.List<api.Value> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkValue(o[0]);
|
| checkValue(o[1]);
|
| @@ -1124,7 +1124,7 @@ buildValue() {
|
| o.indexed = true;
|
| o.integerValue = "foo";
|
| o.keyValue = buildKey();
|
| - o.listValue = buildUnnamed3911();
|
| + o.listValue = buildUnnamed3518();
|
| o.meaning = 42;
|
| o.stringValue = "foo";
|
| }
|
| @@ -1144,7 +1144,7 @@ checkValue(api.Value o) {
|
| unittest.expect(o.indexed, unittest.isTrue);
|
| unittest.expect(o.integerValue, unittest.equals('foo'));
|
| checkKey(o.keyValue);
|
| - checkUnnamed3911(o.listValue);
|
| + checkUnnamed3518(o.listValue);
|
| unittest.expect(o.meaning, unittest.equals(42));
|
| unittest.expect(o.stringValue, unittest.equals('foo'));
|
| }
|
|
|