Catel.Test.ArgumentFacts.TheIsNotNullOrEmptyArrayMethod.ThrowsArgumentExceptionForEmptyIntArrayParamValue C# (CSharp) 메소드

ThrowsArgumentExceptionForEmptyIntArrayParamValue() 개인적인 메소드

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