ArchiMetrics.CodeReview.Rules.Tests.Rules.Semantic.LackOfCohesionRuleTests.GivenALackOfCohesionOfMethodsRule.GivenALackOfCohesionOfMethodsRule C# (CSharp) Méthode

GivenALackOfCohesionOfMethodsRule() public méthode

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