TestKitWithManualClock
libretto.testing.TestKitWithManualClock
trait TestKitWithManualClock extends TestKit
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
trait ScalettoTestKit
Members list
Type members
Value members
Inherited methods
Attributes
- Inherited from:
- TestKit
Attributes
- Inherited from:
- TestKit
def expectCrashDone(using exn: bridge.Execution, pos: SourcePos)(port: exn.OutPort[dsl.Done]): Outcome[Throwable]
Attributes
- Inherited from:
- TestKit
Attributes
- Inherited from:
- TestKit
def expectLeft[A, B](using exn: bridge.Execution, pos: SourcePos)(port: exn.OutPort[A dsl.|+| B]): Outcome[exn.OutPort[A]]
Attributes
- Inherited from:
- TestKit
def expectNoPing(using exn: bridge.Execution, pos: SourcePos)(port: exn.OutPort[dsl.Ping], duration: FiniteDuration): Outcome[exn.OutPort[this.dsl.Ping]]
Attributes
- Inherited from:
- TestKit
def expectNoPing_(using exn: bridge.Execution, pos: SourcePos)(port: exn.OutPort[dsl.Ping], duration: FiniteDuration): Outcome[Unit]
Attributes
- Inherited from:
- TestKit
Attributes
- Inherited from:
- TestKit
def expectRight[A, B](using exn: bridge.Execution, pos: SourcePos)(port: exn.OutPort[A dsl.|+| B]): Outcome[exn.OutPort[B]]
Attributes
- Inherited from:
- TestKit
Inherited and Abstract methods
def extractOutcome(using exn: bridge.Execution, pos: SourcePos)(outPort: exn.OutPort[Assertion[dsl.Done]]): Outcome[Unit]
Attributes
- Inherited from:
- TestKit
Abstract fields
In this article