| 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 5dc409c07d7a2cab0edc28d0bfcf289b4235051a..5bdf422f9eeb62d1de8ba1e2957b062598fd1747 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);
|
| }
|
|
|
| -buildUnnamed3796() {
|
| +buildUnnamed3888() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3796(core.List<api.Key> o) {
|
| +checkUnnamed3888(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 = buildUnnamed3796();
|
| + o.keys = buildUnnamed3888();
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| return o;
|
| @@ -78,19 +78,19 @@ buildAllocateIdsRequest() {
|
| checkAllocateIdsRequest(api.AllocateIdsRequest o) {
|
| buildCounterAllocateIdsRequest++;
|
| if (buildCounterAllocateIdsRequest < 3) {
|
| - checkUnnamed3796(o.keys);
|
| + checkUnnamed3888(o.keys);
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| }
|
|
|
| -buildUnnamed3797() {
|
| +buildUnnamed3889() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3797(core.List<api.Key> o) {
|
| +checkUnnamed3889(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 = buildUnnamed3797();
|
| + o.keys = buildUnnamed3889();
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| return o;
|
| @@ -112,7 +112,7 @@ checkAllocateIdsResponse(api.AllocateIdsResponse o) {
|
| buildCounterAllocateIdsResponse++;
|
| if (buildCounterAllocateIdsResponse < 3) {
|
| checkResponseHeader(o.header);
|
| - checkUnnamed3797(o.keys);
|
| + checkUnnamed3889(o.keys);
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| }
|
| @@ -203,14 +203,14 @@ checkCommitResponse(api.CommitResponse o) {
|
| buildCounterCommitResponse--;
|
| }
|
|
|
| -buildUnnamed3798() {
|
| +buildUnnamed3890() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3798(core.List<api.Filter> o) {
|
| +checkUnnamed3890(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 = buildUnnamed3798();
|
| + o.filters = buildUnnamed3890();
|
| o.operator = "foo";
|
| }
|
| buildCounterCompositeFilter--;
|
| @@ -231,20 +231,20 @@ buildCompositeFilter() {
|
| checkCompositeFilter(api.CompositeFilter o) {
|
| buildCounterCompositeFilter++;
|
| if (buildCounterCompositeFilter < 3) {
|
| - checkUnnamed3798(o.filters);
|
| + checkUnnamed3890(o.filters);
|
| unittest.expect(o.operator, unittest.equals('foo'));
|
| }
|
| buildCounterCompositeFilter--;
|
| }
|
|
|
| -buildUnnamed3799() {
|
| +buildUnnamed3891() {
|
| var o = new core.Map<core.String, api.Property>();
|
| o["x"] = buildProperty();
|
| o["y"] = buildProperty();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3799(core.Map<core.String, api.Property> o) {
|
| +checkUnnamed3891(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 = buildUnnamed3799();
|
| + o.properties = buildUnnamed3891();
|
| }
|
| buildCounterEntity--;
|
| return o;
|
| @@ -266,7 +266,7 @@ checkEntity(api.Entity o) {
|
| buildCounterEntity++;
|
| if (buildCounterEntity < 3) {
|
| checkKey(o.key);
|
| - checkUnnamed3799(o.properties);
|
| + checkUnnamed3891(o.properties);
|
| }
|
| buildCounterEntity--;
|
| }
|
| @@ -311,27 +311,27 @@ checkFilter(api.Filter o) {
|
| buildCounterFilter--;
|
| }
|
|
|
| -buildUnnamed3800() {
|
| +buildUnnamed3892() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3800(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed3892(core.List<api.GqlQueryArg> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGqlQueryArg(o[0]);
|
| checkGqlQueryArg(o[1]);
|
| }
|
|
|
| -buildUnnamed3801() {
|
| +buildUnnamed3893() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3801(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed3893(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 = buildUnnamed3800();
|
| - o.numberArgs = buildUnnamed3801();
|
| + o.nameArgs = buildUnnamed3892();
|
| + o.numberArgs = buildUnnamed3893();
|
| o.queryString = "foo";
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -355,8 +355,8 @@ checkGqlQuery(api.GqlQuery o) {
|
| buildCounterGqlQuery++;
|
| if (buildCounterGqlQuery < 3) {
|
| unittest.expect(o.allowLiteral, unittest.isTrue);
|
| - checkUnnamed3800(o.nameArgs);
|
| - checkUnnamed3801(o.numberArgs);
|
| + checkUnnamed3892(o.nameArgs);
|
| + checkUnnamed3893(o.numberArgs);
|
| unittest.expect(o.queryString, unittest.equals('foo'));
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -385,14 +385,14 @@ checkGqlQueryArg(api.GqlQueryArg o) {
|
| buildCounterGqlQueryArg--;
|
| }
|
|
|
| -buildUnnamed3802() {
|
| +buildUnnamed3894() {
|
| var o = new core.List<api.KeyPathElement>();
|
| o.add(buildKeyPathElement());
|
| o.add(buildKeyPathElement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3802(core.List<api.KeyPathElement> o) {
|
| +checkUnnamed3894(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 = buildUnnamed3802();
|
| + o.path = buildUnnamed3894();
|
| }
|
| buildCounterKey--;
|
| return o;
|
| @@ -414,7 +414,7 @@ checkKey(api.Key o) {
|
| buildCounterKey++;
|
| if (buildCounterKey < 3) {
|
| checkPartitionId(o.partitionId);
|
| - checkUnnamed3802(o.path);
|
| + checkUnnamed3894(o.path);
|
| }
|
| buildCounterKey--;
|
| }
|
| @@ -461,14 +461,14 @@ checkKindExpression(api.KindExpression o) {
|
| buildCounterKindExpression--;
|
| }
|
|
|
| -buildUnnamed3803() {
|
| +buildUnnamed3895() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3803(core.List<api.Key> o) {
|
| +checkUnnamed3895(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 = buildUnnamed3803();
|
| + o.keys = buildUnnamed3895();
|
| o.readOptions = buildReadOptions();
|
| }
|
| buildCounterLookupRequest--;
|
| @@ -489,46 +489,46 @@ buildLookupRequest() {
|
| checkLookupRequest(api.LookupRequest o) {
|
| buildCounterLookupRequest++;
|
| if (buildCounterLookupRequest < 3) {
|
| - checkUnnamed3803(o.keys);
|
| + checkUnnamed3895(o.keys);
|
| checkReadOptions(o.readOptions);
|
| }
|
| buildCounterLookupRequest--;
|
| }
|
|
|
| -buildUnnamed3804() {
|
| +buildUnnamed3896() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3804(core.List<api.Key> o) {
|
| +checkUnnamed3896(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed3805() {
|
| +buildUnnamed3897() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3805(core.List<api.EntityResult> o) {
|
| +checkUnnamed3897(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| }
|
|
|
| -buildUnnamed3806() {
|
| +buildUnnamed3898() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3806(core.List<api.EntityResult> o) {
|
| +checkUnnamed3898(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 = buildUnnamed3804();
|
| - o.found = buildUnnamed3805();
|
| + o.deferred = buildUnnamed3896();
|
| + o.found = buildUnnamed3897();
|
| o.header = buildResponseHeader();
|
| - o.missing = buildUnnamed3806();
|
| + o.missing = buildUnnamed3898();
|
| }
|
| buildCounterLookupResponse--;
|
| return o;
|
| @@ -551,74 +551,74 @@ buildLookupResponse() {
|
| checkLookupResponse(api.LookupResponse o) {
|
| buildCounterLookupResponse++;
|
| if (buildCounterLookupResponse < 3) {
|
| - checkUnnamed3804(o.deferred);
|
| - checkUnnamed3805(o.found);
|
| + checkUnnamed3896(o.deferred);
|
| + checkUnnamed3897(o.found);
|
| checkResponseHeader(o.header);
|
| - checkUnnamed3806(o.missing);
|
| + checkUnnamed3898(o.missing);
|
| }
|
| buildCounterLookupResponse--;
|
| }
|
|
|
| -buildUnnamed3807() {
|
| +buildUnnamed3899() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3807(core.List<api.Key> o) {
|
| +checkUnnamed3899(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed3808() {
|
| +buildUnnamed3900() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3808(core.List<api.Entity> o) {
|
| +checkUnnamed3900(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed3809() {
|
| +buildUnnamed3901() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3809(core.List<api.Entity> o) {
|
| +checkUnnamed3901(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed3810() {
|
| +buildUnnamed3902() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3810(core.List<api.Entity> o) {
|
| +checkUnnamed3902(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed3811() {
|
| +buildUnnamed3903() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3811(core.List<api.Entity> o) {
|
| +checkUnnamed3903(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 = buildUnnamed3807();
|
| + o.delete = buildUnnamed3899();
|
| o.force = true;
|
| - o.insert = buildUnnamed3808();
|
| - o.insertAutoId = buildUnnamed3809();
|
| - o.update = buildUnnamed3810();
|
| - o.upsert = buildUnnamed3811();
|
| + o.insert = buildUnnamed3900();
|
| + o.insertAutoId = buildUnnamed3901();
|
| + o.update = buildUnnamed3902();
|
| + o.upsert = buildUnnamed3903();
|
| }
|
| buildCounterMutation--;
|
| return o;
|
| @@ -643,24 +643,24 @@ buildMutation() {
|
| checkMutation(api.Mutation o) {
|
| buildCounterMutation++;
|
| if (buildCounterMutation < 3) {
|
| - checkUnnamed3807(o.delete);
|
| + checkUnnamed3899(o.delete);
|
| unittest.expect(o.force, unittest.isTrue);
|
| - checkUnnamed3808(o.insert);
|
| - checkUnnamed3809(o.insertAutoId);
|
| - checkUnnamed3810(o.update);
|
| - checkUnnamed3811(o.upsert);
|
| + checkUnnamed3900(o.insert);
|
| + checkUnnamed3901(o.insertAutoId);
|
| + checkUnnamed3902(o.update);
|
| + checkUnnamed3903(o.upsert);
|
| }
|
| buildCounterMutation--;
|
| }
|
|
|
| -buildUnnamed3812() {
|
| +buildUnnamed3904() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3812(core.List<api.Key> o) {
|
| +checkUnnamed3904(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 = buildUnnamed3812();
|
| + o.insertAutoIdKeys = buildUnnamed3904();
|
| }
|
| buildCounterMutationResult--;
|
| return o;
|
| @@ -682,7 +682,7 @@ checkMutationResult(api.MutationResult o) {
|
| buildCounterMutationResult++;
|
| if (buildCounterMutationResult < 3) {
|
| unittest.expect(o.indexUpdates, unittest.equals(42));
|
| - checkUnnamed3812(o.insertAutoIdKeys);
|
| + checkUnnamed3904(o.insertAutoIdKeys);
|
| }
|
| buildCounterMutationResult--;
|
| }
|
| @@ -708,14 +708,14 @@ checkPartitionId(api.PartitionId o) {
|
| buildCounterPartitionId--;
|
| }
|
|
|
| -buildUnnamed3813() {
|
| +buildUnnamed3905() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3813(core.List<api.Value> o) {
|
| +checkUnnamed3905(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 = buildUnnamed3813();
|
| + o.listValue = buildUnnamed3905();
|
| 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);
|
| - checkUnnamed3813(o.listValue);
|
| + checkUnnamed3905(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--;
|
| }
|
|
|
| -buildUnnamed3814() {
|
| +buildUnnamed3906() {
|
| var o = new core.List<api.PropertyReference>();
|
| o.add(buildPropertyReference());
|
| o.add(buildPropertyReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3814(core.List<api.PropertyReference> o) {
|
| +checkUnnamed3906(core.List<api.PropertyReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyReference(o[0]);
|
| checkPropertyReference(o[1]);
|
| }
|
|
|
| -buildUnnamed3815() {
|
| +buildUnnamed3907() {
|
| var o = new core.List<api.KindExpression>();
|
| o.add(buildKindExpression());
|
| o.add(buildKindExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3815(core.List<api.KindExpression> o) {
|
| +checkUnnamed3907(core.List<api.KindExpression> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKindExpression(o[0]);
|
| checkKindExpression(o[1]);
|
| }
|
|
|
| -buildUnnamed3816() {
|
| +buildUnnamed3908() {
|
| var o = new core.List<api.PropertyOrder>();
|
| o.add(buildPropertyOrder());
|
| o.add(buildPropertyOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3816(core.List<api.PropertyOrder> o) {
|
| +checkUnnamed3908(core.List<api.PropertyOrder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyOrder(o[0]);
|
| checkPropertyOrder(o[1]);
|
| }
|
|
|
| -buildUnnamed3817() {
|
| +buildUnnamed3909() {
|
| var o = new core.List<api.PropertyExpression>();
|
| o.add(buildPropertyExpression());
|
| o.add(buildPropertyExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3817(core.List<api.PropertyExpression> o) {
|
| +checkUnnamed3909(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 = buildUnnamed3814();
|
| - o.kinds = buildUnnamed3815();
|
| + o.groupBy = buildUnnamed3906();
|
| + o.kinds = buildUnnamed3907();
|
| o.limit = 42;
|
| o.offset = 42;
|
| - o.order = buildUnnamed3816();
|
| - o.projection = buildUnnamed3817();
|
| + o.order = buildUnnamed3908();
|
| + o.projection = buildUnnamed3909();
|
| 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);
|
| - checkUnnamed3814(o.groupBy);
|
| - checkUnnamed3815(o.kinds);
|
| + checkUnnamed3906(o.groupBy);
|
| + checkUnnamed3907(o.kinds);
|
| unittest.expect(o.limit, unittest.equals(42));
|
| unittest.expect(o.offset, unittest.equals(42));
|
| - checkUnnamed3816(o.order);
|
| - checkUnnamed3817(o.projection);
|
| + checkUnnamed3908(o.order);
|
| + checkUnnamed3909(o.projection);
|
| unittest.expect(o.startCursor, unittest.equals('foo'));
|
| }
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed3818() {
|
| +buildUnnamed3910() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3818(core.List<api.EntityResult> o) {
|
| +checkUnnamed3910(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 = buildUnnamed3818();
|
| + o.entityResults = buildUnnamed3910();
|
| 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'));
|
| - checkUnnamed3818(o.entityResults);
|
| + checkUnnamed3910(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--;
|
| }
|
|
|
| -buildUnnamed3819() {
|
| +buildUnnamed3911() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3819(core.List<api.Value> o) {
|
| +checkUnnamed3911(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 = buildUnnamed3819();
|
| + o.listValue = buildUnnamed3911();
|
| 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);
|
| - checkUnnamed3819(o.listValue);
|
| + checkUnnamed3911(o.listValue);
|
| unittest.expect(o.meaning, unittest.equals(42));
|
| unittest.expect(o.stringValue, unittest.equals('foo'));
|
| }
|
|
|