One of the methods i have returns a double. When testing this method as part of my jUnit, i noticed the following oddity:
double
jUnit
Strin
assert is a Java keyword. You need assertTrue(result > 0.0)
assertTrue(result > 0.0)