Amido.Azure.Storage.TableStorage.Tests.Integration.AccountConnectionTests.Should_Throw_PreconditionException_If_Connection_String_Null C# (CSharp) Method

Should_Throw_PreconditionException_If_Connection_String_Null() private method

        public void Should_Throw_PreconditionException_If_Connection_String_Null() 
        {
            var accountConnection = new AccountConnection<TestEntity>(null);
        }