org.apache.tools.ant.taskdefs.optional
public class Test extends Java
Deprecated: testlet has been abandoned in favor of JUnit by the Avalon community
This is a primitive task to execute a unit test in the org.apache.testlet framework.UNKNOWN: ignore="true"
Nested Class Summary | |
---|---|
protected static class | Test.TestletEntry
testlet to run |
Field Summary | |
---|---|
protected Vector | m_tests |
Constructor Summary | |
---|---|
Test() |
Method Summary | |
---|---|
Test.TestletEntry | createTestlet()
add a declaration of a testlet to run |
void | execute() |
void | setForceShowTrace(boolean forceShowTrace) |
void | setShowBanner(String showBanner)
a boolean value indicating whether a banner should be displayed
when starting testlet engine; optional. |
void | setShowSuccess(boolean showSuccess)
a boolean value indicating whether tests should display a
message on success; optional |
void | setShowTrace(boolean showTrace)
a boolean indicating that a stack trace is displayed on
error (but not normal failure); optional. |