| test.pdfbox.util.TestDateUtil
TestDateUtil | public class TestDateUtil extends TestCase (Code) | | Test the date conversion utility.
author: Ben Litchfield version: $Revision: 1.2 $ |
Method Summary | |
public static void | main(String[] args) Command line execution. | public static Test | suite() Set the tests in the suite for this test class. | public void | testExtract() Test common date formats. |
TestDateUtil | public TestDateUtil(String name) throws IOException(Code) | | Test class constructor.
Parameters: name - The name of the test class. throws: IOException - If there is an error creating the test. |
main | public static void main(String[] args)(Code) | | Command line execution.
Parameters: args - Command line arguments. |
suite | public static Test suite()(Code) | | Set the tests in the suite for this test class.
the Suite. |
testExtract | public void testExtract() throws Exception(Code) | | Test common date formats.
throws: Exception - when there is an exception |
|
|