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 0124e0c1a9ddee3e642952b05ba2800657cfb436..538a2ae9bdf882fe039d30cc91a47093232f0f15 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); |
} |
-buildUnnamed1783() { |
+buildUnnamed2321() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed1783(core.List<api.Key> o) { |
+checkUnnamed2321(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 = buildUnnamed1783(); |
+ o.keys = buildUnnamed2321(); |
} |
buildCounterAllocateIdsRequest--; |
return o; |
@@ -78,19 +78,19 @@ buildAllocateIdsRequest() { |
checkAllocateIdsRequest(api.AllocateIdsRequest o) { |
buildCounterAllocateIdsRequest++; |
if (buildCounterAllocateIdsRequest < 3) { |
- checkUnnamed1783(o.keys); |
+ checkUnnamed2321(o.keys); |
} |
buildCounterAllocateIdsRequest--; |
} |
-buildUnnamed1784() { |
+buildUnnamed2322() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed1784(core.List<api.Key> o) { |
+checkUnnamed2322(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 = buildUnnamed1784(); |
+ o.keys = buildUnnamed2322(); |
} |
buildCounterAllocateIdsResponse--; |
return o; |
@@ -112,7 +112,7 @@ checkAllocateIdsResponse(api.AllocateIdsResponse o) { |
buildCounterAllocateIdsResponse++; |
if (buildCounterAllocateIdsResponse < 3) { |
checkResponseHeader(o.header); |
- checkUnnamed1784(o.keys); |
+ checkUnnamed2322(o.keys); |
} |
buildCounterAllocateIdsResponse--; |
} |
@@ -203,14 +203,14 @@ checkCommitResponse(api.CommitResponse o) { |
buildCounterCommitResponse--; |
} |
-buildUnnamed1785() { |
+buildUnnamed2323() { |
var o = new core.List<api.Filter>(); |
o.add(buildFilter()); |
o.add(buildFilter()); |
return o; |
} |
-checkUnnamed1785(core.List<api.Filter> o) { |
+checkUnnamed2323(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 = buildUnnamed1785(); |
+ o.filters = buildUnnamed2323(); |
o.operator = "foo"; |
} |
buildCounterCompositeFilter--; |
@@ -231,20 +231,20 @@ buildCompositeFilter() { |
checkCompositeFilter(api.CompositeFilter o) { |
buildCounterCompositeFilter++; |
if (buildCounterCompositeFilter < 3) { |
- checkUnnamed1785(o.filters); |
+ checkUnnamed2323(o.filters); |
unittest.expect(o.operator, unittest.equals('foo')); |
} |
buildCounterCompositeFilter--; |
} |
-buildUnnamed1786() { |
+buildUnnamed2324() { |
var o = new core.Map<core.String, api.Property>(); |
o["x"] = buildProperty(); |
o["y"] = buildProperty(); |
return o; |
} |
-checkUnnamed1786(core.Map<core.String, api.Property> o) { |
+checkUnnamed2324(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 = buildUnnamed1786(); |
+ o.properties = buildUnnamed2324(); |
} |
buildCounterEntity--; |
return o; |
@@ -266,7 +266,7 @@ checkEntity(api.Entity o) { |
buildCounterEntity++; |
if (buildCounterEntity < 3) { |
checkKey(o.key); |
- checkUnnamed1786(o.properties); |
+ checkUnnamed2324(o.properties); |
} |
buildCounterEntity--; |
} |
@@ -311,27 +311,27 @@ checkFilter(api.Filter o) { |
buildCounterFilter--; |
} |
-buildUnnamed1787() { |
+buildUnnamed2325() { |
var o = new core.List<api.GqlQueryArg>(); |
o.add(buildGqlQueryArg()); |
o.add(buildGqlQueryArg()); |
return o; |
} |
-checkUnnamed1787(core.List<api.GqlQueryArg> o) { |
+checkUnnamed2325(core.List<api.GqlQueryArg> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkGqlQueryArg(o[0]); |
checkGqlQueryArg(o[1]); |
} |
-buildUnnamed1788() { |
+buildUnnamed2326() { |
var o = new core.List<api.GqlQueryArg>(); |
o.add(buildGqlQueryArg()); |
o.add(buildGqlQueryArg()); |
return o; |
} |
-checkUnnamed1788(core.List<api.GqlQueryArg> o) { |
+checkUnnamed2326(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 = buildUnnamed1787(); |
- o.numberArgs = buildUnnamed1788(); |
+ o.nameArgs = buildUnnamed2325(); |
+ o.numberArgs = buildUnnamed2326(); |
o.queryString = "foo"; |
} |
buildCounterGqlQuery--; |
@@ -355,8 +355,8 @@ checkGqlQuery(api.GqlQuery o) { |
buildCounterGqlQuery++; |
if (buildCounterGqlQuery < 3) { |
unittest.expect(o.allowLiteral, unittest.isTrue); |
- checkUnnamed1787(o.nameArgs); |
- checkUnnamed1788(o.numberArgs); |
+ checkUnnamed2325(o.nameArgs); |
+ checkUnnamed2326(o.numberArgs); |
unittest.expect(o.queryString, unittest.equals('foo')); |
} |
buildCounterGqlQuery--; |
@@ -385,14 +385,14 @@ checkGqlQueryArg(api.GqlQueryArg o) { |
buildCounterGqlQueryArg--; |
} |
-buildUnnamed1789() { |
+buildUnnamed2327() { |
var o = new core.List<api.KeyPathElement>(); |
o.add(buildKeyPathElement()); |
o.add(buildKeyPathElement()); |
return o; |
} |
-checkUnnamed1789(core.List<api.KeyPathElement> o) { |
+checkUnnamed2327(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 = buildUnnamed1789(); |
+ o.path = buildUnnamed2327(); |
} |
buildCounterKey--; |
return o; |
@@ -414,7 +414,7 @@ checkKey(api.Key o) { |
buildCounterKey++; |
if (buildCounterKey < 3) { |
checkPartitionId(o.partitionId); |
- checkUnnamed1789(o.path); |
+ checkUnnamed2327(o.path); |
} |
buildCounterKey--; |
} |
@@ -461,14 +461,14 @@ checkKindExpression(api.KindExpression o) { |
buildCounterKindExpression--; |
} |
-buildUnnamed1790() { |
+buildUnnamed2328() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed1790(core.List<api.Key> o) { |
+checkUnnamed2328(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 = buildUnnamed1790(); |
+ o.keys = buildUnnamed2328(); |
o.readOptions = buildReadOptions(); |
} |
buildCounterLookupRequest--; |
@@ -489,46 +489,46 @@ buildLookupRequest() { |
checkLookupRequest(api.LookupRequest o) { |
buildCounterLookupRequest++; |
if (buildCounterLookupRequest < 3) { |
- checkUnnamed1790(o.keys); |
+ checkUnnamed2328(o.keys); |
checkReadOptions(o.readOptions); |
} |
buildCounterLookupRequest--; |
} |
-buildUnnamed1791() { |
+buildUnnamed2329() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed1791(core.List<api.Key> o) { |
+checkUnnamed2329(core.List<api.Key> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkKey(o[0]); |
checkKey(o[1]); |
} |
-buildUnnamed1792() { |
+buildUnnamed2330() { |
var o = new core.List<api.EntityResult>(); |
o.add(buildEntityResult()); |
o.add(buildEntityResult()); |
return o; |
} |
-checkUnnamed1792(core.List<api.EntityResult> o) { |
+checkUnnamed2330(core.List<api.EntityResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEntityResult(o[0]); |
checkEntityResult(o[1]); |
} |
-buildUnnamed1793() { |
+buildUnnamed2331() { |
var o = new core.List<api.EntityResult>(); |
o.add(buildEntityResult()); |
o.add(buildEntityResult()); |
return o; |
} |
-checkUnnamed1793(core.List<api.EntityResult> o) { |
+checkUnnamed2331(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 = buildUnnamed1791(); |
- o.found = buildUnnamed1792(); |
+ o.deferred = buildUnnamed2329(); |
+ o.found = buildUnnamed2330(); |
o.header = buildResponseHeader(); |
- o.missing = buildUnnamed1793(); |
+ o.missing = buildUnnamed2331(); |
} |
buildCounterLookupResponse--; |
return o; |
@@ -551,74 +551,74 @@ buildLookupResponse() { |
checkLookupResponse(api.LookupResponse o) { |
buildCounterLookupResponse++; |
if (buildCounterLookupResponse < 3) { |
- checkUnnamed1791(o.deferred); |
- checkUnnamed1792(o.found); |
+ checkUnnamed2329(o.deferred); |
+ checkUnnamed2330(o.found); |
checkResponseHeader(o.header); |
- checkUnnamed1793(o.missing); |
+ checkUnnamed2331(o.missing); |
} |
buildCounterLookupResponse--; |
} |
-buildUnnamed1794() { |
+buildUnnamed2332() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed1794(core.List<api.Key> o) { |
+checkUnnamed2332(core.List<api.Key> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkKey(o[0]); |
checkKey(o[1]); |
} |
-buildUnnamed1795() { |
+buildUnnamed2333() { |
var o = new core.List<api.Entity>(); |
o.add(buildEntity()); |
o.add(buildEntity()); |
return o; |
} |
-checkUnnamed1795(core.List<api.Entity> o) { |
+checkUnnamed2333(core.List<api.Entity> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEntity(o[0]); |
checkEntity(o[1]); |
} |
-buildUnnamed1796() { |
+buildUnnamed2334() { |
var o = new core.List<api.Entity>(); |
o.add(buildEntity()); |
o.add(buildEntity()); |
return o; |
} |
-checkUnnamed1796(core.List<api.Entity> o) { |
+checkUnnamed2334(core.List<api.Entity> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEntity(o[0]); |
checkEntity(o[1]); |
} |
-buildUnnamed1797() { |
+buildUnnamed2335() { |
var o = new core.List<api.Entity>(); |
o.add(buildEntity()); |
o.add(buildEntity()); |
return o; |
} |
-checkUnnamed1797(core.List<api.Entity> o) { |
+checkUnnamed2335(core.List<api.Entity> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEntity(o[0]); |
checkEntity(o[1]); |
} |
-buildUnnamed1798() { |
+buildUnnamed2336() { |
var o = new core.List<api.Entity>(); |
o.add(buildEntity()); |
o.add(buildEntity()); |
return o; |
} |
-checkUnnamed1798(core.List<api.Entity> o) { |
+checkUnnamed2336(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 = buildUnnamed1794(); |
+ o.delete = buildUnnamed2332(); |
o.force = true; |
- o.insert = buildUnnamed1795(); |
- o.insertAutoId = buildUnnamed1796(); |
- o.update = buildUnnamed1797(); |
- o.upsert = buildUnnamed1798(); |
+ o.insert = buildUnnamed2333(); |
+ o.insertAutoId = buildUnnamed2334(); |
+ o.update = buildUnnamed2335(); |
+ o.upsert = buildUnnamed2336(); |
} |
buildCounterMutation--; |
return o; |
@@ -643,24 +643,24 @@ buildMutation() { |
checkMutation(api.Mutation o) { |
buildCounterMutation++; |
if (buildCounterMutation < 3) { |
- checkUnnamed1794(o.delete); |
+ checkUnnamed2332(o.delete); |
unittest.expect(o.force, unittest.isTrue); |
- checkUnnamed1795(o.insert); |
- checkUnnamed1796(o.insertAutoId); |
- checkUnnamed1797(o.update); |
- checkUnnamed1798(o.upsert); |
+ checkUnnamed2333(o.insert); |
+ checkUnnamed2334(o.insertAutoId); |
+ checkUnnamed2335(o.update); |
+ checkUnnamed2336(o.upsert); |
} |
buildCounterMutation--; |
} |
-buildUnnamed1799() { |
+buildUnnamed2337() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed1799(core.List<api.Key> o) { |
+checkUnnamed2337(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 = buildUnnamed1799(); |
+ o.insertAutoIdKeys = buildUnnamed2337(); |
} |
buildCounterMutationResult--; |
return o; |
@@ -682,7 +682,7 @@ checkMutationResult(api.MutationResult o) { |
buildCounterMutationResult++; |
if (buildCounterMutationResult < 3) { |
unittest.expect(o.indexUpdates, unittest.equals(42)); |
- checkUnnamed1799(o.insertAutoIdKeys); |
+ checkUnnamed2337(o.insertAutoIdKeys); |
} |
buildCounterMutationResult--; |
} |
@@ -708,14 +708,14 @@ checkPartitionId(api.PartitionId o) { |
buildCounterPartitionId--; |
} |
-buildUnnamed1800() { |
+buildUnnamed2338() { |
var o = new core.List<api.Value>(); |
o.add(buildValue()); |
o.add(buildValue()); |
return o; |
} |
-checkUnnamed1800(core.List<api.Value> o) { |
+checkUnnamed2338(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 = buildUnnamed1800(); |
+ o.listValue = buildUnnamed2338(); |
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); |
- checkUnnamed1800(o.listValue); |
+ checkUnnamed2338(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--; |
} |
-buildUnnamed1801() { |
+buildUnnamed2339() { |
var o = new core.List<api.PropertyReference>(); |
o.add(buildPropertyReference()); |
o.add(buildPropertyReference()); |
return o; |
} |
-checkUnnamed1801(core.List<api.PropertyReference> o) { |
+checkUnnamed2339(core.List<api.PropertyReference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPropertyReference(o[0]); |
checkPropertyReference(o[1]); |
} |
-buildUnnamed1802() { |
+buildUnnamed2340() { |
var o = new core.List<api.KindExpression>(); |
o.add(buildKindExpression()); |
o.add(buildKindExpression()); |
return o; |
} |
-checkUnnamed1802(core.List<api.KindExpression> o) { |
+checkUnnamed2340(core.List<api.KindExpression> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkKindExpression(o[0]); |
checkKindExpression(o[1]); |
} |
-buildUnnamed1803() { |
+buildUnnamed2341() { |
var o = new core.List<api.PropertyOrder>(); |
o.add(buildPropertyOrder()); |
o.add(buildPropertyOrder()); |
return o; |
} |
-checkUnnamed1803(core.List<api.PropertyOrder> o) { |
+checkUnnamed2341(core.List<api.PropertyOrder> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPropertyOrder(o[0]); |
checkPropertyOrder(o[1]); |
} |
-buildUnnamed1804() { |
+buildUnnamed2342() { |
var o = new core.List<api.PropertyExpression>(); |
o.add(buildPropertyExpression()); |
o.add(buildPropertyExpression()); |
return o; |
} |
-checkUnnamed1804(core.List<api.PropertyExpression> o) { |
+checkUnnamed2342(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 = buildUnnamed1801(); |
- o.kinds = buildUnnamed1802(); |
+ o.groupBy = buildUnnamed2339(); |
+ o.kinds = buildUnnamed2340(); |
o.limit = 42; |
o.offset = 42; |
- o.order = buildUnnamed1803(); |
- o.projection = buildUnnamed1804(); |
+ o.order = buildUnnamed2341(); |
+ o.projection = buildUnnamed2342(); |
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); |
- checkUnnamed1801(o.groupBy); |
- checkUnnamed1802(o.kinds); |
+ checkUnnamed2339(o.groupBy); |
+ checkUnnamed2340(o.kinds); |
unittest.expect(o.limit, unittest.equals(42)); |
unittest.expect(o.offset, unittest.equals(42)); |
- checkUnnamed1803(o.order); |
- checkUnnamed1804(o.projection); |
+ checkUnnamed2341(o.order); |
+ checkUnnamed2342(o.projection); |
unittest.expect(o.startCursor, unittest.equals('foo')); |
} |
buildCounterQuery--; |
} |
-buildUnnamed1805() { |
+buildUnnamed2343() { |
var o = new core.List<api.EntityResult>(); |
o.add(buildEntityResult()); |
o.add(buildEntityResult()); |
return o; |
} |
-checkUnnamed1805(core.List<api.EntityResult> o) { |
+checkUnnamed2343(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 = buildUnnamed1805(); |
+ o.entityResults = buildUnnamed2343(); |
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')); |
- checkUnnamed1805(o.entityResults); |
+ checkUnnamed2343(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--; |
} |
-buildUnnamed1806() { |
+buildUnnamed2344() { |
var o = new core.List<api.Value>(); |
o.add(buildValue()); |
o.add(buildValue()); |
return o; |
} |
-checkUnnamed1806(core.List<api.Value> o) { |
+checkUnnamed2344(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 = buildUnnamed1806(); |
+ o.listValue = buildUnnamed2344(); |
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); |
- checkUnnamed1806(o.listValue); |
+ checkUnnamed2344(o.listValue); |
unittest.expect(o.meaning, unittest.equals(42)); |
unittest.expect(o.stringValue, unittest.equals('foo')); |
} |