Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
ByteArrayBodyPart(name: Expression[String], bytes: Expression[Array[Byte]]): BodyPart
-
def
ByteArrayBodyPart(bytes: Expression[Array[Byte]]): BodyPart
-
def
Cookie: CookieDSL.type
-
def
ElFileBodyPart(name: Expression[String], filePath: Expression[String])(implicit configuration: GatlingConfiguration, elFileBodies: ElFileBodies): BodyPart
-
def
ElFileBodyPart(filePath: Expression[String])(implicit configuration: GatlingConfiguration, elFileBodies: ElFileBodies): BodyPart
-
val
HttpHeaderNames: HeaderNames.type
-
val
HttpHeaderValues: HeaderValues.type
-
-
-
-
def
RawFileBodyPart(name: Expression[String], filePath: Expression[String])(implicit rawFileBodies: RawFileBodies): BodyPart
-
def
RawFileBodyPart(filePath: Expression[String])(implicit rawFileBodies: RawFileBodies): BodyPart
-
def
StringBodyPart(name: Expression[String], string: Expression[String])(implicit configuration: GatlingConfiguration): BodyPart
-
def
StringBodyPart(string: Expression[String])(implicit configuration: GatlingConfiguration): BodyPart
-
-
final
def
asInstanceOf[T0]: T0
-
val
bodyBytes: DefaultFindCheckBuilder[HttpCheck, Response, Array[Byte], Array[Byte]]
-
val
bodyString: DefaultFindCheckBuilder[HttpCheck, Response, String, String]
-
-
def
clone(): AnyRef
-
def
css(selector: Expression[String], nodeAttribute: String)(implicit extractorFactory: CssExtractorFactory): HttpBodyCssCheckBuilder[String] with HttpBodyCssOfType
-
def
css(selector: Expression[String])(implicit extractorFactory: CssExtractorFactory): HttpBodyCssCheckBuilder[String] with HttpBodyCssOfType
-
val
currentLocation: DefaultFindCheckBuilder[HttpCheck, Response, Response, String]
-
def
currentLocationRegex(expression: Expression[String])(implicit extractorFactory: RegexExtractorFactory): CurrentLocationRegexCheckBuilder[String] with CurrentLocationRegexOfType
-
implicit
def
defaultHttpHeaderRegexExtractorFactory(implicit patterns: Patterns): HttpHeaderRegexExtractorFactory
-
val
dumpSessionOnFailure: (ExtraInfo) ⇒ List[Any]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
flushCookieJar: Expression[Session]
-
-
def
flushSessionCookies: Expression[Session]
-
def
form(selector: Expression[String])(implicit extractorFactory: CssExtractorFactory): HttpBodyCssCheckBuilder[Map[String, Seq[String]]]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
header: (Expression[String]) ⇒ DefaultMultipleFindCheckBuilder[HttpCheck, Response, Response, String]
-
-
def
http(requestName: Expression[String]): Http
-
def
http(implicit configuration: GatlingConfiguration): HttpProtocolBuilder
-
final
def
isInstanceOf[T0]: Boolean
-
def
jsonPath(path: Expression[String])(implicit extractorFactory: JsonPathExtractorFactory, jsonParsers: JsonParsers): HttpBodyJsonPathCheckBuilder[String] with HttpBodyJsonPathOfType
-
def
jsonpJsonPath(path: Expression[String])(implicit extractorFactory: JsonPathExtractorFactory, jsonParsers: JsonParsers): HttpBodyJsonpJsonPathCheckBuilder[String] with HttpBodyJsonpJsonPathOfType
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
regex(expression: Expression[String])(implicit extractorFactory: RegexExtractorFactory): HttpBodyRegexCheckBuilder[String] with HttpBodyRegexOfType
-
val
responseTimeInMillis: DefaultFindCheckBuilder[HttpCheck, Response, Response, Int]
-
-
def
sitemap(resource: Validation[Resource]): RecordSeqFeederBuilder[String]
-
def
sitemap(fileName: String)(implicit configuration: GatlingConfiguration): RecordSeqFeederBuilder[String]
-
def
sse(requestName: Expression[String], sseName: String): Sse
-
def
sse(requestName: Expression[String]): Sse
-
-
val
substring: (Expression[String]) ⇒ DefaultMultipleFindCheckBuilder[HttpCheck, Response, String, Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
ws(requestName: Expression[String], wsName: String): Ws
-
def
ws(requestName: Expression[String]): Ws
-
-
-
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