public class TestExecutorExtension<T extends ExecutorService> extends Object implements org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.AfterAllCallback
ExecutorService for testing purposes.| Constructor and Description |
|---|
TestExecutorExtension(Supplier<T> serviceFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAll(org.junit.jupiter.api.extension.ExtensionContext context) |
void |
beforeAll(org.junit.jupiter.api.extension.ExtensionContext context) |
T |
getExecutor() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.