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

class Object
trait Matchable
class Any

Value members

Inherited methods

def setArguments(a: Arguments): Arguments
def setTitle(t: String): SpecHeader
Inherited from
MutableHeaderBuilder
def updateArguments(a: Arguments): Arguments