Packages

c

utest.runner

MillFramework

class MillFramework extends Framework

MillFramework this default to true since Mill's test-interface support isn't buggy and doesn't need utest to rely on println

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

Instance Constructors

  1. new MillFramework()

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
    Definition Classes
    Formatter
  9. def exceptionLineNumberColor: Attrs
    Definition Classes
    Formatter
  10. def exceptionMethodColor: Attrs
    Definition Classes
    Formatter
  11. def exceptionMsgColor: Attrs
    Definition Classes
    Formatter
  12. def exceptionPrefixColor: Attrs
    Definition Classes
    Formatter
  13. def exceptionPunctuationColor: Attrs
    Definition Classes
    Formatter
  14. def exceptionStackFrameHighlighter(s: StackTraceElement): Boolean
    Definition Classes
    Formatter
  15. def failureHeader: String
    Definition Classes
    Framework
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def fingerprints(): Array[Fingerprint]
    Definition Classes
    Framework → Framework
  18. def formatColor: Boolean
    Definition Classes
    Formatter
  19. def formatException(x: Throwable, leftIndent: String): Str
    Definition Classes
    Formatter
  20. def formatIcon(success: Boolean): Str
    Definition Classes
    Formatter
  21. def formatMillisColor: Attrs
    Definition Classes
    Formatter
  22. def formatResultColor(success: Boolean): Attrs
    Definition Classes
    Formatter
  23. def formatSingle(path: Seq[String], r: Result): Option[Str]
    Definition Classes
    Formatter
  24. def formatSummary(topLevelName: String, results: HTree[String, Result]): Option[Str]
    Definition Classes
    Formatter
  25. def formatTruncateHeight: Int
    Definition Classes
    Formatter
  26. def formatValue(x: Any): Str
    Definition Classes
    Formatter
  27. def formatWrapWidth: Int
    Definition Classes
    Formatter
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def joinLineStr(lines: Seq[Str], leftIndent: String): Str
    Definition Classes
    Formatter
  32. def lineWrapInput(input: Str, leftIndent: String): Seq[Str]
    Definition Classes
    Formatter
  33. def name(): String
    Definition Classes
    Framework → Framework
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def resultsHeader: String
    Definition Classes
    Framework
  38. final def runner(args: Array[String], remoteArgs: Array[String], testClassLoader: ClassLoader): MasterRunner
    Definition Classes
    Framework → Framework
  39. def setup(): Unit

    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.

    Definition Classes
    Framework
  40. def showSummaryThreshold: Int

    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.

    Definition Classes
    Framework
  41. final def slaveRunner(args: Array[String], remoteArgs: Array[String], testClassLoader: ClassLoader, send: (String) ⇒ Unit): ScalaJsSlaveRunner
    Definition Classes
    Framework
  42. def startHeader(path: String): String
    Definition Classes
    Framework
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def teardown(): Unit

    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.

    Definition Classes
    Framework
  45. def testValueColor: Attrs
    Definition Classes
    Formatter
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def toggledColor(t: Attrs): Attrs
    Definition Classes
    Formatter
  48. def useSbtLoggers: Boolean

    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

    Definition Classes
    MillFrameworkFramework
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  52. def wrapLabel(leftIndentCount: Int, r: Result, label: String): Str
    Definition Classes
    Formatter

Inherited from Framework

Inherited from Formatter

Inherited from sbt.testing.Framework

Inherited from AnyRef

Inherited from Any

Ungrouped