SpecHeader

case class SpecHeader(specClass: Class[_], title: Option[String])

Header of a Specification

It can hold a user-defined title for better presentation

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

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]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product