Packages

object Predef extends CoreDsl

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Predef
  2. CoreDsl
  3. ValidationImplicits
  4. CoreDefaultImplicits
  5. BodySupport
  6. AssertionSupport
  7. ThrottlingSupport
  8. ClosedInjectionSupport
  9. OpenInjectionSupport
  10. FeederSupport
  11. ResourceCache
  12. CheckSupport
  13. PauseSupport
  14. StructureSupport
  15. StructureBuilder
  16. Groups
  17. Errors
  18. ConditionalStatements
  19. Loops
  20. Feeds
  21. Pauses
  22. Execs
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Assertion = commons.stats.assertion.Assertion
  2. implicit final class DurationInteger extends AnyVal

    Offers the same implicits conversions as scala.concurrent.duration.DurationInt for java.lang.Integer.

  3. implicit final class DurationJLong extends AnyVal

    Offers the same implicits conversions as scala.concurrent.duration.DurationInt for java.lang.Long.

  4. type Node = jodd.lagarto.dom.Node
  5. type Session = session.Session
  6. type Simulation = scenario.Simulation
  7. type Status = commons.stats.Status

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. def AllowList(patterns: String*): AllowList
    Definition Classes
    CoreDsl
  5. def ByteArrayBody(bytes: Expression[Array[Byte]]): BodyWithBytesExpression
    Definition Classes
    BodySupport
  6. def DenyList(patterns: String*): DenyList
    Definition Classes
    CoreDsl
  7. def ElFileBody(filePath: Expression[String])(implicit elFileBodies: ElFileBodies): BodyWithStringExpression
    Definition Classes
    BodySupport
  8. def InputStreamBody(is: Expression[InputStream]): Body
    Definition Classes
    BodySupport
  9. def PebbleFileBody(filePath: Expression[String])(implicit pebbleFileBodies: PebbleFileBodies, configuration: GatlingConfiguration): BodyWithStringExpression
    Definition Classes
    BodySupport
  10. def PebbleStringBody(string: String)(implicit configuration: GatlingConfiguration): BodyWithStringExpression
    Definition Classes
    BodySupport
  11. def RawFileBody(filePath: Expression[String])(implicit rawFileBodies: RawFileBodies): BodyWithBytesExpression
    Definition Classes
    BodySupport
  12. def StringBody(string: Expression[String])(implicit configuration: GatlingConfiguration): BodyWithStringExpression
    Definition Classes
    BodySupport
  13. def StringBody(string: String)(implicit configuration: GatlingConfiguration): BodyWithStringExpression
    Definition Classes
    BodySupport
  14. def actionBuilders: List[ActionBuilder]
    Attributes
    protected
    Definition Classes
    StructureSupport → Execs
  15. implicit def array2FeederBuilder[T](data: Array[Map[String, T]])(implicit configuration: GatlingConfiguration): FeederBuilderBase[T]
    Definition Classes
    FeederSupport
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def asLongAs(condition: Expression[Boolean], counterName: String = UUID.randomUUID.toString, exitASAP: Boolean = false)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  18. def asLongAsDuring(condition: Expression[Boolean], duration: Expression[FiniteDuration], counterName: String = UUID.randomUUID.toString, exitASAP: Boolean = true)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  19. def atOnceUsers(users: Int): OpenInjectionStep
    Definition Classes
    OpenInjectionSupport
  20. val bodyBytes: Find[BodyBytesCheckType, Array[Byte], Array[Byte]]
    Definition Classes
    CheckSupport
  21. val bodyLength: Find[BodyBytesCheckType, Int, Int]
    Definition Classes
    CheckSupport
  22. val bodyStream: Find[BodyStreamCheckType, () => InputStream, InputStream]
    Definition Classes
    CheckSupport
  23. val bodyString: Find[BodyStringCheckType, String, String]
    Definition Classes
    CheckSupport
  24. def cachedResource(customResourcesDirectory: Option[Path], path: String): Validation[Resource]
    Attributes
    protected
    Definition Classes
    ResourceCache
  25. def chain(newActionBuilders: Seq[ActionBuilder]): ChainBuilder
    Attributes
    protected
    Definition Classes
    StructureSupport → Execs
  26. def checkIf[R, C <: Check[R]](condition: (R, session.Session) => Validation[Boolean])(thenCheck: C)(implicit maker: TypedCheckIfMaker[R, C]): C
    Definition Classes
    CheckSupport
  27. def checkIf[C <: Check[_]](condition: Expression[Boolean])(thenCheck: C)(implicit maker: UntypedCheckIfMaker[C]): C
    Definition Classes
    CheckSupport
  28. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  29. implicit def closedInjectionProfileFactory: InjectionProfileFactory[ClosedInjectionStep]
    Definition Classes
    ClosedInjectionSupport
  30. implicit def configuration: GatlingConfiguration
    Definition Classes
    PredefCoreDefaultImplicits
  31. def constantConcurrentUsers(number: Int): Constant
    Definition Classes
    ClosedInjectionSupport
  32. val constantPauses: PauseType
    Definition Classes
    PauseSupport
  33. def constantUsersPerSec(rate: Double): ConstantRate
    Definition Classes
    OpenInjectionSupport
  34. def css(selector: Expression[String], nodeAttribute: String)(implicit selectors: CssSelectors): MultipleFind[CssCheckType, NodeSelector, String] with CssOfType
    Definition Classes
    CheckSupport
  35. def css(selector: Expression[String])(implicit selectors: CssSelectors): MultipleFind[CssCheckType, NodeSelector, String] with CssOfType
    Definition Classes
    CheckSupport
  36. def csv(filePath: String, quoteChar: Char = DefaultQuoteChar)(implicit configuration: GatlingConfiguration): BatchableFeederBuilder[String]
    Definition Classes
    FeederSupport
    Annotations
    @SuppressWarnings()
  37. def customPauses(custom: Expression[Long]): PauseType
    Definition Classes
    PauseSupport
  38. implicit lazy val defaultCssSelectors: CssSelectors
    Definition Classes
    CoreDefaultImplicits
  39. implicit lazy val defaultJmesPaths: JmesPaths
    Definition Classes
    CoreDefaultImplicits
  40. implicit lazy val defaultJsonParsers: JsonParsers
    Definition Classes
    CoreDefaultImplicits
  41. implicit lazy val defaultJsonPaths: JsonPaths
    Definition Classes
    CoreDefaultImplicits
  42. implicit lazy val defaultPatterns: Patterns
    Definition Classes
    CoreDefaultImplicits
  43. implicit lazy val defaultXmlParsers: XmlParsers
    Definition Classes
    CoreDefaultImplicits
  44. def details(pathParts: AssertionPathParts)(implicit configuration: GatlingConfiguration): AssertionWithPath
    Definition Classes
    AssertionSupport
  45. val disabledPauses: PauseType
    Definition Classes
    PauseSupport
  46. def doIf(condition: Expression[Boolean])(thenNext: ChainBuilder): ChainBuilder

    Method used to add a conditional execution in the scenario

    Method used to add a conditional execution in the scenario

    condition

    the function that will determine if the condition is satisfied or not

    thenNext

    the chain to be executed if the condition is satisfied

    returns

    a new builder with a conditional execution added to its actions

    Definition Classes
    ConditionalStatements
  47. def doIfEquals(actual: Expression[Any], expected: Expression[Any])(thenNext: ChainBuilder): ChainBuilder

    Method used to add a conditional execution in the scenario

    Method used to add a conditional execution in the scenario

    actual

    the real value

    expected

    the expected value

    thenNext

    the chain to be executed if the condition is satisfied

    returns

    a new builder with a conditional execution added to its actions

    Definition Classes
    ConditionalStatements
  48. def doIfEqualsOrElse(actual: Expression[Any], expected: Expression[Any])(thenNext: ChainBuilder)(elseNext: ChainBuilder): ChainBuilder

    Method used to add a conditional execution in the scenario with a fall back action if condition is not satisfied

    Method used to add a conditional execution in the scenario with a fall back action if condition is not satisfied

    actual

    the real value

    expected

    the expected value

    thenNext

    the chain to be executed if the condition is satisfied

    elseNext

    the chain to be executed if the condition is not satisfied

    returns

    a new builder with a conditional execution added to its actions

    Definition Classes
    ConditionalStatements
  49. def doIfOrElse(condition: Expression[Boolean])(thenNext: ChainBuilder)(elseNext: ChainBuilder): ChainBuilder

    Method used to add a conditional execution in the scenario with a fall back action if condition is not satisfied

    Method used to add a conditional execution in the scenario with a fall back action if condition is not satisfied

    condition

    the function that will determine if the condition is satisfied or not

    thenNext

    the chain to be executed if the condition is satisfied

    elseNext

    the chain to be executed if the condition is not satisfied

    returns

    a new builder with a conditional execution added to its actions

    Definition Classes
    ConditionalStatements
  50. def doSwitch(value: Expression[Any])(possibilities: (Any, ChainBuilder)*): ChainBuilder

    Add a switch in the chain.

    Add a switch in the chain. Every possible subchain is defined with a key. Switch is selected through the matching of a key with the evaluation of the passed expression. If no switch is selected, switch is bypassed.

    value

    expression to evaluate and match to find the right subchain

    possibilities

    tuples of key and subchain

    returns

    a new builder with a switch added to its actions

    Definition Classes
    ConditionalStatements
  51. def doSwitchOrElse(value: Expression[Any])(possibilities: (Any, ChainBuilder)*)(elseNext: ChainBuilder): ChainBuilder

    Add a switch in the chain.

    Add a switch in the chain. Every possible subchain is defined with a key. Switch is selected through the matching of a key with the evaluation of the passed expression. If no switch is selected, the fallback subchain is used.

    value

    expression to evaluate and match to find the right subchain

    possibilities

    tuples of key and subchain

    elseNext

    fallback subchain

    returns

    a new builder with a switch added to its actions

    Definition Classes
    ConditionalStatements
  52. def doWhile(condition: Expression[Boolean], counterName: String = UUID.randomUUID.toString)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  53. def doWhileDuring(condition: Expression[Boolean], duration: Expression[FiniteDuration], counterName: String = UUID.randomUUID.toString, exitASAP: Boolean = true)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  54. def during(duration: Expression[FiniteDuration], counterName: String = UUID.randomUUID.toString, exitASAP: Boolean = true)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  55. implicit lazy val elFileBodies: ElFileBodies
    Definition Classes
    CoreDefaultImplicits
  56. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  58. def exec[T <: Execs[_]](execs: Iterable[T]): ChainBuilder
    Definition Classes
    Execs
  59. def exec[T <: Execs[_]](execs: T*): ChainBuilder
    Definition Classes
    Execs
  60. def exec(actionBuilder: ActionBuilder): ChainBuilder
    Definition Classes
    Execs
  61. def exec(sessionFunction: Expression[session.Session]): ChainBuilder
    Definition Classes
    Execs
  62. def exitBlockOnFail(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Errors
  63. def exitHere: ChainBuilder
    Definition Classes
    Errors
  64. def exitHereIf(condition: Expression[Boolean]): ChainBuilder
    Definition Classes
    Errors
  65. def exitHereIfFailed: ChainBuilder
    Definition Classes
    Errors
  66. val exponentialPauses: PauseType
    Definition Classes
    PauseSupport
  67. def feed(feeder: Feeder[Any], number: Expression[Int]): ChainBuilder

    Chain an action that will inject multiple data records into the virtual users' Session

    Chain an action that will inject multiple data records into the virtual users' Session

    feeder

    a source of records

    number

    the number of records to be injected

    Definition Classes
    Feeds
  68. def feed(feeder: Feeder[Any]): ChainBuilder

    Chain an action that will inject a single data record into the virtual users' Session

    Chain an action that will inject a single data record into the virtual users' Session

    feeder

    a source of records

    Definition Classes
    Feeds
  69. def feed(feederBuilder: FeederBuilder): ChainBuilder

    Chain an action that will inject a single data record into the virtual users' Session

    Chain an action that will inject a single data record into the virtual users' Session

    feederBuilder

    a factory of a source of records

    Definition Classes
    Feeds
  70. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  71. implicit def find2Final[T, P, X](findCheckBuilder: Find[T, P, X]): Final[T, P]
    Definition Classes
    CheckSupport
  72. implicit def find2Validate[T, P, X](findCheckBuilder: Find[T, P, X]): Validate[T, P, X]
    Definition Classes
    CheckSupport
  73. def forAll(implicit configuration: GatlingConfiguration): AssertionWithPath
    Definition Classes
    AssertionSupport
  74. def foreach(seq: Expression[Seq[Any]], attributeName: String, counterName: String = UUID.randomUUID.toString)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  75. def forever(counterName: String)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
  76. def forever(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
  77. def form(selector: Expression[String])(implicit selectors: CssSelectors): MultipleFind[CssCheckType, NodeSelector, Map[String, Any]]
    Definition Classes
    CheckSupport
  78. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  79. def global(implicit configuration: GatlingConfiguration): AssertionWithPath
    Definition Classes
    AssertionSupport
  80. def group(name: Expression[String])(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Groups
  81. def gzipBody: (Body) => Body
    Definition Classes
    BodySupport
  82. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  83. def holdFor(duration: FiniteDuration): ThrottleStep
    Definition Classes
    ThrottlingSupport
  84. def incrementConcurrentUsers(concurrentUsers: Int): Times
    Definition Classes
    ClosedInjectionSupport
  85. def incrementUsersPerSec(usersPerSec: Double): Times
    Definition Classes
    OpenInjectionSupport
  86. implicit def intToFiniteDuration(i: Int): FiniteDuration
  87. implicit def intToFiniteDurationExpression(i: Int): Expression[FiniteDuration]
  88. implicit def integerToFiniteDuration(i: Integer): FiniteDuration
  89. implicit def integerToFiniteDurationExpression(i: Integer): Expression[FiniteDuration]
  90. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  91. implicit def jlongToFiniteDuration(i: Long): FiniteDuration
  92. implicit def jlongToFiniteDurationExpression(i: Long): Expression[FiniteDuration]
  93. def jmesPath(path: Expression[String])(implicit jmesPaths: JmesPaths): Find[JmesPathCheckType, JsonNode, String] with JmesPathOfType
    Definition Classes
    CheckSupport
  94. def jsonFile(filePath: String)(implicit jsonParsers: JsonParsers, configuration: GatlingConfiguration): FileBasedFeederBuilder[Any]
    Definition Classes
    FeederSupport
  95. def jsonPath(path: Expression[String])(implicit jsonPaths: JsonPaths): MultipleFind[JsonPathCheckType, JsonNode, String] with JsonPathOfType
    Definition Classes
    CheckSupport
  96. def jsonUrl(url: String)(implicit jsonParsers: JsonParsers, configuration: GatlingConfiguration): FeederBuilderBase[Any]
    Definition Classes
    FeederSupport
  97. def jsonpJmesPath(path: Expression[String])(implicit jmesPaths: JmesPaths): Find[JsonpJmesPathCheckType, JsonNode, String] with JsonpJmesPathOfType
    Definition Classes
    CheckSupport
  98. def jsonpJsonPath(path: Expression[String])(implicit jsonPaths: JsonPaths): MultipleFind[JsonpJsonPathCheckType, JsonNode, String] with JsonpJsonPathOfType
    Definition Classes
    CheckSupport
  99. def jumpToRps(target: Int): ThrottleStep
    Definition Classes
    ThrottlingSupport
  100. val md5: Find[Md5CheckType, String, String]
    Definition Classes
    CheckSupport
  101. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  102. def normalPausesWithPercentageDuration(stdDev: Double): PauseType
    Definition Classes
    PauseSupport
  103. def normalPausesWithStdDevDuration(stdDev: FiniteDuration): PauseType
    Definition Classes
    PauseSupport
  104. def nothingFor(d: FiniteDuration): OpenInjectionStep
    Definition Classes
    OpenInjectionSupport
  105. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  106. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  107. implicit def openInjectionProfileFactory: InjectionProfileFactory[OpenInjectionStep]
    Definition Classes
    OpenInjectionSupport
  108. def pace(min: Expression[FiniteDuration], max: Expression[FiniteDuration], counter: String): ChainBuilder
    Definition Classes
    Pauses
  109. def pace(min: Expression[FiniteDuration], max: Expression[FiniteDuration]): ChainBuilder
    Definition Classes
    Pauses
  110. def pace(min: String, max: String, unit: TimeUnit, counter: String): ChainBuilder
    Definition Classes
    Pauses
  111. def pace(min: String, max: String, unit: TimeUnit): ChainBuilder
    Definition Classes
    Pauses
  112. def pace(min: FiniteDuration, max: FiniteDuration, counter: String): ChainBuilder
    Definition Classes
    Pauses
  113. def pace(min: FiniteDuration, max: FiniteDuration): ChainBuilder
    Definition Classes
    Pauses
  114. def pace(duration: Expression[FiniteDuration], counter: String): ChainBuilder
    Definition Classes
    Pauses
  115. def pace(duration: Expression[FiniteDuration]): ChainBuilder
    Definition Classes
    Pauses
  116. def pace(duration: String, unit: TimeUnit = TimeUnit.SECONDS): ChainBuilder
    Definition Classes
    Pauses
    Annotations
    @SuppressWarnings()
  117. def pace(duration: FiniteDuration, counter: String): ChainBuilder
    Definition Classes
    Pauses
  118. def pace(duration: FiniteDuration): ChainBuilder
    Definition Classes
    Pauses
  119. def pause(duration: Expression[FiniteDuration], force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  120. def pause(duration: Expression[FiniteDuration]): ChainBuilder
    Definition Classes
    Pauses
  121. def pause(min: Expression[FiniteDuration], max: Expression[FiniteDuration], force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  122. def pause(min: Expression[FiniteDuration], max: Expression[FiniteDuration]): ChainBuilder
    Definition Classes
    Pauses
  123. def pause(min: String, max: String, unit: TimeUnit, force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  124. def pause(min: String, max: String, force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  125. def pause(min: String, max: String, unit: TimeUnit): ChainBuilder
    Definition Classes
    Pauses
  126. def pause(min: String, max: String): ChainBuilder
    Definition Classes
    Pauses
  127. def pause(min: FiniteDuration, max: FiniteDuration, force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  128. def pause(min: FiniteDuration, max: FiniteDuration): ChainBuilder
    Definition Classes
    Pauses
  129. def pause(duration: String, unit: TimeUnit, force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  130. def pause(duration: String, unit: TimeUnit): ChainBuilder
    Definition Classes
    Pauses
  131. def pause(duration: String, force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  132. def pause(duration: String): ChainBuilder
    Definition Classes
    Pauses
  133. def pause(duration: FiniteDuration, force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  134. def pause(duration: FiniteDuration): ChainBuilder

    Method used to define a pause based on a duration defined in the session

    Method used to define a pause based on a duration defined in the session

    duration

    Expression that when resolved, provides the pause duration

    returns

    a new builder with a pause added to its actions

    Definition Classes
    Pauses
  135. implicit lazy val pebbleFileBodies: PebbleFileBodies
    Definition Classes
    CoreDefaultImplicits
  136. def rampConcurrentUsers(from: Int): To
    Definition Classes
    ClosedInjectionSupport
  137. def rampUsers(users: Int): Ramp
    Definition Classes
    OpenInjectionSupport
  138. def rampUsersPerSec(rate1: Double): To
    Definition Classes
    OpenInjectionSupport
  139. def randomSwitch(possibilities: (Double, ChainBuilder)*): ChainBuilder

    Add a switch in the chain.

    Add a switch in the chain. Every possible subchain is defined with a percentage. Switch is selected randomly. If no switch is selected (ie: random number exceeds percentages sum), switch is bypassed. Percentages sum can't exceed 100%.

    possibilities

    the possible subchains

    returns

    a new builder with a random switch added to its actions

    Definition Classes
    ConditionalStatements
  140. def randomSwitchOrElse(possibilities: (Double, ChainBuilder)*)(elseNext: ChainBuilder): ChainBuilder

    Add a switch in the chain.

    Add a switch in the chain. Every possible subchain is defined with a percentage. Switch is selected randomly. If no switch is selected (ie: random number exceeds percentages sum), the subchain defined as the fallback will be used. Percentages sum must be below 100%.

    possibilities

    the possible subchains

    elseNext

    fallback subchain

    returns

    a new builder with a random switch added to its actions

    Definition Classes
    ConditionalStatements
  141. implicit lazy val rawFileBodies: RawFileBodies
    Definition Classes
    CoreDefaultImplicits
  142. def reachRps(target: Int): ReachIntermediate
    Definition Classes
    ThrottlingSupport
  143. def regex(pattern: Expression[String])(implicit patterns: Patterns): MultipleFind[RegexCheckType, String, String] with RegexOfType
    Definition Classes
    CheckSupport
  144. def registerJmesPathFunctions(functions: Function*): Unit
    Definition Classes
    CheckSupport
  145. def registerPebbleExtensions(extensions: Extension*): Unit
    Definition Classes
    BodySupport
  146. def rendezVous(users: Int): ChainBuilder
    Definition Classes
    Pauses
  147. def repeat(times: Expression[Int], counterName: String = UUID.randomUUID.toString)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  148. val responseTimeInMillis: Find[ResponseTimeCheckType, ResponseTimings, Int]
    Definition Classes
    CheckSupport
  149. def roundRobinSwitch(possibilities: ChainBuilder*): ChainBuilder

    Add a switch in the chain.

    Add a switch in the chain. Selection uses a round robin strategy

    possibilities

    the possible subchains

    returns

    a new builder with a random switch added to its actions

    Definition Classes
    ConditionalStatements
  150. def scenario(name: String): ScenarioBuilder
    Definition Classes
    CoreDsl
  151. def separatedValues(filePath: String, separator: Char, quoteChar: Char = DefaultQuoteChar)(implicit configuration: GatlingConfiguration): BatchableFeederBuilder[String]
    Definition Classes
    FeederSupport
    Annotations
    @SuppressWarnings()
  152. implicit def seq2FeederBuilder[T](data: IndexedSeq[Map[String, T]])(implicit configuration: GatlingConfiguration): FeederBuilderBase[T]
    Definition Classes
    FeederSupport
  153. val sha1: Find[Sha1CheckType, String, String]
    Definition Classes
    CheckSupport
  154. def ssv(filePath: String, quoteChar: Char = DefaultQuoteChar)(implicit configuration: GatlingConfiguration): BatchableFeederBuilder[String]
    Definition Classes
    FeederSupport
    Annotations
    @SuppressWarnings()
  155. def stopInjector(message: Expression[String]): ChainBuilder
    Definition Classes
    Errors
  156. def stressPeakUsers(users: Int): StressPeak
    Definition Classes
    OpenInjectionSupport
  157. implicit def string2PathParts(string: String): AssertionPathParts
    Definition Classes
    AssertionSupport
  158. implicit def stringToExpression[T](string: String)(implicit arg0: TypeCaster[T], arg1: Exclude[NonValidable, T], arg2: ClassTag[T]): Expression[T]
    Definition Classes
    ValidationImplicits
  159. def substring(pattern: Expression[String]): MultipleFind[SubstringCheckType, String, Int]
    Definition Classes
    CheckSupport
  160. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  161. def toString(): String
    Definition Classes
    AnyRef → Any
  162. def tryMax(times: Expression[Int], counterName: String = UUID.randomUUID.toString)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Errors
    Annotations
    @SuppressWarnings()
  163. def tsv(filePath: String, quoteChar: Char = DefaultQuoteChar)(implicit configuration: GatlingConfiguration): BatchableFeederBuilder[String]
    Definition Classes
    FeederSupport
    Annotations
    @SuppressWarnings()
  164. def uniformPausesPlusOrMinusDuration(plusOrMinus: FiniteDuration): PauseType
    Definition Classes
    PauseSupport
  165. def uniformPausesPlusOrMinusPercentage(plusOrMinus: Double): PauseType
    Definition Classes
    PauseSupport
  166. def uniformRandomSwitch(possibilities: ChainBuilder*): ChainBuilder

    Add a switch in the chain.

    Add a switch in the chain. Selection uses a uniformly distributed random strategy

    possibilities

    the possible subchains

    returns

    a new builder with a random switch added to its actions

    Definition Classes
    ConditionalStatements
  167. implicit def validate2Final[T, P, X](validatorCheckBuilder: Validate[T, P, X]): Final[T, P]
    Definition Classes
    CheckSupport
  168. implicit def value2Expression[T](value: T)(implicit arg0: Exclude[NonValidable, T]): Expression[T]
    Definition Classes
    ValidationImplicits
  169. implicit def value2NoUnexpectedValidationLifting[T](value: T): NoUnexpectedValidationLifting[T]
    Definition Classes
    ValidationImplicits
  170. implicit def value2Success[T](value: T)(implicit arg0: Exclude[NonValidable, T]): Validation[T]
    Definition Classes
    ValidationImplicits
  171. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  172. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  173. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  174. def xpath(path: Expression[String], namespaces: Map[String, String])(implicit xmlParsers: XmlParsers): MultipleFind[XPathCheckType, XdmNode, String]
    Definition Classes
    CheckSupport
  175. def xpath(path: Expression[String])(implicit xmlParsers: XmlParsers): MultipleFind[XPathCheckType, XdmNode, String]
    Definition Classes
    CheckSupport

Deprecated Value Members

  1. def BlackList(patterns: String*): DenyList
    Definition Classes
    CoreDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Will be removed in a future release. Please use DenyList instead.

  2. def WhiteList(patterns: String*): AllowList
    Definition Classes
    CoreDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Will be removed in a future release. Please use AllowList instead.

  3. def feed(feederBuilder: FeederBuilder, number: Expression[Int]): ChainBuilder

    Chain an action that will inject multiple data records into the virtual users' Session

    Chain an action that will inject multiple data records into the virtual users' Session

    feederBuilder

    a factory of a source of records

    number

    the number of records to be injected

    Definition Classes
    Feeds
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) This feature will be dropped in the next release

  4. def feed(feederBuilder: FeederBuilder, number: Int): ChainBuilder
    Definition Classes
    Feeds
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Feeding multiple records at once and translating names will be dropped in the next release

  5. def flattenMapIntoAttributes(map: Expression[Map[String, Any]]): Expression[session.Session]
    Definition Classes
    CoreDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Will be removed in a future release. Please use Gatling EL Map key access.

  6. def heavisideUsers(users: Int): StressPeak
    Definition Classes
    OpenInjectionSupport
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) User stressPeakUsers instead

  7. def streamBody: (Body) => Body
    Definition Classes
    BodySupport
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Probably no use case for this, will be removed in a future release.

Inherited from CoreDsl

Inherited from ValidationImplicits

Inherited from CoreDefaultImplicits

Inherited from BodySupport

Inherited from AssertionSupport

Inherited from ThrottlingSupport

Inherited from ClosedInjectionSupport

Inherited from OpenInjectionSupport

Inherited from FeederSupport

Inherited from ResourceCache

Inherited from CheckSupport

Inherited from PauseSupport

Inherited from StructureSupport

Inherited from Groups[ChainBuilder]

Inherited from Errors[ChainBuilder]

Inherited from ConditionalStatements[ChainBuilder]

Inherited from Loops[ChainBuilder]

Inherited from Feeds[ChainBuilder]

Inherited from Pauses[ChainBuilder]

Inherited from Execs[ChainBuilder]

Inherited from AnyRef

Inherited from Any

Ungrouped