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

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

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