Commented 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 Issue: Should be single [12313]
hey guys, I've run into this a couple times and implemented work-around, but I finally got around to creating proper extension methods for fluent assertions, it would be nice if it ended up as a native...
View ArticleSource code checked in, #80496
Moved ContainSingle from CollectionAssertions to GenericCollectionAssertions
View ArticleCommented Issue: Should be single [12313]
hey guys, I've run into this a couple times and implemented work-around, but I finally got around to creating proper extension methods for fluent assertions, it would be nice if it ended up as a native...
View ArticleSource code checked in, #80521
Changed the override method to be more fluent. Added the option to override the assertions for all properties of a certain type. Properly documented the other members of the...
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 Issue: Should be single [12313]
hey guys, I've run into this a couple times and implemented work-around, but I finally got around to creating proper extension methods for fluent assertions, it would be nice if it ended up as a native...
View ArticleSource code checked in, #80552
Added overload for ContainInOrder that takes a params object[] as argument
View ArticleCommented Issue: Should be single [12313]
hey guys, I've run into this a couple times and implemented work-around, but I finally got around to creating proper extension methods for fluent assertions, it would be nice if it ended up as a native...
View ArticleCommented Feature: Allow for custom IValueFormatters [12364]
I have some cases where I override ToString on my class under test but I'd prefer to use the DefaultValueFormatter as it display nicer formatted results for me (though there are a few properties I...
View ArticleCommented Feature: Allow for custom IValueFormatters [12364]
I have some cases where I override ToString on my class under test but I'd prefer to use the DefaultValueFormatter as it display nicer formatted results for me (though there are a few properties I...
View ArticleCommented Feature: Allow for custom IValueFormatters [12364]
I have some cases where I override ToString on my class under test but I'd prefer to use the DefaultValueFormatter as it display nicer formatted results for me (though there are a few properties I...
View ArticleSource code checked in, #80575
Added Should extension method for decimal and nullable decimal
View ArticleCreated Task: Remove overloads [12405]
Remove all overloads that take a reason and use optional parameters instead.
View ArticleSource code checked in, #80739
Introduced a mechanism so that the failure message can specify the {context} tag. Ensured the collection assertions are context aware.
View ArticleClosed 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 Issue: Should be single [12313]
hey guys, I've run into this a couple times and implemented work-around, but I finally got around to creating proper extension methods for fluent assertions, it would be nice if it ended up as a native...
View ArticleCommented Task: Remove overloads [12405]
Remove all overloads that take a reason and use optional parameters instead.Comments: Associated with changeset 80765: Replaced several overloads with optional parameters
View Article