Catel.Test.Collections.CollectionExtensionsFacts.TheRemoveLastMethod.ThrowsArgumentNullExceptionForNullList C# (CSharp) Méthode

ThrowsArgumentNullExceptionForNullList() private méthode

private ThrowsArgumentNullExceptionForNullList ( ) : void
Résultat void
            public void ThrowsArgumentNullExceptionForNullList()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentNullException>(() => CollectionExtensions.RemoveLast(null));
            }