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

Inheritance: ConfigurableFileSystem, ISourceControlledFileSystem
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
ClearPending ( ) : void
WritePendingErrorsExpected ( ) : void
WritePendingNoErrorsExpected ( ) : void

Private Methods

Méthode Description
ISourceControlledFileSystem ( ) : bool
ISourceControlledFileSystem ( string filePath ) : bool
ISourceControlledFileSystem ( string filePath, Func fileWriteOperation ) : void

Method Details

ClearPending() public méthode

public ClearPending ( ) : void
Résultat void

WritePendingErrorsExpected() public méthode

public WritePendingErrorsExpected ( ) : void
Résultat void

WritePendingNoErrorsExpected() public méthode

public WritePendingNoErrorsExpected ( ) : void
Résultat void