Report

org.specs2.main.Report
See theReport companion object
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

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 canShow(s: String): Boolean
def checkUrls: Boolean
def color: Boolean
def colors: Colors
def diffs: Diffs
def failtrace: Boolean
def hasToc: Boolean
def notifier: String
def notoc: Boolean
def offset: Int
def overrideWith(other: Report): Report
def printer: String
def showtimes: Boolean
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 xonly: 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