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 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