| org.apache.tools.ant.BuildFileTest org.apache.tools.ant.taskdefs.optional.depend.DependTest
DependTest | public class DependTest extends BuildFileTest (Code) | | Testcase for the Depend optional task.
|
RESULT_FILESET | final public static String RESULT_FILESET(Code) | | |
TEST_BUILD_FILE | final public static String TEST_BUILD_FILE(Code) | | |
setUp | public void setUp()(Code) | | |
tearDown | public void tearDown()(Code) | | |
testCache | public void testCache()(Code) | | Test the operation of the cache
|
testClosure | public void testClosure()(Code) | | Test dependency traversal (closure)
|
testDirect | public void testDirect()(Code) | | Test direct dependency removal
|
testEmptySource | public void testEmptySource()(Code) | | Test that an exception is thrown when the source attribute is empty
|
testInner | public void testInner()(Code) | | Test that inner class dependencies trigger deletion of the outer class
|
testInnerClosure | public void testInnerClosure()(Code) | | Test mutual dependency between inner and outer do not cause both to be
deleted
|
testInnerInner | public void testInnerInner()(Code) | | Test that multi-leve inner class dependencies trigger deletion of
the outer class
|
testNoSource | public void testNoSource()(Code) | | Test that an exception is thrown when there is no source
|
testNonPublic | public void testNonPublic()(Code) | | Test the detection and warning of non public classes
|
Methods inherited from org.apache.tools.ant.BuildFileTest | public void assertDebuglogContaining(String substring)(Code)(Java Doc) public void assertLogContaining(String substring)(Code)(Java Doc) public void assertOutputContaining(String substring)(Code)(Java Doc) public void assertPropertyEquals(String property, String value)(Code)(Java Doc) public void assertPropertySet(String property)(Code)(Java Doc) public void assertPropertyUnset(String property)(Code)(Java Doc) public void configureProject(String filename) throws BuildException(Code)(Java Doc) public void configureProject(String filename, int logLevel) throws BuildException(Code)(Java Doc) public void executeTarget(String targetName)(Code)(Java Doc) public void expectBuildException(String target, String cause)(Code)(Java Doc) public void expectBuildExceptionContaining(String target, String cause, String contains)(Code)(Java Doc) public void expectDebuglog(String target, String log)(Code)(Java Doc) public void expectLog(String target, String log)(Code)(Java Doc) public void expectLogContaining(String target, String log)(Code)(Java Doc) public void expectOutput(String target, String output)(Code)(Java Doc) public void expectOutputAndError(String target, String output, String error)(Code)(Java Doc) public void expectPropertySet(String target, String property, String value)(Code)(Java Doc) public void expectPropertySet(String target, String property)(Code)(Java Doc) public void expectPropertyUnset(String target, String property)(Code)(Java Doc) public void expectSpecificBuildException(String target, String cause, String msg)(Code)(Java Doc) public BuildException getBuildException()(Code)(Java Doc) public String getError()(Code)(Java Doc) public String getFullLog()(Code)(Java Doc) public String getLog()(Code)(Java Doc) public String getOutput()(Code)(Java Doc) public Project getProject()(Code)(Java Doc) public File getProjectDir()(Code)(Java Doc) public URL getResource(String resource)(Code)(Java Doc) protected void tearDown() throws Exception(Code)(Java Doc)
|
|
|