com.github.agourlay.cornichon.steps.check

Members list

Type members

Classlikes

case class ForAllStep[A, B, C, D, E, F](description: String, maxNumberOfRuns: Int)(ga: RandomContext => Generator[A], gb: RandomContext => Generator[B], gc: RandomContext => Generator[C], gd: RandomContext => Generator[D], ge: RandomContext => Generator[E], gf: RandomContext => Generator[F])(f: A => B => C => D => E => F => Step) extends WrapperStep

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait WrapperStep
trait Step
class Object
trait Matchable
class Any
Show all