Trait

io.gatling.http.check

HttpCheckSupport

Related Doc: package check

Permalink

trait HttpCheckSupport extends AnyRef

Linear Supertypes
AnyRef, Any
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. implicit object HttpTypedConditionalCheckWrapper extends TypedConditionalCheckWrapper[Response, HttpCheck]

    Permalink
  5. implicit object HttpUntypedConditionalCheckWrapper extends UntypedConditionalCheckWrapper[HttpCheck]

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

    Permalink
  9. def clone(): AnyRef

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

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

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

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

    Permalink
  14. implicit def defaultHttpHeaderRegexExtractorFactory(implicit patterns: Patterns): HttpHeaderRegexExtractorFactory

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def form(selector: Expression[String])(implicit extractorFactory: CssExtractorFactory): HttpBodyCssCheckBuilder[Map[String, Seq[String]]]

    Permalink
  19. final def getClass(): Class[_]

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

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

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

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

    Permalink
  31. val responseTimeInMillis: DefaultFindCheckBuilder[HttpCheck, Response, Response, Int]

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

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

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

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

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

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped