Index
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form
A
- add(AntUnitListener) - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Add a test listener.
- add(Resource) - Methode in Klasse org.apache.ant.antunit.ResourceExists
-
The resource to check as nested element.
- add(ResourceCollection) - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Add build files to run as tests.
- addError(String, Throwable) - Methode in Schnittstelle org.apache.ant.antunit.AntUnitListener
-
Invoked if any error other than a failed assertion occured during execution.
- addError(String, Throwable) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
- addError(String, Throwable) - Methode in Klasse org.apache.ant.antunit.listener.FailureAntUnitListener
- addError(String, Throwable) - Methode in Klasse org.apache.ant.antunit.listener.LogForwarder
- addError(String, Throwable) - Methode in Klasse org.apache.ant.antunit.listener.PlainAntUnitListener
- addError(String, Throwable) - Methode in Klasse org.apache.ant.antunit.listener.XMLAntUnitListener
- addFailure(String, AssertionFailedException) - Methode in Schnittstelle org.apache.ant.antunit.AntUnitListener
-
Invoked if an assert tasked caused an error during execution.
- addFailure(String, AssertionFailedException) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
- addFailure(String, AssertionFailedException) - Methode in Klasse org.apache.ant.antunit.listener.FailureAntUnitListener
- addFailure(String, AssertionFailedException) - Methode in Klasse org.apache.ant.antunit.listener.LogForwarder
- addFailure(String, AssertionFailedException) - Methode in Klasse org.apache.ant.antunit.listener.PlainAntUnitListener
- addFailure(String, AssertionFailedException) - Methode in Klasse org.apache.ant.antunit.listener.XMLAntUnitListener
- addMatchingReferences(Hashtable, Collection) - Methode in Klasse org.apache.ant.antunit.AntUnit.Reference
-
Add to
destany reference IDs insrcmatching this reference descriptor - addPropertySet(PropertySet) - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Add a PropertySet.
- addReference(AntUnit.Reference) - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Add an inherited reference.
- addReference(AntUnit.Reference) - Methode in Klasse org.apache.ant.antunit.AntUnit.ReferenceSet
- ANT_LOG - Statische Variable in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.SendLogTo
- AntUnit - Klasse in org.apache.ant.antunit
-
Run every target whose name starts with "test" in a set of build files.
- AntUnit() - Konstruktor für Klasse org.apache.ant.antunit.AntUnit
- AntUnit.Reference - Klasse in org.apache.ant.antunit
- AntUnit.ReferenceSet - Klasse in org.apache.ant.antunit
-
Defines a collection of inherited
references, with an optional nestedMapperthat maps them to new reference IDs in the target project. - AntUnitExecutionNotifier - Schnittstelle in org.apache.ant.antunit
-
Provides methods that allow the AntUnitScriptRunner to notify the test progress.
- AntUnitListener - Schnittstelle in org.apache.ant.antunit
-
A test listener for <antunit>.
- AntUnitLogLevel() - Konstruktor für Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.AntUnitLogLevel
- AntUnitScriptRunner - Klasse in org.apache.ant.antunit
-
Run antunit tests suites.
- AntUnitScriptRunner(ProjectFactory) - Konstruktor für Klasse org.apache.ant.antunit.AntUnitScriptRunner
-
Create a new AntScriptRunner on the given environment.
- AntUnitSuite - Klasse in org.apache.ant.antunit.junit3
-
A JUnit 3 TestSuite that group a suite of AntUnit targets coming from an ant script.
- AntUnitSuite(File, Class) - Konstruktor für Klasse org.apache.ant.antunit.junit3.AntUnitSuite
-
Create a JUnit TestSuite that when executed will run the given ant script.
- AntUnitSuiteRunner - Klasse in org.apache.ant.antunit.junit4
-
JUnit4 Runner to put in a RunWith annotation of the AntUnitSuite when using a JUnit4 runner.
- AntUnitSuiteRunner(Class) - Konstruktor für Klasse org.apache.ant.antunit.junit4.AntUnitSuiteRunner
- AntUnitTestCase - Klasse in org.apache.ant.antunit.junit3
-
JUnit TestCase that executes a single AntUnit target.
- AntUnitTestCase(String) - Konstruktor für Klasse org.apache.ant.antunit.junit3.AntUnitTestCase
-
Prepare an AntUnitTestCase that will be executed alone.
- AntUnitTestCase(AntUnitSuite, File, String) - Konstruktor für Klasse org.apache.ant.antunit.junit3.AntUnitTestCase
-
Prepare an AntUnitTestCase that will be executed in a suite.
- AssertionFailedException - Ausnahmeklasse in org.apache.ant.antunit
-
Specialized BuildException thrown by the AssertTask task.
- AssertionFailedException(String) - Konstruktor für Ausnahmeklasse org.apache.ant.antunit.AssertionFailedException
- AssertionFailedException(String, BuildException) - Konstruktor für Ausnahmeklasse org.apache.ant.antunit.AssertionFailedException
- AssertionFailedException(String, Location) - Konstruktor für Ausnahmeklasse org.apache.ant.antunit.AssertionFailedException
- AssertTask - Klasse in org.apache.ant.antunit
-
Exits the active build, giving an additional message if the single nested condition fails or if there is no condition at all.
- AssertTask() - Konstruktor für Klasse org.apache.ant.antunit.AssertTask
- ATTR_CLASSNAME - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
classname attribute for testcase elements
- ATTR_COLUMN - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
columnnumber attribute
- ATTR_ERRORS - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
errors attribute for testsuite elements
- ATTR_FAILURES - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
failures attribute for testsuite elements
- ATTR_ID - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
id attribute
- ATTR_LINE - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
linenumber attribute
- ATTR_MESSAGE - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
message attribute for failure elements
- ATTR_NAME - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
name attribute for property, testcase and testsuite elements
- ATTR_PACKAGE - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
package attribute for the aggregate document
- ATTR_TESTS - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
tests attribute for testsuite elements
- ATTR_TIME - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
time attribute for testcase and testsuite elements
- ATTR_TYPE - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
type attribute for failure and error elements
- ATTR_VALUE - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
value attribute for property elements
B
- BaseAntUnitListener - Klasse in org.apache.ant.antunit.listener
-
A test listener for <antunit> modeled aftern the Plain JUnit test listener that is part of Ant.
- BaseAntUnitListener(BaseAntUnitListener.SendLogTo, String) - Konstruktor für Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
Create a new
BaseAntUnitListenerinstance. - BaseAntUnitListener.AntUnitLogLevel - Klasse in org.apache.ant.antunit.listener
- BaseAntUnitListener.LogGrabber - Klasse in org.apache.ant.antunit.listener
- BaseAntUnitListener.SendLogTo - Klasse in org.apache.ant.antunit.listener
- BOTH - Statische Variable in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.SendLogTo
- BUILD_FILE - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
name of the build file.
- buildFinished(BuildEvent) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.LogGrabber
- buildFinished(BuildEvent) - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
De-register.
- buildStarted(BuildEvent) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.LogGrabber
- buildStarted(BuildEvent) - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
Empty.
C
- close(OutputStream) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
- compareTo(FailureAntUnitListener.TestInfos) - Methode in Klasse org.apache.ant.antunit.listener.FailureAntUnitListener.TestInfos
- copyReferencesInto(Project) - Methode in Klasse org.apache.ant.antunit.AntUnit.ReferenceSet
-
Copy all identified references into the target project, applying any name mapping required by a nested mapper element.
- createClasspath() - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Create the nested classpath element.
- createMapper() - Methode in Klasse org.apache.ant.antunit.AntUnit.ReferenceSet
-
Create a nested mapper element.
- createProject() - Methode in Schnittstelle org.apache.ant.antunit.ProjectFactory
-
Creates a new project instance and configures it according to the execution context.
- createReferenceSet() - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Add a set of inherited references.
D
- DEFAULT_MESSAGE - Statische Variable in Ausnahmeklasse org.apache.ant.antunit.AssertionFailedException
E
- endTest(String) - Methode in Schnittstelle org.apache.ant.antunit.AntUnitListener
-
Invoked after a test target has been executed.
- endTest(String) - Methode in Klasse org.apache.ant.antunit.listener.FailureAntUnitListener
-
not in use
- endTest(String) - Methode in Klasse org.apache.ant.antunit.listener.LogForwarder
- endTest(String) - Methode in Klasse org.apache.ant.antunit.listener.PlainAntUnitListener
- endTest(String) - Methode in Klasse org.apache.ant.antunit.listener.XMLAntUnitListener
- endTestSuite(Project, String) - Methode in Schnittstelle org.apache.ant.antunit.AntUnitListener
-
Invoked once per build file, after all targets have been executed.
- endTestSuite(Project, String) - Methode in Klasse org.apache.ant.antunit.listener.FailureAntUnitListener
- endTestSuite(Project, String) - Methode in Klasse org.apache.ant.antunit.listener.LogForwarder
- endTestSuite(Project, String) - Methode in Klasse org.apache.ant.antunit.listener.PlainAntUnitListener
- endTestSuite(Project, String) - Methode in Klasse org.apache.ant.antunit.listener.XMLAntUnitListener
- equals(Object) - Methode in Klasse org.apache.ant.antunit.LogContent
- ERROR - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
the error element
- ERROR_NO_TESTS - Statische Variable in Klasse org.apache.ant.antunit.AntUnit
-
Message if no tests have been specified.
- ERROR_NON_FILES - Statische Variable in Klasse org.apache.ant.antunit.AntUnit
-
Message if non-File resources have been specified.
- ERROR_TESTS_FAILED - Statische Variable in Klasse org.apache.ant.antunit.AntUnit
-
Message to print if an error or failure occured.
- errorCount - Variable in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
keeps track of the numer of executed targets, the failures an errors.
- ErrorTestCase - Klasse in org.apache.ant.antunit.junit3
-
A TestCase that will just report an error when running.
- ErrorTestCase(BuildException) - Konstruktor für Klasse org.apache.ant.antunit.junit3.ErrorTestCase
-
Creates a TestCase that will report the Ant BuildException when running.
- eval() - Methode in Klasse org.apache.ant.antunit.LogContains
- eval() - Methode in Klasse org.apache.ant.antunit.ResourceExists
- execute() - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Execute the tests.
- execute() - Methode in Klasse org.apache.ant.antunit.AssertTask
- execute() - Methode in Klasse org.apache.ant.antunit.ExpectFailureTask
- ExpectFailureTask - Klasse in org.apache.ant.antunit
-
Expects the nested tasks to throw a BuildException and optinally asserts the message of that exception.
- ExpectFailureTask() - Konstruktor für Klasse org.apache.ant.antunit.ExpectFailureTask
F
- FAILURE - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
the failure element
- FailureAntUnitListener - Klasse in org.apache.ant.antunit.listener
-
This AntUnitListener creates a new buildfile with a target for each failed test target in the AntUnit run.
- FailureAntUnitListener() - Konstruktor für Klasse org.apache.ant.antunit.listener.FailureAntUnitListener
-
No-arg constructor.
- FailureAntUnitListener.TestInfos - Klasse in org.apache.ant.antunit.listener
-
Class for collecting needed information about failed tests.
- failureCount - Variable in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
keeps track of the numer of executed targets, the failures an errors.
- FILE - Statische Variable in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.SendLogTo
- filter(Filter) - Methode in Klasse org.apache.ant.antunit.junit4.AntUnitSuiteRunner
-
Filterable implementation
- fireEndTest(String) - Methode in Schnittstelle org.apache.ant.antunit.AntUnitExecutionNotifier
-
invokes endTest on all registered test listeners.
- fireError(String, Throwable) - Methode in Schnittstelle org.apache.ant.antunit.AntUnitExecutionNotifier
-
invokes addError on all registered test listeners.
- fireFail(String, AssertionFailedException) - Methode in Schnittstelle org.apache.ant.antunit.AntUnitExecutionNotifier
-
invokes addFailure on all registered test listeners.
- fireStartTest(String) - Methode in Schnittstelle org.apache.ant.antunit.AntUnitExecutionNotifier
-
invokes start on all registered test listeners.
G
- getAntInitialisationException() - Methode in Klasse org.apache.ant.antunit.junit3.AntUnitSuite
- getAntScriptError() - Methode in Klasse org.apache.ant.antunit.junit3.ErrorTestCase
- getCurrentProject() - Methode in Klasse org.apache.ant.antunit.AntUnitScriptRunner
-
Get the project currently in use.
- getCurrentTestProject() - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
- getDebugLog() - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
All messages with
logLevel == Project.MSG_DEBUGor more severe merging messages into a single line. - getDebugLog(boolean) - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
All messages with
logLevel == Project.MSG_DEBUGor more severe. - getDescription() - Methode in Klasse org.apache.ant.antunit.junit4.AntUnitSuiteRunner
-
Runner implementation
- getErrLog() - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
All messages with
logLevel == Project.MSG_ERRmerging messages into a single line. - getErrLog(boolean) - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
All messages with
logLevel == Project.MSG_ERR. - getInfoLog() - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
All messages with
logLevel == Project.MSG_INFOor more severe merging messages into a single line. - getInfoLog(boolean) - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
All messages with
logLevel == Project.MSG_INFOor more severe. - getInputStream() - Methode in Klasse org.apache.ant.antunit.LogContent
- getLevel() - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.AntUnitLogLevel
- getLocation(Throwable) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
- getName() - Methode in Klasse org.apache.ant.antunit.AntUnitScriptRunner
-
Provides the name of the active script.
- getOut(String) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
- getRegex() - Methode in Klasse org.apache.ant.antunit.AntUnit.Reference
- getTarget() - Methode in Klasse org.apache.ant.antunit.junit3.AntUnitTestCase
-
Get the AntUnit test target name.
- getTestTargets() - Methode in Klasse org.apache.ant.antunit.AntUnitScriptRunner
-
Get the (names of the) test targets to execute.
- getTestTartgets() - Methode in Klasse org.apache.ant.antunit.AntUnitScriptRunner
-
Veraltet.
- getToDir() - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
Directory to write reports to.
- getValues() - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.AntUnitLogLevel
- getValues() - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.SendLogTo
- getVerboseLog() - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
All messages with
logLevel == Project.MSG_VERBOSEor more severe merging messages into a single line. - getVerboseLog(boolean) - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
All messages with
logLevel == Project.MSG_VERBOSEor more severe. - getWarnLog() - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
All messages with
logLevel == Project.MSG_WARNor more severe merging messages into a single line. - getWarnLog(boolean) - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
All messages with
logLevel == Project.MSG_WARNor more severe.
H
- handleErrorFlush(String) - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Redirect error flush to new project instance.
- handleErrorOutput(String) - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Redirect error output to new project instance.
- handleFlush(String) - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Redirect flush to new project instance.
- handleInput(byte[], int, int) - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Redirect input to new project instance.
- handleOutput(String) - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Redirect output to new project instance.
- hasAntInitError() - Methode in Klasse org.apache.ant.antunit.junit3.AntUnitSuite
- HOSTNAME - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
name of host running the tests
I
- isExists() - Methode in Klasse org.apache.ant.antunit.LogContent
L
- LogCapturer - Klasse in org.apache.ant.antunit
-
Captures log messages generated during an antunit task run and makes them available to tasks via a project reference.
- LogCapturer(Project) - Konstruktor für Klasse org.apache.ant.antunit.LogCapturer
- LogContains - Klasse in org.apache.ant.antunit
-
A condition that tests the log output of the current project for a given string.
- LogContains() - Konstruktor für Klasse org.apache.ant.antunit.LogContains
- LogContent - Klasse in org.apache.ant.antunit
-
Exposes AntUnit log content as a (read-only) Resource.
- LogContent() - Konstruktor für Klasse org.apache.ant.antunit.LogContent
-
Create a new LogContent resource.
- LogContent(Project, LogLevel) - Konstruktor für Klasse org.apache.ant.antunit.LogContent
-
Create a new LogContent resource, specifying Project and log level.
- LogContent(Project, LogLevel, boolean) - Konstruktor für Klasse org.apache.ant.antunit.LogContent
-
Create a new LogContent resource, specifying Project and log level.
- LogForwarder - Klasse in org.apache.ant.antunit.listener
-
A test listener for <antunit> who's whole purpose is to forward log output from the project under test to the project executing the <antunit> task.
- LogForwarder() - Konstruktor für Klasse org.apache.ant.antunit.listener.LogForwarder
- LogGrabber() - Konstruktor für Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.LogGrabber
M
- messageLogged(BuildEvent) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.LogGrabber
- messageLogged(BuildEvent) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
Gets messages from the project running the test target if their level is at least of the level specified with
setLogLevel. - messageLogged(BuildEvent) - Methode in Klasse org.apache.ant.antunit.listener.PlainAntUnitListener
- messageLogged(BuildEvent) - Methode in Klasse org.apache.ant.antunit.listener.XMLAntUnitListener
- messageLogged(BuildEvent) - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
Record the message.
N
- NAME - Statische Variable in Klasse org.apache.ant.antunit.junit3.ErrorTestCase
-
The name we use for the error test case ('warning')
- nf - Statische Variable in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
Formatter for timings.
- NONE - Statische Variable in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.AntUnitLogLevel
- normalize(String) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
Turns the build file name into something that vaguely looks like a Java classname.
O
- org.apache.ant.antunit - Package org.apache.ant.antunit
- org.apache.ant.antunit.junit3 - Package org.apache.ant.antunit.junit3
-
EXPERIMENTAL adapter to run AntUnit tests from within a JUnit3 test runner.
- org.apache.ant.antunit.junit4 - Package org.apache.ant.antunit.junit4
-
EXPERIMENTAL adapter to run AntUnit tests from within a JUnit4 test runner.
- org.apache.ant.antunit.listener - Package org.apache.ant.antunit.listener
P
- PlainAntUnitListener - Klasse in org.apache.ant.antunit.listener
-
A test listener for <antunit> modelled after the Plain JUnit test listener that is part of Ant.
- PlainAntUnitListener() - Konstruktor für Klasse org.apache.ant.antunit.listener.PlainAntUnitListener
- ProjectFactory - Schnittstelle in org.apache.ant.antunit
-
Provides project instances for AntUnit execution.
- PROPERTIES - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
the properties element
- PROPERTY - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
the property element
R
- Reference() - Konstruktor für Klasse org.apache.ant.antunit.AntUnit.Reference
- REFERENCE_ID - Statische Variable in Klasse org.apache.ant.antunit.LogCapturer
- ReferenceSet() - Konstruktor für Klasse org.apache.ant.antunit.AntUnit.ReferenceSet
- ResourceExists - Klasse in org.apache.ant.antunit
-
A condition that tests whether a given resource exists.
- ResourceExists() - Konstruktor für Klasse org.apache.ant.antunit.ResourceExists
- run(TestResult) - Methode in Klasse org.apache.ant.antunit.junit3.AntUnitSuite
- run(TestResult) - Methode in Klasse org.apache.ant.antunit.junit3.AntUnitTestCase
-
Called by a Junit Runner that want to executes specifically this test target.
- run(RunNotifier) - Methode in Klasse org.apache.ant.antunit.junit4.AntUnitSuiteRunner
-
Runner implementation
- runCount - Variable in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
keeps track of the numer of executed targets, the failures an errors.
- runInContainer(List, AntUnitExecutionNotifier) - Methode in Klasse org.apache.ant.antunit.junit3.AntUnitSuite
-
Execute the test suite in a 'container' similar to the ant 'container'.
- runSuite(List, AntUnitExecutionNotifier) - Methode in Klasse org.apache.ant.antunit.AntUnitScriptRunner
-
Executes the suite.
- runTest() - Methode in Klasse org.apache.ant.antunit.junit3.AntUnitTestCase
-
Normally never used because this object delegates all execution to an AntUnitSuite.
- runTest() - Methode in Klasse org.apache.ant.antunit.junit3.ErrorTestCase
- runTest(Test, TestResult) - Methode in Klasse org.apache.ant.antunit.junit3.AntUnitSuite
S
- SendLogTo() - Konstruktor für Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.SendLogTo
- SendLogTo(String) - Konstruktor für Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.SendLogTo
- setClasspathRefid(String) - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Set the test classpath as a reference to a
Pathdefined elsewhere. - setCurrentTestProject(Project) - Methode in Schnittstelle org.apache.ant.antunit.AntUnitListener
-
Set a reference to the Project instance currently executing the test target.
- setCurrentTestProject(Project) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
- setCurrentTestProject(Project) - Methode in Klasse org.apache.ant.antunit.listener.LogForwarder
- setErrorProperty(String) - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Set the name of a property to set if an error or failure occurs.
- setExpectedMessage(String) - Methode in Klasse org.apache.ant.antunit.ExpectFailureTask
-
The exception message to expect.
- setFailOnError(boolean) - Methode in Klasse org.apache.ant.antunit.AntUnit
-
Set whether to stop testing if an error or failure occurs?
- setFile(File) - Methode in Klasse org.apache.ant.antunit.listener.FailureAntUnitListener
- setLevel(Echo.EchoLevel) - Methode in Klasse org.apache.ant.antunit.LogContains
-
minimal log priority to consult.
- setLevel(LogLevel) - Methode in Klasse org.apache.ant.antunit.LogContent
-
Set the desired log level.
- setLogLevel(BaseAntUnitListener.AntUnitLogLevel) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
Sets the minimum level a log message must be logged at to be included in the output.
- setMapper(String, String, String) - Methode in Klasse org.apache.ant.antunit.AntUnit.ReferenceSet
-
Configure a single mapper to translate reference IDs.
- setMergeLines(boolean) - Methode in Klasse org.apache.ant.antunit.LogContains
-
Whether to merge messages into a single line or split them into multiple lines.
- setMergeLines(boolean) - Methode in Klasse org.apache.ant.antunit.LogContent
-
Whether to merge messages into a single line or split them into multiple lines.
- setMessage(String) - Methode in Klasse org.apache.ant.antunit.AssertTask
-
Message to use when the assertion fails.
- setMessage(String) - Methode in Klasse org.apache.ant.antunit.ExpectFailureTask
-
The message to use in the AssertionFailedException if the nested tasks fail to raise the "correct" exception.
- setParentTask(Task) - Methode in Schnittstelle org.apache.ant.antunit.AntUnitListener
-
Set a reference to the AntUnit task executing the tests, this provides access to the containing project, target or Ant's logging system.
- setParentTask(Task) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
- setParentTask(Task) - Methode in Klasse org.apache.ant.antunit.listener.LogForwarder
- setRefid(String) - Methode in Klasse org.apache.ant.antunit.ResourceExists
-
The resource to check as a refid.
- setRegex(String) - Methode in Klasse org.apache.ant.antunit.AntUnit.Reference
-
Set a regular expression to match references.
- setResource(Resource) - Methode in Klasse org.apache.ant.antunit.ResourceExists
-
The resource to check as attribute.
- setSendLogTo(BaseAntUnitListener.SendLogTo) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
Where to send the test report.
- setSendLogTo(BaseAntUnitListener.SendLogTo) - Methode in Klasse org.apache.ant.antunit.listener.PlainAntUnitListener
-
Where to send the test report.
- setText(String) - Methode in Klasse org.apache.ant.antunit.LogContains
-
Test the log shall contain.
- setToDir(File) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
Sets the directory to write test reports to.
- sort(Sorter) - Methode in Klasse org.apache.ant.antunit.junit4.AntUnitSuiteRunner
-
Sortable implementation
- start - Variable in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
time for the starts of the current test-suite and test-target.
- startTest(String) - Methode in Schnittstelle org.apache.ant.antunit.AntUnitListener
-
Invoked before a test target gets executed.
- startTest(String) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
- startTest(String) - Methode in Klasse org.apache.ant.antunit.listener.LogForwarder
- startTest(String) - Methode in Klasse org.apache.ant.antunit.listener.PlainAntUnitListener
- startTest(String) - Methode in Klasse org.apache.ant.antunit.listener.XMLAntUnitListener
- startTestSuite(Project, String) - Methode in Schnittstelle org.apache.ant.antunit.AntUnitListener
-
Invoked once per build file, before any targets get executed.
- startTestSuite(Project, String) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
- startTestSuite(Project, String) - Methode in Klasse org.apache.ant.antunit.listener.FailureAntUnitListener
- startTestSuite(Project, String) - Methode in Klasse org.apache.ant.antunit.listener.LogForwarder
- startTestSuite(Project, String) - Methode in Klasse org.apache.ant.antunit.listener.PlainAntUnitListener
- startTestSuite(Project, String) - Methode in Klasse org.apache.ant.antunit.listener.XMLAntUnitListener
- SYSTEM_ERR - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
the system-err element
- SYSTEM_OUT - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
the system-out element
T
- targetFinished(BuildEvent) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.LogGrabber
- targetFinished(BuildEvent) - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
Empty.
- targetStarted(BuildEvent) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.LogGrabber
- targetStarted(BuildEvent) - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
Empty.
- taskFinished(BuildEvent) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.LogGrabber
- taskFinished(BuildEvent) - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
Empty.
- taskStarted(BuildEvent) - Methode in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener.LogGrabber
- taskStarted(BuildEvent) - Methode in Klasse org.apache.ant.antunit.LogCapturer
-
Empty.
- TESTCASE - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
the testcase element
- TestInfos(Project, String, String, String) - Konstruktor für Klasse org.apache.ant.antunit.listener.FailureAntUnitListener.TestInfos
- testStart - Variable in Klasse org.apache.ant.antunit.listener.BaseAntUnitListener
-
time for the starts of the current test-suite and test-target.
- TESTSUITE - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
the testsuite element
- TESTSUITES - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
the testsuites element for the aggregate document
- TIMESTAMP - Statische Variable in Schnittstelle org.apache.ant.antunit.listener.XMLConstants
-
timestamp of test cases
- toString() - Methode in Klasse org.apache.ant.antunit.listener.FailureAntUnitListener.TestInfos
-
Creates an <ant> call according to the stored information.
X
- XMLAntUnitListener - Klasse in org.apache.ant.antunit.listener
-
A test listener for <antunit> modelled after the XML JUnit test listener that is part of Ant.
- XMLAntUnitListener() - Konstruktor für Klasse org.apache.ant.antunit.listener.XMLAntUnitListener
- XMLConstants - Schnittstelle in org.apache.ant.antunit.listener
-
Interface groups XML constants.
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form