public class AllCallbackWrapper<C extends CustomExtension> extends Object implements org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.AfterAllCallback
BeforeAllCallback
and AfterAllCallback
.Constructor and Description |
---|
AllCallbackWrapper(C customExtension) |
Modifier and Type | Method and Description |
---|---|
void |
afterAll(org.junit.jupiter.api.extension.ExtensionContext context) |
void |
beforeAll(org.junit.jupiter.api.extension.ExtensionContext context) |
C |
getCustomExtension() |
public AllCallbackWrapper(C customExtension)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.