FileDocCategorySizeDatePackage
Output.javaAPI DocApache Ant 1.701173Wed Dec 13 06:16:24 GMT 2006org.example.junit

Output

public class Output extends TestCase
Not really a test of Ant but a test that is run by the test of the junit task. Confused?
since
Ant 1.5

Fields Summary
Constructors Summary
public Output(String s)

        super(s);
    
Methods Summary
public voidtestOutput()

        System.out.println("foo");