sbt.internal.scripted

Members list

Type members

Classlikes

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
class ClassLoader
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
object ListTests

Attributes

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

Attributes

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

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class ScriptRunner

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class ScriptedTest(group: String, name: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final class ScriptedTests(resourceBaseDirectory: File, bufferLog: Boolean, handlersProvider: HandlersProvider, stripQuotes: Boolean)

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

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

Use when a stack trace is not useful

Use when a stack trace is not useful

Attributes

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

Attributes

Supertypes
trait RegexParsers
trait Parsers
class Object
trait Matchable
class Any