Execute

org.specs2.main.Execute
See theExecute companion object
case class Execute(_plan: Option[Boolean], _skipAll: Option[Boolean], _stopOnFail: Option[Boolean], _stopOnError: Option[Boolean], _stopOnIssue: Option[Boolean], _stopOnSkip: Option[Boolean], _sequential: Option[Boolean], _sequentialRandom: Option[Boolean], _asap: Option[Boolean], _useCustomClassLoader: Option[Boolean], _threadsNb: Option[Int], _specs2ThreadsNb: Option[Int], _scheduledThreadsNb: Option[Int], _discardRejectedFutures: Option[Boolean], _batchSize: Option[Int], _timeFactor: Option[Int], _timeout: Option[FiniteDuration], _executor: Option[String]) extends ShowArgs

Execution arguments

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ShowArgs
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asap: Boolean
def batchSize: Int
def discardRejectedFutures: Boolean
def executor: Option[String]
def plan: Boolean
def sequential: Boolean
def sequentialRandom: Boolean
def setTimeout(t: FiniteDuration): Execute
def skipAll: Boolean
def specs2ThreadsNb: Int
def stopOnError: Boolean
def stopOnFail: Boolean
def stopOnIssue: Boolean
def stopOnSkip: Boolean
def threadsNb: Int
def timeFactor: Int
def timeout: Option[FiniteDuration]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def useCustomClassLoader: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def showArg(a: (String, Option[_])): Option[String]

Attributes

Inherited from:
ShowArgs