Catel.Test.ArgumentFacts.TheIsMaximumMethod.ThrowsArgumentOutOfRangeExceptionForTooLargeIntegerParamValue C# (CSharp) 메소드

ThrowsArgumentOutOfRangeExceptionForTooLargeIntegerParamValue() 개인적인 메소드

            public void ThrowsArgumentOutOfRangeExceptionForTooLargeIntegerParamValue()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentOutOfRangeException>(() => Argument.IsMaximum("param", 3, 2));
            }