Catel.Test.ArgumentFacts.TheIsSupportedMethod.ThrowsNotSupportedExceptionForNotSupported C# (CSharp) Method

ThrowsNotSupportedExceptionForNotSupported() private method

private ThrowsNotSupportedExceptionForNotSupported ( ) : void
return void
            public void ThrowsNotSupportedExceptionForNotSupported()
            {
                ExceptionTester.CallMethodAndExpectException<NotSupportedException>(() => Argument.IsSupported(false, "Just not supported"));
            }