Skip to content

Commit 9d65489

Browse files
dstjdennisdoomen
authored andcommitted
List available methods in README.md (#22)
1 parent 37b46c3 commit 9d65489

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
* The build status is [![Build status](https://ci.appveyor.com/api/projects/status/ub0dfcmad2cf26tf/branch/master?svg=true)](https://ci.appveyor.com/project/dennisdoomen/fluentassertions-json/branch/master)
55
* Join the chat at [![Join the chat at https://gitter.im/dennisdoomen/fluentassertions](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dennisdoomen/fluentassertions?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

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+
721
### Usage
822

923
Be sure to include `using FluentAssertions.Json;` otherwise false positives may occur.

0 commit comments

Comments
 (0)