-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Add unit testing infrastructure such as
- constructing the ArraynessTrie from a string, similar to fromjson() without dependency on buildTrie() or addPaths().
- introduce methods for validating the structure of the true without relying on the isTerminatingComponentArray() and isPrefixOfPathArray() methods
This will ensure we can decouple the building and lookups of the trie.