Catel.Test.ArgumentFacts.TheIsNotOutOfRangeMethod.ThrowsArgumentOutOfRangeExceptionForTooSmallIntegerParamValue C# (CSharp) 메소드

ThrowsArgumentOutOfRangeExceptionForTooSmallIntegerParamValue() 개인적인 메소드

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