InteractWithConfigured

libretto.testing.TestCase$.InteractWithConfigured
class InteractWithConfigured[TK <: TestKit, O, P](val kit: TK, val body: Done -⚬ O, val params: ExecutionParam[P])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def via(conductor: (exn: Execution) => (OutPort[O], P) => Outcome[Unit]): TestCase[TK]
def via[X](conductor: (exn: Execution) => (OutPort[O], P) => Outcome[X], postStop: X => Outcome[Unit]): Single[TK]

Concrete fields

val body: Done -⚬ O
val kit: TK