Changes

183 bytes added ,  02:22, 16 May 2012
Line 6: Line 6:     
==Jesse's Unit Tests==
 
==Jesse's Unit Tests==
*Tests the HexTrie Bplus and Bstar for put and remove.  Verifies the HexTrie has the correct keys/guides/values/children in each node.
+
*Tests the HexTrie Bplus and Bstar for put and remove.  Verifies the HexTrie has the correct keys/guides/values/children in each node.  Don't use Save As...  Just click on the link.
***[StudentTest.java JUnit Test]
+
***[[Jesse_HexTrie_Junit_Test]]
 +
You need to add in this method to your HexTrie to get the tests to work:
 +
<pre>
 +
public Node<K,V> getRootNode(){
 +
return root.me;
 +
}
 +
</pre>
    
== Chris Conroy's Test Files ==
 
== Chris Conroy's Test Files ==
9

edits