Catel.Test.ArgumentFacts.TheIsNotNullOrEmptyArrayMethod.ThrowsArgumentExceptionForEmptyByteArrayParamValue C# (CSharp) Method

ThrowsArgumentExceptionForEmptyByteArrayParamValue() private method

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