Catel.Test.Collections.CollectionExtensionsFacts.TheRemoveFirstMethod.ThrowsArgumentNullExceptionForNullList C# (CSharp) Method

ThrowsArgumentNullExceptionForNullList() private method

private ThrowsArgumentNullExceptionForNullList ( ) : void
return void
            public void ThrowsArgumentNullExceptionForNullList()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentNullException>(() => CollectionExtensions.RemoveFirst(null));
            }