...

/

Using TestExecutionExceptionHandler Extension

Using TestExecutionExceptionHandler Extension

Learn to use the TestExecutionExceptionHandler extension.

We'll cover the following...

The TestExecutionExceptionHandler extension allows us to handle exceptions that are thrown from our tests.

To access this functionality, we have to create a class that extends the ...