package nest
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- nest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class AbstractRunner extends AnyRef
- class DelegatingSecurityManager extends SecurityManager
- class DirectCompiler extends AnyRef
- class FileManager extends AnyRef
- class LogContext extends AnyRef
- class PartestGlobal extends Global
-
class
PathSettings extends AnyRef
Get current value for path settings.
Get current value for path settings. Default values are read from system properties
partest.srcdir
andpartest.root
. -
class
Runner extends AnyRef
Run a single test.
- trait RunnerSpec extends Spec with StdOpts with Interpolation
-
final
class
Stopwatch extends AnyRef
Measured elapsed time between between calls to
start
andstop
.Measured elapsed time between between calls to
start
andstop
. May bepause
-ed and re-started
beforestop
is eventually called. -
case class
TestInfo(testFile: java.io.File) extends Product with Serializable
pos/t1234.scala or pos/t1234 if dir
- class TestSettings extends Settings
- final class TestTranscript extends AnyRef
- case class TimeoutException(duration: Duration) extends RuntimeException with Product with Serializable
-
class
UnsafeAccess extends AnyRef
- Annotations
- @SuppressWarnings()
Value Members
- def fromOpt(s: String): String
- def runAndExit(body: ⇒ Unit): Nothing
- def stripQuotes(s: String): String
- def toOpt(s: String): String
- object ExtConsoleReporter
- object FileManager
- object LogContext
- object Output
-
object
Properties extends PropertiesTrait
Loads
library.properties
from the jar. - object RunnerSpec extends RunnerSpec with Reference
- object StreamCapture
- object TrapExit