UsingKitAndExecutor

libretto.testing.TestExecutor.UsingKitAndExecutor
class UsingKitAndExecutor[TK <: TestKit, P[_]](val kit: TK, adaptParam: [A] => kit.ExecutionParam[A] => Exists[[X] =>> (P[X], X => A)], executor: Of[kit.dsl.type, kit.bridge.type] { type ExecutionParam = P; })

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def make(name: String): TestExecutor[TK]

Concrete fields

val kit: TK