ArchiMetrics.CodeReview.Rules.Tests.Rules.SpellCheckingTests.GivenAMethodNameSpellingRule.GivenAMethodNameSpellingRule C# (CSharp) Méthode

GivenAMethodNameSpellingRule() public méthode

public GivenAMethodNameSpellingRule ( ) : System.Linq
Résultat System.Linq
            public GivenAMethodNameSpellingRule()
            {
                _rule = new MethodNameSpellingRule(new SpellChecker(new ExemptPatterns()));
            }
SpellCheckingTests.GivenAMethodNameSpellingRule