org.scalatest.tools
package 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 Frameworkclass Objecttrait Matchableclass Any
class MasterRunner(theArgs: Array[String], theRemoteArgs: Array[String], testClassLoader: ClassLoader) extends Runner
Attributes
- Supertypes
-
trait Runnerclass Objecttrait Matchableclass Any
class SlaveRunner(theArgs: Array[String], theRemoteArgs: Array[String], testClassLoader: ClassLoader, notifyServer: String => Unit) extends Runner
Attributes
- Supertypes
-
trait Runnerclass Objecttrait Matchableclass 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 Taskclass Objecttrait Matchableclass Any
In this article