Class

utest.runner

MillFramework

Related Doc: package runner

Permalink

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()

    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
    @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
    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
    Definition Classes
    Framework
  16. final def fingerprints(): Array[Fingerprint]

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

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

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

    Permalink
    Definition Classes
    Formatter
  20. def formatMillisColor: Attrs

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

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

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

    Permalink
    Definition Classes
    Formatter
  24. def formatTruncateHeight: Int

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

    Permalink
    Definition Classes
    Formatter
  26. def formatWrapWidth: Int

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. def resultsHeader: String

    Permalink
    Definition Classes
    Framework
  37. final def runner(args: Array[String], remoteArgs: Array[String], testClassLoader: ClassLoader): MasterRunner

    Permalink
    Definition Classes
    Framework → Framework
  38. 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.

    Definition Classes
    Framework
  39. 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.

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

    Permalink
    Definition Classes
    Framework
  41. def startHeader(path: String): String

    Permalink
    Definition Classes
    Framework
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. 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.

    Definition Classes
    Framework
  44. def testValueColor: Attrs

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

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

    Permalink
    Definition Classes
    Formatter
  47. 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

    Definition Classes
    MillFrameworkFramework
  48. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

    Permalink
    Definition Classes
    Formatter

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 Framework

Inherited from Formatter

Inherited from sbt.testing.Framework

Inherited from AnyRef

Inherited from Any

Ungrouped