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

ThrowsArgumentExceptionForEmptyByteArrayParamValue() 개인적인 메소드

            public void ThrowsArgumentExceptionForEmptyByteArrayParamValue()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentException>(() => Argument.IsNotNullOrEmptyArray("param", new byte[] { }));
            }