ArchiMetrics.CodeReview.Rules.Tests.Rules.Code.LackOfCohesionOfMethodsRuleTests.GivenALackOfCohesionOfMethodsRule.CanSetThreshold C# (CSharp) 메소드

CanSetThreshold() 개인적인 메소드

private CanSetThreshold ( ) : void
리턴 void
            public void CanSetThreshold()
            {
                _rule.SetThreshold(1);
            }
        }
LackOfCohesionOfMethodsRuleTests.GivenALackOfCohesionOfMethodsRule