Amido.Azure.Storage.TableStorage.Tests.Dbc.Requires.Should_Not_Throw_Exception C# (CSharp) Method

Should_Not_Throw_Exception() private method

private Should_Not_Throw_Exception ( ) : void
return void
        public void Should_Not_Throw_Exception() 
        {
            Contract.Requires(true);
        }
    }