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

Behave_ShouldApply() private method

private Behave_ShouldApply ( ) : void
return void
        public void Behave_ShouldApply()
        {
            this.testee.Behave(this.extensions);

            this.consumer.Verify(c => c.Apply(It.IsAny<ConfigurationSection>()));
        }