io.gatling.http.check

HttpCheckSupport

Related Doc: package check

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

    Definition Classes
    Any
  5. val bodyBytes: DefaultFindCheckBuilder[HttpCheck, Response, Array[Byte], Array[Byte]]

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

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def css(selector: Expression[String], nodeAttribute: String)(implicit extractorFactory: CssExtractorFactory): HttpBodyCssCheckBuilder[String] with HttpBodyCssOfType

  9. def css(selector: Expression[String])(implicit extractorFactory: CssExtractorFactory): HttpBodyCssCheckBuilder[String] with HttpBodyCssOfType

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

  11. def currentLocationRegex(expression: Expression[String])(implicit extractorFactory: RegexExtractorFactory): CurrentLocationRegexCheckBuilder[String] with CurrentLocationRegexOfType

  12. implicit def defaultHttpHeaderRegexExtractorFactory(implicit patterns: Patterns): HttpHeaderRegexExtractorFactory

  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

  19. def headerRegex(headerName: Expression[String], pattern: Expression[String])(implicit extractorFactory: HttpHeaderRegexExtractorFactory): HttpHeaderRegexCheckBuilder[String] with HttpHeaderRegexOfType

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def jsonPath(path: Expression[String])(implicit extractorFactory: JsonPathExtractorFactory, jsonParsers: JsonParsers): HttpBodyJsonPathCheckBuilder[String] with HttpBodyJsonPathOfType

  22. def jsonpJsonPath(path: Expression[String])(implicit extractorFactory: JsonPathExtractorFactory, jsonParsers: JsonParsers): HttpBodyJsonpJsonPathCheckBuilder[String] with HttpBodyJsonpJsonPathOfType

  23. val latencyInMillis: DefaultFindCheckBuilder[HttpCheck, Response, Response, Int]

  24. val md5: DefaultFindCheckBuilder[HttpCheck, Response, Response, String]

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def regex(expression: Expression[String])(implicit extractorFactory: RegexExtractorFactory): HttpBodyRegexCheckBuilder[String] with HttpBodyRegexOfType

  29. val responseTimeInMillis: DefaultFindCheckBuilder[HttpCheck, Response, Response, Int]

  30. val sha1: DefaultFindCheckBuilder[HttpCheck, Response, Response, String]

  31. val status: DefaultFindCheckBuilder[HttpCheck, Response, Response, Int]

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

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

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped