org.apache.ant.antunit.junit3
public class ErrorTestCase extends TestCase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
The name we use for the error test case ('warning')
|
Constructor and Description |
---|
ErrorTestCase(org.apache.tools.ant.BuildException antScriptError)
Creates a TestCase that will report the Ant BuildException when running.
|
Modifier and Type | Method and Description |
---|---|
org.apache.tools.ant.BuildException |
getAntScriptError() |
protected void |
runTest() |
public static final java.lang.String NAME