@Documented @Inherited @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface SandboxConfig
Configuration settings that can be used on a per-class or per-test basis.
Modifier and Type | Optional Element and Description |
---|---|
String[] |
instrumentedPackages
A list of instrumented packages, in addition to those that are already instrumented.
|
Class<?>[] |
shadows
A list of shadow classes to enable, in addition to those that are already present.
|
public abstract Class<?>[] shadows
A list of shadow classes to enable, in addition to those that are already present.
public abstract String[] instrumentedPackages
A list of instrumented packages, in addition to those that are already instrumented.