| org.apache.tools.ant.BuildFileTest org.apache.tools.ant.DirectoryScannerTest
DirectoryScannerTest | public class DirectoryScannerTest extends BuildFileTest (Code) | | JUnit 3 testcases for org.apache.tools.ant.DirectoryScanner
|
DirectoryScannerTest | public DirectoryScannerTest(String name)(Code) | | |
setUp | public void setUp()(Code) | | |
tearDown | public void tearDown()(Code) | | |
test1 | public void test1()(Code) | | |
test2 | public void test2()(Code) | | |
test2ButCaseInsensitive | public void test2ButCaseInsensitive()(Code) | | |
test3 | public void test3()(Code) | | |
testAbsolute1 | public void testAbsolute1()(Code) | | |
testAbsolute2 | public void testAbsolute2()(Code) | | |
testAbsolute3 | public void testAbsolute3()(Code) | | |
testAbsolute4 | public void testAbsolute4()(Code) | | |
testAbsolute5 | public void testAbsolute5()(Code) | | |
testAllowSymlinks | public void testAllowSymlinks()(Code) | | |
testAlternateExcludeInclude | public void testAlternateExcludeInclude()(Code) | | |
testAlternateIncludeExclude | public void testAlternateIncludeExclude()(Code) | | |
testChildrenOfExcludedDirectory | public void testChildrenOfExcludedDirectory()(Code) | | Test inspired by Bug#1415.
|
testExcludeHasPrecedence | public void testExcludeHasPrecedence()(Code) | | |
testExcludeOneFile | public void testExcludeOneFile()(Code) | | |
testFullPathMatchesCaseInsensitive | public void testFullPathMatchesCaseInsensitive()(Code) | | |
testFullPathMatchesCaseSensitive | public void testFullPathMatchesCaseSensitive()(Code) | | |
testFullpathDiffersInCaseScanningInsensitive | public void testFullpathDiffersInCaseScanningInsensitive()(Code) | | |
testFullpathDiffersInCaseScanningSensitive | public void testFullpathDiffersInCaseScanningSensitive()(Code) | | |
testIsExcludedDirectoryScanned | public void testIsExcludedDirectoryScanned()(Code) | | |
testOrderOfIncludePatternsIrrelevant | public void testOrderOfIncludePatternsIrrelevant()(Code) | | |
testParentDiffersInCaseScanningInsensitive | public void testParentDiffersInCaseScanningInsensitive()(Code) | | |
testParentDiffersInCaseScanningSensitive | public void testParentDiffersInCaseScanningSensitive()(Code) | | |
testPatternsDifferInCaseScanningInsensitive | public void testPatternsDifferInCaseScanningInsensitive()(Code) | | |
testPatternsDifferInCaseScanningSensitive | public void testPatternsDifferInCaseScanningSensitive()(Code) | | |
testProhibitSymlinks | public void testProhibitSymlinks()(Code) | | |
testSetFollowLinks | public void testSetFollowLinks() throws IOException(Code) | | Test case for setFollowLinks() and associated functionality.
Only supports test on Linux at the moment because Java has
no real notion of symlinks built in, so an os-specfic call
to Runtime.exec() must be made to create a link to test against.
|
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)
|
|
|