Version 0.16.0
Pre-release
Pre-release
Changed
- Bumped Dogma to v0.14.0, which involved removing any calls to the
TimeoutHint()
method on the handler interfaces, which has been removed. ToExecuteCommandMatching()
andToRecordEventMatching()
now accept predicate functions with a more specific argument type thandogma.Command
anddogma.Event
, respectively. Any message that does not match the argument type of the predicate is ignored.ToOnlyExecuteCommandsMatching()
andToOnlyRecordEventsMatching()
now accept predicate functions with a more specific argument type thandogma.Command
anddogma.Event
, respectively. Any message that does not match the argument type of the predicate is considered a failure.
Fixed
- Fixed poor wording of
ToOnlyExecuteCommandsMatching()
andToOnlyRecordEventsMatching()
failure reports when no messages were matched. - Fixed a few swapped references to
dogma.Command
anddogma.Event
which were aliases preior to Dogma v0.14.0.