Interpolation

@Serializable
@SerialName(value = "Interpolation")
class Interpolation(val expression: FixtureExpressionChain, val trimOpen: Boolean, val trimClose: Boolean) : FixtureSegment(source)

Mirror of a standard {{ identifier }} interpolation.

Constructors

Link copied to clipboard
constructor(expression: FixtureExpressionChain, trimOpen: Boolean, trimClose: Boolean)

Properties

Link copied to clipboard

the interpolated expression chain.

Link copied to clipboard

whether the closing delimiter requests whitespace trimming.

Link copied to clipboard

whether the opening delimiter requests whitespace trimming.