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

Most of the complexity in that trait comes from the "isolated" mode of execution where we want to be able to recreate some blocks and not others when running an example in its own instance of the Specification

Attributes

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

Members list

Value members

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