Amido.Azure.Storage.TableStorage.Tests.Dbc.Assert.Should_Throw_ContractAssertionException C# (CSharp) Method

Should_Throw_ContractAssertionException() private method

private Should_Throw_ContractAssertionException ( ) : void
return void
        public void Should_Throw_ContractAssertionException() 
        {
            Contract.Assert(false);
        }