SpecificationRef

org.specs2.specification.core.SpecificationRef
See theSpecificationRef companion object
case class SpecificationRef(header: SpecHeader, arguments: Arguments, alias: String, tooltip: String, hidden: Boolean, muted: Boolean) extends Description

Reference to another specification

Attributes

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

Members list

Value members

Concrete methods

def linkText: String
def show: String
def specClassName: String
def url: String

Inherited methods

def matches(s: String): Boolean

Attributes

Inherited from:
Description
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
Description
def stripMargin(margin: Char): Description

Attributes

Inherited from:
Description