Activity of Sept. 28, 2010

Post date: Sep 28, 2010 1:5:51 PM

Today we continue working on the transition of the PredictiveText Project from Notepad++ to BlueJ. The assert statements in ComplexPredictor should be converted into JUnit assertTrue or assertFalse statements in ComplexPredictorTest. A helpful JUnit documentation link has been added to the shortcuts on the left. After this conversion, you should be able to use the debugger to help you figure out what is going awry in your code--or what makes it actually work. When it does, the previous project should be nearly complete and this project needs only a bit of documentation and cleaning up.