15 class StringPathTrieTest :
public QObject
19 void testEmptyTrie ();
20 void testEmptyQuery ();
22 void testExactMatchSingle ();
23 void testExactMatchOverwriteSingle ();
25 void testExactMatchMulti ();
26 void testExactMatchParentPre ();
27 void testExactMatchParentPost ();
29 void testPartialMatchLongerQuery ();
30 void testPartialMatchLongerQueryWithChildren ();
31 void testPartialMatchShorterQuery ();