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