| org.apache.commons.fileupload.TestAll
TestAll | public class TestAll extends TestCase (Code) | | author: Sean C. Sullivan |
Constructor Summary | |
public | TestAll(String testName) Creates a new instance. |
Method Summary | |
public static void | main(String args) Command line interface, which invokes all tests. | public static Test | suite() Runs the test suite (all other test cases). |
TestAll | public TestAll(String testName)(Code) | | Creates a new instance.
|
main | public static void main(String args)(Code) | | Command line interface, which invokes all tests.
|
suite | public static Test suite()(Code) | | Runs the test suite (all other test cases).
|
|
|