public class LoggingExtension extends Object implements org.junit.jupiter.api.extension.BeforeTestExecutionCallback, org.junit.jupiter.api.extension.AfterTestExecutionCallback
| Constructor and Description |
|---|
LoggingExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTestExecution(org.junit.jupiter.api.extension.ExtensionContext context) |
void |
beforeTestExecution(org.junit.jupiter.api.extension.ExtensionContext context) |
protected static void |
logExecutionException(Throwable ex) |
public void beforeTestExecution(org.junit.jupiter.api.extension.ExtensionContext context)
throws Exception
beforeTestExecution in interface org.junit.jupiter.api.extension.BeforeTestExecutionCallbackExceptionpublic void afterTestExecution(org.junit.jupiter.api.extension.ExtensionContext context)
throws Exception
afterTestExecution in interface org.junit.jupiter.api.extension.AfterTestExecutionCallbackExceptionprotected static void logExecutionException(Throwable ex)
Copyright © 2019 Flowable. All rights reserved.