Source code checked in, #78642
Changed implementation of BeDecoratedWith, to take a predicate for matching the properties.
View ArticleCommented Issue: Extend attribute assertions with property checks [12186]
See http://fluentassertions.codeplex.com/discussions/279305 and discussion on...
View ArticleNew Post: CollectionPropertyAssertions
Hm... I can't find CollectionPropertyAssertions in codebase anymore
View ArticleNew Post: CollectionPropertyAssertions
You're right. I've been completely rewriting the way the structural comparison works for version 2.0 (the trunk). It will be fully extensible and I'll be offering a completely different API for...
View ArticleCommented Issue: Extend attribute assertions with property checks [12186]
See http://fluentassertions.codeplex.com/discussions/279305 and discussion on...
View ArticleCommented Feature: Exclude properties on nested objects [11841]
We'd like to compare two aggregate roots ignoring a few audit properties (CreatedBy, CreatedOn) on all entities within the root.AllPropertiesBut() only excludes properties on the root object.I think...
View ArticleCommented Feature: Exclude properties on nested objects [11841]
We'd like to compare two aggregate roots ignoring a few audit properties (CreatedBy, CreatedOn) on all entities within the root.AllPropertiesBut() only excludes properties on the root object.I think...
View ArticleCommented Feature: Exclude properties on nested objects [11841]
We'd like to compare two aggregate roots ignoring a few audit properties (CreatedBy, CreatedOn) on all entities within the root.AllPropertiesBut() only excludes properties on the root object.I think...
View ArticleSource code checked in, #78947
WinRT support for ShouldThrow<TException>(this Func<Task> asyncAction, ..)
View ArticleCommented Issue: Extend ShouldThrow*() to Func [12148]
Extend the ShouldThrow*() methods for Func<Task> too so you can work with async methods:Func<Task> foo = async () => { await DoSthAsync();...
View ArticleSource code checked in, #78979
Included AsyncFunctionExceptionAssertionSpecs in the WinRT specs project
View ArticleCommented Issue: Extend ShouldThrow*() to Func [12148]
Extend the ShouldThrow*() methods for Func<Task> too so you can work with async methods:Func<Task> foo = async () => { await DoSthAsync();...
View ArticleCommented Issue: Add collections.Should().BeInOrder()/NotBeInOrder() [12103]
See http://fluentassertions.codeplex.com/discussions/352038Comments: Associated with changeset 78983: Implemented BeInOrder and NotBeInOrder on collections
View ArticleReviewed: Release 1.7.1 (jun 14, 2012)
Rated 5 Stars (out of 5) - Love the way this API let's you easily do strongly typed assertions.
View ArticleNew Post: GenericCollectionAssertions BeInOrder/NotBeInOrder
I will create two assertion methods:Should().BeInAscendingOrder()Should().BeInDescendingOrder() I also want to add their counter parts Should().NotBeInAscendingOrder() and...
View ArticleSource code checked in, #79061
Renamed collection assertion BeInOrder into BeInAscendingOrder. Also added BeInDescendingOrder.
View Article