RichGen

uk.gov.hmrc.smartstub.RichGen
final case class RichGen[A](g: Gen[A]) extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def almostAlways: Gen[Option[A]]
def asMutable[K](implicit en: Enumerable[K]): PersistentGen[K, A]
def asMutableWithFilter[K](f: K => Boolean)(implicit en: Enumerable[K]): PersistentGen[K, A]
def hardlyEver: Gen[Option[A]]
def iterator[K](implicit en: Enumerable[K]): Iterator[A]
def optFrequency(i: Int): Gen[Option[A]]
def rarely: Gen[Option[A]]
def seeded[IN](in: IN)(implicit tl: ToLong[IN]): Option[A]
def sometimes: Gen[Option[A]]
def usually: Gen[Option[A]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product