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

ThrowsArgumentOutOfRangeExceptionForTooLargeDoubleParamValue() 개인적인 메소드

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