NUnitEx 1.0.5 was released tonight (download).
The new release is pointing NUnit2.5.2 fresh release.
There are only few improvements, in NUnitEx, regarding the constraint Ordered():
(new[] { 1, 2, 3 }).Should().Be.Ordered();
(new[] { 3, 2, 1 }).Should().Be.Ordered();
(new[] { 1, 2, 3 }).Should().Be.OrderedAscending();
(new[] { 3, 2, 1 }).Should().Be.OrderedDescending();
Have a good test experience!!
No comments:
Post a Comment