Object/Trait

com.wix.e2e.http.matchers

ResponseMatchers

Related Docs: trait ResponseMatchers | package matchers

Permalink

object ResponseMatchers extends ResponseMatchers

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResponseMatchers
  2. ResponseMatchers
  3. ResponseStatusAndHeaderMatchers
  4. ResponseBodyAndStatusMatchers
  5. ResponseSpecialHeadersMatchers
  6. ResponseTransferEncodingMatchers
  7. ResponseContentLengthMatchers
  8. ResponseContentTypeMatchers
  9. ResponseBodyMatchers
  10. ResponseHeadersMatchers
  11. ResponseCookiesMatchers
  12. ResponseStatusMatchers
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def beAccepted: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  6. def beChunkedResponse: ResponseMatcher

    Permalink
  7. def beConflict: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  8. def beFormUrlEncodedResponse: ResponseMatcher

    Permalink
    Definition Classes
    ResponseContentTypeMatchers
  9. def beInternalServerError: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  10. def beInvalid: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  11. def beInvalidWith(bodyContent: String): ResponseMatcher

    Permalink
  12. def beInvalidWithBodyThat(must: Matcher[String]): ResponseMatcher

    Permalink
  13. def beJsonResponse: ResponseMatcher

    Permalink
    Definition Classes
    ResponseContentTypeMatchers
  14. def beNoContent: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  15. def beNotFound: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  16. def beNotImplemented: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  17. def beNotSupported: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  18. def bePermanentlyRedirect: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  19. def bePermanentlyRedirectedTo(url: String): ResponseMatcher

    Permalink
  20. def bePreconditionFailed: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  21. def bePreconditionRequired: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  22. def beRedirect: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  23. def beRedirectedTo(url: String): ResponseMatcher

    Permalink
  24. def beRejected: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  25. def beRejectedTooLarge: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  26. def beSuccessful: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  27. def beSuccessfulWith(data: Array[Byte]): ResponseMatcher

    Permalink
  28. def beSuccessfulWith[T <: AnyRef](entity: T)(implicit arg0: Manifest[T], marshaller: Marshaller): ResponseMatcher

    Permalink
  29. def beSuccessfulWith[T <: Matcher[_]](entity: T): ResponseMatcher

    Permalink
  30. def beSuccessfulWith(bodyContent: String): ResponseMatcher

    Permalink
  31. def beSuccessfulWithBodyDataThat(must: Matcher[Array[Byte]]): ResponseMatcher

    Permalink
  32. def beSuccessfulWithBodyThat(must: Matcher[String]): ResponseMatcher

    Permalink
  33. def beSuccessfulWithCookie(cookieName: String): ResponseMatcher

    Permalink
  34. def beSuccessfulWithCookieThat(must: Matcher[HttpCookie]): ResponseMatcher

    Permalink
  35. def beSuccessfulWithEntityThat[T <: AnyRef](must: Matcher[T])(implicit arg0: Manifest[T], marshaller: Marshaller): ResponseMatcher

    Permalink
  36. def beSuccessfulWithHeaderThat(must: Matcher[String], withHeaderName: String): ResponseMatcher

    Permalink
  37. def beSuccessfulWithHeaders(headers: (String, String)*): ResponseMatcher

    Permalink
  38. def beSuccessfullyCreated: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  39. def beTextPlainResponse: ResponseMatcher

    Permalink
    Definition Classes
    ResponseContentTypeMatchers
  40. def beTooManyRequests: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  41. def beUnauthorized: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  42. def beUnavailable: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  43. def beUnprocessableEntity: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  44. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  47. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  48. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  49. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  50. def haveAllHeadersOf(headers: (String, String)*): ResponseMatcher

    Permalink
    Definition Classes
    ResponseHeadersMatchers
  51. def haveAnyHeaderThat(must: Matcher[String], withHeaderName: String): ResponseMatcher

    Permalink
    Definition Classes
    ResponseHeadersMatchers
  52. def haveAnyHeadersOf(headers: (String, String)*): ResponseMatcher

    Permalink
    Definition Classes
    ResponseHeadersMatchers
  53. def haveBodyDataThat(must: Matcher[Array[Byte]]): ResponseMatcher

    Permalink
    Definition Classes
    ResponseBodyMatchers
  54. def haveBodyEntityThat[T <: AnyRef](must: Matcher[T])(implicit arg0: Manifest[T], marshaller: Marshaller): ResponseMatcher

    Permalink
    Definition Classes
    ResponseBodyMatchers
  55. def haveBodyThat(must: Matcher[String]): ResponseMatcher

    Permalink
    Definition Classes
    ResponseBodyMatchers
  56. def haveBodyWith[T <: AnyRef](entity: T)(implicit arg0: Manifest[T], marshaller: Marshaller): ResponseMatcher

    Permalink
    Definition Classes
    ResponseBodyMatchers
  57. def haveBodyWith[T <: Matcher[_]](entity: T): ResponseMatcher

    Permalink
    Definition Classes
    ResponseBodyMatchers
  58. def haveBodyWith(data: Array[Byte]): ResponseMatcher

    Permalink
    Definition Classes
    ResponseBodyMatchers
  59. def haveBodyWith(bodyContent: String): ResponseMatcher

    Permalink
    Definition Classes
    ResponseBodyMatchers
  60. def haveContentLength(length: Long): ResponseMatcher

    Permalink
  61. def haveContentType(contentType: String): ResponseMatcher

    Permalink
    Definition Classes
    ResponseContentTypeMatchers
  62. def haveNoContentLength: ResponseMatcher

    Permalink
  63. def haveStatus(code: Int): ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  64. def haveTheSameHeadersAs(headers: (String, String)*): ResponseMatcher

    Permalink
    Definition Classes
    ResponseHeadersMatchers
  65. def haveTransferEncodings(encodings: String*): ResponseMatcher

    Permalink
  66. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  67. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  68. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  69. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  70. def receivedCookieThat(must: Matcher[HttpCookie]): ResponseMatcher

    Permalink
    Definition Classes
    ResponseCookiesMatchers
  71. def receivedCookieWith(name: String): ResponseMatcher

    Permalink
    Definition Classes
    ResponseCookiesMatchers
  72. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  73. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  74. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ResponseMatchers

Inherited from ResponseBodyMatchers

Inherited from ResponseHeadersMatchers

Inherited from ResponseCookiesMatchers

Inherited from ResponseStatusMatchers

Inherited from AnyRef

Inherited from Any

Ungrouped