TestCase - v2.0.0-rc1
Pre-release
Pre-release
New features
=> with |x: T| assert!(x)custom inline test assertions=> using path::to::fncustom fn test assertionsignoreandinconclusivecan be combined with other keywords (eg.:=> ignore matches Ok(_))
Improvements
- Code refactoring
Breaking changes
- Deprecation of
inconclusivewithin test description string - it will no longer act like modifier keyword - Deprecation of
hamcrest2integration (itandisare kept, complex assertions now have different syntax)