ScriptedTests

sbt.scriptedtest.ScriptedTests
See theScriptedTests companion object
final class ScriptedTests(resourceBaseDirectory: File, bufferLog: Boolean, javaCommand: String, launchOpts: Seq[String])

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this(resourceBaseDirectory: File, bufferLog: Boolean, launchOpts: Seq[String])

Concrete methods

def batchScriptedRunner(testGroupAndNames: Seq[(String, String)], prescripted: File => Unit, sbtInstances: Int, prop: RemoteSbtCreatorProp, log: Logger): Seq[TestRunner]

Returns a sequence of test runners that have to be applied in the call site.

Returns a sequence of test runners that have to be applied in the call site.

Attributes

def singleScriptedTest(group: String, name: String, prescripted: File => Unit, log: Logger, prop: RemoteSbtCreatorProp): Seq[TestRunner]

Returns a sequence of test runners that have to be applied in the call site.

Returns a sequence of test runners that have to be applied in the call site.

Attributes

Concrete fields

val ScriptFilename: String