com.confluex.mock.http.expectations
[Groovy] Class MethodExpectation
java.lang.Object
com.confluex.mock.http.expectations.MethodExpectation
- All Implemented Interfaces:
- Expectation
@ToString(includeNames = true)
class MethodExpectation
extends java.lang.Object
|
Property Summary |
java.lang.String |
method
|
|
Methods inherited from class java.lang.Object
|
| java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
DELETE
public static final MethodExpectation DELETE
-
GET
public static final MethodExpectation GET
-
POST
public static final MethodExpectation POST
-
PUT
public static final MethodExpectation PUT
-
method
java.lang.String method
-
MethodExpectation
MethodExpectation(java.lang.String method)
-
verify
java.lang.Boolean verify(ClientRequest request)
-
Groovy Documentation