Requirements:
- .NET Framework 3.0 or later (Tested with .NET 3.5 SP1)
- NUnit - Tested with NUnit v2.5.3.9345
- Rhino Mocks - Tested with Rhino Mocks 3.6.0.0
- Added VS2017 solution file.
- Using NuGet for NUnit reference.
- Removed Rhino Mocks support.
- Added missing API documentation
- Added Enumerable<T> assertions (unit tested)
- ShouldBeAscending
- ShouldBeAscending(keySelector)
- ShouldBeDescending
- ShouldBeDescending(keySelector)
- Fixed enumeration tolerance assertions.
- Fixed bugs in failure messages and added more unit tests to check these.
- Arrays now display as { 1, 2, 3 } instead of [ 1, 2, 3 ] to comply with C# language.
- Initial Release was adapted from Shouldly with 21 new methods added.
Edited with Jon Com's Markup Editor