Skip to content

Commit 87ba9c9

Browse files
committed
Tidy up
1 parent aff84ad commit 87ba9c9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

MIGRATION.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ using static SharpAssert.Sharp;
2424
Assert(bool condition [, string message])
2525
TException Throws<TException>(Action action [, string message])
2626
Task<TException> ThrowsAsync<TException>(Func<Task> action [, string message])
27-
28-
// Custom Expectations
29-
collection.IsInAscendingOrder([IComparer<T>])
30-
collection.IsInDescendingOrder([IComparer<T>])
31-
collection.AllUnique([Func<T, object> keySelector | IEqualityComparer<object>])
32-
string.Matches(pattern)
33-
string.MatchesIgnoringCase(pattern)
34-
string.Contains(substring, Occur.Exactly|AtLeast|AtMost(count))
35-
string.MatchesRegex(pattern, Occur.Exactly|AtLeast|AtMost(count))
36-
T.IsEquivalentTo(expected [, config => config.Excluding|Including|WithoutStrictOrdering()])
3727
```
3828

3929
## Native C# Support

0 commit comments

Comments
 (0)