sbt.internal.scripted

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CommentHandler.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class FileCommands(baseDirectory: File) extends BasicStatementHandler

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class FilteredLoader(parent: ClassLoader) extends ClassLoader

Attributes

Graph
Supertypes
class ClassLoader
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object ListTests

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class ListTests(baseDirectory: File, accept: ScriptedTest => Boolean, log: Logger)

Attributes

Companion:
object
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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self 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, handlersProvider: HandlersProvider, stripQuotes: Boolean)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final case class Statement(command: String, arguments: List[String], successExpected: Boolean, line: Int)

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final class TestException(statement: Statement, msg: String, exception: Throwable) extends RuntimeException

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final class TestFailed(msg: String) extends RuntimeException

Use when a stack trace is not useful

Use when a stack trace is not useful

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class TestScriptParser(handlers: Map[Char, StatementHandler]) extends RegexParsers

Attributes

Graph
Supertypes
trait RegexParsers
trait Parsers
class Object
trait Matchable
class Any