| org.apache.tools.ant.BuildFileTest org.apache.tools.ant.taskdefs.TouchTest
assertTimesNearlyMatch | public void assertTimesNearlyMatch(long timestamp, long time)(Code) | | assert that two times are within the current FS granularity;
Parameters: timestamp - Parameters: time - |
getTargetTime | public long getTargetTime()(Code) | | |
setUp | public void setUp()(Code) | | |
tearDown | public void tearDown()(Code) | | |
test2000 | public void test2000()(Code) | | verify that the millis test sets things up
|
testBadPattern | public void testBadPattern()(Code) | | test the pattern attribute again
|
testExplicitMappedFileset | public void testExplicitMappedFileset()(Code) | | test the explicit mapped file set
|
testFilelist | public void testFilelist()(Code) | | test the file list
|
testFileset | public void testFileset()(Code) | | test the file set
|
testGoodPattern | public void testGoodPattern()(Code) | | test the pattern attribute
|
testMappedFilelist | public void testMappedFilelist()(Code) | | test the mapped file list
|
testMappedFileset | public void testMappedFileset()(Code) | | test the mapped file set
|
testMillis | public void testMillis()(Code) | | verify that the millis test sets things up
|
testNoSeconds | public void testNoSeconds()(Code) | | No real test, simply checks whether the dateformat without
seconds is accepted - by erroring out otherwise.
|
testNow | public void testNow()(Code) | | verify that the default value defaults to now
|
testResourceCollection | public void testResourceCollection()(Code) | | test the resource collection
|
testSeconds | public void testSeconds()(Code) | | No real test, simply checks whether the dateformat with
seconds is accepted - by erroring out otherwise.
|
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)
|
|
|