Appccelerate.EnsureTest.OperationSupported_WhenNotMatch_MustThrow C# (CSharp) Method

OperationSupported_WhenNotMatch_MustThrow() private method

private OperationSupported_WhenNotMatch_MustThrow ( ) : void
return void
        public void OperationSupported_WhenNotMatch_MustThrow()
        {
            Assert.Throws<NotSupportedException>(() => Ensure.OperationSupported(false, "message"));
        }
EnsureTest