Class/Object

utest.runner

Framework

Related Docs: object Framework | package runner

Permalink

class Framework extends sbt.testing.Framework with Formatter

Linear Supertypes
Formatter, sbt.testing.Framework, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Framework
  2. Formatter
  3. Framework
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Framework()

    Permalink

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
    @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
    Definition Classes
    Formatter
  9. def exceptionLineNumberColor: Attrs

    Permalink
    Definition Classes
    Formatter
  10. def exceptionMethodColor: Attrs

    Permalink
    Definition Classes
    Formatter
  11. def exceptionMsgColor: Attrs

    Permalink
    Definition Classes
    Formatter
  12. def exceptionPrefixColor: Attrs

    Permalink
    Definition Classes
    Formatter
  13. def exceptionPunctuationColor: Attrs

    Permalink
    Definition Classes
    Formatter
  14. def exceptionStackFrameHighlighter(s: StackTraceElement): Boolean

    Permalink
    Definition Classes
    Formatter
  15. def failureHeader: String

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def fingerprints(): Array[Fingerprint]

    Permalink
    Definition Classes
    Framework → Framework
  18. def formatColor: Boolean

    Permalink
    Definition Classes
    Formatter
  19. def formatException(x: Throwable, leftIndent: String): Str

    Permalink
    Definition Classes
    Formatter
  20. def formatIcon(success: Boolean): Str

    Permalink
    Definition Classes
    Formatter
  21. def formatMillisColor: Attrs

    Permalink
    Definition Classes
    Formatter
  22. def formatResultColor(success: Boolean): Attrs

    Permalink
    Definition Classes
    Formatter
  23. def formatSingle(path: Seq[String], r: Result): Option[Str]

    Permalink
    Definition Classes
    Formatter
  24. def formatSummary(topLevelName: String, results: HTree[String, Result]): Option[Str]

    Permalink
    Definition Classes
    Formatter
  25. def formatTruncateHeight: Int

    Permalink
    Definition Classes
    Formatter
  26. def formatValue(x: Any): Str

    Permalink
    Definition Classes
    Formatter
  27. def formatWrapWidth: Int

    Permalink
    Definition Classes
    Formatter
  28. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    Formatter
  32. def lineWrapInput(input: Str, leftIndent: String): Seq[Str]

    Permalink
    Definition Classes
    Formatter
  33. def name(): String

    Permalink
    Definition Classes
    Framework → Framework
  34. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. def resultsHeader: String

    Permalink
  38. final def runner(args: Array[String], remoteArgs: Array[String], testClassLoader: ClassLoader): MasterRunner

    Permalink
    Definition Classes
    Framework → Framework
  39. def setup(): Unit

    Permalink

    Override to run code before tests start running.

    Override to run code before tests start running. Useful for setting up global databases, initializing caches, etc.

  40. def showSummaryThreshold: Int

    Permalink

    How many tests need to run before uTest starts printing out the test results summary and test failure summary at the end of a test run.

    How many tests need to run before uTest starts printing out the test results summary and test failure summary at the end of a test run. For small sets of tests, these aren't necessary since all the output fits nicely on one screen; only when the number of tests gets large and their output gets noisy does it become valuable to show the clean summaries at the end of the test run.

  41. final def slaveRunner(args: Array[String], remoteArgs: Array[String], testClassLoader: ClassLoader, send: (String) ⇒ Unit): ScalaJsSlaveRunner

    Permalink
  42. def startHeader(path: String): String

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

    Permalink
    Definition Classes
    AnyRef
  44. def teardown(): Unit

    Permalink

    Override to run code after tests finish running.

    Override to run code after tests finish running. Useful for shutting down daemon processes, closing network connections, etc.

  45. def testValueColor: Attrs

    Permalink
    Definition Classes
    Formatter
  46. def toString(): String

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

    Permalink
    Definition Classes
    Formatter
  48. def useSbtLoggers: Boolean

    Permalink

    Whether to use SBT's test-logging infrastructure, or just println.

    Whether to use SBT's test-logging infrastructure, or just println.

    Defaults to println because SBT's test logging doesn't seem to give us anything that we want, and does annoying things like making a left-hand gutter and buffering input by default

  49. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Formatter

Inherited from Formatter

Inherited from sbt.testing.Framework

Inherited from AnyRef

Inherited from Any

Ungrouped