org.specs2.reporter

JUnitDescriptions

trait JUnitDescriptions extends ExecutionOrigin

Create Description objects from the specification fragments and arrange them as a tree

Linear Supertypes
ExecutionOrigin, Stacktraces, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JUnitDescriptions
  2. ExecutionOrigin
  3. Stacktraces
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createDescription(className: String, suiteName: String = "", testName: String = "", label: String = "", annotations: Array[Annotation] = Array()): Description

  9. def createDescription(treeLoc: TreeLoc[Description]): Description

  10. def createDescription(spec: SpecStructure): Description

  11. def createDescriptionTree(spec: SpecStructure): TreeLoc[(Fragment, Description)]

  12. def createTreeLoc(spec: SpecStructure): TreeLoc[Description]

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fragmentDescriptions(spec: SpecStructure): Map[Fragment, Description]

    Map of each fragment to its description

  17. def fromSpecs2orScalaz: (String) ⇒ Boolean

    Definition Classes
    ExecutionOrigin
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def isExecutedFrom(name: String, st: Seq[StackTraceElement]): Boolean

    Definition Classes
    Stacktraces
  21. def isExecutedFrom(name: String): Boolean

    Definition Classes
    Stacktraces
  22. lazy val isExecutedFromAnIDE: Boolean

    Definition Classes
    ExecutionOrigin
  23. lazy val isExecutedFromEclipse: Boolean

    Definition Classes
    ExecutionOrigin
  24. lazy val isExecutedFromGradle: Boolean

    Definition Classes
    ExecutionOrigin
  25. lazy val isExecutedFromIntellij: Boolean

    Definition Classes
    ExecutionOrigin
  26. lazy val isExecutedFromMaven: Boolean

    Definition Classes
    ExecutionOrigin
  27. lazy val isExecutedFromSBT: Boolean

    Definition Classes
    ExecutionOrigin
  28. def isFromClass(classNamePredicate: (String) ⇒ Boolean, st: Seq[StackTraceElement]): Boolean

    Definition Classes
    Stacktraces
  29. def isFromClass(classNamePredicate: (String) ⇒ Boolean): Boolean

    Definition Classes
    Stacktraces
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isSpecificationFromSpecs2orScalaz(st: Seq[StackTraceElement]): Boolean

    Definition Classes
    ExecutionOrigin
  32. def keep: (Fragment) ⇒ Option[Fragment]

    filter out the fragments which don't need to be represented in the JUnit descriptions

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def parentPath(parentNodes: Seq[Fragment]): Seq[String]

    returns

    a seq containing the path of an example without the root name

  37. def specDescription(spec: SpecStructure): Description

    description for the beginning of the specification

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def testName(s: String, parentNodes: Seq[String] = Seq()): String

    returns

    a test name with no newlines

  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExecutionOrigin

Inherited from Stacktraces

Inherited from AnyRef

Inherited from Any

Ungrouped