Class 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 Detail

      • KnownIssueHandler

        public KnownIssueHandler()
    • Method Detail

      • handleTestExecutionException

        public void handleTestExecutionException​(org.junit.jupiter.api.extension.ExtensionContext context,
                                                 Throwable throwable)
                                          throws Throwable
        Specified by:
        handleTestExecutionException in interface org.junit.jupiter.api.extension.TestExecutionExceptionHandler
        Throws:
        Throwable