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

ShouldReturnTypeName() private method

private ShouldReturnTypeName ( ) : void
return void
        public void ShouldReturnTypeName()
        {
            string expectedName = this.testee.GetType().FullNameToString();

            this.testee.Name.Should().Be(expectedName);
        }