@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
@Inherited
public @interface MockRequestResponse
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
responsePath |
java.lang.String |
url |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
requestPath |
RequestType |
type |
int |
withDelay |
public abstract RequestType type