ImmutableSpecificationStructure

org.specs2.specification.core.ImmutableSpecificationStructure

Structure of an immutable specification.

It may depend on the current environment.

If the examples need to be executed in their own instance of the specification they will be "isolated"

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait SpecLike
class Spec
trait SpecLike
class Spec
Show all

Members list

Value members

Concrete methods

override def structure: Env => SpecStructure

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
SpecificationStructure

Attributes

Inherited from:
ContextualSpecificationStructure

Attributes

Inherited from:
SpecificationStructure
def map(fs: => Fragments, env: Env): Fragments

modify the fragments, using the current environment

modify the fragments, using the current environment

Attributes

Inherited from:
SpecificationStructure
def map(fs: => Fragments): Fragments

modify the fragments

modify the fragments

Attributes

Inherited from:
SpecificationStructure
def map(structure: SpecStructure): SpecStructure

modify the specification structure

modify the specification structure

Attributes

Inherited from:
SpecificationStructure