object JUnitDescriptions extends JUnitDescriptions

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JUnitDescriptions
  2. JUnitDescriptions
  3. ExecutionOrigin
  4. Stacktraces
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def createDescription(className: String, suiteName: String = "", testName: String = "", label: String = "", id: String = "", annotations: Array[Annotation] = Array()): Description
    Definition Classes
    JUnitDescriptions
  7. def createDescription(treeLoc: TreeLoc[Description]): Description
    Definition Classes
    JUnitDescriptions
  8. def createDescription(spec: SpecStructure)(ee: ExecutionEnv): Description
    Definition Classes
    JUnitDescriptions
  9. def createDescriptionTree(spec: SpecStructure)(ee: ExecutionEnv): TreeLoc[(Fragment, Description)]
    Definition Classes
    JUnitDescriptions
  10. def createTreeLoc(spec: SpecStructure)(ee: ExecutionEnv): TreeLoc[Description]
    Definition Classes
    JUnitDescriptions
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. lazy val excludeFromReporting: Boolean
    Definition Classes
    ExecutionOrigin
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fragmentDescriptions(spec: SpecStructure)(ee: ExecutionEnv): Map[Fragment, Description]

    Map of each fragment to its description

    Map of each fragment to its description

    Definition Classes
    JUnitDescriptions
  16. def fromSpecs2orScalaz: (String) ⇒ Boolean
    Definition Classes
    ExecutionOrigin
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def isExecutedFrom(name: String, st: Seq[StackTraceElement]): Boolean
    Definition Classes
    Stacktraces
  20. def isExecutedFrom(name: String): Boolean

    This method is used to determine for example if the JUnit runner is executed from Maven or within Eclipse.

    This method is used to determine for example if the JUnit runner is executed from Maven or within Eclipse. In the first the test case names don't need to have the hashcode example.

    returns

    true if this current piece of code contains name in its stacktrace.

    Definition Classes
    Stacktraces
  21. lazy val isExecutedFromAnIDE: Boolean

    return true if the current test is executed from an IDE

    return true if the current test is executed from an IDE

    Definition Classes
    ExecutionOrigin
  22. lazy val isExecutedFromBazel: Boolean

    return true if the current test is executed with Bazel

    return true if the current test is executed with Bazel

    Definition Classes
    ExecutionOrigin
  23. lazy val isExecutedFromEclipse: Boolean

    return true if the current test is executed with eclipse

    return true if the current test is executed with eclipse

    Definition Classes
    ExecutionOrigin
  24. lazy val isExecutedFromGradle: Boolean

    return true if the current test is executed with Gradle

    return true if the current test is executed with Gradle

    Definition Classes
    ExecutionOrigin
  25. lazy val isExecutedFromIntellij: Boolean

    return true if the current test is executed with Intellij

    return true if the current test is executed with Intellij

    Definition Classes
    ExecutionOrigin
  26. lazy val isExecutedFromJUnitCore: Boolean

    return true if the current test is executed with JUnitCore

    return true if the current test is executed with JUnitCore

    Definition Classes
    ExecutionOrigin
  27. lazy val isExecutedFromMaven: Boolean

    return true if the current test is executed with Maven

    return true if the current test is executed with Maven

    Definition Classes
    ExecutionOrigin
  28. lazy val isExecutedFromSBT: Boolean

    return true if the current test is executed with sbt

    return true if the current test is executed with sbt

    Definition Classes
    ExecutionOrigin
  29. lazy val isExecutedFromScalaJs: Boolean

    return true if the current test is executed with Scala.js

    return true if the current test is executed with Scala.js

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

    returns

    true if there is a stacktrace element satisfying the predicate

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

    returns

    true if there is a stacktrace element satisfying the predicate

    Definition Classes
    Stacktraces
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isSpecificationFromSpecs2orScalaz(st: Seq[StackTraceElement]): Boolean

    try to approximate if a specification is a specs2 one or scalaz one by passing name = org.specs2 or name = scalaz

    try to approximate if a specification is a specs2 one or scalaz one by passing name = org.specs2 or name = scalaz

    Definition Classes
    ExecutionOrigin
  34. def keep: Mapper

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

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

    Definition Classes
    JUnitDescriptions
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def parentPath(parentNodes: Seq[Fragment]): Seq[String]

    returns

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

    Definition Classes
    JUnitDescriptions
  39. def specDescription(spec: SpecStructure): Description

    description for the beginning of the specification

    description for the beginning of the specification

    Definition Classes
    JUnitDescriptions
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def testName(s: String, parentNodes: Seq[String] = Seq()): String

    returns

    a test name with no newlines

    Definition Classes
    JUnitDescriptions
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from JUnitDescriptions

Inherited from ExecutionOrigin

Inherited from Stacktraces

Inherited from AnyRef

Inherited from Any

Ungrouped