org.jfor.jfor.rtflib.testdocs
Class CreateTestDocuments
java.lang.Object
org.jfor.jfor.rtflib.testdocs.CreateTestDocuments
public class CreateTestDocuments
- extends java.lang.Object
Create test RTF documents from classes found in this package.
- Author:
- Bertrand Delacretaz bdelacretaz@codeconsult.ch
Method Summary |
(package private) void |
createOneTestDocument(java.lang.String className,
java.io.File outDir)
instantiate one TestDocument and let it generate its document |
static void |
main(java.lang.String[] args)
execute this to create test documents from all classes listed in classNames array |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TESTDOCS_PACKAGE
public static final java.lang.String TESTDOCS_PACKAGE
- See Also:
- Constant Field Values
CreateTestDocuments
CreateTestDocuments(java.io.File outDir)
throws java.lang.Exception
- Throws:
java.lang.Exception
createOneTestDocument
void createOneTestDocument(java.lang.String className,
java.io.File outDir)
throws java.lang.Exception
- instantiate one TestDocument and let it generate its document
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- execute this to create test documents from all classes listed in classNames array
- Throws:
java.lang.Exception