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: Done -⚬ O
val conductor: (exn: Execution) => (OutPort[O], P) => Outcome[X]
val postStop: X => Outcome[Unit]
val testKit: TK
val timeout: FiniteDuration