InteractWith

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Concrete fields

val body: Done -⚬ O
val kit: TK