sbt.scriptedtest

Members list

Concise view

Type members

Classlikes

final class LauncherBasedRemoteSbtCreator(directory: File, launcher: File, log: Logger, javaCommand: String, launchOpts: Seq[String]) extends RemoteSbtCreator

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
class PendingTestSuccessException(label: String) extends Exception

Attributes

Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
abstract class RemoteSbtCreator

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final class RunFromSourceBasedRemoteSbtCreator(directory: File, log: Logger, javaCommand: String, launchOpts: Seq[String], scalaVersion: String, sbtVersion: String, classpath: Seq[File]) extends RemoteSbtCreator

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class SbtHandler(remoteSbtCreator: RemoteSbtCreator) extends StatementHandler

Attributes

Graph
Supertypes
trait StatementHandler
class Object
trait Matchable
class Any
final case class SbtInstance(process: Process, server: Server)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Runner for scripted. Not be confused with ScriptRunner.

Runner for scripted. Not be confused with ScriptRunner.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ScriptedTests.type
final case class ScriptedTest(group: String, name: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final class ScriptedTests(resourceBaseDirectory: File, bufferLog: Boolean, javaCommand: String, launchOpts: Seq[String])

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type