ArchiMetrics.CodeReview.Rules.Tests.Rules.Code.LackOfCohesionOfMethodsRuleTests.GivenALackOfCohesionOfMethodsRule.GivenALackOfCohesionOfMethodsRule C# (CSharp) Method

GivenALackOfCohesionOfMethodsRule() public method

public GivenALackOfCohesionOfMethodsRule ( ) : ArchiMetrics.CodeReview.Rules.Semantic
return ArchiMetrics.CodeReview.Rules.Semantic
            public GivenALackOfCohesionOfMethodsRule()
            {
                _rule = new LackOfCohesionOfMethodsRule();
            }
LackOfCohesionOfMethodsRuleTests.GivenALackOfCohesionOfMethodsRule