Changes

375 bytes added ,  02:22, 16 May 2012
Line 4: Line 4:     
If you have downloaded and ran someone's test files, mark on the wiki that you verify if outputs correctly. If you have a problem with a test file, mark it on the wiki and discuss it on the forum or possibly on the talk page (although more people would probably see it on the CS forum).
 
If you have downloaded and ran someone's test files, mark on the wiki that you verify if outputs correctly. If you have a problem with a test file, mark it on the wiki and discuss it on the forum or possibly on the talk page (although more people would probably see it on the CS forum).
 +
 +
==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.  Don't use Save As...  Just click on the link.
 +
***[[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