| test.pdfbox.TestAll
TestAll | public class TestAll extends TestCase (Code) | | This is a holder for all test cases in the pdfbox system.
author: Ben Litchfield version: $Revision: 1.9 $ |
Method Summary | |
public static void | main(String[] args) The main method to run tests. | public static Test | suite() This will get the suite of test that this class holds. |
TestAll | public TestAll(String name)(Code) | | Constructor.
Parameters: name - The name of the test to run. |
main | public static void main(String[] args)(Code) | | The main method to run tests.
Parameters: args - The command line arguments. |
suite | public static Test suite()(Code) | | This will get the suite of test that this class holds.
All of the tests that this class holds. |
|
|