GatlingSimulation

class Simulation
class Object
trait Matchable
class Any

Type members

Inherited classlikes

class SetUp
Inherited from:
Simulation

Value members

Concrete methods

def run(sim: SSimulation): Unit

Inherited methods

def after(step: => Unit): Unit
Inherited from:
Simulation
def before(step: => Unit): Unit
Inherited from:
Simulation
protected def checkIncident(errorMsg: String): Seq[ChainBuilder]
Inherited from:
SimulationHelper
def checkMaxCount: Validate[BodyStringCheckType, String, Unit]
Inherited from:
SimulationHelper
def checkOForCollection(overrides: Seq[TestOverride], result: Seq[CamundaVariable | Map[String, CamundaVariable]]): Boolean
Inherited from:
SimulationHelper
def checkProps(withOverrides: WithTestOverrides[_], result: Seq[CamundaProperty]): Boolean
Inherited from:
SimulationHelper
def extractJson(path: String, key: String): Final[JsonPathCheckType, JsonNode]
Inherited from:
SimulationHelper
def extractJsonOptional(path: String, key: String): Final[JsonPathCheckType, JsonNode]
Inherited from:
SimulationHelper
def incidentReadyCondition(errorMsg: String): Session => Boolean
Inherited from:
SimulationHelper
def loadVariable(variableName: String): ChainBuilder
Inherited from:
SimulationHelper
def processFinishedCondition: Session => Boolean
Inherited from:
SimulationHelper
def processInstanceCondition(): Session => Boolean
Inherited from:
SimulationHelper
def processReadyCondition(key: String, value: Any): Session => Boolean
Inherited from:
SimulationHelper
def retryOrFail(chainBuilder: ChainBuilder, condition: Session => Boolean): ChainBuilder
Inherited from:
SimulationHelper
def setUp(populationBuilders: List[PopulationBuilder]): SetUp
Inherited from:
Simulation
def setUp(populationBuilders: PopulationBuilder*): SetUp
Inherited from:
Simulation
def statusCondition(status: Int*): Session => Boolean
Inherited from:
SimulationHelper
def taskCondition(): Session => Boolean
Inherited from:
SimulationHelper

Inherited fields

val printBody: Validate[BodyStringCheckType, String, Unit]
Inherited from:
SimulationHelper
val printSession: ChainBuilder
Inherited from:
SimulationHelper

Extensions

Inherited extensions

extension (builder: HttpRequestBuilder)
def auth(): HttpRequestBuilder
Inherited from:
SimulationHelper
extension (process: SSubProcess)
def switchToMainProcess(): ChainBuilder
Inherited from:
SSubProcessExtensions
def switchToSubProcess(): Seq[ChainBuilder]
Inherited from:
SSubProcessExtensions
extension (sEvent: SReceiveMessageEvent)
def correlate(tenantId: Option[String]): Seq[ChainBuilder]
Inherited from:
SEventExtensions
def event: ReceiveMessageEvent[_]
Inherited from:
SEventExtensions
extension (sEvent: SReceiveSignalEvent)
def event: ReceiveSignalEvent[_]
Inherited from:
SEventExtensions
def sendSignal(): Seq[ChainBuilder]
Inherited from:
SEventExtensions
extension (scenario: ProcessScenario | SSubProcess)
def check(): Seq[ChainBuilder]
Inherited from:
SScenarioExtensions
def checkFinished(): HttpRequestBuilder
Inherited from:
SScenarioExtensions
def checkRunningVars(variable: String, value: Any): Seq[ChainBuilder]
Inherited from:
SScenarioExtensions
def checkVars(): HttpRequestBuilder
Inherited from:
SScenarioExtensions
extension (scenario: SScenario)
def correlate(msgName: String, businessKey: Option[String]): ChainBuilder
Inherited from:
SScenarioExtensions
def process: InOut[_, _, _]
Inherited from:
SScenarioExtensions
def start(expectedStatus: Int, expectedMsg: Option[String]): ChainBuilder
Inherited from:
SScenarioExtensions
extension (scenario: SScenario | SSubProcess)
inline def description(prefix: String, scenarioName: String): String
Inherited from:
SScenarioExtensions
def inOut: InOut[_, _, _]
Inherited from:
SScenarioExtensions
def name: String
Inherited from:
SScenarioExtensions
extension (scenario: DmnScenario)
def dmn: DecisionDmn[_, _]
Inherited from:
SScenarioExtensions
def evaluate(): ChainBuilder
Inherited from:
SScenarioExtensions
extension (userTask: SUserTask)
def getAndComplete(): Seq[ChainBuilder]
Inherited from:
SUserTaskExtensions

Implicits

Inherited implicits

implicit def config: SimulationConfig
Inherited from:
SimulationHelper