sbt.internal.scripted
package sbt.internal.scripted
Members list
Type members
Classlikes
trait BasicStatementHandler extends StatementHandler
Attributes
- Supertypes
- Known subtypes
-
object CommentHandler.typeclass FileCommands
object CommentHandler extends BasicStatementHandler
Attributes
- Supertypes
- Self type
-
CommentHandler.type
class FileCommands(baseDirectory: File) extends BasicStatementHandler
Attributes
- Supertypes
final class FilteredLoader(parent: ClassLoader) extends ClassLoader
Attributes
- Supertypes
-
class ClassLoaderclass Objecttrait Matchableclass Any
trait HandlersProvider
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object ListTests
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
class PendingTestSuccessException(label: String) extends Exception
Attributes
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class ScriptRunner
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object ScriptedRunnerImpl
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScriptedRunnerImpl.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final class ScriptedTests(resourceBaseDirectory: File, bufferLog: Boolean, handlersProvider: HandlersProvider, stripQuotes: Boolean)
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
final case class Statement(command: String, arguments: List[String], successExpected: Boolean, line: Int)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait StatementHandler
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
final class TestException(statement: Statement, msg: String, exception: Throwable) extends RuntimeException
Attributes
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow 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 RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class TestScriptParser(handlers: Map[Char, StatementHandler]) extends RegexParsers
Attributes
- Supertypes
-
trait RegexParserstrait Parsersclass Objecttrait Matchableclass Any
In this article