-
Notifications
You must be signed in to change notification settings - Fork 51
Home
Those pages are dedicated to the documentation of NFluent!
You can also check NFluent web site for general information and presentation material. This documentation reflects the latest available version.
Each check comes with some code sample for a successful check and a failing one. Note this is not a classical API documentation, with method signature and parameters list; such a format is not suited to NFluent due to the massive usage of extension methods and hidden helper types.
Happy reading. Enjoy, and check your code!
Refer To V3.0 (beta)
You can read this wiki to discover available checks and what you can do with them, as well as more advanced features that permit fine control of NFluent behaviour. If you need help, advice or want to make some remarks, you can reach for us through Gitter. You can also contact the official NFluent Twitter account @NFluent. You can ask anything related to NFluent (from how to install it to whatever complex check you need to achieve), we will our best to help you.
Use GitHub issue pages to for those. False negatives (i.e. tests that succeed while they should have failed) are handled as urgent issue, are typically solved and released within a few days. This (free) post (on medium) is a good guide on how to create an issued: Opening an Issue (in GitHub).
Candidates are welcome. If you are interested in joining a strong open source project and want to help make a difference in development and testing practices, you can reach for us through previous listed channel. We will give you access to the project slack. Contributions can take many forms, it can be code, but articles, documentations and even (fact grounded) opinions are helpful.
- Welcome
- How to start
- Customising error messages
-
Check.That
- All (Equality, Type)
- Reference types
- Members based
- IEnumerable (Properties, Content, Elements)
- String (Properties, Content, RegExp )
- Numeric Type(Properties, Comparisons, Floating)
- Dictionary
- Char (Properties, Value)
- IComparable
- DateTime
- DateTimeOffset
- Misc: Boolean, TimeSpan, Stream, Enum, EventWaitHandle
- Check.ThatCode
- Check.ThatDynamic
- Extensibility
- Auxiliary types (TimeUnit)
- Mocks
- Versioning Policy
- Changelog
- WIP/Beta
- Misc. links
NFluent is now listed on Awesome.net. Show some NFluent's love and post your testimony!
- Welcome
- How to start
- Customising error messages
-
Check.That
- All (Equality, Type)
- Reference types
- Members based
- IEnumerable (Properties, Content, Elements)
- String (Properties, Content, RegExp )
- Numeric Type(Properties, Comparisons, Floating)
- Dictionary
- Char (Properties, Value)
- IComparable
- DateTime
- DateTimeOffset
- Misc: Boolean, TimeSpan, Stream, Enum, EventWaitHandle
- Check.ThatCode
- Check.ThatDynamic
- Extensibility
- Auxiliary types (TimeUnit)
- Mocks