Generator

uk.gov.hmrc.smartstub.Generator
See theGenerator companion trait
object Generator

Attributes

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

Members list

Value members

Concrete methods

def auto[A, B](implicit toView: ToLong[A], fromView: FromLong[B]): Generator[A, B]
def auto[A, B](f: A => Gen[B])(implicit toView: ToLong[A]): Generator[A, B]