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

Should_Throw_ArgumentException() private method

private Should_Throw_ArgumentException ( ) : void
return void
        public void Should_Throw_ArgumentException() 
        {
            Contract.Assert<ArgumentException>(false);
        }