Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 39 for test (0.05 sec)

  1. 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.html
    Registered: Fri Jun 27 00:11:23 UTC 2025
    - Last Modified: Thu Aug 29 14:17:20 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. 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.html
    Registered: Fri Jun 27 00:05:47 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 11.8K bytes
    - Viewed (0)
  3. 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.html
    Registered: Fri Jun 27 00:05:39 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 7.5K bytes
    - Viewed (0)
  4. 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.html
    Registered: Fri Jun 27 00:06:19 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 5.4K bytes
    - Viewed (0)
  5. 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: Fri Jun 27 00:09:12 UTC 2025
    - Last Modified: Thu Aug 29 14:17:20 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. 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.html
    Registered: Fri Jun 27 00:09:31 UTC 2025
    - Last Modified: Thu Aug 29 14:17:20 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  7. 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.html
    Registered: Fri Jun 27 00:03:15 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 41.9K bytes
    - Viewed (0)
  8. 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.html
    Registered: Fri Jun 27 00:03:01 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 19K bytes
    - Viewed (0)
  9. MultiRootFileSet Type

    except those that have the text Test in their name. <multirootfileset>...as nested elements PatternSets can be specified as nested <patternset>...
    ant.apache.org/manual/Types/multirootfileset.html
    Registered: Fri Jun 27 00:04:28 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 5.6K bytes
    - Viewed (0)
  10. 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.html
    Registered: Fri Jun 27 00:03:37 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 7.2K bytes
    - Viewed (0)
Back to top