ArchiMetrics.CodeReview.Rules.Tests.Rules.Semantic.LackOfCohesionRuleTests.GivenALackOfCohesionOfMethodsRule.GivenALackOfCohesionOfMethodsRule C# (CSharp) Method

GivenALackOfCohesionOfMethodsRule() public method

public GivenALackOfCohesionOfMethodsRule ( ) : System.Linq
return System.Linq
            public GivenALackOfCohesionOfMethodsRule()
            {
                _rule = new LackOfCohesionOfMethodsRule();
            }
LackOfCohesionRuleTests.GivenALackOfCohesionOfMethodsRule