Catel.Test.Collections.CollectionExtensionsFacts.TheRemoveLastMethod.ThrowsArgumentNullExceptionForNullList C# (CSharp) 메소드

ThrowsArgumentNullExceptionForNullList() 개인적인 메소드

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