Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 39 for test (0.04 seconds)

  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
    2024-08-29 14:17
      1.9K bytes
  2. 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.html
    2024-08-29 14:17
      3.4K bytes
  3. Tutorial: Tasks using Properties, Filesets &amp...

    property="test" value="test-value"/> <find print="test"/>...name="test" value="test-value"/> <echo message="${test}"/>...
    ant.apache.org/manual/tutorial-tasks-filesets-properties.html
    2021-10-19 07:20
      12.6K bytes
  4. 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
  5. 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.html
    2024-08-29 14:17
      2.7K bytes
  6. 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.html
    2021-10-19 07:20
      7.9K bytes
  7. 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
    2021-10-19 07:20
      3.7K bytes
  8. 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.html
    2024-08-29 14:17
      2.1K bytes
  9. 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
    2021-10-19 07:20
      6.3K bytes
  10. FileSet Type

    files and don't have the text Test in their name. <fileset... <exclude name="**/*Test*"/> </fileset>...
    ant.apache.org/manual/Types/fileset.html
    2021-10-19 07:20
      2.5K bytes
Back to Top