- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 39 for test (0.12 sec)
-
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.htmlRegistered: Mon Mar 31 00:09:16 UTC 2025 - Last Modified: Thu Aug 29 14:17:20 UTC 2024 - 6.5K bytes - Viewed (0) -
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.htmlRegistered: Mon Mar 31 00:02:41 UTC 2025 - Last Modified: Tue Oct 19 07:20:25 UTC 2021 - 11.8K bytes - Viewed (0) -
PatternSet Type
files that do not contain the text Test in their name. This set can...Patternsets may be nested within one another, adding the nested patterns...ant.apache.org/manual/Types/patternset.htmlRegistered: Mon Mar 31 00:02:51 UTC 2025 - Last Modified: Tue Oct 19 07:20:25 UTC 2021 - 7.5K bytes - Viewed (0) -
DirSet Type
except those that have the text Test in their name. <dirset dir="${build.dir}">..."/> <exclude name="apps/**/*Test*"/> </dirset> Groups all directories...ant.apache.org/manual/Types/dirset.htmlRegistered: Mon Mar 31 00:01:56 UTC 2025 - Last Modified: Tue Oct 19 07:20:25 UTC 2021 - 5.4K bytes - Viewed (0) -
Tutorial: Tasks using Properties, Filesets & Paths
property="test" value="test-value"/> <find print="test"/> Ok, it...name="test" value="test-value"/> <echo message="${test}"/> but...ant.apache.org/manual/tutorial-tasks-filesets-properties.htmlRegistered: Mon Mar 31 00:10:33 UTC 2025 - Last Modified: Tue Oct 19 07:20:25 UTC 2021 - 41.9K bytes - Viewed (0) -
FileSet Type
files and don't have the text Test in their name. <fileset dir="${server.src}"...name="**/*.java"/> <exclude name="**/*Test*"/> </fileset> Groups all files...ant.apache.org/manual/Types/fileset.htmlRegistered: Mon Mar 31 00:03:36 UTC 2025 - Last Modified: Tue Oct 19 07:20:25 UTC 2021 - 7.2K bytes - Viewed (0) -
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.htmlRegistered: Mon Mar 31 00:07:15 UTC 2025 - Last Modified: Thu Aug 29 14:17:20 UTC 2024 - 20.3K bytes - Viewed (0) -
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...Registered: Mon Mar 31 00:09:44 UTC 2025 - Last Modified: Thu Aug 29 14:17:20 UTC 2024 - 10.7K bytes - Viewed (0) -
org.apache.tools.ant.taskdefs.condition (Apache...
Condition that tests the OS type. ParserSupports Test for the XML...HasFreeSpace <hasfreespace> HasMethod test for a method Http Condition...ant.apache.org/manual/api/org/apache/tools/ant/taskdefs/condition/package-summary.htmlRegistered: Mon Mar 31 00:04:46 UTC 2025 - Last Modified: Thu Aug 29 14:17:20 UTC 2024 - 15.3K bytes - Viewed (0) -
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.htmlRegistered: Mon Mar 31 00:10:29 UTC 2025 - Last Modified: Tue Oct 19 07:20:25 UTC 2021 - 28.6K bytes - Viewed (0)