public class ContextClassLoaderExtension extends Object implements org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.AfterAllCallback
| Modifier and Type | Class and Description |
|---|---|
static class |
ContextClassLoaderExtension.ContextClassLoaderExtensionBuilder
Builder for
ContextClassLoaderExtension. |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAll(org.junit.jupiter.api.extension.ExtensionContext context) |
void |
beforeAll(org.junit.jupiter.api.extension.ExtensionContext context) |
static ContextClassLoaderExtension.ContextClassLoaderExtensionBuilder |
builder() |
public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext context)
throws Exception
beforeAll in interface org.junit.jupiter.api.extension.BeforeAllCallbackExceptionpublic void afterAll(org.junit.jupiter.api.extension.ExtensionContext context)
throws Exception
afterAll in interface org.junit.jupiter.api.extension.AfterAllCallbackExceptionpublic static ContextClassLoaderExtension.ContextClassLoaderExtensionBuilder builder()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.