shouldly 0.4.0 shouldly: ^0.4.0 copied to clipboard
A simple, extensible BDD assertion library which focuses on giving great error messages when the assertion fails.
0.4.0 #
- [Fix] collection comparison with
be
- [Add] String
contain(expected:,ignoreCase:)
0.3.0+2 #
- Improve doc
0.3.0+1 #
- [Fix] image urls in Readme.md
0.3.0 #
- [Remove] shouldly from function type. Use
Should.<some method>
instead - [Improve] documentation
0.2.4 #
- Add
DateTime
assertions - Add
beOneOf
- Add
num
's assertions tobePositive
,beNegative
,beZero
,beCloseTo
,beTolerantOf
0.1.3 #
- [Fix] map' TKey & TValue
- [Add] example for custom model.
0.1.2 #
- Add
ObjectAssertions
- Add
EnumAssertions
0.1.1 #
- Document improvement.
0.1.0 #
- Add
beOfType
andbeAssignableTo
- Add more tests.
- Document improvement.
0.0.2 #
- Document improvement. Refactoring. Fix bugs.
0.0.1 #
- Add common primitives, including
Strings
,Numbers
,Booleans
,Functions
,Iterables
,Maps