org.scalatest

tools

package tools

Tools for running ScalaTest.

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

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. tools
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Framework extends sbt.testing.Framework

    This class is ScalaTest's implementation of the new Framework API that is supported in sbt 0.

  2. class ScalaTestAntTask extends Task

    An ant task to run ScalaTest.

  3. class ScalaTestFramework extends scalatools.testing.Framework

    Class that makes ScalaTest tests visible to SBT (prior to version 0.

Value Members

  1. object Runner

    Application that runs a suite of tests.

Inherited from AnyRef

Inherited from Any

Ungrouped