| 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 538a2ae9bdf882fe039d30cc91a47093232f0f15..7668527c2bc5df100de8506a59d805fa95b804e0 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);
|
| }
|
|
|
| -buildUnnamed2321() {
|
| +buildUnnamed2702() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2321(core.List<api.Key> o) {
|
| +checkUnnamed2702(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 = buildUnnamed2321();
|
| + o.keys = buildUnnamed2702();
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| return o;
|
| @@ -78,19 +78,19 @@ buildAllocateIdsRequest() {
|
| checkAllocateIdsRequest(api.AllocateIdsRequest o) {
|
| buildCounterAllocateIdsRequest++;
|
| if (buildCounterAllocateIdsRequest < 3) {
|
| - checkUnnamed2321(o.keys);
|
| + checkUnnamed2702(o.keys);
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| }
|
|
|
| -buildUnnamed2322() {
|
| +buildUnnamed2703() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2322(core.List<api.Key> o) {
|
| +checkUnnamed2703(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 = buildUnnamed2322();
|
| + o.keys = buildUnnamed2703();
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| return o;
|
| @@ -112,7 +112,7 @@ checkAllocateIdsResponse(api.AllocateIdsResponse o) {
|
| buildCounterAllocateIdsResponse++;
|
| if (buildCounterAllocateIdsResponse < 3) {
|
| checkResponseHeader(o.header);
|
| - checkUnnamed2322(o.keys);
|
| + checkUnnamed2703(o.keys);
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| }
|
| @@ -203,14 +203,14 @@ checkCommitResponse(api.CommitResponse o) {
|
| buildCounterCommitResponse--;
|
| }
|
|
|
| -buildUnnamed2323() {
|
| +buildUnnamed2704() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2323(core.List<api.Filter> o) {
|
| +checkUnnamed2704(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 = buildUnnamed2323();
|
| + o.filters = buildUnnamed2704();
|
| o.operator = "foo";
|
| }
|
| buildCounterCompositeFilter--;
|
| @@ -231,20 +231,20 @@ buildCompositeFilter() {
|
| checkCompositeFilter(api.CompositeFilter o) {
|
| buildCounterCompositeFilter++;
|
| if (buildCounterCompositeFilter < 3) {
|
| - checkUnnamed2323(o.filters);
|
| + checkUnnamed2704(o.filters);
|
| unittest.expect(o.operator, unittest.equals('foo'));
|
| }
|
| buildCounterCompositeFilter--;
|
| }
|
|
|
| -buildUnnamed2324() {
|
| +buildUnnamed2705() {
|
| var o = new core.Map<core.String, api.Property>();
|
| o["x"] = buildProperty();
|
| o["y"] = buildProperty();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2324(core.Map<core.String, api.Property> o) {
|
| +checkUnnamed2705(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 = buildUnnamed2324();
|
| + o.properties = buildUnnamed2705();
|
| }
|
| buildCounterEntity--;
|
| return o;
|
| @@ -266,7 +266,7 @@ checkEntity(api.Entity o) {
|
| buildCounterEntity++;
|
| if (buildCounterEntity < 3) {
|
| checkKey(o.key);
|
| - checkUnnamed2324(o.properties);
|
| + checkUnnamed2705(o.properties);
|
| }
|
| buildCounterEntity--;
|
| }
|
| @@ -311,27 +311,27 @@ checkFilter(api.Filter o) {
|
| buildCounterFilter--;
|
| }
|
|
|
| -buildUnnamed2325() {
|
| +buildUnnamed2706() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2325(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed2706(core.List<api.GqlQueryArg> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGqlQueryArg(o[0]);
|
| checkGqlQueryArg(o[1]);
|
| }
|
|
|
| -buildUnnamed2326() {
|
| +buildUnnamed2707() {
|
| var o = new core.List<api.GqlQueryArg>();
|
| o.add(buildGqlQueryArg());
|
| o.add(buildGqlQueryArg());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2326(core.List<api.GqlQueryArg> o) {
|
| +checkUnnamed2707(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 = buildUnnamed2325();
|
| - o.numberArgs = buildUnnamed2326();
|
| + o.nameArgs = buildUnnamed2706();
|
| + o.numberArgs = buildUnnamed2707();
|
| o.queryString = "foo";
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -355,8 +355,8 @@ checkGqlQuery(api.GqlQuery o) {
|
| buildCounterGqlQuery++;
|
| if (buildCounterGqlQuery < 3) {
|
| unittest.expect(o.allowLiteral, unittest.isTrue);
|
| - checkUnnamed2325(o.nameArgs);
|
| - checkUnnamed2326(o.numberArgs);
|
| + checkUnnamed2706(o.nameArgs);
|
| + checkUnnamed2707(o.numberArgs);
|
| unittest.expect(o.queryString, unittest.equals('foo'));
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -385,14 +385,14 @@ checkGqlQueryArg(api.GqlQueryArg o) {
|
| buildCounterGqlQueryArg--;
|
| }
|
|
|
| -buildUnnamed2327() {
|
| +buildUnnamed2708() {
|
| var o = new core.List<api.KeyPathElement>();
|
| o.add(buildKeyPathElement());
|
| o.add(buildKeyPathElement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2327(core.List<api.KeyPathElement> o) {
|
| +checkUnnamed2708(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 = buildUnnamed2327();
|
| + o.path = buildUnnamed2708();
|
| }
|
| buildCounterKey--;
|
| return o;
|
| @@ -414,7 +414,7 @@ checkKey(api.Key o) {
|
| buildCounterKey++;
|
| if (buildCounterKey < 3) {
|
| checkPartitionId(o.partitionId);
|
| - checkUnnamed2327(o.path);
|
| + checkUnnamed2708(o.path);
|
| }
|
| buildCounterKey--;
|
| }
|
| @@ -461,14 +461,14 @@ checkKindExpression(api.KindExpression o) {
|
| buildCounterKindExpression--;
|
| }
|
|
|
| -buildUnnamed2328() {
|
| +buildUnnamed2709() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2328(core.List<api.Key> o) {
|
| +checkUnnamed2709(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 = buildUnnamed2328();
|
| + o.keys = buildUnnamed2709();
|
| o.readOptions = buildReadOptions();
|
| }
|
| buildCounterLookupRequest--;
|
| @@ -489,46 +489,46 @@ buildLookupRequest() {
|
| checkLookupRequest(api.LookupRequest o) {
|
| buildCounterLookupRequest++;
|
| if (buildCounterLookupRequest < 3) {
|
| - checkUnnamed2328(o.keys);
|
| + checkUnnamed2709(o.keys);
|
| checkReadOptions(o.readOptions);
|
| }
|
| buildCounterLookupRequest--;
|
| }
|
|
|
| -buildUnnamed2329() {
|
| +buildUnnamed2710() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2329(core.List<api.Key> o) {
|
| +checkUnnamed2710(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed2330() {
|
| +buildUnnamed2711() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2330(core.List<api.EntityResult> o) {
|
| +checkUnnamed2711(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| }
|
|
|
| -buildUnnamed2331() {
|
| +buildUnnamed2712() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2331(core.List<api.EntityResult> o) {
|
| +checkUnnamed2712(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 = buildUnnamed2329();
|
| - o.found = buildUnnamed2330();
|
| + o.deferred = buildUnnamed2710();
|
| + o.found = buildUnnamed2711();
|
| o.header = buildResponseHeader();
|
| - o.missing = buildUnnamed2331();
|
| + o.missing = buildUnnamed2712();
|
| }
|
| buildCounterLookupResponse--;
|
| return o;
|
| @@ -551,74 +551,74 @@ buildLookupResponse() {
|
| checkLookupResponse(api.LookupResponse o) {
|
| buildCounterLookupResponse++;
|
| if (buildCounterLookupResponse < 3) {
|
| - checkUnnamed2329(o.deferred);
|
| - checkUnnamed2330(o.found);
|
| + checkUnnamed2710(o.deferred);
|
| + checkUnnamed2711(o.found);
|
| checkResponseHeader(o.header);
|
| - checkUnnamed2331(o.missing);
|
| + checkUnnamed2712(o.missing);
|
| }
|
| buildCounterLookupResponse--;
|
| }
|
|
|
| -buildUnnamed2332() {
|
| +buildUnnamed2713() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2332(core.List<api.Key> o) {
|
| +checkUnnamed2713(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed2333() {
|
| +buildUnnamed2714() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2333(core.List<api.Entity> o) {
|
| +checkUnnamed2714(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed2334() {
|
| +buildUnnamed2715() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2334(core.List<api.Entity> o) {
|
| +checkUnnamed2715(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed2335() {
|
| +buildUnnamed2716() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2335(core.List<api.Entity> o) {
|
| +checkUnnamed2716(core.List<api.Entity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntity(o[0]);
|
| checkEntity(o[1]);
|
| }
|
|
|
| -buildUnnamed2336() {
|
| +buildUnnamed2717() {
|
| var o = new core.List<api.Entity>();
|
| o.add(buildEntity());
|
| o.add(buildEntity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2336(core.List<api.Entity> o) {
|
| +checkUnnamed2717(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 = buildUnnamed2332();
|
| + o.delete = buildUnnamed2713();
|
| o.force = true;
|
| - o.insert = buildUnnamed2333();
|
| - o.insertAutoId = buildUnnamed2334();
|
| - o.update = buildUnnamed2335();
|
| - o.upsert = buildUnnamed2336();
|
| + o.insert = buildUnnamed2714();
|
| + o.insertAutoId = buildUnnamed2715();
|
| + o.update = buildUnnamed2716();
|
| + o.upsert = buildUnnamed2717();
|
| }
|
| buildCounterMutation--;
|
| return o;
|
| @@ -643,24 +643,24 @@ buildMutation() {
|
| checkMutation(api.Mutation o) {
|
| buildCounterMutation++;
|
| if (buildCounterMutation < 3) {
|
| - checkUnnamed2332(o.delete);
|
| + checkUnnamed2713(o.delete);
|
| unittest.expect(o.force, unittest.isTrue);
|
| - checkUnnamed2333(o.insert);
|
| - checkUnnamed2334(o.insertAutoId);
|
| - checkUnnamed2335(o.update);
|
| - checkUnnamed2336(o.upsert);
|
| + checkUnnamed2714(o.insert);
|
| + checkUnnamed2715(o.insertAutoId);
|
| + checkUnnamed2716(o.update);
|
| + checkUnnamed2717(o.upsert);
|
| }
|
| buildCounterMutation--;
|
| }
|
|
|
| -buildUnnamed2337() {
|
| +buildUnnamed2718() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2337(core.List<api.Key> o) {
|
| +checkUnnamed2718(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 = buildUnnamed2337();
|
| + o.insertAutoIdKeys = buildUnnamed2718();
|
| }
|
| buildCounterMutationResult--;
|
| return o;
|
| @@ -682,7 +682,7 @@ checkMutationResult(api.MutationResult o) {
|
| buildCounterMutationResult++;
|
| if (buildCounterMutationResult < 3) {
|
| unittest.expect(o.indexUpdates, unittest.equals(42));
|
| - checkUnnamed2337(o.insertAutoIdKeys);
|
| + checkUnnamed2718(o.insertAutoIdKeys);
|
| }
|
| buildCounterMutationResult--;
|
| }
|
| @@ -708,14 +708,14 @@ checkPartitionId(api.PartitionId o) {
|
| buildCounterPartitionId--;
|
| }
|
|
|
| -buildUnnamed2338() {
|
| +buildUnnamed2719() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2338(core.List<api.Value> o) {
|
| +checkUnnamed2719(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 = buildUnnamed2338();
|
| + o.listValue = buildUnnamed2719();
|
| 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);
|
| - checkUnnamed2338(o.listValue);
|
| + checkUnnamed2719(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--;
|
| }
|
|
|
| -buildUnnamed2339() {
|
| +buildUnnamed2720() {
|
| var o = new core.List<api.PropertyReference>();
|
| o.add(buildPropertyReference());
|
| o.add(buildPropertyReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2339(core.List<api.PropertyReference> o) {
|
| +checkUnnamed2720(core.List<api.PropertyReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyReference(o[0]);
|
| checkPropertyReference(o[1]);
|
| }
|
|
|
| -buildUnnamed2340() {
|
| +buildUnnamed2721() {
|
| var o = new core.List<api.KindExpression>();
|
| o.add(buildKindExpression());
|
| o.add(buildKindExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2340(core.List<api.KindExpression> o) {
|
| +checkUnnamed2721(core.List<api.KindExpression> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKindExpression(o[0]);
|
| checkKindExpression(o[1]);
|
| }
|
|
|
| -buildUnnamed2341() {
|
| +buildUnnamed2722() {
|
| var o = new core.List<api.PropertyOrder>();
|
| o.add(buildPropertyOrder());
|
| o.add(buildPropertyOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2341(core.List<api.PropertyOrder> o) {
|
| +checkUnnamed2722(core.List<api.PropertyOrder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyOrder(o[0]);
|
| checkPropertyOrder(o[1]);
|
| }
|
|
|
| -buildUnnamed2342() {
|
| +buildUnnamed2723() {
|
| var o = new core.List<api.PropertyExpression>();
|
| o.add(buildPropertyExpression());
|
| o.add(buildPropertyExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2342(core.List<api.PropertyExpression> o) {
|
| +checkUnnamed2723(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 = buildUnnamed2339();
|
| - o.kinds = buildUnnamed2340();
|
| + o.groupBy = buildUnnamed2720();
|
| + o.kinds = buildUnnamed2721();
|
| o.limit = 42;
|
| o.offset = 42;
|
| - o.order = buildUnnamed2341();
|
| - o.projection = buildUnnamed2342();
|
| + o.order = buildUnnamed2722();
|
| + o.projection = buildUnnamed2723();
|
| 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);
|
| - checkUnnamed2339(o.groupBy);
|
| - checkUnnamed2340(o.kinds);
|
| + checkUnnamed2720(o.groupBy);
|
| + checkUnnamed2721(o.kinds);
|
| unittest.expect(o.limit, unittest.equals(42));
|
| unittest.expect(o.offset, unittest.equals(42));
|
| - checkUnnamed2341(o.order);
|
| - checkUnnamed2342(o.projection);
|
| + checkUnnamed2722(o.order);
|
| + checkUnnamed2723(o.projection);
|
| unittest.expect(o.startCursor, unittest.equals('foo'));
|
| }
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed2343() {
|
| +buildUnnamed2724() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2343(core.List<api.EntityResult> o) {
|
| +checkUnnamed2724(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 = buildUnnamed2343();
|
| + o.entityResults = buildUnnamed2724();
|
| 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'));
|
| - checkUnnamed2343(o.entityResults);
|
| + checkUnnamed2724(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--;
|
| }
|
|
|
| -buildUnnamed2344() {
|
| +buildUnnamed2725() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2344(core.List<api.Value> o) {
|
| +checkUnnamed2725(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 = buildUnnamed2344();
|
| + o.listValue = buildUnnamed2725();
|
| 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);
|
| - checkUnnamed2344(o.listValue);
|
| + checkUnnamed2725(o.listValue);
|
| unittest.expect(o.meaning, unittest.equals(42));
|
| unittest.expect(o.stringValue, unittest.equals('foo'));
|
| }
|
|
|