-
Notifications
You must be signed in to change notification settings - Fork 7
Change Log
Jon Wagner edited this page Feb 10, 2015
·
7 revisions
- Contain now supports hashtables (Dan Grover)
- Added Should ContainAll and ContainNone (Dan Grover)
- Fixed Issue #4 - numeric comparisons were converted to string comparisons
- Fixed Issue #5 - running an and test on an array parameter would ignore the failure status on the first test
- Now works in PowerShell 2.0. Testing thanks to Roberto Labarca.
- Fixed Hashtable Should Count.
- Added support for Ordered Dictionary.
- Fixed github issue #1.
- Added support for Should Be In/NotIn.
- Updated nuget tags.
- Fixed -ge and -le operators in Should.
- Initial release.