Overload | Description |
---|---|
ThenBeInDescendingOrder<TSelector>(Expression<Func<T,TSelector>>,String,Object[]) | Asserts that a subsequence is ordered in descending order according to the value of the specified propertyExpression. |
ThenBeInDescendingOrder<TSelector>(Expression<Func<T,TSelector>>,IComparer<TSelector>,String,Object[]) | Asserts that a subsequence is ordered in descending order according to the value of the specified propertyExpression and IComparer implementation. |