utest.runner

GenericRunner

trait GenericRunner extends Runner

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

Abstract Value Members

  1. abstract val args: Array[String]

    Definition Classes
    GenericRunner → Runner
  2. abstract def doStuff(selector: Seq[String], loggers: Seq[Logger], name: String): Unit

    Actually performs the running of a particular test; this method is abstract an intended to be overriden by each implementation, since e.

    Actually performs the running of a particular test; this method is abstract an intended to be overriden by each implementation, since e.g. running a test on the JVM is much different from running a test in Javascript using Rhino/NodeJS/PhantomJS

    selector

    The name of the test within the test class/object

    loggers

    SBT loggers which are interested in the logspam generated

    name

    The name of the test class/object

  3. abstract val remoteArgs: Array[String]

    Definition Classes
    GenericRunner → Runner

Concrete 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 addFailure(r: String): Unit

    Annotations
    @tailrec()
  7. final def addResult(r: String): Unit

    Annotations
    @tailrec()
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def done(): String

    Definition Classes
    GenericRunner → Runner
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. val failure: AtomicInteger

  14. val failures: AtomicReference[List[String]]

  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  22. def progressString: String

  23. val results: AtomicReference[List[String]]

  24. val success: AtomicInteger

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

    Definition Classes
    AnyRef
  26. def tasks(taskDefs: Array[TaskDef]): Array[sbt.testing.Task]

    Definition Classes
    GenericRunner → Runner
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. val total: AtomicInteger

  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Runner

Inherited from AnyRef

Inherited from Any

Ungrouped