Method Summary |
|
protected void | assertAllStartWith(List l, String prefix) |
public String | getModuleName() |
public void | testBug631Prefixes() Ensure that names of functions declared on the Object prototype are valid
data to insert into the PrefixTree (issue
#631). |
public void | testBug631Suffixes() Ensure that names of functions declared on the Object prototype are valid
data to insert into the PrefixTree(issue
#631). |
public void | testMultipleAddsAndClear() Tests adding multiple prefixes and clearing the contents. |
public void | testNewTree() |
public void | testPlaysWellWithOthers() Tests newly constructed prefix tree assumptions. |
protected void | testSizeByIterator(PrefixTree tree) Ensure that size() reports the same number of items that the iterator
produces. |
public void | testSuggestions() Test whether the prefix tree works appropriately with collections. |