Fluent Assertions
1.7.1.1
A very extensive set of extension methods for .NET 3.5, 4.0 and Silverlight 4.0 that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit test.
To install Fluent Assertions, run the following command in the Package Manager Console
PM> Install-Package FluentAssertions
Release Notes
- Fixed a bug that occurs when two collections are compared for equality but the collection contains null.
- Fixed a stack overflow while formatting an object graph containing static cyclic references.
- Fixed the issue where an exception was thrown when building a failure message by dumping the values of all properties, and one of the properties throws an exception.
- Made the handling of cyclic references when validating equality of nested properties configurable (ignore / throw exception)
- Fixed some incorrect failure messages when comparing XML elements and attributes
- Fixed a NullReferenceException when comparing objects that have a write-only properties
- Fixed a potential NullReferenceException while comparing the properties of a complex graph and when a deep property contains a null object.
Owners
Authors
Copyright
Copyright Dennis Doomen 2010-2012
Tags
Dependencies
FluentAssertions 1.7.1.1 does not have any dependencies
Version History
| Version | Downloads | Last updated |
|---|---|---|
| Fluent Assertions 1.7.1.1 | 2599 | Saturday, March 24, 2012 |
| Fluent Assertions 1.7.0 | 2871 | Friday, January 13, 2012 |
| Fluent Assertions 1.6.0 | 2000 | Monday, October 31, 2011 |
| Fluent Assertions - Extension methods for .NET unit tests. 1.5.0.0 | 2085 | Wednesday, June 29, 2011 |
| Fluent Assertions - Extension methods for .NET unit tests. 1.4.0.0 | 1112 | Monday, March 14, 2011 |
| Fluent Assertions - Extension methods for .NET unit tests. 1.3.0.1 | 208 | Saturday, January 15, 2011 |