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

ThrowsArgumentExceptionForEmptyByteArrayParamValue() private méthode

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