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

ファイルを表示 Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Methods

Method Description
CreateDeclaration ( ProjectMock project, string ruleSetValue ) : RuleSetDeclaration
CreateProperty ( ProjectMock project, string configurationName, object propertyValue, string propertyName = Constants.CodeAnalysisRuleSetPropertyKey ) : PropertyMock
GetOrCreateConfiguration ( ProjectMock project, string configurationName ) : ConfigurationMock
SolutionRuleSetsInformationProvider_CalculateSolutionSonarQubeRuleSetFilePath_ArgChecks ( ) : void
SolutionRuleSetsInformationProvider_CalculateSolutionSonarQubeRuleSetFilePath_OnClosedSolution ( ) : void
SolutionRuleSetsInformationProvider_CalculateSolutionSonarQubeRuleSetFilePath_OnOpenSolution ( ) : void
SolutionRuleSetsInformationProvider_Ctor_ArgChecks ( ) : void
SolutionRuleSetsInformationProvider_GetProjectRuleSetsDeclarations_ArgChecks ( ) : void
SolutionRuleSetsInformationProvider_GetProjectRuleSetsDeclarations_ConfigurationPropertyWithDefaultValue ( ) : void
SolutionRuleSetsInformationProvider_GetProjectRuleSetsDeclarations_ConfigurationPropertyWithEmptyRuleSets ( ) : void
SolutionRuleSetsInformationProvider_GetProjectRuleSetsDeclarations_ConfigurationPropertyWithSameNonDefaultValues ( ) : void
SolutionRuleSetsInformationProvider_GetProjectRuleSetsDeclarations_ConfigurationWithNoRuleSetProperty ( ) : void
SolutionRuleSetsInformationProvider_GetProjectRuleSetsDeclarations_RuleSetsWithDirectories ( ) : void
SolutionRuleSetsInformationProvider_GetSolutionSonarQubeRulesFolder_OnClosedSolution ( ) : void
SolutionRuleSetsInformationProvider_GetSolutionSonarQubeRulesFolder_OnOpenSolution ( ) : void
SolutionRuleSetsInformationProvider_TryGetProjectRuleSetFilePath ( ) : void
TestInitialize ( ) : void
VerifyRuleSetInformation ( RuleSetDeclaration info, PropertyMock property ) : void