Class/Object

utest.runner

Framework

Related Docs: object Framework | package runner

Permalink

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
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 failureHeader: String

    Permalink
  9. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Any
  14. def name(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def resultsHeader: String

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

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

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

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

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

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

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

  26. def toString(): String

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

  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from sbt.testing.Framework

Inherited from AnyRef

Inherited from Any

Ungrouped