Skip to content

Version 0.18.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 03:05
· 22 commits to main since this release
v0.18.0
216e22e

Added

  • Added Not() expectation, which negates a single expectation. Not() is functionally equivalent to using NoneOf() with a single argument, but produces more intuitive test reports.
  • Added CommandValidationScope(), EventValidationScope(), and TimeoutValidationScope() to help when testing message validation logic.