Report

case class Report(_showOnly: Option[String], _failtrace: Option[Boolean], _color: Option[Boolean], _colors: Option[Colors], _showtimes: Option[Boolean], _offset: Option[Int], _diffs: Option[Diffs], _traceFilter: Option[StackTraceFilter], _checkUrls: Option[Boolean], _notoc: Option[Boolean], _notifier: Option[String], _printer: Option[String]) extends ShowArgs

Reporting arguments

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

Value members

Concrete methods

def canShow(s: String): Boolean
def checkUrls: Boolean
def color: Boolean
def failtrace: Boolean
def hasToc: Boolean
def notifier: String
def notoc: Boolean
def offset: Int
def printer: String
def showtimes: Boolean
override def toString: String
Definition Classes
Any
def xonly: Boolean

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