Catel.Test.ArgumentFacts.TheIsMinimalMethod.ThrowsArgumentOutOfRangeExceptionForTooSmallIntegerParamValue C# (CSharp) Method

ThrowsArgumentOutOfRangeExceptionForTooSmallIntegerParamValue() private method

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