MutableFragmentBuilder

org.specs2.specification.dsl.mutable.MutableFragmentBuilder

Creation of fragments in a mutable specification

This essentially works by keep a mutable ListBuffer of Fragments

Arguments and title are also added with mutable variables

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes
Self type

Members list

Value members

Concrete methods

def addFragment(fragment: Fragment): Fragment
def addFragments(fragments: Fragments): Fragments
def addSections(): Unit
def hasSectionsForBlocks: Boolean

Inherited methods

Attributes

Inherited from:
FragmentsFactory
def setArguments(a: Arguments): Arguments

Attributes

Inherited from:
MutableArgumentsBuilder
def setTitle(t: String): SpecHeader

Attributes

Inherited from:
MutableHeaderBuilder
def updateArguments(a: Arguments): Arguments

Attributes

Inherited from:
MutableArgumentsBuilder