| org.apache.commons.lang.math.MathTestSuite
MathTestSuite | public class MathTestSuite extends TestCase (Code) | | Test suite for the Math package.
author: Stephen Colebourne version: $Id: MathTestSuite.java 437554 2006-08-28 06:21:41Z bayard $ |
Method Summary | |
public static void | main(String[] args) Command-line interface. | public static Test | suite() |
MathTestSuite | public MathTestSuite(String name)(Code) | | Construct a new instance.
|
main | public static void main(String[] args)(Code) | | Command-line interface.
|
suite | public static Test suite()(Code) | | Get the suite of tests
|
|
|