Catel.Test.ArgumentFacts.TheIsNotNullOrEmptyArrayMethod.ThrowsArgumentExceptionForEmptyIntArrayParamValue C# (CSharp) Méthode

ThrowsArgumentExceptionForEmptyIntArrayParamValue() private méthode

private ThrowsArgumentExceptionForEmptyIntArrayParamValue ( ) : void
Résultat void
            public void ThrowsArgumentExceptionForEmptyIntArrayParamValue()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentException>(() => Argument.IsNotNullOrEmptyArray("param", new int[] { }));
            }