SUserTaskExtensions

camundala.simulation.gatling.SUserTaskExtensions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

protected def checkIncident(errorMsg: String): Seq[ChainBuilder]

Attributes

Inherited from:
SimulationHelper
def checkMaxCount: Validate[BodyStringCheckType, String, Unit]

Attributes

Inherited from:
SimulationHelper
def checkOForCollection(overrides: Seq[TestOverride], result: Seq[CamundaVariable | Map[String, CamundaVariable]]): Boolean

Attributes

Inherited from:
ResultChecker
def checkProps(withOverrides: WithTestOverrides[_], result: Seq[CamundaProperty]): Boolean

Attributes

Inherited from:
ResultChecker
def extractJson(path: String, key: String): Final[JsonPathCheckType, JsonNode]

Attributes

Inherited from:
SimulationHelper
def extractJsonOptional(path: String, key: String): Final[JsonPathCheckType, JsonNode]

Attributes

Inherited from:
SimulationHelper
def incidentReadyCondition(errorMsg: String): Session => Boolean

Attributes

Inherited from:
SimulationHelper
def loadVariable(variableName: String): ChainBuilder

Attributes

Inherited from:
SimulationHelper
def processFinishedCondition: Session => Boolean

Attributes

Inherited from:
SimulationHelper
def processInstanceCondition(): Session => Boolean

Attributes

Inherited from:
SimulationHelper
def processReadyCondition(key: String, value: Any): Session => Boolean

Attributes

Inherited from:
SimulationHelper
def retryOrFail(chainBuilder: ChainBuilder, condition: Session => Boolean): ChainBuilder

Attributes

Inherited from:
SimulationHelper
def statusCondition(status: Int*): Session => Boolean

Attributes

Inherited from:
SimulationHelper
def taskCondition(): Session => Boolean

Attributes

Inherited from:
SimulationHelper

Inherited fields

val printBody: Validate[BodyStringCheckType, String, Unit]

Attributes

Inherited from:
SimulationHelper
val printSession: ChainBuilder

Attributes

Inherited from:
SimulationHelper

Extensions

Extensions

extension (userTask: SUserTask)
def getAndComplete(): Seq[ChainBuilder]

Inherited extensions

extension (builder: HttpRequestBuilder)
def auth(): HttpRequestBuilder

Attributes

Inherited from:
SimulationHelper

Implicits

Inherited implicits

implicit def config: SimulationConfig[HttpRequestBuilder]

Attributes

Inherited from:
SimulationHelper