org.junit.jupiter.api.extension.Extension
, org.junit.jupiter.api.extension.TestExecutionExceptionHandler
@AutoService(org.junit.jupiter.api.extension.Extension.class)
public final class ErrorDecorator
extends java.lang.Object
implements org.junit.jupiter.api.extension.TestExecutionExceptionHandler
Constructor | Description |
---|---|
ErrorDecorator() |
Modifier and Type | Method | Description |
---|---|---|
void |
handleTestExecutionException(org.junit.jupiter.api.extension.ExtensionContext context,
java.lang.Throwable e) |
public void handleTestExecutionException(org.junit.jupiter.api.extension.ExtensionContext context, java.lang.Throwable e) throws java.lang.Throwable
handleTestExecutionException
in interface org.junit.jupiter.api.extension.TestExecutionExceptionHandler
java.lang.Throwable
Copyright © 2018. All rights reserved.