Trait/Object

utest.framework

Formatter

Related Docs: object Formatter | package framework

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def exceptionClassColor: Attrs

    Permalink
  9. def exceptionLineNumberColor: Attrs

    Permalink
  10. def exceptionMethodColor: Attrs

    Permalink
  11. def exceptionMsgColor: Attrs

    Permalink
  12. def exceptionPrefixColor: Attrs

    Permalink
  13. def exceptionPunctuationColor: Attrs

    Permalink
  14. def exceptionStackFrameHighlighter(s: StackTraceElement): Boolean

    Permalink
  15. def formatColor: Boolean

    Permalink
  16. def formatException(x: Throwable, leftIndent: String): Str

    Permalink
  17. def formatIcon(success: Boolean): Str

    Permalink
  18. def formatMillisColor: Attrs

    Permalink
  19. def formatResultColor(success: Boolean): Attrs

    Permalink
  20. def formatSingle(path: Seq[String], r: Result): Option[Str]

    Permalink
  21. def formatSummary(topLevelName: String, results: HTree[String, Result]): Option[Str]

    Permalink
  22. def formatTruncateHeight: Int

    Permalink
  23. def formatValue(x: Any): Str

    Permalink
  24. def formatWrapWidth: Int

    Permalink
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def joinLineStr(lines: Seq[Str], leftIndent: String): Str

    Permalink
  29. def lineWrapInput(input: Str, leftIndent: String): Seq[Str]

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def testValueColor: Attrs

    Permalink
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def toggledColor(t: Attrs): Attrs

    Permalink
  37. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def wrapLabel(leftIndentCount: Int, r: Result, label: String): Str

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped