Package cz.xtf.junit5.extensions
Class KnownIssueHandler
- java.lang.Object
-
- cz.xtf.junit5.extensions.KnownIssueHandler
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.Extension,org.junit.jupiter.api.extension.TestExecutionExceptionHandler
public class KnownIssueHandler extends Object implements org.junit.jupiter.api.extension.TestExecutionExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description KnownIssueHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleTestExecutionException(org.junit.jupiter.api.extension.ExtensionContext context, Throwable throwable)
-
-
-
Method Detail
-
handleTestExecutionException
public void handleTestExecutionException(org.junit.jupiter.api.extension.ExtensionContext context, Throwable throwable) throws Throwable- Specified by:
handleTestExecutionExceptionin interfaceorg.junit.jupiter.api.extension.TestExecutionExceptionHandler- Throws:
Throwable
-
-