sbt.internal.scripted

Type members

Classlikes

class FileCommands(baseDirectory: File) extends BasicStatementHandler
final class FilteredLoader(parent: ClassLoader) extends ClassLoader
object ListTests
Companion:
class
final class ListTests(baseDirectory: File, accept: ScriptedTest => Boolean, log: Logger)
Companion:
object
class PendingTestSuccessException(label: String) extends Exception
final case class ScriptedTest(group: String, name: String)
final class ScriptedTests(resourceBaseDirectory: File, bufferLog: Boolean, handlersProvider: HandlersProvider, stripQuotes: Boolean)
final case class Statement(command: String, arguments: List[String], successExpected: Boolean, line: Int)
final class TestException(statement: Statement, msg: String, exception: Throwable) extends RuntimeException
final class TestFailed(msg: String) extends RuntimeException

Use when a stack trace is not useful

Use when a stack trace is not useful

class TestScriptParser(handlers: Map[Char, StatementHandler]) extends RegexParsers