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 beConnectionRefused: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  9. def beFormUrlEncodedResponse: ResponseMatcher

    Permalink
    Definition Classes
    ResponseContentTypeMatchers
  10. def beInternalServerError: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  11. def beInvalid: ResponseMatcher

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

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

    Permalink
  14. def beJsonResponse: ResponseMatcher

    Permalink
    Definition Classes
    ResponseContentTypeMatchers
  15. def beNoContent: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  16. def beNotFound: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  17. def beNotImplemented: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  18. def beNotSupported: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  19. def bePermanentlyRedirect: ResponseMatcher

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

    Permalink
  21. def bePreconditionFailed: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  22. def bePreconditionRequired: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  23. def beRedirect: ResponseMatcher

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

    Permalink
  25. def beRejected: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  26. def beRejectedTooLarge: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  27. def beSuccessful: ResponseMatcher

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  39. def beSuccessfullyCreated: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  40. def beTextPlainResponse: ResponseMatcher

    Permalink
    Definition Classes
    ResponseContentTypeMatchers
  41. def beTooManyRequests: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  42. def beUnauthorized: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  43. def beUnavailable: ResponseMatcher

    Permalink
    Definition Classes
    ResponseStatusMatchers
  44. def beUnprocessableEntity: ResponseMatcher

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ResponseHeadersMatchers
  54. def haveBodyDataThat(must: Matcher[Array[Byte]]): 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 = Marshaller.Implicits.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 haveBodyWithEntityThat[T <: AnyRef](must: Matcher[T])(implicit arg0: Manifest[T], marshaller: Marshaller = Marshaller.Implicits.marshaller): ResponseMatcher

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

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

    Permalink
    Definition Classes
    ResponseContentTypeMatchers
  63. def haveNoContentLength: ResponseMatcher

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

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

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

    Permalink
  67. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. 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