TestBase

trait TestBase extends Impl
trait Impl
trait Context
trait ExecutionContext
class Object
trait Matchable
class Any
class Test

Value members

Abstract methods

def executionContext: ExecutionContext

Concrete methods

override def reportComplete(token: Token): Unit
Definition Classes
override def reportSchedule(): Token
Definition Classes
override def reportSchedule(fileName: FileName, line: Line): Token
Definition Classes
override def reportSchedule(a: Actor[_], msg: Any, fileName: FileName, line: Line): Token
Definition Classes
def waitForInactivity(timeout: Option[Duration]): Unit

Inherited methods

def execute(runnable: Runnable): Unit
Inherited from:
Impl
def future[T](t: => T)(implicit fileName: FileName, line: Line): Future[T]
Inherited from:
Impl
def reportFailure(@deprecatedName("t") cause: Throwable): Unit
Inherited from:
ExecutionContext
def reportRun(a: Actor[_], msg: Any, token: Token): Unit
Inherited from:
Context

Deprecated and Inherited methods

@deprecated(message = "preparation of ExecutionContexts will be removed", since = "2.12.0")
def prepare(): ExecutionContext
Deprecated
[Since version 2.12.0] preparation of ExecutionContexts will be removed
Inherited from:
ExecutionContext