Description
I noticed that a number of tests use assert rather than JUnit's assertTrue, assertFalse, assertEquals, etc. methods. From looking at the JUnit.Assert Javadoc, it appears that we are currently just using the Scala assert rather than a JUnit method.
We should change all uses of assert to use one of the JUnit.Assert methods.