Method | Description | |
---|---|---|
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 ( |
||
RegisterRuleSet ( RuleSet ruleSet ) : void | ||
RegisterRuleSet ( RuleSet ruleSet, string path ) : void |
Method | Description | |
---|---|---|
IRuleSetSerializer ( string path ) : RuleSet | ||
IRuleSetSerializer ( RuleSet ruleSet, string path ) : void |
public AssertAllRegisteredRuleSetsLoadedExactlyOnce ( ) : void | ||
return | void |
public AssertRuleSetExists ( string path ) : void | ||
path | string | |
return | void |
public AssertRuleSetLoaded ( string ruleSet, int expectedNumberOfTimes ) : void | ||
ruleSet | string | |
expectedNumberOfTimes | int | |
return | void |
public AssertRuleSetNotExists ( string path ) : void | ||
path | string | |
return | void |
public AssertRuleSetsAreEqual ( string ruleSetPath, RuleSet expectedRuleSet ) : void | ||
ruleSetPath | string | |
expectedRuleSet | RuleSet | |
return | void |
public AssertRuleSetsAreSame ( string ruleSetPath, RuleSet expectedRuleSet ) : void | ||
ruleSetPath | string | |
expectedRuleSet | RuleSet | |
return | void |
public ConfigurableRuleSetSerializer ( ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets | ||
return | Microsoft.VisualStudio.CodeAnalysis.RuleSets |
public ConfigurableRuleSetSerializer ( |
||
fs | ||
return | Microsoft.VisualStudio.CodeAnalysis.RuleSets |
public RegisterRuleSet ( RuleSet ruleSet ) : void | ||
ruleSet | RuleSet | |
return | void |
public RegisterRuleSet ( RuleSet ruleSet, string path ) : void | ||
ruleSet | RuleSet | |
path | string | |
return | void |