Factory

libretto.testing.TestExecutor.Factory
See theFactory companion trait
object Factory

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Factory.type

Members list

Value members

Concrete methods

def from[DSL <: { type -⚬[A, B]; }, BRIDGE <: Bridge, TK <: TestKit, P[_]](ef: Of[DSL, BRIDGE], kf: Factory[DSL, BRIDGE, TK, P], adaptParam: [A] => P[A] => Exists[[X] =>> (ef.ExecutionParam[X], X => A)]): Factory[TK & Ofp[ef.dsl.type, ef.bridge.type, P]]
def fromAcquire[TK <: TestKit](factoryName: String, kit: TK, acquire: () => (TestExecutor[kit.type], () => Unit)): Factory[TK]
def noOp[TK <: TestKit](executor: TestExecutor[TK]): Factory[TK]

Performs no initialization or shutdown.

Performs no initialization or shutdown.

Attributes