Groovy Documentation

com.confluex.mock.http.matchers
[Groovy] Class HttpRequestMatcher

java.lang.Object
  com.confluex.mock.http.matchers.HttpRequestMatcher

class HttpRequestMatcher
extends java.lang.Object

Constructor Summary
HttpRequestMatcher(groovy.lang.Closure closure)

 
Method Summary
HttpRequestMatcher and(HttpRequestMatcher otherMatcher)

boolean matches(ClientRequest request)

 
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()
 

Constructor Detail

HttpRequestMatcher

HttpRequestMatcher(groovy.lang.Closure closure)


 
Method Detail

and

HttpRequestMatcher and(HttpRequestMatcher otherMatcher)


matches

boolean matches(ClientRequest request)


 

Groovy Documentation