Assign

@Serializable
@SerialName(value = "Assign")
class Assign(val target: String, val expression: FixtureExpressionChain, val trimOpen: Boolean = false, val trimClose: Boolean = false) : FixtureSegment(source)

Mirror of a {{= @env/name = exprChain }} or {{= @local/name = exprChain }} assignment tag.

Constructors

Link copied to clipboard
constructor(target: String, expression: FixtureExpressionChain, trimOpen: Boolean = false, trimClose: Boolean = false)

Properties

Link copied to clipboard

the assigned expression chain.

Link copied to clipboard

the raw @env/… or @local/… identifier.

Link copied to clipboard

whether the closing delimiter requests whitespace trimming.

Link copied to clipboard

whether the opening delimiter requests whitespace trimming.