C# Class Forseti.Specs.Fakes.FakeFileSystemWatcher

Inheritance: IFileSystemWatcher
显示文件 Open project: dolittle/Forseti

Public Methods

Method Description
SubscribeToChanges ( FileChanged changed ) : void
TriggerChange ( FileChange changeType, IFile file ) : void

Method Details

SubscribeToChanges() public method

public SubscribeToChanges ( FileChanged changed ) : void
changed FileChanged
return void

TriggerChange() public method

public TriggerChange ( FileChange changeType, IFile file ) : void
changeType FileChange
file IFile
return void