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

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

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