Packages

t

continuum.test

Generators

trait Generators extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Generators
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def arbBound[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[Bound[T]]
  5. implicit def arbClosedBound[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[Closed[T]]
  6. implicit def arbGreaterRay[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[GreaterRay[T]]
  7. implicit def arbIntInterval: Arbitrary[Interval[Int]]

    Generates arbitrary Interval[Int]s.

    Generates arbitrary Interval[Int]s. This is functionally the same as the generic Interval generator, but it is more efficient at generating valid intervals. It will automatically be used by the ScalaCheck framework if both are in scope.

  8. implicit def arbIntIntervalSet: Arbitrary[IntervalSet[Int]]

    Generates arbitrary interval sets of Ints using the more efficient Int interval generator.

  9. implicit def arbInterval[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[Interval[T]]
  10. implicit def arbIntervalSet[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[IntervalSet[T]]
  11. implicit def arbLesserRay[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[LesserRay[T]]
  12. implicit def arbOpenBound[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[Open[T]]
  13. implicit def arbRange: Arbitrary[Range]
  14. implicit def arbRay[T](implicit arg0: Arbitrary[T], conv: (T) => Ordered[T]): Arbitrary[Ray[T]]
  15. implicit def arbUnbounded[T](implicit conv: (T) => Ordered[T]): Arbitrary[Unbounded[T]]
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def genIntervalRange: Gen[Interval[Int]]

    Generates ranges which can be converted to a scala.collection.immutable.Range with the .toRange method.

    Generates ranges which can be converted to a scala.collection.immutable.Range with the .toRange method. As opposed to the arbitrary Int interval generator, this ensures the created ranges are of a reasonable size.

  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. implicit def shrinkGreaterRay[T](implicit arg0: Shrink[T], conv: (T) => Ordered[T]): Shrink[GreaterRay[T]]
    Annotations
    @nowarn()
  28. implicit def shrinkInterval[T](implicit arg0: Shrink[T], conv: (T) => Ordered[T]): Shrink[Interval[T]]
  29. implicit def shrinkLesserRay[T](implicit arg0: Shrink[T], conv: (T) => Ordered[T]): Shrink[LesserRay[T]]
    Annotations
    @nowarn()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped