Catel.Test.ArgumentFacts.TheIsMaximumMethod.ThrowsArgumentOutOfRangeExceptionForTooLargeDoubleParamValue C# (CSharp) 메소드

ThrowsArgumentOutOfRangeExceptionForTooLargeDoubleParamValue() 개인적인 메소드

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