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

ThrowsArgumentOutOfRangeExceptionForTooSmallIntegerParamValue() private méthode

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