Appccelerate.Bootstrapper.Configuration.ConfigurationSectionBehaviorTest.ShouldDescribeItself C# (CSharp) Method

ShouldDescribeItself() private method

private ShouldDescribeItself ( ) : void
return void
        public void ShouldDescribeItself()
        {
            this.testee.Describe().Should().Be("Automatically provides configuration sections for all extensions.");
        }