C# 클래스 SonarLint.VisualStudio.Integration.UnitTests.ConfigurableRuleSetSerializer

상속: IRuleSetSerializer
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
AssertAllRegisteredRuleSetsLoadedExactlyOnce ( ) : void
AssertRuleSetExists ( string path ) : void
AssertRuleSetLoaded ( string ruleSet, int expectedNumberOfTimes ) : void
AssertRuleSetNotExists ( string path ) : void
AssertRuleSetsAreEqual ( string ruleSetPath, RuleSet expectedRuleSet ) : void
AssertRuleSetsAreSame ( string ruleSetPath, RuleSet expectedRuleSet ) : void
ClearRuleSets ( ) : void
ConfigurableRuleSetSerializer ( ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets
ConfigurableRuleSetSerializer ( ConfigurableFileSystem fs ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets
RegisterRuleSet ( RuleSet ruleSet ) : void
RegisterRuleSet ( RuleSet ruleSet, string path ) : void

비공개 메소드들

메소드 설명
IRuleSetSerializer ( string path ) : RuleSet
IRuleSetSerializer ( RuleSet ruleSet, string path ) : void

메소드 상세

AssertAllRegisteredRuleSetsLoadedExactlyOnce() 공개 메소드

public AssertAllRegisteredRuleSetsLoadedExactlyOnce ( ) : void
리턴 void

AssertRuleSetExists() 공개 메소드

public AssertRuleSetExists ( string path ) : void
path string
리턴 void

AssertRuleSetLoaded() 공개 메소드

public AssertRuleSetLoaded ( string ruleSet, int expectedNumberOfTimes ) : void
ruleSet string
expectedNumberOfTimes int
리턴 void

AssertRuleSetNotExists() 공개 메소드

public AssertRuleSetNotExists ( string path ) : void
path string
리턴 void

AssertRuleSetsAreEqual() 공개 메소드

public AssertRuleSetsAreEqual ( string ruleSetPath, RuleSet expectedRuleSet ) : void
ruleSetPath string
expectedRuleSet RuleSet
리턴 void

AssertRuleSetsAreSame() 공개 메소드

public AssertRuleSetsAreSame ( string ruleSetPath, RuleSet expectedRuleSet ) : void
ruleSetPath string
expectedRuleSet RuleSet
리턴 void

ClearRuleSets() 공개 메소드

public ClearRuleSets ( ) : void
리턴 void

ConfigurableRuleSetSerializer() 공개 메소드

public ConfigurableRuleSetSerializer ( ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets
리턴 Microsoft.VisualStudio.CodeAnalysis.RuleSets

ConfigurableRuleSetSerializer() 공개 메소드

public ConfigurableRuleSetSerializer ( ConfigurableFileSystem fs ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets
fs ConfigurableFileSystem
리턴 Microsoft.VisualStudio.CodeAnalysis.RuleSets

RegisterRuleSet() 공개 메소드

public RegisterRuleSet ( RuleSet ruleSet ) : void
ruleSet RuleSet
리턴 void

RegisterRuleSet() 공개 메소드

public RegisterRuleSet ( RuleSet ruleSet, string path ) : void
ruleSet RuleSet
path string
리턴 void