Packages

class SBTRunner extends AbstractRunner

Source
SBTRunner.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SBTRunner
  2. AbstractRunner
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SBTRunner(config: Config, partestFingerprint: Fingerprint, eventHandler: EventHandler, loggers: Array[Logger], srcDir: String, testClassLoader: URLClassLoader, javaCmd: File, javacCmd: File, scalacArgs: Array[String], args: Array[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SBTRunner toany2stringadd[SBTRunner] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SBTRunner, B)
    Implicit
    This member is added by an implicit conversion from SBTRunner toArrowAssoc[SBTRunner] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.CloneNotSupportedException])
  8. val colorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    SBTRunnerAbstractRunner
  9. val config: Config
    Definition Classes
    SBTRunnerAbstractRunner
  10. val defs: Array[(String, String)]
  11. def ensuring(cond: (SBTRunner) ⇒ Boolean, msg: ⇒ Any): SBTRunner
    Implicit
    This member is added by an implicit conversion from SBTRunner toEnsuring[SBTRunner] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (SBTRunner) ⇒ Boolean): SBTRunner
    Implicit
    This member is added by an implicit conversion from SBTRunner toEnsuring[SBTRunner] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): SBTRunner
    Implicit
    This member is added by an implicit conversion from SBTRunner toEnsuring[SBTRunner] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): SBTRunner
    Implicit
    This member is added by an implicit conversion from SBTRunner toEnsuring[SBTRunner] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SBTRunner toStringFormat[SBTRunner] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def issueSummaryReport(): Unit
    Definition Classes
    AbstractRunner
  23. val javaOpts: String
  24. def makeStatus(t: TestState): (Status, OptionalThrowable)
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. lazy val nestUI: NestUI
    Definition Classes
    AbstractRunner
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val partestCmd: String
    Attributes
    protected
    Definition Classes
    SBTRunnerAbstractRunner
  30. val printSummary: Boolean
    Attributes
    protected
    Definition Classes
    SBTRunnerAbstractRunner
  31. def run(): Boolean

    Run the tests and return the success status

    Run the tests and return the success status

    Definition Classes
    AbstractRunner
  32. val scalacOpts: String
  33. val suiteRunner: SuiteRunner
    Definition Classes
    SBTRunnerAbstractRunner
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])
  39. def [B](y: B): (SBTRunner, B)
    Implicit
    This member is added by an implicit conversion from SBTRunner toArrowAssoc[SBTRunner] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AbstractRunner

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromSBTRunner to any2stringadd[SBTRunner]

Inherited by implicit conversion StringFormat fromSBTRunner to StringFormat[SBTRunner]

Inherited by implicit conversion Ensuring fromSBTRunner to Ensuring[SBTRunner]

Inherited by implicit conversion ArrowAssoc fromSBTRunner to ArrowAssoc[SBTRunner]

Ungrouped