| xdoclet.junit.XDocletTestBase
All known Subclasses: xdoclet.modules.ojb.tests.OjbTestBase,
clearSubTaskProperties | protected void clearSubTaskProperties()(Code) | | |
clearTaskProperties | protected void clearTaskProperties()(Code) | | |
runXDoclet | protected String runXDoclet()(Code) | | Runs the XDoclet task/subtask with the current settings. Note that XDoclet does not return an exception
upon failure as one would expect (e.g. XDocletException), but simply returns null , so use
assertNull if expecting an error.
The content of the destination file trimmed at both ends (i.e. no whitespaces at the beginning or end) |
setSubTaskName | protected void setSubTaskName(String className)(Code) | | |
setTaskName | protected void setTaskName(String className)(Code) | | |
|
|