Trait

io.gatling.http.check

HttpCheckSupport

Related Doc: package check

Permalink

trait HttpCheckSupport extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpCheckSupport
  2. AnyRef
  3. 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. val bodyBytes: DefaultFindCheckBuilder[HttpCheck, Response, Array[Byte], Array[Byte]]

    Permalink
  6. val bodyString: DefaultFindCheckBuilder[HttpCheck, Response, String, String]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def css(selector: Expression[String], nodeAttribute: String): DefaultMultipleFindCheckBuilder[HttpCheck, Response, NodeSelector, String]

    Permalink
  9. def css(selector: Expression[String]): DefaultMultipleFindCheckBuilder[HttpCheck, Response, NodeSelector, String]

    Permalink
  10. val currentLocation: DefaultFindCheckBuilder[HttpCheck, Response, Response, String]

    Permalink
  11. val currentLocationRegex: (Expression[String]) ⇒ CurrentLocationRegexCheckBuilder[String] with CurrentLocationRegexOfType

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. val header: (Expression[String]) ⇒ DefaultMultipleFindCheckBuilder[HttpCheck, Response, Response, String]

    Permalink
  18. val headerRegex: (Expression[String], Expression[String]) ⇒ HttpHeaderRegexCheckBuilder[String] with HttpHeaderRegexOfType

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val jsonPath: (Expression[String]) ⇒ HttpBodyJsonPathCheckBuilder[String] with HttpBodyJsonPathOfType

    Permalink
  21. val jsonpJsonPath: (Expression[String]) ⇒ HttpBodyJsonpJsonPathCheckBuilder[String] with HttpBodyJsonpJsonPathOfType

    Permalink
  22. val latencyInMillis: DefaultFindCheckBuilder[HttpCheck, Response, Response, Long]

    Permalink
  23. val md5: DefaultFindCheckBuilder[HttpCheck, Response, Response, String]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val regex: (Expression[String]) ⇒ HttpBodyRegexCheckBuilder[String] with HttpBodyRegexOfType

    Permalink
  28. val responseTimeInMillis: DefaultFindCheckBuilder[HttpCheck, Response, Response, Long]

    Permalink
  29. val sha1: DefaultFindCheckBuilder[HttpCheck, Response, Response, String]

    Permalink
  30. val status: DefaultFindCheckBuilder[HttpCheck, Response, Response, Int]

    Permalink
  31. val substring: (Expression[String]) ⇒ DefaultMultipleFindCheckBuilder[HttpCheck, Response, String, Int]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def xpath(expression: Expression[String], namespaces: List[(String, String)] = Nil): DefaultMultipleFindCheckBuilder[HttpCheck, Response, _ >: Option[XdmNode] with Option[Document] <: Option[AnyRef], String]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped