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

ThrowsArgumentNullExceptionForNullList() private method

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