Specs2

pl.iterators.stir.testkit.Specs2FrameworkInterface$.Specs2
trait Specs2 extends TestFrameworkInterface, AfterAll

Attributes

Source
TestFrameworkInterface.scala
Graph
Supertypes
trait AfterAll
trait FragmentsFactory
trait SpecificationStructure
trait ContextualSpecificationStructure
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

override def afterAll(): Unit

Attributes

Definition Classes
AfterAll
Source
TestFrameworkInterface.scala
def failTest(msg: String): Nothing

Attributes

Source
TestFrameworkInterface.scala

Inherited methods

def cleanUp(): Unit

Attributes

Inherited from:
TestFrameworkInterface
Source
TestFrameworkInterface.scala
def decorate(is: SpecStructure, env: Env): SpecStructure

Attributes

Inherited from:
SpecificationStructure
Source
SpecificationStructure.scala
protected def fragmentFactory: FragmentFactory

Attributes

Inherited from:
FragmentsFactory
Source
FragmentFactory.scala
def fragments: Env => Fragments

Attributes

Inherited from:
ContextualSpecificationStructure
Source
SpecificationStructure.scala
def is: SpecStructure

Attributes

Inherited from:
SpecificationStructure
Source
SpecificationStructure.scala
override def map(fs: => Fragments): Fragments

modify the fragments

modify the fragments

Attributes

Definition Classes
AfterAll -> SpecificationStructure
Inherited from:
AfterAll
Source
EachContext.scala
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
Source
SpecificationStructure.scala
def map(structure: SpecStructure): SpecStructure

modify the specification structure

modify the specification structure

Attributes

Inherited from:
SpecificationStructure
Source
SpecificationStructure.scala
def structure: Env => SpecStructure

Attributes

Inherited from:
SpecificationStructure
Source
SpecificationStructure.scala

Concrete fields