ArchiMetrics.CodeReview.Rules.Tests.Rules.Semantic.TooLowMaintainabilityIndexRuleTests.GivenATooLowMaintainabilityIndexRule.GivenATooLowMaintainabilityIndexRule C# (CSharp) Method

GivenATooLowMaintainabilityIndexRule() public method

public GivenATooLowMaintainabilityIndexRule ( ) : System.Linq
return System.Linq
            public GivenATooLowMaintainabilityIndexRule()
            {
                _rule = new TooLowMaintainabilityIndexRule();
            }
TooLowMaintainabilityIndexRuleTests.GivenATooLowMaintainabilityIndexRule