@Retention(value=RUNTIME) @Target(value=METHOD) @Documented @Deprecated public @interface TestableMock
| Modifier and Type | Optional Element and Description |
|---|---|
String |
targetMethod
Deprecated.
mock specified method instead of method with same name
|
public abstract String targetMethod
Copyright © 2020. All rights reserved.