public class TestLoggerFactoryExtension extends Object implements BeforeEachCallback, BeforeTestExecutionCallback
| Constructor and Description |
|---|
TestLoggerFactoryExtension() |
TestLoggerFactoryExtension(CleanupStage cleanupStage) |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeEach(ExtensionContext context) |
void |
beforeTestExecution(ExtensionContext context) |
public TestLoggerFactoryExtension()
public TestLoggerFactoryExtension(CleanupStage cleanupStage)
public void beforeEach(ExtensionContext context)
beforeEach in interface BeforeEachCallbackpublic void beforeTestExecution(ExtensionContext context)
beforeTestExecution in interface BeforeTestExecutionCallbackCopyright © 2023. All rights reserved.