c

sbt.scriptedtest

ScriptedRunner

class ScriptedRunner extends AnyRef

Runner for scripted. Not be confused with ScriptRunner.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScriptedRunner
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScriptedRunner()

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]
  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]
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def parseTests(in: Seq[String]): Seq[ScriptedTest]
  18. def run(resourceBaseDirectory: sbt.File, bufferLog: Boolean, tests: Array[String], launcherJar: sbt.File, javaCommand: String, launchOpts: Array[String], prescripted: List[sbt.File]): Unit

    This is the entry point used by SbtPlugin in sbt 2.0.x etc.

    This is the entry point used by SbtPlugin in sbt 2.0.x etc. Removing this method will break scripted and sbt plugin cross building. See https://github.com/sbt/sbt/issues/3245

  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

  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

  21. def runAll(toRun: ParSeq[ScriptedTests.TestRunner]): Unit
  22. def runAll(toRun: Seq[ScriptedTests.TestRunner]): Unit
  23. 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
  24. 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
  25. def runInParallel(resourceBaseDirectory: sbt.File, bufferLog: Boolean, tests: Array[String], launcherJar: sbt.File, javaCommand: String, launchOpts: Array[String], prescripted: List[sbt.File], instance: Int): Unit

    This is the entry point used by SbtPlugin in sbt 2.0.x etc.

    This is the entry point used by SbtPlugin in sbt 2.0.x etc. Removing this method will break scripted and sbt plugin cross building. See https://github.com/sbt/sbt/issues/3245

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

  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  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( ... ) @native()

Deprecated Value Members

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

    (Since version 1.1.0) No longer used

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

    (Since version 1.1.0) No longer used

Inherited from AnyRef

Inherited from Any

Ungrouped