ArgumentsArgs

Methods with default Property values to create Arguments instances

There is an implicit conversion from (=> T) to Property[T] to allow the direct passing of parameters

Companion:
object
class Object
trait Matchable
class Any
object ArgumentsArgs.type
object ArgumentsShortcuts.type
object arguments.type

Value members

Inherited methods

def args(ex: ArgProperty[String], include: ArgProperty[String], exclude: ArgProperty[String], was: ArgProperty[String], plan: ArgProperty[Boolean], skipAll: ArgProperty[Boolean], stopOnFail: ArgProperty[Boolean], stopOnError: ArgProperty[Boolean], stopOnIssue: ArgProperty[Boolean], stopOnSkip: ArgProperty[Boolean], sequential: ArgProperty[Boolean], sequentialRandom: ArgProperty[Boolean], batchSize: ArgProperty[Int], timeFactor: ArgProperty[Int], timeout: ArgProperty[FiniteDuration], asap: ArgProperty[Boolean], xonly: ArgProperty[Boolean], showOnly: ArgProperty[String], color: ArgProperty[Boolean]): Arguments

shorthand method to create an Arguments object

shorthand method to create an Arguments object

Inherited from:
ArgumentsCreation

Inherited fields

lazy val args: ArgumentsNamespace
Inherited from:
ArgumentsCreation

Implicits

Inherited implicits

implicit def toArgProperty[T](t: => T)(using NotGiven[NoArgProperties], CanEqual[T, T]): ArgProperty[T]
Inherited from:
ArgProperties