-
|
TUnit registers a I want to suppress this exception so that my test passes, even when |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It was added because the default behaviour was calling Environment.Exit I believe and terminating the whole test session. If you add your own throw listener that mitigates this then it should be fine |
Beta Was this translation helpful? Give feedback.
It was added because the default behaviour was calling Environment.Exit I believe and terminating the whole test session.
If you add your own throw listener that mitigates this then it should be fine