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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static junit.framework.Test
suite()
Returns a suite of all tests in the stringparsers package.
-