public final class CodeInjectionForTesting extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodeInjectionForTesting.Code
Code to be injected.
|
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
execute(String injectionPoint,
Object localId,
Object remoteId,
Object... args)
Execute the injected code, if there is any.
|
static void |
put(String injectionPoint,
CodeInjectionForTesting.Code code)
Put an injection point.
|
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.