op

constructor(name: text, args: list<gtv>)

Construct a new test operation call from the given operation name and argument list.

Since

0.10.4

Parameters

name

the name of the operation

args

the arguments to the operation


constructor(name: text, args: gtv...)

Construct a new test operation call from the given operation name and arguments.

Since

0.10.4

Parameters

name

the name of the operation

args

the arguments to the operation