Cari di Apache Ant 
    Apache Ant User Manual
Daftar Isi
(Sebelumnya) org.apache.tools.ant.taskdefs. ...org.apache.tools.ant.taskdefs. ... (Berikutnya)
Apache Ant API - Optional Tasks

org.apache.tools.ant.taskdefs.optional.testing

Package org.apache.tools.ant.taskdefs.optional.testing

  • Class Summary 
    ClassDescription
    BlockFor 
    Funtest
    Task to provide functional testing under Ant, with a fairly complex worflow of: Conditional execution Application to start A probe to "waitfor" before running tests A tests sequence A reporting sequence that runs after the tests have finished A "teardown" clause that runs after the rest. Automated termination of the program it executes, if a timeout is not met Checking of a failure property and automatic raising of a fault (with the text in failureText) if test shutdown and reporting succeeded The task is designed to be framework neutral; it will work with JUnit, TestNG and other test frameworks That can be executed from Ant.
  • Exception Summary 
    ExceptionDescription
    BuildTimeoutException
    This exception is used to indicate timeouts.
(Sebelumnya) org.apache.tools.ant.taskdefs. ...org.apache.tools.ant.taskdefs. ... (Berikutnya)