ArgumentsCreation

org.specs2.specification.dsl.mutable.ArgumentsCreation
trait ArgumentsCreation extends ArgumentsCreation, MutableArgumentsBuilder

Methods with default Property values to create Arguments instances Arguments are being added to the SpecificationStructure by mutating its current content

Attributes

Graph
Supertypes
trait ArgumentsCreation
class Object
trait Matchable
class Any
Known subtypes
trait SpecLike
class Spec
trait ArgumentsDsl
trait MutableDsl
Show all

Members list

Value members

Concrete 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
ArgumentsCreation

Inherited methods

def setArguments(a: Arguments): Arguments

Attributes

Inherited from:
MutableArgumentsBuilder
def updateArguments(a: Arguments): Arguments

Attributes

Inherited from:
MutableArgumentsBuilder

Concrete fields

lazy override val args: ArgumentsNamespaceMutable