| org.apache.velocity.test.ArithmeticTestCase
ArithmeticTestCase | public class ArithmeticTestCase extends TestCase (Code) | | Test arithmetic operations. Introduced after extending from Integer-only
to Number-handling.
author: Peter Romianowski |
ArithmeticTestCase | public ArithmeticTestCase(String testName)(Code) | | |
suite | public static Test suite()(Code) | | |
testAdd | public void testAdd()(Code) | | |
testCompare | public void testCompare()(Code) | | |
testDivide | public void testDivide()(Code) | | |
testIsZero | public void testIsZero()(Code) | | Test additional functions
|
testModulo | public void testModulo()(Code) | | |
testMultiply | public void testMultiply()(Code) | | |
testSubtract | public void testSubtract()(Code) | | |
|
|