Catel.Test.ArgumentFacts.TheIsSupportedMethod.ThrowsNotSupportedExceptionForNotSupported C# (CSharp) 메소드

ThrowsNotSupportedExceptionForNotSupported() 개인적인 메소드

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