C# Class Microsoft.DotNet.Watcher.Tools.FunctionalTests.WaitForFileToChange

Inheritance: IDisposable
显示文件 Open project: aspnet/dotnet-watch Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Wait ( System.TimeSpan timeout, bool expectedToChange, string errorMessage ) : void
WaitForFileToChange ( string file ) : System

Private Methods

Method Description
WatcherEvent ( object sender, string file ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Wait() public method

public Wait ( System.TimeSpan timeout, bool expectedToChange, string errorMessage ) : void
timeout System.TimeSpan
expectedToChange bool
errorMessage string
return void

WaitForFileToChange() public method

public WaitForFileToChange ( string file ) : System
file string
return System