com
.
wix
.
e2e
.
http
.
matchers
ResponseMatchers
Related Docs:
object ResponseMatchers
|
package matchers
trait
ResponseMatchers
extends
ResponseStatusMatchers
with
ResponseCookiesMatchers
with
ResponseHeadersMatchers
with
ResponseSpecialHeadersMatchers
with
ResponseBodyMatchers
with
ResponseBodyAndStatusMatchers
with
ResponseStatusAndHeaderMatchers
Linear Supertypes
ResponseStatusAndHeaderMatchers
,
ResponseBodyAndStatusMatchers
,
ResponseBodyMatchers
,
ResponseSpecialHeadersMatchers
,
ResponseContentLengthMatchers
,
ResponseContentTypeMatchers
,
ResponseHeadersMatchers
,
ResponseCookiesMatchers
,
ResponseStatusMatchers
,
AnyRef
,
Any
Known Subclasses
ResponseMatchers
Ordering
Alphabetic
By Inheritance
Inherited
ResponseMatchers
ResponseStatusAndHeaderMatchers
ResponseBodyAndStatusMatchers
ResponseBodyMatchers
ResponseSpecialHeadersMatchers
ResponseContentLengthMatchers
ResponseContentTypeMatchers
ResponseHeadersMatchers
ResponseCookiesMatchers
ResponseStatusMatchers
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
beAccepted
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beConflict
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beConnectionRefused
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beFormUrlEncodedResponse
:
ResponseMatcher
Definition Classes
ResponseContentTypeMatchers
def
beInternalServerError
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beInvalid
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beInvalidWith
(
bodyContent:
String
)
:
ResponseMatcher
Definition Classes
ResponseBodyAndStatusMatchers
def
beInvalidWithBodyThat
(
must:
Matcher
[
String
]
)
:
ResponseMatcher
Definition Classes
ResponseBodyAndStatusMatchers
def
beJsonResponse
:
ResponseMatcher
Definition Classes
ResponseContentTypeMatchers
def
beNoContent
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beNotFound
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beNotImplemented
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beNotSupported
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
bePermanentlyRedirect
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
bePermanentlyRedirectedTo
(
url:
String
)
:
ResponseMatcher
Definition Classes
ResponseStatusAndHeaderMatchers
def
bePreconditionFailed
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
bePreconditionRequired
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beRedirect
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beRedirectedTo
(
url:
String
)
:
ResponseMatcher
Definition Classes
ResponseStatusAndHeaderMatchers
def
beRejected
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beRejectedTooLarge
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beSuccessful
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beSuccessfulWith
(
data:
Array
[
Byte
]
)
:
ResponseMatcher
Definition Classes
ResponseBodyAndStatusMatchers
def
beSuccessfulWith
[
T <:
AnyRef
]
(
entity:
T
)
(
implicit
arg0:
Manifest
[
T
]
,
marshaller:
Marshaller
)
:
ResponseMatcher
Definition Classes
ResponseBodyAndStatusMatchers
def
beSuccessfulWith
(
bodyContent:
String
)
:
ResponseMatcher
Definition Classes
ResponseBodyAndStatusMatchers
def
beSuccessfulWithBodyDataThat
(
must:
Matcher
[
Array
[
Byte
]]
)
:
ResponseMatcher
Definition Classes
ResponseBodyAndStatusMatchers
def
beSuccessfulWithBodyThat
(
must:
Matcher
[
String
]
)
:
ResponseMatcher
Definition Classes
ResponseBodyAndStatusMatchers
def
beSuccessfulWithCookie
(
cookieName:
String
)
:
ResponseMatcher
Definition Classes
ResponseBodyAndStatusMatchers
def
beSuccessfulWithCookieThat
(
must:
Matcher
[
HttpCookie
]
)
:
ResponseMatcher
Definition Classes
ResponseBodyAndStatusMatchers
def
beSuccessfulWithEntityThat
[
T <:
AnyRef
]
(
must:
Matcher
[
T
]
)
(
implicit
arg0:
Manifest
[
T
]
,
marshaller:
Marshaller
)
:
ResponseMatcher
Definition Classes
ResponseBodyAndStatusMatchers
def
beSuccessfulWithHeaderThat
(
must:
Matcher
[
String
]
,
withHeaderName:
String
)
:
ResponseMatcher
Definition Classes
ResponseBodyAndStatusMatchers
def
beSuccessfulWithHeaders
(
headers: (
String
,
String
)*
)
:
ResponseMatcher
Definition Classes
ResponseBodyAndStatusMatchers
def
beSuccessfullyCreated
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beTextPlainResponse
:
ResponseMatcher
Definition Classes
ResponseContentTypeMatchers
def
beTooManyRequests
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beUnauthorized
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beUnavailable
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
beUnprocessableEntity
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
haveAllHeadersOf
(
headers: (
String
,
String
)*
)
:
ResponseMatcher
Definition Classes
ResponseHeadersMatchers
def
haveAnyHeaderThat
(
must:
Matcher
[
String
]
,
withHeaderName:
String
)
:
ResponseMatcher
Definition Classes
ResponseHeadersMatchers
def
haveAnyHeadersOf
(
headers: (
String
,
String
)*
)
:
ResponseMatcher
Definition Classes
ResponseHeadersMatchers
def
haveBodyDataThat
(
must:
Matcher
[
Array
[
Byte
]]
)
:
ResponseMatcher
Definition Classes
ResponseBodyMatchers
def
haveBodyThat
[
T <:
AnyRef
]
(
must:
Matcher
[
T
]
)
(
implicit
arg0:
Manifest
[
T
]
,
marshaller:
Marshaller
)
:
ResponseMatcher
Definition Classes
ResponseBodyMatchers
def
haveBodyThat
(
must:
Matcher
[
String
]
)
:
ResponseMatcher
Definition Classes
ResponseBodyMatchers
def
haveBodyWith
[
T <:
AnyRef
]
(
entity:
T
)
(
implicit
arg0:
Manifest
[
T
]
,
marshaller:
Marshaller
)
:
ResponseMatcher
Definition Classes
ResponseBodyMatchers
def
haveBodyWith
(
data:
Array
[
Byte
]
)
:
ResponseMatcher
Definition Classes
ResponseBodyMatchers
def
haveBodyWith
(
bodyContent:
String
)
:
ResponseMatcher
Definition Classes
ResponseBodyMatchers
def
haveContentLength
(
length:
Long
)
:
ResponseMatcher
Definition Classes
ResponseContentLengthMatchers
def
haveContentType
(
contentType:
String
)
:
ResponseMatcher
Definition Classes
ResponseContentTypeMatchers
def
haveNoContentLength
:
ResponseMatcher
Definition Classes
ResponseContentLengthMatchers
def
haveStatus
(
code:
Int
)
:
ResponseMatcher
Definition Classes
ResponseStatusMatchers
def
haveTheSameHeadersAs
(
headers: (
String
,
String
)*
)
:
ResponseMatcher
Definition Classes
ResponseHeadersMatchers
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
receivedCookieThat
(
must:
Matcher
[
HttpCookie
]
)
:
ResponseMatcher
Definition Classes
ResponseCookiesMatchers
def
receivedCookieWith
(
name:
String
)
:
ResponseMatcher
Definition Classes
ResponseCookiesMatchers
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
ResponseStatusAndHeaderMatchers
Inherited from
ResponseBodyAndStatusMatchers
Inherited from
ResponseBodyMatchers
Inherited from
ResponseSpecialHeadersMatchers
Inherited from
ResponseContentLengthMatchers
Inherited from
ResponseContentTypeMatchers
Inherited from
ResponseHeadersMatchers
Inherited from
ResponseCookiesMatchers
Inherited from
ResponseStatusMatchers
Inherited from
AnyRef
Inherited from
Any
Ungrouped