You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JUnit 5 provides a TestExecutionExceptionHandler interface that can be used to define the behavior of a test when encountering certain types of exceptions. This is a useful feature that should be fairly easy to implement.
The text was updated successfully, but these errors were encountered:
JUnit 5 provides a
TestExecutionExceptionHandler
interface that can be used to define the behavior of a test when encountering certain types of exceptions. This is a useful feature that should be fairly easy to implement.The text was updated successfully, but these errors were encountered: