Fluent Assertions release 1.1

Rating:        Based on 1 rating
Reviewed:  1 review
Downloads: 66
Change Set: 45147
Released: Mar 5, 2010
Updated: Mar 15, 2010 by dennisdoomen
Dev status: Stable Help Icon

Recommended Download

Application FluentAssertions.zip
application, 75K, uploaded Mar 5, 2010 - 66 downloads

Release Notes

Inspired by Sharp Test Ex, we've worked hard to add some important missing features that we really needed, and also improve resiliance against illegal arguments such as an empty collection or null.
  • All dependencies on MSTest assemblies have been removed. So assertions will work with all testing frameworks.
  • Added support for Silverlight
  • Improved the verification messages around assertion of collections so that you don't need any debugging to figure out what went wrong.
  • Added object.Should().BeAssignableTo()
  • Added object.Should().Satisfy() to verify against a lambda or delegate.
  • Added extension methods on an Action or Action<T> which allows better support for the AAA syntax. We've rewritten a large portion of the framework's unit tests and it definitely improves unit test maintance.
  • Added a ValueOf property to the exception assertions syntax that allows chaining additional Should()s on the properties of the exception.

Reviews for this release

     
A little mention about from where come ideas and some implementation would be very appreciate http://sharptestex.codeplex.com/ Don't copy, try to make it better.
by fabiomaulo on Mar 12, 2010 at 5:27 PM