Factory

libretto.testing.TestKit.Factory
trait Factory[DSL <: { type -⚬[A, B]; }, BRIDGE <: Bridge, TK <: TestKit, P[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def create(dsl: DSL, bridge: BRIDGE & Of[dsl.type]): TK & Ofp[dsl.type, bridge.type, P]
def name: String