public static class RestTest.Companion
| Modifier and Type | Method and Description |
|---|---|
Response |
delete(com.github.aivancioglo.resttest.setters.Setter setters)
Making DELETE requestSpecification.
|
Response |
delete(java.lang.String url,
com.github.aivancioglo.resttest.setters.Setter setters)
Making DELETE requestSpecification.
|
Response |
get(com.github.aivancioglo.resttest.setters.Setter setters)
Making GET requestSpecification.
|
Response |
get(java.lang.String url,
com.github.aivancioglo.resttest.setters.Setter setters)
Making GET requestSpecification.
|
Response |
head(com.github.aivancioglo.resttest.setters.Setter setters)
Making HEAD requestSpecification.
|
Response |
head(java.lang.String url,
com.github.aivancioglo.resttest.setters.Setter setters)
Making HEAD requestSpecification.
|
Response |
options(com.github.aivancioglo.resttest.setters.Setter setters)
Making OPTIONS requestSpecification.
|
Response |
options(java.lang.String url,
com.github.aivancioglo.resttest.setters.Setter setters)
Making OPTIONS requestSpecification.
|
Response |
patch(com.github.aivancioglo.resttest.setters.Setter setters)
Making PATCH requestSpecification.
|
Response |
patch(java.lang.String url,
com.github.aivancioglo.resttest.setters.Setter setters)
Making PATCH requestSpecification.
|
Repeater |
perform(int timeout,
int every,
int tries)
Use this function, to creates Session of request repeating.
|
Repeater |
perform(int timeout,
int every)
Use this function, to creates Session of request repeating.
|
Repeater |
perform(int timeout)
Use this function, to creates Session of request repeating.
|
Repeater |
perform()
Use this function, to creates Session of request repeating.
|
void |
perform(int timeout,
int every,
int tries,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
|
Repeater |
perform(int timeout,
double every)
Use this function, to creates Session of request repeating.
|
void |
perform(int timeout,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
|
void |
perform(int timeout,
int every,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
|
void |
perform(int timeout,
double every,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
|
Repeater |
perform(int timeout,
double every,
int tries)
Use this function, to creates Session of request repeating.
|
void |
perform(int timeout,
double every,
int tries,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
|
Repeater |
perform(double timeout)
Use this function, to creates Session of request repeating.
|
void |
perform(double timeout,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
|
Repeater |
perform(double timeout,
int every)
Use this function, to creates Session of request repeating.
|
void |
perform(double timeout,
int every,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
|
Repeater |
perform(double timeout,
double every)
Use this function, to creates Session of request repeating.
|
void |
perform(double timeout,
double every,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
|
Repeater |
perform(double timeout,
double every,
int tries)
Use this function, to creates Session of request repeating.
|
void |
perform(double timeout,
double every,
int tries,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
|
Response |
post(com.github.aivancioglo.resttest.setters.Setter setters)
Making POST requestSpecification.
|
Response |
post(java.lang.String url,
com.github.aivancioglo.resttest.setters.Setter setters)
Making POST requestSpecification.
|
Response |
put(com.github.aivancioglo.resttest.setters.Setter setters)
Making PUT requestSpecification.
|
Response |
put(java.lang.String url,
com.github.aivancioglo.resttest.setters.Setter setters)
Making PUT requestSpecification.
|
Response |
trace(com.github.aivancioglo.resttest.setters.Setter setters)
Making TRACE requestSpecification.
|
Response |
trace(java.lang.String url,
com.github.aivancioglo.resttest.setters.Setter setters)
Making TRACE requestSpecification.
|
public Repeater perform(int timeout, int every, int tries)
Use this function, to creates Session of request repeating.
public Repeater perform(int timeout, int every)
Use this function, to creates Session of request repeating.
public Repeater perform(int timeout)
Use this function, to creates Session of request repeating.
public Repeater perform()
Use this function, to creates Session of request repeating.
public void perform(int timeout,
int every,
int tries,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
public Repeater perform(int timeout, double every)
Use this function, to creates Session of request repeating.
public void perform(int timeout,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
public void perform(int timeout,
int every,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
public void perform(int timeout,
double every,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
public Repeater perform(int timeout, double every, int tries)
Use this function, to creates Session of request repeating.
public void perform(int timeout,
double every,
int tries,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
public Repeater perform(double timeout)
Use this function, to creates Session of request repeating.
public void perform(double timeout,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
public Repeater perform(double timeout, int every)
Use this function, to creates Session of request repeating.
public void perform(double timeout,
int every,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
public Repeater perform(double timeout, double every)
Use this function, to creates Session of request repeating.
public void perform(double timeout,
double every,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
public Repeater perform(double timeout, double every, int tries)
Use this function, to creates Session of request repeating.
public void perform(double timeout,
double every,
int tries,
java.lang.Runnable request)
Use this function, to creates Session of request repeating.
public Response get(com.github.aivancioglo.resttest.setters.Setter setters)
Making GET requestSpecification.
setters - are setting up requestSpecification specification.public Response get(java.lang.String url, com.github.aivancioglo.resttest.setters.Setter setters)
Making GET requestSpecification.
url - of your requestSpecification.setters - are setting up requestSpecification specification.public Response post(com.github.aivancioglo.resttest.setters.Setter setters)
Making POST requestSpecification.
setters - are setting up requestSpecification specification.public Response post(java.lang.String url, com.github.aivancioglo.resttest.setters.Setter setters)
Making POST requestSpecification.
url - of your requestSpecification.setters - are setting up requestSpecification specification.public Response put(com.github.aivancioglo.resttest.setters.Setter setters)
Making PUT requestSpecification.
setters - are setting up requestSpecification specification.public Response put(java.lang.String url, com.github.aivancioglo.resttest.setters.Setter setters)
Making PUT requestSpecification.
url - of your requestSpecification.setters - are setting up requestSpecification specification.public Response patch(com.github.aivancioglo.resttest.setters.Setter setters)
Making PATCH requestSpecification.
setters - are setting up requestSpecification specification.public Response patch(java.lang.String url, com.github.aivancioglo.resttest.setters.Setter setters)
Making PATCH requestSpecification.
url - of your requestSpecification.setters - are setting up requestSpecification specification.public Response delete(com.github.aivancioglo.resttest.setters.Setter setters)
Making DELETE requestSpecification.
setters - are setting up requestSpecification specification.public Response delete(java.lang.String url, com.github.aivancioglo.resttest.setters.Setter setters)
Making DELETE requestSpecification.
url - of your requestSpecification.setters - are setting up requestSpecification specification.public Response options(com.github.aivancioglo.resttest.setters.Setter setters)
Making OPTIONS requestSpecification.
setters - are setting up requestSpecification specification.public Response options(java.lang.String url, com.github.aivancioglo.resttest.setters.Setter setters)
Making OPTIONS requestSpecification.
url - of your requestSpecification.setters - are setting up requestSpecification specification.public Response head(com.github.aivancioglo.resttest.setters.Setter setters)
Making HEAD requestSpecification.
setters - are setting up requestSpecification specification.public Response head(java.lang.String url, com.github.aivancioglo.resttest.setters.Setter setters)
Making HEAD requestSpecification.
url - of your requestSpecification.setters - are setting up requestSpecification specification.public Response trace(com.github.aivancioglo.resttest.setters.Setter setters)
Making TRACE requestSpecification.
setters - are setting up requestSpecification specification.public Response trace(java.lang.String url, com.github.aivancioglo.resttest.setters.Setter setters)
Making TRACE requestSpecification.
url - of your requestSpecification.setters - are setting up requestSpecification specification.