Catel.Test.ArgumentFacts.TheIsSupportedMethod.ThrowsNotSupportedExceptionForNotSupported C# (CSharp) Метод

ThrowsNotSupportedExceptionForNotSupported() приватный Метод

private ThrowsNotSupportedExceptionForNotSupported ( ) : void
Результат void
            public void ThrowsNotSupportedExceptionForNotSupported()
            {
                ExceptionTester.CallMethodAndExpectException<NotSupportedException>(() => Argument.IsSupported(false, "Just not supported"));
            }