package nest

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractRunner extends AnyRef
  2. abstract class AntRunner extends SuiteRunner
  3. class Colors extends AnyRef
  4. class ConsoleRunner extends AbstractRunner
  5. class DirectCompiler extends AnyRef
  6. class ExtConsoleReporter extends ConsoleReporter
  7. class FileManager extends AnyRef
  8. class LogContext extends AnyRef
  9. class NestUI extends AnyRef
  10. class PartestGlobal extends Global
  11. class Runner extends TestInfo

    Run a single test.

    Run a single test. Rubber meets road.

  12. trait RunnerSpec extends Spec with StdOpts with Interpolation
  13. class SuiteRunner extends AnyRef

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

  14. trait TestInfo extends AnyRef
  15. class TestSettings extends Settings
  16. case class TimeoutException (duration: Duration) extends RuntimeException with Product with Serializable

Value Members

  1. object ConsoleRunner
  2. object FileManager
  3. object LogContext
  4. object Output
  5. 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.

  6. object Properties extends PropertiesTrait

    Loads library.properties from the jar.

  7. object RunnerSpec extends RunnerSpec with Reference
  8. object StreamCapture

Ungrouped