- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 39 for test (0.04 seconds)
-
org.apache.tools.ant.taskdefs.optional.testing ...
"waitfor" before running tests A tests sequence A reporting sequence...fault (with the text in failureText) if test shutdown and reporting...ant.apache.org/manual/api/org/apache/tools/ant/taskdefs/optional/testing/package-summary.html2024-08-29 14:17 1.9K bytes -
org.apache.tools.ant.taskdefs.optional.junit (A...
execution of tests and listening of events (test start, test finish,...all failing test cases and creates a new JUnit test class containing...ant.apache.org/manual/api/org/apache/tools/ant/taskdefs/optional/junit/package-summary.html2024-08-29 14:17 3.4K bytes -
Tutorial: Tasks using Properties, Filesets &...
property="test" value="test-value"/> <find print="test"/>...name="test" value="test-value"/> <echo message="${test}"/>...ant.apache.org/manual/tutorial-tasks-filesets-properties.html2021-10-19 07:20 12.6K bytes -
org.apache.tools.ant.taskdefs.optional.junitlau...
Represents the fork element within test definitions of the junitlauncher...JUnit platform for running tests. LaunchDefinition Defines the...ant.apache.org/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/package-s...2024-08-29 14:17 2.2K bytes -
org.apache.tools.ant.taskdefs.condition (Apache...
Condition that tests the OS type. ParserSupports Test for the XML...<hasfreespace> HasMethod test for a method Http Condition...ant.apache.org/manual/api/org/apache/tools/ant/taskdefs/condition/package-summary.html2024-08-29 14:17 2.7K bytes -
Tutorial: Writing Tasks
Next step: test ... Test the Task We have written a test already:...Assert.assertEquals("nested-text", buildRule.getLog()); } @Test public void...ant.apache.org/manual/tutorial-writing-tasks.html2021-10-19 07:20 7.9K bytes -
Directory-based Tasks
example: /test/** matches all files/directories under /test/ , such...such as /test/x.java , or /test/foo/bar/xyz.html , but not /xyz.xml...ant.apache.org/manual/dirtasks.html2021-10-19 07:20 3.7K bytes -
org.apache.tools.ant.taskdefs.optional.junitlau...
(non-forked mode) launching of tests LauncherSupport Responsible...and passing it the relevant tests that need to be executed by...ant.apache.org/manual/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/package-summary.html2024-08-29 14:17 2.1K bytes -
Tutorial: Hello World with Apache Ant
HelloWorldTest { @Test public void testNothing() { } @Test public void...real business logic to test, this test class is very small: just...ant.apache.org/manual/tutorial-HelloWorldWithAnt.html2021-10-19 07:20 6.3K bytes -
FileSet Type
files and don't have the text Test in their name. <fileset... <exclude name="**/*Test*"/> </fileset>...ant.apache.org/manual/Types/fileset.html2021-10-19 07:20 2.5K bytes