Packages

trait Specs2 extends TestFrameworkInterface with AfterAll

Source
TestFrameworkInterface.scala
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Specs2
  2. AfterAll
  3. FragmentsFactory
  4. SpecificationStructure
  5. ContextualSpecificationStructure
  6. TestFrameworkInterface
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def cleanUp(): Unit
    Definition Classes
    TestFrameworkInterface
  2. abstract def is: SpecStructure
    Definition Classes
    SpecificationStructure

Concrete Value Members

  1. def afterAll(): Unit
    Definition Classes
    Specs2 → AfterAll
  2. def decorate(is: SpecStructure, env: Env): SpecStructure
    Definition Classes
    SpecificationStructure
  3. def failTest(msg: String): Nothing
    Definition Classes
    Specs2TestFrameworkInterface
  4. def fragments: (Env) => Fragments
    Definition Classes
    ContextualSpecificationStructure
  5. def map(fs: => Fragments): Fragments
    Definition Classes
    AfterAll → SpecificationStructure
  6. def map(fs: => Fragments, env: Env): Fragments
    Definition Classes
    SpecificationStructure
  7. def map(structure: SpecStructure): SpecStructure
    Definition Classes
    SpecificationStructure
  8. def structure: (Env) => SpecStructure
    Definition Classes
    SpecificationStructure → ContextualSpecificationStructure
  9. val testExceptionHandler: ExceptionHandler
    Definition Classes
    Specs2TestFrameworkInterface