Package com.auto.framework.rules.mock
Annotation Type MockRequestResponse
@Retention(RUNTIME)
@Target({TYPE,METHOD,FIELD})
@Inherited
public @interface MockRequestResponse
User: Priytam Jee Pandey
Date: 28/05/20
Time: 1:17 pm
email: mrpjpandey@gmail.com
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringresponsePathjava.lang.Stringurl -
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringrequestPathRequestTypetypeintwithDelay
-
Element Details
-
url
java.lang.String url -
responsePath
java.lang.String responsePath
-
-
-
type
RequestType type- Default:
- GET
-
requestPath
java.lang.String requestPath- Default:
- ""
-
withDelay
int withDelay- Default:
- 0
-