ArchiMetrics.CodeReview.Rules.Tests.Rules.Code.LackOfCohesionOfMethodsRuleTests.GivenALackOfCohesionOfMethodsRule.GivenALackOfCohesionOfMethodsRule C# (CSharp) Méthode

GivenALackOfCohesionOfMethodsRule() public méthode

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