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

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

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