io.gatling.recorder.scenario

template

package template

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. template
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ExtractedUris extends AnyRef

    Extracts common URIs parts into vals.

    Extracts common URIs parts into vals. The algorithm is the following:

    group by (scheme, authority) inside a group: if (count > 1) use the longer common root else use the (scheme, authority) if multiple roots have the same host but different schemes/ports, create a val for the hos

  2. case class SchemeHost(scheme: String, host: String) extends Product with Serializable

  3. case class Value(name: String, value: String) extends Product with Serializable

Value Members

  1. object PauseTemplate

  2. object ProtocolTemplate

  3. object RequestTemplate

  4. val SimpleQuotes: String

  5. object SimulationTemplate

  6. val TripleQuotes: String

  7. object ValuesTemplate

  8. def protectWithTripleQuotes(string: String): Fastring

Inherited from AnyRef

Inherited from Any

Ungrouped