Setup

case class Setup[T](context: Context, gen: Gen[T], setupbeforeall: Option[() => Unit], teardownafterall: Option[() => Unit], setup: Option[T => Any], teardown: Option[T => Any], customwarmup: Option[() => Any], snippet: T => Any)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def regenerateFor(params: Parameters): () => T
def setupBeforeAll: () => Unit
def setupFor(v: T): () => Any
def setupFor(): T => Any
def teardownAfterAll: () => Unit
def teardownFor(v: T): () => Any
def teardownFor(): T => Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product