Appccelerate.Bootstrapper.Behavior.DisposeExtensionBehaviorTest.ShouldDescribeItself C# (CSharp) Method

ShouldDescribeItself() private method

private ShouldDescribeItself ( ) : void
return void
        public void ShouldDescribeItself()
        {
            this.testee.Describe().Should().Be("Disposes all extensions which implement IDisposable.");
        }
    }