com.github.agourlay.cornichon.steps.check
Members list
Packages
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 Serializabletrait Producttrait Equalstrait WrapperSteptrait Stepclass Objecttrait Matchableclass AnyShow all
In this article