Class TestAll
java.lang.Object
com.martiansoftware.jsap.stringparsers.TestAll
Contains all of the tests in the stringparsers package.
- Author:
- Marty Lamb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic junit.framework.Test
suite()
Returns a suite of all tests in the stringparsers package.
-
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.
-