-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Cyrille DUPUYDAUBY edited this page Feb 1, 2019
·
34 revisions
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 suite for NFluent due to the massive usage of extension methods and hidden helper types.
Happy reading. Enjoy, and check your code!
Refer To V 2.5.0
- Check.That
- Check.ThatCode, Check.ThatAsyncCode
- Extensibility
- Check.ThatDynamic
NFluent is now listed on Awesome.net. Show some NFluent's love and post testimonies!
- 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