ArchiMetrics.CodeReview.Rules.Tests.Rules.Semantic.LackOfCohesionRuleTests.GivenALackOfCohesionOfMethodsRule.GivenALackOfCohesionOfMethodsRule C# (CSharp) 메소드

GivenALackOfCohesionOfMethodsRule() 공개 메소드

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