Class GenericAllMethodsThrowableHandler<T extends java.lang.Throwable>

    • Constructor Detail

      • GenericAllMethodsThrowableHandler

        public GenericAllMethodsThrowableHandler()
    • Method Detail

      • handleBeforeAllMethodExecutionException

        public void handleBeforeAllMethodExecutionException​(org.junit.jupiter.api.extension.ExtensionContext context,
                                                            java.lang.Throwable throwable)
                                                     throws java.lang.Throwable
        Specified by:
        handleBeforeAllMethodExecutionException in interface org.junit.jupiter.api.extension.LifecycleMethodExecutionExceptionHandler
        Throws:
        java.lang.Throwable
      • handleAfterAllMethodExecutionException

        public void handleAfterAllMethodExecutionException​(org.junit.jupiter.api.extension.ExtensionContext context,
                                                           java.lang.Throwable throwable)
                                                    throws java.lang.Throwable
        Specified by:
        handleAfterAllMethodExecutionException in interface org.junit.jupiter.api.extension.LifecycleMethodExecutionExceptionHandler
        Throws:
        java.lang.Throwable