What is new since 4.3.1
-
All mocks are deleted at the start of the test run to prevent breaking down when tests were terminated in the middle of the run.
-
Output the error that fails
Should -Not -Throw
assertion.
Breaking changes
- Tags used to split on spaces, but now they don't anymore. No-one was most likely using this feature. If you did, move on to proper array of tags, instead of a single string with spaces.