Packages

trait Specs2 extends TestFrameworkInterface with AfterAll

Source
TestFrameworkInterface.scala
Linear Supertypes
AfterAll, FragmentsFactory, SpecificationStructure, ContextualSpecificationStructure, TestFrameworkInterface, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Specs2
  2. AfterAll
  3. FragmentsFactory
  4. SpecificationStructure
  5. ContextualSpecificationStructure
  6. TestFrameworkInterface
  7. AnyRef
  8. Any
  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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def afterAll(): Unit
    Definition Classes
    Specs2 → AfterAll
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. def decorate(is: SpecStructure, env: Env): SpecStructure
    Definition Classes
    SpecificationStructure
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def failTest(msg: String): Nothing
    Definition Classes
    Specs2TestFrameworkInterface
  11. def fragmentFactory: FragmentFactory
    Attributes
    protected
    Definition Classes
    FragmentsFactory
  12. def fragments: (Env) => Fragments
    Definition Classes
    ContextualSpecificationStructure
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def map(fs: => Fragments): Fragments
    Definition Classes
    AfterAll → SpecificationStructure
  17. def map(fs: => Fragments, env: Env): Fragments
    Definition Classes
    SpecificationStructure
  18. def map(structure: SpecStructure): SpecStructure
    Definition Classes
    SpecificationStructure
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. def structure: (Env) => SpecStructure
    Definition Classes
    SpecificationStructure → ContextualSpecificationStructure
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. val testExceptionHandler: ExceptionHandler
    Definition Classes
    Specs2TestFrameworkInterface
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AfterAll

Inherited from FragmentsFactory

Inherited from SpecificationStructure

Inherited from ContextualSpecificationStructure

Inherited from TestFrameworkInterface

Inherited from AnyRef

Inherited from Any

Ungrouped