FragmentsContinuation

org.specs2.specification.core.FragmentsContinuation
See theFragmentsContinuation companion object
case class FragmentsContinuation(continue: Result => Option[Fragments])

Function creating more fragments (to be added to the specification) based on the current result

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(result: Result): Option[Fragments]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product