Catel.Test.ArgumentFacts.TheIsMaximumMethod.ThrowsArgumentOutOfRangeExceptionForTooLargeIntegerParamValue C# (CSharp) Method

ThrowsArgumentOutOfRangeExceptionForTooLargeIntegerParamValue() private method

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