Commented Issue: Add collections.Should().BeInOrder()/NotBeInOrder() [12103]
See http://fluentassertions.codeplex.com/discussions/352038Comments: Associated with changeset 79062: Small refactoring
View ArticleNew Post: GenericCollectionAssertions BeInOrder/NotBeInOrder
We were recently relying on an API for a vendor application and one of the functions was supposed to return a collection in DateTime order. Â I was writing some boundary tests to ensure the API behaved...
View ArticleSource code checked in, #79063
Implemented collection assertions NotBeInAscendingOrder and NotBeInDescendingOrder
View ArticleCommented Issue: Add collections.Should().BeInOrder()/NotBeInOrder() [12103]
See http://fluentassertions.codeplex.com/discussions/352038Comments: Associated with changeset 79063: Implemented collection assertions NotBeInAscendingOrder and NotBeInDescendingOrder
View ArticleSource code checked in, #79065
Implemented collection assertions Should().IntersectWith and .NotIntersectWith()
View ArticleCommented Issue: Support asserting that two sets do not intersect [12248]
Support collection.Should().NotContainAnyOf(otherCollection);See: [url http://fluentassertions.codeplex.com/discussions/358461]Comments: Associated with changeset 79065: Implemented collection...
View ArticleSource code checked in, #79066
Added DebuggerNonUserCode attribute to the FluentDateTimeExtensions class
View ArticleCommented Issue: Support asserting that two sets do not intersect [12248]
Support collection.Should().NotContainAnyOf(otherCollection);See: [url http://fluentassertions.codeplex.com/discussions/358461]Comments: Associated with changeset 79066: Added DebuggerNonUserCode...
View ArticleSource code checked in, #79067
Replaced some method overloads with default parameter values
View ArticleCommented Issue: Extend attribute assertions with property checks [12186]
See http://fluentassertions.codeplex.com/discussions/279305 and discussion on...
View ArticleSource code checked in, #79068
Moved the ObjectExtensions.FindProperty() method to TypeExtensions.
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, #79069
Documented the IMatchingRule interface and made it clear that implementers will never receive nulls
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, #79202
Properly documented ISelectionRule and its conrete implementations
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 ArticleCreated Issue: "".Should().StartWith should not throw...
When the asserting if a string starts with a specific string, but the first string is shorter in lenght, an ArgumentOutOfRange exception is...
View ArticleCommented Issue: "".Should().StartWith should not throw...
When the asserting if a string starts with a specific string, but the first string is shorter in lenght, an ArgumentOutOfRange exception is...
View Article