ValueGenerator

com.github.agourlay.cornichon.core.ValueGenerator
case class ValueGenerator[A](name: String, gen: () => A) extends Generator[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Generator[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def value(session: Session): () => A

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product