|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.apache.commons.jci.monitor.FilesystemAlterationMonitorTestCase
public final class FilesystemAlterationMonitorTestCase
Constructor Summary | |
---|---|
FilesystemAlterationMonitorTestCase()
|
Method Summary | |
---|---|
protected File |
createDirectory(String pName)
|
protected File |
createTempDirectory()
|
protected void |
delay()
|
protected void |
setUp()
|
protected void |
tearDown()
|
void |
testCreateDirectoryDetection()
|
void |
testCreateFileDetection()
|
void |
testCreatingFileInSubDirectoryChangesLastModified()
|
void |
testCreatingLocalDirectoryChangesLastModified()
|
void |
testCreatingLocalFileChangesLastModified()
|
void |
testCreatingSubDirectoryChangesLastModified()
|
void |
testDeleteDirectoryDetection()
|
void |
testDeleteFileDetection()
|
void |
testDirectoryDoublication()
|
void |
testInterval()
|
void |
testListenerDoublication()
|
void |
testModifyFileDetection()
|
void |
testTimeout()
|
protected File |
writeFile(String pName,
byte[] pData)
|
protected File |
writeFile(String pName,
String pText)
|
Methods inherited from class junit.framework.TestCase |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilesystemAlterationMonitorTestCase()
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
protected File createDirectory(String pName) throws Exception
Exception
protected File writeFile(String pName, byte[] pData) throws Exception
Exception
protected File writeFile(String pName, String pText) throws Exception
Exception
protected File createTempDirectory() throws IOException
IOException
protected void delay()
public void testListenerDoublication() throws Exception
Exception
public void testDirectoryDoublication() throws Exception
Exception
public void testCreateFileDetection() throws Exception
Exception
public void testTimeout() throws Exception
Exception
public void testCreateDirectoryDetection() throws Exception
Exception
public void testDeleteFileDetection() throws Exception
Exception
public void testDeleteDirectoryDetection() throws Exception
Exception
public void testModifyFileDetection() throws Exception
Exception
public void testCreatingLocalDirectoryChangesLastModified() throws Exception
Exception
public void testCreatingLocalFileChangesLastModified() throws Exception
Exception
public void testCreatingSubDirectoryChangesLastModified() throws Exception
Exception
public void testCreatingFileInSubDirectoryChangesLastModified() throws Exception
Exception
public void testInterval() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |