case class Arguments(select: Select = Select(), execute: Execute = Execute(), store: Store = Store(), report: Report = Report(), commandLine: CommandLine = CommandLine()) extends ShowArgs with Product with Serializable
This class holds all the options that are relevant for specs2 execution and reporting.
The arguments are grouped along 4 functions:
- select: for the selection of what must be executed - execute: for the execution of fragments - store: for the storing of execution results - report: for the reporting of results
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Arguments
- Serializable
- Product
- Equals
- ShowArgs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def <|(other: Arguments): Arguments
alias for overrideWith
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def batchSize: Int
- def canShow(s: String): Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def color: Boolean
- def colors: Colors
- val commandLine: CommandLine
- def commandLineFilter(included: String*): Arguments
- returns
a new Arguments object with only some arguments on the command line
- def commandLineFilterNot(excluded: String*): Arguments
- returns
a new Arguments object with some arguments removed from the command line
- def contain(tags: String*): Boolean
- def diffs: Diffs
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def errorColor(s: String): String
- def ex: String
- def exclude: String
- val execute: Execute
- def failtrace: Boolean
- def failureColor(s: String): String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasFilter: Boolean
- def include: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSet(a: String): Boolean
- returns
true if a switch is present or a flag is set
- def isolated: Boolean
- def keep(tags: String*): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def offset: Int
- def overrideWith(other: Arguments): Arguments
- returns
a new Arguments object where the values of this are overridden with the values of other if defined
- def pendingColor(s: String): String
- def plan: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def removeColors(s: String): String
- val report: Report
- def scheduledThreadsNb: Int
- val select: Select
- def sequential: Boolean
- def showArg(a: (String, Option[_])): Option[String]
- Definition Classes
- ShowArgs
- def showtimes: Boolean
- def skipAll: Boolean
- def skippedColor(s: String): String
- def specs2ThreadsNb: Int
- def statsColor(s: String): String
- def stopOnError: Boolean
- def stopOnFail: Boolean
- def stopOnIssue: Boolean
- def stopOnSkip: Boolean
- val store: Store
- def successColor(s: String): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def textColor(s: String): String
shortcut methods to add ansi colors to some text depending on its status
- def threadsNb: Int
- def toString(): String
- Definition Classes
- Arguments → AnyRef → Any
- def traceFilter: StackTraceFilter
- def useCustomClassLoader: Boolean
- def verbose: Boolean
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def was(s: String): Boolean
- def wasIsDefined: Boolean
- def xonly: Boolean