sbt

Tests

object Tests extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Tests
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. final case class Argument(framework: Option[TestFramework], args: List[String]) extends TestOption with Product with Serializable

  2. final case class Cleanup(cleanup: (ClassLoader) ⇒ Unit) extends TestOption with Product with Serializable

  3. final case class Exclude(tests: Iterable[String]) extends TestOption with Product with Serializable

  4. final case class Execution(options: Seq[TestOption], parallel: Boolean, tags: Seq[(Tag, Int)]) extends Product with Serializable

  5. final case class Filter(filterTest: (String) ⇒ Boolean) extends TestOption with Product with Serializable

  6. final case class Group(name: String, tests: Seq[TestDefinition], runPolicy: TestRunPolicy) extends Product with Serializable

  7. final case class Listeners(listeners: Iterable[TestReportListener]) extends TestOption with Product with Serializable

  8. type Output = (Value, Map[String, Value])

  9. final case class Setup(setup: (ClassLoader) ⇒ Unit) extends TestOption with Product with Serializable

  10. final case class SubProcess(javaOptions: Seq[String]) extends TestRunPolicy with Product with Serializable

  11. sealed trait TestRunPolicy extends AnyRef

  12. type TestRunnable = (String, () ⇒ Value)

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. def Argument(tf: TestFramework, args: String*): Argument

  7. def Argument(args: String*): Argument

  8. def Cleanup(setup: () ⇒ Unit): Cleanup

  9. object InProcess extends TestRunPolicy with Product with Serializable

  10. def Setup(setup: () ⇒ Unit): Setup

  11. def allDefs(analysis: Analysis): Seq[Definition]

  12. def apply(frameworks: Map[TestFramework, Framework], testLoader: ClassLoader, discovered: Seq[TestDefinition], config: Execution, log: Logger): Task[(Value, Map[String, Value])]

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def discover(fingerprints: Seq[Fingerprint], definitions: Seq[Definition], log: Logger): (Seq[TestDefinition], Set[String])

  16. def discover(frameworks: Seq[Framework], analysis: Analysis, log: Logger): (Seq[TestDefinition], Set[String])

  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def foldTasks(results: Seq[Task[(Value, Map[String, Value])]], parallel: Boolean): Task[(Value, Map[String, Value])]

  21. final def getClass(): java.lang.Class[_]

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

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

    Definition Classes
    Any
  24. def makeParallel(runnables: Iterable[(String, () ⇒ Value)], setupTasks: Task[Unit], tags: Seq[(Tag, Int)]): Iterable[Task[(String, Value)]]

  25. def makeSerial(runnables: Iterable[(String, () ⇒ Value)], setupTasks: Task[Unit], tags: Seq[(Tag, Int)]): Task[Iterable[(String, Value)]]

  26. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  29. def overall(results: Iterable[Value]): Value

  30. def processResults(results: Iterable[(String, Value)]): (Value, Map[String, Value])

  31. def showResults(log: Logger, results: (Value, Map[String, Value]), noTestsMessage: ⇒ String): Unit

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

    Definition Classes
    AnyRef
  33. def testTask(frameworks: Seq[Framework], loader: ClassLoader, tests: Seq[TestDefinition], userSetup: Iterable[(ClassLoader) ⇒ Unit], userCleanup: Iterable[(ClassLoader) ⇒ Unit], log: Logger, testListeners: Seq[TestReportListener], arguments: Map[Framework, Seq[String]], config: Execution): Task[(Value, Map[String, Value])]

  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any