Commented Task: Windows Phone 7.1 build [11639]
Add support for Windows PhoneComments: Associated with changeset 74039.
View ArticleCommented Task: Windows Phone 7.1 build [11639]
Add support for Windows PhoneComments: Associated with changeset 74040.
View ArticleSource code checked in, #74041
Cyclic references are ignore when comparing nested properties (merge from release 1.7)
View ArticleCommented Feature: Don't always throw when a circular dependency is detected...
Just started using your library and so far I find it excellent. One thing though: I use it for comparing NHibernate objects and sometimes I have objects with bi-directional references. The assertions...
View ArticleSource code checked in, #74165
Specify property name when AllProperties() fails on DateTime
View ArticleCommented Issue: Better error msg when AllProperties() fails on DateTime [11839]
Include the property name in the error message when the property is a DateTime. [TestMethod] public void Should() { var expected = new Car {MfgDate= new DateTime(2011, 1, 1)}; var actual = new Car {...
View ArticleSource code checked in, #74167
Better error msg when AllProperties() fails on DateTime (merge from release 1.7 branch)
View ArticleCommented Issue: Better error msg when AllProperties() fails on DateTime [11839]
Include the property name in the error message when the property is a DateTime. [TestMethod] public void Should() { var expected = new Car {MfgDate= new DateTime(2011, 1, 1)}; var actual = new Car {...
View ArticleCommented Feature: Don't always throw when a circular dependency is detected...
Just started using your library and so far I find it excellent. One thing though: I use it for comparing NHibernate objects and sometimes I have objects with bi-directional references. The assertions...
View ArticleCommented Task: Windows Phone 7.1 build [11639]
Add support for Windows PhoneComments: Associated with changeset 74269.
View ArticleCommented Task: Windows Phone 7.1 build [11639]
Add support for Windows PhoneComments: Associated with changeset 74270.
View ArticleNew Post: Configure how nested objects are compared
Thinking about issue 11841 a bit more. I'd like to configure which properties to compare and how to compare them. Something along this line perhaps: actual.ShouldHave()...
View ArticleCommented Issue: 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: Add MbUnit test framework support [11768]
Add test framework support for MbUnit v2 and Gallio/MbUnit v3+.Comments: Associated with changeset 74291.
View ArticlePatch Applied: #11529
dennisdoomen has applied patch #11529. Comment:Added to trunk for the next release.
View Article