Class TestAll
java.lang.Object
com.martiansoftware.jsap.stringparsers.TestAll
public class TestAll
extends java.lang.Object
Contains all of the tests in the stringparsers package.
- Author:
- Marty Lamb
-
Constructor Summary
Constructors Constructor Description TestAll() -
Method Summary
Modifier and Type Method Description static junit.framework.Testsuite()Returns a suite of all tests in the stringparsers package.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestAll
public TestAll()
-
-
Method Details
-
suite
public static junit.framework.Test suite()Returns a suite of all tests in the stringparsers package.- Returns:
- a suite of all tests in the stringparsers package.
-