Appccelerate.Bootstrapper.Configuration.ExtensionConfigurationSectionBehaviorTest.Behave_ShouldAssign C# (CSharp) Method

Behave_ShouldAssign() private method

private Behave_ShouldAssign ( ) : void
return void
        public void Behave_ShouldAssign()
        {
            this.SetupEmptyConsumerConfiguration();
            this.SetupExtensionConfigurationSectionWithEntries();

            this.testee.Behave(this.extensions);

            this.assigner.Verify(a => a.Assign(this.extensionPropertyReflector.Object, It.IsAny<IExtension>(), this.consumer.Object, this.conversionCallbacksProvider.Object, this.defaultConversionCallbackProvider.Object));
        }