Args

data class Args(val args: String = "")(source)

Represents the arguments for the TestBlankTool.

Constructors

Link copied to clipboard
constructor(args: String = "")

Properties

Link copied to clipboard

A placeholder string parameter representing input for the tool. Defaults to an empty string.