org.scalatest.tools

Tools for running ScalaTest.

This package is released as part of the scalatest-core module.

Attributes

Members list

Type members

Classlikes

class Framework extends Framework

Attributes

Supertypes
trait Framework
class Object
trait Matchable
class Any
class MasterRunner(theArgs: Array[String], theRemoteArgs: Array[String], testClassLoader: ClassLoader) extends Runner

Attributes

Supertypes
trait Runner
class Object
trait Matchable
class Any
class SlaveRunner(theArgs: Array[String], theRemoteArgs: Array[String], testClassLoader: ClassLoader, notifyServer: String => Unit) extends Runner

Attributes

Supertypes
trait Runner
class Object
trait Matchable
class Any
final class TaskRunner(task: TaskDef, cl: ClassLoader, tracker: Tracker, tagsToInclude: Set[String], tagsToExclude: Set[String], selectors: Array[Selector], explicitlySpecified: Boolean, presentAllDurations: Boolean, presentInColor: Boolean, presentShortStackTraces: Boolean, presentFullStackTraces: Boolean, presentUnformatted: Boolean, presentReminder: Boolean, presentReminderWithShortStackTraces: Boolean, presentReminderWithFullStackTraces: Boolean, presentReminderWithoutCanceledTests: Boolean, presentFilePathname: Boolean, presentJson: Boolean, notifyServer: Option[String => Unit]) extends Task

Attributes

Supertypes
trait Task
class Object
trait Matchable
class Any