Amido.Azure.Storage.TableStorage.Tests.Integration.AccountConnectionTests.Should_Throw_PreconditionException_If_Connection_String_Null C# (CSharp) Метод

Should_Throw_PreconditionException_If_Connection_String_Null() приватный Метод

private Should_Throw_PreconditionException_If_Connection_String_Null ( ) : void
Результат void
        public void Should_Throw_PreconditionException_If_Connection_String_Null() 
        {
            var accountConnection = new AccountConnection<TestEntity>(null);
        }