org.apache.commons.jci.monitor
Class FilesystemAlterationMonitorTestCase
java.lang.Object
TestCase
org.apache.commons.jci.monitor.FilesystemAlterationMonitorTestCase
public final class FilesystemAlterationMonitorTestCase
- extends TestCase
- Author:
- tcurdt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilesystemAlterationMonitorTestCase
public FilesystemAlterationMonitorTestCase()
setUp
protected void setUp()
throws java.lang.Exception
- Throws:
java.lang.Exception
tearDown
protected void tearDown()
throws java.lang.Exception
- Throws:
java.lang.Exception
createDirectory
protected java.io.File createDirectory(java.lang.String pName)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeFile
protected java.io.File writeFile(java.lang.String pName,
byte[] pData)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeFile
protected java.io.File writeFile(java.lang.String pName,
java.lang.String pText)
throws java.lang.Exception
- Throws:
java.lang.Exception
createTempDirectory
protected java.io.File createTempDirectory()
throws java.io.IOException
- Throws:
java.io.IOException
delay
protected void delay()
testListenerDoublication
public void testListenerDoublication()
throws java.lang.Exception
- Throws:
java.lang.Exception
testDirectoryDoublication
public void testDirectoryDoublication()
throws java.lang.Exception
- Throws:
java.lang.Exception
testCreateFileDetection
public void testCreateFileDetection()
throws java.lang.Exception
- Throws:
java.lang.Exception
testTimeout
public void testTimeout()
throws java.lang.Exception
- Throws:
java.lang.Exception
testCreateDirectoryDetection
public void testCreateDirectoryDetection()
throws java.lang.Exception
- Throws:
java.lang.Exception
testDeleteFileDetection
public void testDeleteFileDetection()
throws java.lang.Exception
- Throws:
java.lang.Exception
testDeleteDirectoryDetection
public void testDeleteDirectoryDetection()
throws java.lang.Exception
- Throws:
java.lang.Exception
testModifyFileDetection
public void testModifyFileDetection()
throws java.lang.Exception
- Throws:
java.lang.Exception
testCreatingLocalDirectoryChangesLastModified
public void testCreatingLocalDirectoryChangesLastModified()
throws java.lang.Exception
- Throws:
java.lang.Exception
testCreatingLocalFileChangesLastModified
public void testCreatingLocalFileChangesLastModified()
throws java.lang.Exception
- Throws:
java.lang.Exception
testCreatingSubDirectoryChangesLastModified
public void testCreatingSubDirectoryChangesLastModified()
throws java.lang.Exception
- Throws:
java.lang.Exception
testCreatingFileInSubDirectoryChangesLastModified
public void testCreatingFileInSubDirectoryChangesLastModified()
throws java.lang.Exception
- Throws:
java.lang.Exception
testInterval
public void testInterval()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.