| 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 32b5d99366f8262a46ddcb920c60c1d126cfc63f..210c78805e565d4b35a1acf5406a95b3e8ef1d86 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);
|
| }
|
|
|
| -buildUnnamed3133() {
|
| +buildUnnamed3498() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3133(core.List<api.Key> o) {
|
| +checkUnnamed3498(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 = buildUnnamed3133();
|
| + o.keys = buildUnnamed3498();
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| return o;
|
| @@ -78,19 +78,19 @@ buildAllocateIdsRequest() {
|
| checkAllocateIdsRequest(api.AllocateIdsRequest o) {
|
| buildCounterAllocateIdsRequest++;
|
| if (buildCounterAllocateIdsRequest < 3) {
|
| - checkUnnamed3133(o.keys);
|
| + checkUnnamed3498(o.keys);
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| }
|
|
|
| -buildUnnamed3134() {
|
| +buildUnnamed3499() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3134(core.List<api.Key> o) {
|
| +checkUnnamed3499(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 = buildUnnamed3134();
|
| + o.keys = buildUnnamed3499();
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| return o;
|
| @@ -112,7 +112,7 @@ checkAllocateIdsResponse(api.AllocateIdsResponse o) {
|
| buildCounterAllocateIdsResponse++;
|
| if (buildCounterAllocateIdsResponse < 3) {
|
| checkResponseHeader(o.header);
|
| - checkUnnamed3134(o.keys);
|
| + checkUnnamed3499(o.keys);
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| }
|
| @@ -203,14 +203,14 @@ checkCommitResponse(api.CommitResponse o) {
|
| buildCounterCommitResponse--;
|
| }
|
|
|
| -buildUnnamed3135() {
|
| +buildUnnamed3500() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3135(core.List<api.Filter> o) {
|
| +checkUnnamed3500(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 = buildUnnamed3135();
|
| + o.filters = buildUnnamed3500();
|
| o.operator = "foo";
|
| }
|
| buildCounterCompositeFilter--;
|
| @@ -231,20 +231,20 @@ buildCompositeFilter() {
|
| checkCompositeFilter(api.CompositeFilter o) {
|
| buildCounterCompositeFilter++;
|
| if (buildCounterCompositeFilter < 3) {
|
| - checkUnnamed3135(o.filters);
|
| + checkUnnamed3500(o.filters);
|
| unittest.expect(o.operator, unittest.equals('foo'));
|
| }
|
| buildCounterCompositeFilter--;
|
| }
|
|
|
| -buildUnnamed3136() {
|
| +buildUnnamed3501() {
|
| var o = new core.Map<core.String, api.Property>();
|
| o["x"] = buildProperty();
|
| o["y"] = buildProperty();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3136(core.Map<core.String, api.Property> o) {
|
| +checkUnnamed3501(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 = buildUnnamed3136();
|
| + o.properties = buildUnnamed3501();
|
| }
|
| buildCounterEntity--;
|
| return o;
|
| @@ -266,7 +266,7 @@ checkEntity(api.Entity o) {
|
| buildCounterEntity++;
|
| if (buildCounterEntity < 3) {
|
| checkKey(o.key);
|
| - checkUnnamed3136(o.properties);
|
| + checkUnnamed3501(o.properties);
|
| }
|
| buildCounterEntity--;
|
| }
|
| @@ -311,27 +311,27 @@ checkFilter(api.Filter o) {
|
| buildCounterFilter--;
|
| }
|
|
|
| -buildUnnamed3137() {
|
| +buildUnnamed3502() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3137(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed3502(core.List<api.GqlQueryArg> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGqlQueryArg(o[0]);
|
| checkGqlQueryArg(o[1]);
|
| }
|
|
|
| -buildUnnamed3138() {
|
| +buildUnnamed3503() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3138(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed3503(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 = buildUnnamed3137();
|
| - o.numberArgs = buildUnnamed3138();
|
| + o.nameArgs = buildUnnamed3502();
|
| + o.numberArgs = buildUnnamed3503();
|
| o.queryString = "foo";
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -355,8 +355,8 @@ checkGqlQuery(api.GqlQuery o) {
|
| buildCounterGqlQuery++;
|
| if (buildCounterGqlQuery < 3) {
|
| unittest.expect(o.allowLiteral, unittest.isTrue);
|
| - checkUnnamed3137(o.nameArgs);
|
| - checkUnnamed3138(o.numberArgs);
|
| + checkUnnamed3502(o.nameArgs);
|
| + checkUnnamed3503(o.numberArgs);
|
| unittest.expect(o.queryString, unittest.equals('foo'));
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -385,14 +385,14 @@ checkGqlQueryArg(api.GqlQueryArg o) {
|
| buildCounterGqlQueryArg--;
|
| }
|
|
|
| -buildUnnamed3139() {
|
| +buildUnnamed3504() {
|
| var o = new core.List<api.KeyPathElement>();
|
| o.add(buildKeyPathElement());
|
| o.add(buildKeyPathElement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3139(core.List<api.KeyPathElement> o) {
|
| +checkUnnamed3504(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 = buildUnnamed3139();
|
| + o.path = buildUnnamed3504();
|
| }
|
| buildCounterKey--;
|
| return o;
|
| @@ -414,7 +414,7 @@ checkKey(api.Key o) {
|
| buildCounterKey++;
|
| if (buildCounterKey < 3) {
|
| checkPartitionId(o.partitionId);
|
| - checkUnnamed3139(o.path);
|
| + checkUnnamed3504(o.path);
|
| }
|
| buildCounterKey--;
|
| }
|
| @@ -461,14 +461,14 @@ checkKindExpression(api.KindExpression o) {
|
| buildCounterKindExpression--;
|
| }
|
|
|
| -buildUnnamed3140() {
|
| +buildUnnamed3505() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3140(core.List<api.Key> o) {
|
| +checkUnnamed3505(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 = buildUnnamed3140();
|
| + o.keys = buildUnnamed3505();
|
| o.readOptions = buildReadOptions();
|
| }
|
| buildCounterLookupRequest--;
|
| @@ -489,46 +489,46 @@ buildLookupRequest() {
|
| checkLookupRequest(api.LookupRequest o) {
|
| buildCounterLookupRequest++;
|
| if (buildCounterLookupRequest < 3) {
|
| - checkUnnamed3140(o.keys);
|
| + checkUnnamed3505(o.keys);
|
| checkReadOptions(o.readOptions);
|
| }
|
| buildCounterLookupRequest--;
|
| }
|
|
|
| -buildUnnamed3141() {
|
| +buildUnnamed3506() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3141(core.List<api.Key> o) {
|
| +checkUnnamed3506(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed3142() {
|
| +buildUnnamed3507() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3142(core.List<api.EntityResult> o) {
|
| +checkUnnamed3507(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| }
|
|
|
| -buildUnnamed3143() {
|
| +buildUnnamed3508() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3143(core.List<api.EntityResult> o) {
|
| +checkUnnamed3508(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 = buildUnnamed3141();
|
| - o.found = buildUnnamed3142();
|
| + o.deferred = buildUnnamed3506();
|
| + o.found = buildUnnamed3507();
|
| o.header = buildResponseHeader();
|
| - o.missing = buildUnnamed3143();
|
| + o.missing = buildUnnamed3508();
|
| }
|
| buildCounterLookupResponse--;
|
| return o;
|
| @@ -551,74 +551,74 @@ buildLookupResponse() {
|
| checkLookupResponse(api.LookupResponse o) {
|
| buildCounterLookupResponse++;
|
| if (buildCounterLookupResponse < 3) {
|
| - checkUnnamed3141(o.deferred);
|
| - checkUnnamed3142(o.found);
|
| + checkUnnamed3506(o.deferred);
|
| + checkUnnamed3507(o.found);
|
| checkResponseHeader(o.header);
|
| - checkUnnamed3143(o.missing);
|
| + checkUnnamed3508(o.missing);
|
| }
|
| buildCounterLookupResponse--;
|
| }
|
|
|
| -buildUnnamed3144() {
|
| +buildUnnamed3509() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3144(core.List<api.Key> o) {
|
| +checkUnnamed3509(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed3145() {
|
| +buildUnnamed3510() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3145(core.List<api.Entity> o) {
|
| +checkUnnamed3510(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed3146() {
|
| +buildUnnamed3511() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3146(core.List<api.Entity> o) {
|
| +checkUnnamed3511(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed3147() {
|
| +buildUnnamed3512() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3147(core.List<api.Entity> o) {
|
| +checkUnnamed3512(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed3148() {
|
| +buildUnnamed3513() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3148(core.List<api.Entity> o) {
|
| +checkUnnamed3513(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 = buildUnnamed3144();
|
| + o.delete = buildUnnamed3509();
|
| o.force = true;
|
| - o.insert = buildUnnamed3145();
|
| - o.insertAutoId = buildUnnamed3146();
|
| - o.update = buildUnnamed3147();
|
| - o.upsert = buildUnnamed3148();
|
| + o.insert = buildUnnamed3510();
|
| + o.insertAutoId = buildUnnamed3511();
|
| + o.update = buildUnnamed3512();
|
| + o.upsert = buildUnnamed3513();
|
| }
|
| buildCounterMutation--;
|
| return o;
|
| @@ -643,24 +643,24 @@ buildMutation() {
|
| checkMutation(api.Mutation o) {
|
| buildCounterMutation++;
|
| if (buildCounterMutation < 3) {
|
| - checkUnnamed3144(o.delete);
|
| + checkUnnamed3509(o.delete);
|
| unittest.expect(o.force, unittest.isTrue);
|
| - checkUnnamed3145(o.insert);
|
| - checkUnnamed3146(o.insertAutoId);
|
| - checkUnnamed3147(o.update);
|
| - checkUnnamed3148(o.upsert);
|
| + checkUnnamed3510(o.insert);
|
| + checkUnnamed3511(o.insertAutoId);
|
| + checkUnnamed3512(o.update);
|
| + checkUnnamed3513(o.upsert);
|
| }
|
| buildCounterMutation--;
|
| }
|
|
|
| -buildUnnamed3149() {
|
| +buildUnnamed3514() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3149(core.List<api.Key> o) {
|
| +checkUnnamed3514(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 = buildUnnamed3149();
|
| + o.insertAutoIdKeys = buildUnnamed3514();
|
| }
|
| buildCounterMutationResult--;
|
| return o;
|
| @@ -682,7 +682,7 @@ checkMutationResult(api.MutationResult o) {
|
| buildCounterMutationResult++;
|
| if (buildCounterMutationResult < 3) {
|
| unittest.expect(o.indexUpdates, unittest.equals(42));
|
| - checkUnnamed3149(o.insertAutoIdKeys);
|
| + checkUnnamed3514(o.insertAutoIdKeys);
|
| }
|
| buildCounterMutationResult--;
|
| }
|
| @@ -708,14 +708,14 @@ checkPartitionId(api.PartitionId o) {
|
| buildCounterPartitionId--;
|
| }
|
|
|
| -buildUnnamed3150() {
|
| +buildUnnamed3515() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3150(core.List<api.Value> o) {
|
| +checkUnnamed3515(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 = buildUnnamed3150();
|
| + o.listValue = buildUnnamed3515();
|
| 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);
|
| - checkUnnamed3150(o.listValue);
|
| + checkUnnamed3515(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--;
|
| }
|
|
|
| -buildUnnamed3151() {
|
| +buildUnnamed3516() {
|
| var o = new core.List<api.PropertyReference>();
|
| o.add(buildPropertyReference());
|
| o.add(buildPropertyReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3151(core.List<api.PropertyReference> o) {
|
| +checkUnnamed3516(core.List<api.PropertyReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyReference(o[0]);
|
| checkPropertyReference(o[1]);
|
| }
|
|
|
| -buildUnnamed3152() {
|
| +buildUnnamed3517() {
|
| var o = new core.List<api.KindExpression>();
|
| o.add(buildKindExpression());
|
| o.add(buildKindExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3152(core.List<api.KindExpression> o) {
|
| +checkUnnamed3517(core.List<api.KindExpression> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKindExpression(o[0]);
|
| checkKindExpression(o[1]);
|
| }
|
|
|
| -buildUnnamed3153() {
|
| +buildUnnamed3518() {
|
| var o = new core.List<api.PropertyOrder>();
|
| o.add(buildPropertyOrder());
|
| o.add(buildPropertyOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3153(core.List<api.PropertyOrder> o) {
|
| +checkUnnamed3518(core.List<api.PropertyOrder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyOrder(o[0]);
|
| checkPropertyOrder(o[1]);
|
| }
|
|
|
| -buildUnnamed3154() {
|
| +buildUnnamed3519() {
|
| var o = new core.List<api.PropertyExpression>();
|
| o.add(buildPropertyExpression());
|
| o.add(buildPropertyExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3154(core.List<api.PropertyExpression> o) {
|
| +checkUnnamed3519(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 = buildUnnamed3151();
|
| - o.kinds = buildUnnamed3152();
|
| + o.groupBy = buildUnnamed3516();
|
| + o.kinds = buildUnnamed3517();
|
| o.limit = 42;
|
| o.offset = 42;
|
| - o.order = buildUnnamed3153();
|
| - o.projection = buildUnnamed3154();
|
| + o.order = buildUnnamed3518();
|
| + o.projection = buildUnnamed3519();
|
| 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);
|
| - checkUnnamed3151(o.groupBy);
|
| - checkUnnamed3152(o.kinds);
|
| + checkUnnamed3516(o.groupBy);
|
| + checkUnnamed3517(o.kinds);
|
| unittest.expect(o.limit, unittest.equals(42));
|
| unittest.expect(o.offset, unittest.equals(42));
|
| - checkUnnamed3153(o.order);
|
| - checkUnnamed3154(o.projection);
|
| + checkUnnamed3518(o.order);
|
| + checkUnnamed3519(o.projection);
|
| unittest.expect(o.startCursor, unittest.equals('foo'));
|
| }
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed3155() {
|
| +buildUnnamed3520() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3155(core.List<api.EntityResult> o) {
|
| +checkUnnamed3520(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 = buildUnnamed3155();
|
| + o.entityResults = buildUnnamed3520();
|
| 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'));
|
| - checkUnnamed3155(o.entityResults);
|
| + checkUnnamed3520(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--;
|
| }
|
|
|
| -buildUnnamed3156() {
|
| +buildUnnamed3521() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3156(core.List<api.Value> o) {
|
| +checkUnnamed3521(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 = buildUnnamed3156();
|
| + o.listValue = buildUnnamed3521();
|
| 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);
|
| - checkUnnamed3156(o.listValue);
|
| + checkUnnamed3521(o.listValue);
|
| unittest.expect(o.meaning, unittest.equals(42));
|
| unittest.expect(o.stringValue, unittest.equals('foo'));
|
| }
|
|
|