FactorySpec

interface FactorySpec<T>

A Spec that creates an object of type T, typically after invoking a spec configuration block.

Functions

Link copied to clipboard
abstract fun make(): T