FixtureTransformInvocation

@Serializable
class FixtureTransformInvocation(val name: String, val arguments: List<FixtureExpressionChain> = emptyList())(source)

Mirror of one transform invocation in a FixtureExpressionChain.

Constructors

Link copied to clipboard
constructor(name: String, arguments: List<FixtureExpressionChain> = emptyList())

Properties

Link copied to clipboard

the transform's argument expression chains.

Link copied to clipboard

the transform's name.