You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@
4
4
* The build status is [](https://ci.appveyor.com/project/dennisdoomen/fluentassertions-json/branch/master)
5
5
* Join the chat at [](https://gitter.im/dennisdoomen/fluentassertions?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
6
7
+
### Available extension methods
8
+
9
+
-`BeEquivalentTo()`
10
+
-`ContainSingleElement()`
11
+
-`ContainSubtree()`
12
+
-`HaveCount()`
13
+
-`HaveElement()`
14
+
-`HaveValue()`
15
+
-`NotBeEquivalentTo()`
16
+
-`NotHaveElement()`
17
+
-`NotHaveValue()`
18
+
19
+
See "in-code" description for more information.
20
+
7
21
### Usage
8
22
9
23
Be sure to include `using FluentAssertions.Json;` otherwise false positives may occur.
0 commit comments