object ScriptedTests extends ScriptedRunner

Source
ScriptedTests.scala
Linear Supertypes
ScriptedRunner, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScriptedTests
  2. ScriptedRunner
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type TestRunner = () ⇒ Seq[Option[String]]

    Represents the function that runs the scripted tests, both in single or batch mode.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def get(tests: Seq[String], baseDirectory: sbt.File, accept: (ScriptedTest) ⇒ Boolean, log: sbt.Logger): Seq[ScriptedTest]
    Definition Classes
    ScriptedRunner
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def listTests(baseDirectory: sbt.File, accept: (ScriptedTest) ⇒ Boolean, log: sbt.Logger): Seq[ScriptedTest]
    Definition Classes
    ScriptedRunner
  14. def main(args: Array[String]): Unit
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def parseTests(in: Seq[String]): Seq[ScriptedTest]
    Definition Classes
    ScriptedRunner
  19. def run(resourceBaseDirectory: sbt.File, bufferLog: Boolean, tests: Array[String], launcherJar: sbt.File, launchOpts: Array[String], prescripted: List[sbt.File]): Unit

    This is the entry point used by SbtPlugin in sbt 1.2.x, 1.3.x, 1.4.x etc.

    This is the entry point used by SbtPlugin in sbt 1.2.x, 1.3.x, 1.4.x etc. Removing this method will break scripted and sbt plugin cross building. See https://github.com/sbt/sbt/issues/3245 See https://github.com/sbt/sbt/blob/v1.2.8/main/src/main/scala/sbt/ScriptedPlugin.scala#L109-L113

    Definition Classes
    ScriptedRunner
  20. def run(resourceBaseDirectory: sbt.File, bufferLog: Boolean, tests: Array[String], launcherJar: sbt.File, launchOpts: Array[String]): Unit

    This is the entry point used by sbt-scripted 0.13.18.

    This is the entry point used by sbt-scripted 0.13.18. Removing this method will break sbt plugin cross building. See https://github.com/sbt/sbt/issues/3245 See https://github.com/sbt/sbt/blob/v0.13.18/scripted/plugin/src/main/scala/sbt/ScriptedPlugin.scala#L39

    Definition Classes
    ScriptedRunner
  21. def runAll(toRun: GenSeq[TestRunner]): Unit
    Definition Classes
    ScriptedRunner
  22. def runInParallel(baseDir: sbt.File, bufferLog: Boolean, tests: Array[String], launchOpts: Array[String], prescripted: List[sbt.File], sbtVersion: String, scalaVersion: String, classpath: Array[sbt.File], instances: Int): Unit
    Definition Classes
    ScriptedRunner
  23. def runInParallel(baseDir: sbt.File, bufferLog: Boolean, tests: Array[String], logger: sbt.Logger, launchOpts: Array[String], prescripted: List[sbt.File], scalaVersion: String, sbtVersion: String, classpath: Array[sbt.File], instances: Int): Unit
    Definition Classes
    ScriptedRunner
  24. def runInParallel(resourceBaseDirectory: sbt.File, bufferLog: Boolean, tests: Array[String], launcherJar: sbt.File, launchOpts: Array[String], prescripted: List[sbt.File], instance: Int): Unit

    This is the entry point used by SbtPlugin in sbt 1.2.x, 1.3.x, 1.4.x etc.

    This is the entry point used by SbtPlugin in sbt 1.2.x, 1.3.x, 1.4.x etc. Removing this method will break scripted and sbt plugin cross building. See https://github.com/sbt/sbt/issues/3245 See https://github.com/sbt/sbt/blob/v1.2.8/main/src/main/scala/sbt/ScriptedPlugin.scala#L109-L113

    Definition Classes
    ScriptedRunner
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def get(tests: Seq[String], baseDirectory: sbt.File, log: sbt.Logger): Seq[ScriptedTest]
    Definition Classes
    ScriptedRunner
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) No longer used

  2. def listTests(baseDirectory: sbt.File, log: sbt.Logger): Seq[ScriptedTest]
    Definition Classes
    ScriptedRunner
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) No longer used

Inherited from ScriptedRunner

Inherited from AnyRef

Inherited from Any

Ungrouped