SpecHeader

org.specs2.specification.core.SpecHeader
See theSpecHeader companion object
case class SpecHeader(specClass: Class[_], title: Option[String])

Header of a Specification

It can hold a user-defined title for better presentation

Attributes

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

Members list

Value members

Concrete methods

def className: String
def show: String
def showWords: String
def simpleName: String
def wordsTitle: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product