Package com.martiansoftware.jsap
Class TestAll
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.martiansoftware.jsap.TestAll
- All Implemented Interfaces:
junit.framework.Test
public class TestAll
extends junit.framework.TestCase
Runs all of the JSAP tests, including those in sub-packages.
- Author:
- Marty Lamb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic junit.framework.Test
suite()
Returns a collection of all the JSAP tests, including those in subpackages.Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, toString
-
Constructor Details
-
TestAll
public TestAll()
-
-
Method Details
-
suite
public static junit.framework.Test suite()Returns a collection of all the JSAP tests, including those in subpackages.- Returns:
- a collection of all the JSAP tests, including those in subpackages.
-