@ExtendWith(value=TestLoggerFactoryExtension.class) @Inherited @Retention(value=RUNTIME) public @interface TestLoggerFactorySettings
TestLoggerFactoryExtension
.Modifier and Type | Optional Element and Description |
---|---|
CleanupStage |
cleanupStage
Configure when
TestLoggerFactory is cleaned up |
public abstract CleanupStage cleanupStage
TestLoggerFactory
is cleaned upCleanupStage.BEFORE_TEST_EXECUTION
Copyright © 2023. All rights reserved.