Execute

case class Execute(_plan: Option[Boolean], _skipAll: Option[Boolean], _stopOnFail: Option[Boolean], _stopOnError: Option[Boolean], _stopOnIssue: Option[Boolean], _stopOnSkip: Option[Boolean], _sequential: Option[Boolean], _asap: Option[Boolean], _isolated: Option[Boolean], _useCustomClassLoader: Option[Boolean], _threadsNb: Option[Int], _specs2ThreadsNb: Option[Int], _scheduledThreadsNb: Option[Int], _batchSize: Option[Int], _timeFactor: Option[Int], _timeout: Option[FiniteDuration], _retriesFactor: Option[Int], _executor: Option[String]) extends ShowArgs

Execution arguments

Companion:
object
trait Serializable
trait Product
trait Equals
trait ShowArgs
class Object
trait Matchable
class Any

Value members

Concrete methods

def asap: Boolean
def batchSize: Int
def executor: String
def isolated: Boolean
def plan: Boolean
def retriesFactor: Int
def sequential: Boolean
def setTimeout(t: FiniteDuration): Execute
def skipAll: Boolean
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
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def showArg(a: (String, Option[_])): Option[String]
Inherited from:
ShowArgs