Fragment

org.specs2.specification.core.Fragment
See theFragment companion class
object Fragment

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Fragment.type

Members list

Type members

Classlikes

object showInstance extends Show[Fragment]

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def foreach[T](seq: Seq[T])(f: T => Fragment): Fragments

iterate over elements to create a Fragments object

iterate over elements to create a Fragments object

Attributes

def fragmentType(f: Fragment): String
def isAction(f: Fragment): Boolean
def isBacktab(f: Fragment): Boolean
def isBr(f: Fragment): Boolean
def isEmptyText(f: Fragment): Boolean
def isExample(f: Fragment): Boolean
def isExampleOrStep(f: Fragment): Boolean
def isFormatting(f: Fragment): Boolean
def isMarker(f: Fragment): Boolean
def isSpecificationRef(f: Fragment): Boolean
def isStep(f: Fragment): Boolean
def isStepOrAction(f: Fragment): Boolean
def isTab(f: Fragment): Boolean
def isText(f: Fragment): Boolean
def linkReference: PartialFunction[Fragment, SpecificationRef]
def marker: PartialFunction[Fragment, Marker]
def seeReference: PartialFunction[Fragment, SpecificationRef]
def specificationRef: PartialFunction[Fragment, SpecificationRef]

Givens

Givens