TestContext

object TestContext
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case class State(lastID: Long, clock: FiniteDuration, tasks: SortedSet[Task], lastReportedFailure: Option[Throwable])

Used internally by TestContext, represents the internal state used for task scheduling and execution.

Used internally by TestContext, represents the internal state used for task scheduling and execution.

final case class Task(id: Long, task: Runnable, runsAt: FiniteDuration)

Used internally by TestContext, represents a unit of work pending execution.

Used internally by TestContext, represents a unit of work pending execution.

Value members

Concrete methods

Builder for TestContext instances.

Builder for TestContext instances.