Packages

trait Formatter extends AnyRef

Default implementation of Formatter, also used by the default SBT test framework. Allows some degree of customization of the formatted test results.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Formatter
  2. AnyRef
  3. 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def exceptionClassColor: Attrs
  9. def exceptionLineNumberColor: Attrs
  10. def exceptionMethodColor: Attrs
  11. def exceptionMsgColor: Attrs
  12. def exceptionPrefixColor: Attrs
  13. def exceptionPunctuationColor: Attrs
  14. def exceptionStackFrameHighlighter(s: StackTraceElement): Boolean
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatColor: Boolean
  17. def formatException(x: Throwable, leftIndent: String): Str
  18. def formatIcon(success: Boolean): Str
  19. def formatMillisColor: Attrs
  20. def formatResultColor(success: Boolean): Attrs
  21. def formatSingle(path: Seq[String], r: Result): Option[Str]
  22. def formatSummary(topLevelName: String, results: HTree[String, Result]): Option[Str]
  23. def formatTruncateHeight: Int
  24. def formatValue(x: Any): Str
  25. def formatWrapWidth: Int
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def joinLineStr(lines: Seq[Str], leftIndent: String): Str
  30. def lineWrapInput(input: Str, leftIndent: String): Seq[Str]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def testValueColor: Attrs
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def toggledColor(t: Attrs): Attrs
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. def wrapLabel(leftIndentCount: Int, r: Result, label: String): Str

Inherited from AnyRef

Inherited from Any

Ungrouped