C# Class SonarLint.VisualStudio.Integration.UnitTests.ConfigurableSourceControlledFileSystem

Inheritance: ConfigurableFileSystem, ISourceControlledFileSystem
显示文件 Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
ClearPending ( ) : void
WritePendingErrorsExpected ( ) : void
WritePendingNoErrorsExpected ( ) : void

Private Methods

Method Description
ISourceControlledFileSystem ( ) : bool
ISourceControlledFileSystem ( string filePath ) : bool
ISourceControlledFileSystem ( string filePath, Func fileWriteOperation ) : void

Method Details

ClearPending() public method

public ClearPending ( ) : void
return void

WritePendingErrorsExpected() public method

public WritePendingErrorsExpected ( ) : void
return void

WritePendingNoErrorsExpected() public method

public WritePendingNoErrorsExpected ( ) : void
return void