object ScriptedTests extends ScriptedRunner
- Source
- ScriptedTests.scala
- Alphabetic
- By Inheritance
- ScriptedTests
- ScriptedRunner
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
TestRunner = () ⇒ Seq[Option[String]]
Represents the function that runs the scripted tests, both in single or batch mode.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(tests: Seq[String], baseDirectory: sbt.File, accept: (ScriptedTest) ⇒ Boolean, log: sbt.Logger): Seq[ScriptedTest]
- Definition Classes
- ScriptedRunner
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
listTests(baseDirectory: sbt.File, accept: (ScriptedTest) ⇒ Boolean, log: sbt.Logger): Seq[ScriptedTest]
- Definition Classes
- ScriptedRunner
- def main(args: Array[String]): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parseTests(in: Seq[String]): Seq[ScriptedTest]
- Definition Classes
- ScriptedRunner
-
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
-
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
-
def
runAll(toRun: GenSeq[TestRunner]): Unit
- Definition Classes
- ScriptedRunner
-
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
-
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
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
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
-
def
listTests(baseDirectory: sbt.File, log: sbt.Logger): Seq[ScriptedTest]
- Definition Classes
- ScriptedRunner
- Annotations
- @deprecated
- Deprecated
(Since version 1.1.0) No longer used