Class HandleException.ExceptionHandler
-
- All Implemented Interfaces:
-
org.junit.jupiter.api.extension.Extension
,org.junit.jupiter.api.extension.TestExecutionExceptionHandler
public final class HandleException.ExceptionHandler implements TestExecutionExceptionHandler
Перехватчик необработанных исключений
-
-
Method Summary
Modifier and Type Method Description Unit
handleTestExecutionException(ExtensionContext context, Throwable throwable)
Метод-перехватчик -
-
Method Detail
-
handleTestExecutionException
Unit handleTestExecutionException(ExtensionContext context, Throwable throwable)
Метод-перехватчик
- Parameters:
context
- ExtensionContextthrowable
- Throwable- Since:
2.1.5
-
-
-
-