ArgumentsDsl

org.specs2.specification.dsl.mutable.ArgumentsDsl

Create arguments in an acceptance specification

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Inherited methods

override 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

Attributes

Definition Classes
Inherited from:
ArgumentsCreation

Attributes

Inherited from:
MutableArgumentsBuilder

Attributes

Inherited from:
MutableArgumentsBuilder

Inherited fields

lazy override val args: ArgumentsNamespaceMutable

Attributes

Inherited from:
ArgumentsCreation

Implicits

Inherited implicits

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

Attributes

Inherited from:
ArgProperties