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

ThrowsArgumentOutOfRangeExceptionForTooLargeIntegerParamValue() private method

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