Catel.Test.ArgumentFacts.TheIsNotOutOfRangeMethod.ThrowsArgumentOutOfRangeExceptionForTooLargeDoubleParamValue C# (CSharp) Метод

ThrowsArgumentOutOfRangeExceptionForTooLargeDoubleParamValue() приватный Метод

private ThrowsArgumentOutOfRangeExceptionForTooLargeDoubleParamValue ( ) : void
Результат void
            public void ThrowsArgumentOutOfRangeExceptionForTooLargeDoubleParamValue()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentOutOfRangeException>(() => Argument.IsNotOutOfRange("param", 3d, 1d, 2d));
            }