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

Should_Throw_PreconditionException_If_Connection_String_Empty() private method

        public void Should_Throw_PreconditionException_If_Connection_String_Empty() 
        {
            var accountConnection = new AccountConnection<TestEntity>(string.Empty);
        }
    }