Marker

org.specs2.specification.core.Marker
case class Marker(tag: NamedTag, isSection: Boolean, appliesToNext: Boolean) extends Description

Description of a Tag fragment

Attributes

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 show: String
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

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