Catel.Test.ArgumentFacts.TheIsMinimalMethod.ThrowsArgumentOutOfRangeExceptionForTooSmallDoubleParamValue C# (CSharp) Méthode

ThrowsArgumentOutOfRangeExceptionForTooSmallDoubleParamValue() private méthode

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