C# Class System.IO.Tests.TestFileSystemWatcher

Helper to expose protected members for testing
Inheritance: FileSystemWatcher
Show file Open project: mikedn/runtime Class Usage Examples

Public Methods

Method Description
CallOnChanged ( FileSystemEventArgs e ) : void
CallOnCreated ( FileSystemEventArgs e ) : void
CallOnDeleted ( FileSystemEventArgs e ) : void
CallOnError ( ErrorEventArgs e ) : void
CallOnRenamed ( RenamedEventArgs e ) : void
TestFileSystemWatcher ( )
TestFileSystemWatcher ( string path, string filter )

Method Details

CallOnChanged() public method

public CallOnChanged ( FileSystemEventArgs e ) : void
e FileSystemEventArgs
return void

CallOnCreated() public method

public CallOnCreated ( FileSystemEventArgs e ) : void
e FileSystemEventArgs
return void

CallOnDeleted() public method

public CallOnDeleted ( FileSystemEventArgs e ) : void
e FileSystemEventArgs
return void

CallOnError() public method

public CallOnError ( ErrorEventArgs e ) : void
e ErrorEventArgs
return void

CallOnRenamed() public method

public CallOnRenamed ( RenamedEventArgs e ) : void
e RenamedEventArgs
return void

TestFileSystemWatcher() public method

TestFileSystemWatcher() public method

public TestFileSystemWatcher ( string path, string filter )
path string
filter string