utest.runner

Framework

class Framework extends sbt.testing.Framework

Linear Supertypes
sbt.testing.Framework, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Framework
  2. Framework
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Framework()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  10. def failureHeader: String

  11. def finalize(): Unit

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

    Definition Classes
    Framework → Framework
  13. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  16. def name(): String

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

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def resultsHeader: String

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

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

  23. 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.

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

    Definition Classes
    Framework → Framework
  25. def startHeader(path: String): String

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

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

  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. 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

  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from sbt.testing.Framework

Inherited from AnyRef

Inherited from Any

Ungrouped