Catel.Test.ArgumentFacts.TheIsMinimalMethod.ThrowsArgumentOutOfRangeExceptionForTooSmallIntegerParamValue C# (CSharp) 메소드

ThrowsArgumentOutOfRangeExceptionForTooSmallIntegerParamValue() 개인적인 메소드

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