SingleProgram

libretto.testing.TestCase.SingleProgram
sealed trait SingleProgram[TK <: TestKit] extends Single[TK]

Attributes

Graph
Supertypes
trait Single[TK]
trait TestCase[TK]
class Object
trait Matchable
class Any

Members list

Type members

Types

type O
type P
type X

Value members

Concrete methods

override def withTimeout(d: FiniteDuration): Single[TK]

Attributes

Definition Classes

Inherited methods

def pending: TestCase[TK]

Attributes

Inherited from:
TestCase

Abstract fields

val body: testKit.DefaultInput testKit.dsl.-⚬ O
val conductor: (exn: testKit.bridge.Execution) ?=> (exn.OutPort[O], P) => testKit.Outcome[X]
val params: testKit.ExecutionParams[P]
val postStop: X => testKit.Outcome[Unit]
val testKit: TK
val timeout: FiniteDuration