Blacksmith.Tests.ConfigurationWrapperTests.Optional_fixed_qeuename_should_not_return_null C# (CSharp) 메소드

Optional_fixed_qeuename_should_not_return_null() 개인적인 메소드

private Optional_fixed_qeuename_should_not_return_null ( ) : void
리턴 void
        public void Optional_fixed_qeuename_should_not_return_null()
        {
            var config = new ConfigurationWrapper();
            config.OptionalFixedQueueName.Should().NotBe(null);
        }