public class ApacheDSTestExtension extends Object implements org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.AfterAllCallback
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_DS |
static String |
CLASS_LS |
static String |
CURRENT_DS |
static String |
CURRENT_LS |
static String |
METHOD_DS |
static String |
METHOD_LS |
static String |
REVISION |
| Constructor and Description |
|---|
ApacheDSTestExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAll(org.junit.jupiter.api.extension.ExtensionContext context) |
void |
afterEach(org.junit.jupiter.api.extension.ExtensionContext context) |
void |
beforeAll(org.junit.jupiter.api.extension.ExtensionContext context) |
void |
beforeEach(org.junit.jupiter.api.extension.ExtensionContext context)
We may have a method DS.
|
public static final String CLASS_DS
public static final String CLASS_LS
public static final String METHOD_DS
public static final String METHOD_LS
public static final String CURRENT_DS
public static final String CURRENT_LS
public static final String REVISION
public ApacheDSTestExtension()
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)
afterAll in interface org.junit.jupiter.api.extension.AfterAllCallbackpublic void beforeEach(org.junit.jupiter.api.extension.ExtensionContext context) throws Exception
beforeEach in interface org.junit.jupiter.api.extension.BeforeEachCallbackExceptionCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.