scala.tools.partest

nest

package nest

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AntRunner extends SuiteRunner

  2. class Colors extends AnyRef

  3. class ConsoleRunner extends ConsoleRunnerSpec with Instance

  4. trait ConsoleRunnerSpec extends Spec with StdOpts with Interpolation

  5. class DirectCompiler extends AnyRef

  6. class ExtConsoleReporter extends ConsoleReporter

  7. class FileManager extends AnyRef

  8. class LogContext extends AnyRef

  9. class PartestGlobal extends Global

  10. class Runner extends AnyRef

    Run a single test.

    Run a single test. Rubber meets road.

  11. class SBTRunner extends AntRunner

  12. class SuiteRunner extends AnyRef

    Extended by Ant- and ConsoleRunner for running a set of tests.

  13. class TestSettings extends Settings

  14. class TestTranscript extends AnyRef

  15. case class TimeoutException(duration: Duration) extends RuntimeException with Product with Serializable

Value Members

  1. object ConsoleRunner

  2. object ConsoleRunnerSpec extends ConsoleRunnerSpec with Reference

  3. object FileManager

  4. object LogContext

  5. object NestUI

  6. object Output

  7. object PathSettings

    Get current value for path settings -- these depend on the mutable testSourcePath.

    Get current value for path settings -- these depend on the mutable testSourcePath. Default values are read from system properties partest.srcdir and partest.root.

    TODO: make testSourcePath immutable, but that's pretty involved as a lot of stuff depends on it (all the more reason to refactor) (we don't use system properties to configure partest internally, as their behavior depends on the security policy in place -- e.g., ant does not allow overwriting properties)

    NOTE: the members are methods because testSourcePath changes.

  8. object Properties extends PropertiesTrait

    Loads library.properties from the jar.

  9. object StreamCapture

Ungrouped