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

ThrowsArgumentOutOfRangeExceptionForTooSmallDoubleParamValue() private method

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