Version 0.18.0
Pre-release
Pre-release
Added
- Added
Not()
expectation, which negates a single expectation.Not()
is functionally equivalent to usingNoneOf()
with a single argument, but produces more intuitive test reports. - Added
CommandValidationScope()
,EventValidationScope()
, andTimeoutValidationScope()
to help when testing message validation logic.