File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,6 @@ using static SharpAssert.Sharp;
2424Assert (bool condition [, string message ])
2525TException Throws <TException >(Action action [, string message ])
2626Task < 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
You can’t perform that action at this time.
0 commit comments