File
Doc
Category
Size
Date
Package
Output.java
API Doc
Apache Ant 1.70
1173
Wed Dec 13 06:16:24 GMT 2006
org.example.junit
Output
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
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 void
testOutput
()
System.out.println("foo");
Java Code Source