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

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

Méthodes publiques

Méthode Description
AssertTestRegex ( string regex, RegexOptions options ) : void
IProjectSystemFilter ( Regex regex ) : void

Private Methods

Méthode Description
IProjectSystemFilter ( EnvDTE.Project dteProject ) : bool

Method Details

AssertTestRegex() public méthode

public AssertTestRegex ( string regex, RegexOptions options ) : void
regex string
options RegexOptions
Résultat void

IProjectSystemFilter() public méthode

public IProjectSystemFilter ( Regex regex ) : void
regex System.Text.RegularExpressions.Regex
Résultat void