ForKit

libretto.testing.TestExecutor.ForKit
class ForKit[TK <: TestKit, P[_]](val kit: TK, adaptParam: [A] => kit.ExecutionParam[A] => Exists[[X] =>> (P[X], X => A)])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def adaptParams[Q[_]](f: [A] => P[A] => Exists[[X] =>> (Q[X], X => A)]): ForKit[TK, Q]
def usingExecutor(exr: Of[kit.dsl.type, kit.bridge.type] { type ExecutionParam = P; }): UsingKitAndExecutor[TK, P]

Concrete fields

val kit: TK