Description

org.specs2.specification.core.Description
See theDescription companion trait
object Description

Creation methods for Descriptions

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object given_Show_Description extends Show[Description]

Attributes

Supertypes
trait Show[Description]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

infix def asSection(ts: String*): Marker
def code(text: String): Code
def isCode(d: Description): Boolean
infix def mark(tag: NamedTag): Marker
infix def markAs(tag: NamedTag): Marker
infix def markSection(tag: NamedTag): Marker
infix def markSectionAs(tag: NamedTag): Marker
infix def section(ts: String*): Marker
infix def tag(ts: String*): Marker
infix def taggedAs(ts: String*): Marker
def text(text: String): Text