Package

scala.tools.partest

nest

Permalink

package nest

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractRunner extends RunnerSpec with Instance

    Permalink
  2. abstract class AntRunner extends SuiteRunner

    Permalink
  3. class Colors extends AnyRef

    Permalink
  4. class ConsoleRunner extends AbstractRunner

    Permalink
  5. class DirectCompiler extends AnyRef

    Permalink
  6. class ExtConsoleReporter extends ConsoleReporter

    Permalink
  7. class FileManager extends AnyRef

    Permalink
  8. class LogContext extends AnyRef

    Permalink
  9. class PartestGlobal extends Global

    Permalink
  10. class Runner extends AnyRef

    Permalink

    Run a single test.

    Run a single test. Rubber meets road.

  11. trait RunnerSpec extends Spec with StdOpts with Interpolation

    Permalink
  12. class SBTRunner extends AbstractRunner

    Permalink
  13. class SuiteRunner extends AnyRef

    Permalink

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

  14. class TestSettings extends Settings

    Permalink
  15. class TestTranscript extends AnyRef

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

    Permalink

Value Members

  1. object ConsoleRunner

    Permalink
  2. object FileManager

    Permalink
  3. object LogContext

    Permalink
  4. object NestUI

    Permalink
  5. object Output

    Permalink
  6. object PathSettings

    Permalink

    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.

  7. object Properties extends PropertiesTrait

    Permalink

    Loads library.properties from the jar.

  8. object RunnerSpec extends RunnerSpec with Reference

    Permalink
  9. object StreamCapture

    Permalink

Ungrouped