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

CanSetThreshold() private method

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