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