public class FileObservableTest extends Object
Constructor and Description |
---|
FileObservableTest() |
Modifier and Type | Method and Description |
---|---|
void |
testCreateAndModifyEventsForANonDirectoryFile() |
void |
testFileTailingFromStartOfFile() |
void |
testFileTailingWhenFileIsCreatedAfterSubscription() |
void |
testNoEventsThrownIfFileDoesNotExist() |
void |
testTailTextFileStreamsFromEndOfFileIfDeleteOccurs() |
void |
testTailTextFileStreamsFromEndOfFileIfSpecified() |
public void testNoEventsThrownIfFileDoesNotExist() throws InterruptedException
InterruptedException
public void testCreateAndModifyEventsForANonDirectoryFile() throws InterruptedException, IOException
InterruptedException
IOException
public void testFileTailingFromStartOfFile() throws InterruptedException, IOException
InterruptedException
IOException
public void testFileTailingWhenFileIsCreatedAfterSubscription() throws InterruptedException, IOException
InterruptedException
IOException
public void testTailTextFileStreamsFromEndOfFileIfSpecified() throws FileNotFoundException, InterruptedException
public void testTailTextFileStreamsFromEndOfFileIfDeleteOccurs() throws InterruptedException, IOException
InterruptedException
IOException
Copyright © 2013–2015. All rights reserved.