package nest
- Alphabetic
- Public
- All
Type Members
- abstract class AbstractRunner extends AnyRef
- abstract class AntRunner extends SuiteRunner
- class Colors extends AnyRef
- class ConsoleRunner extends AbstractRunner
- class DirectCompiler extends AnyRef
- class ExtConsoleReporter extends ConsoleReporter
- class FileManager extends AnyRef
- class LogContext extends AnyRef
- class NestUI extends AnyRef
- class PartestGlobal extends Global
-
class
Runner
extends TestInfo
Run a single test.
Run a single test. Rubber meets road.
- trait RunnerSpec extends Spec with StdOpts with Interpolation
-
class
SuiteRunner
extends AnyRef
Extended by Ant- and ConsoleRunner for running a set of tests.
- trait TestInfo extends AnyRef
- class TestSettings extends Settings
- case class TimeoutException (duration: Duration) extends RuntimeException with Product with Serializable
Value Members
- object ConsoleRunner
- object FileManager
- object LogContext
- object Output
-
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 propertiespartest.srcdir
andpartest.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. -
object
Properties
extends PropertiesTrait
Loads
library.properties
from the jar. - object RunnerSpec extends RunnerSpec with Reference
- object StreamCapture