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 DelegatingSecurityManager extends SecurityManager
  6. class DirectCompiler extends AnyRef
  7. class ExtConsoleReporter extends ConsoleReporter
  8. class FileManager extends AnyRef
  9. class LogContext extends AnyRef
  10. class NestUI extends AnyRef
  11. class PartestGlobal extends Global
  12. class Runner extends TestInfo

    Run a single test.

    Run a single test. Rubber meets road.

  13. trait RunnerSpec extends Spec with StdOpts with Interpolation
  14. final class Stopwatch extends AnyRef

    Measured elapsed time between between calls to start and stop.

    Measured elapsed time between between calls to start and stop. May be pause-ed and re-started before stop is eventually called.

  15. class SuiteRunner extends AnyRef

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

  16. trait TestInfo extends AnyRef
  17. class TestSettings extends Settings
  18. 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
  9. object TrapExit

Ungrouped