ArchiMetrics.CodeReview.Rules.Tests.Rules.SpellCheckingTests.GivenAMethodNameSpellingRule.GivenAMethodNameSpellingRule C# (CSharp) Method

GivenAMethodNameSpellingRule() public method

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