Trait

continuum.test

Generators

Related Doc: package test

Permalink

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. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def arbBound[T](implicit arg0: Arbitrary[T], conv: (T) ⇒ Ordered[T]): Arbitrary[Bound[T]]

    Permalink
  5. implicit def arbClosedBound[T](implicit arg0: Arbitrary[T], conv: (T) ⇒ Ordered[T]): Arbitrary[Closed[T]]

    Permalink
  6. implicit def arbGreaterRay[T](implicit arg0: Arbitrary[T], conv: (T) ⇒ Ordered[T]): Arbitrary[GreaterRay[T]]

    Permalink
  7. implicit def arbIntInterval: Arbitrary[Interval[Int]]

    Permalink

    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]]

    Permalink

    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]]

    Permalink
  10. implicit def arbIntervalSet[T](implicit arg0: Arbitrary[T], conv: (T) ⇒ Ordered[T]): Arbitrary[IntervalSet[T]]

    Permalink
  11. implicit def arbLesserRay[T](implicit arg0: Arbitrary[T], conv: (T) ⇒ Ordered[T]): Arbitrary[LesserRay[T]]

    Permalink
  12. implicit def arbOpenBound[T](implicit arg0: Arbitrary[T], conv: (T) ⇒ Ordered[T]): Arbitrary[Open[T]]

    Permalink
  13. implicit def arbRange: Arbitrary[Range]

    Permalink
  14. implicit def arbRay[T](implicit arg0: Arbitrary[T], conv: (T) ⇒ Ordered[T]): Arbitrary[Ray[T]]

    Permalink
  15. implicit def arbUnbounded[T](implicit conv: (T) ⇒ Ordered[T]): Arbitrary[Unbounded[T]]

    Permalink
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def genIntervalRange: Gen[Interval[Int]]

    Permalink

    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.

  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. implicit def shrinkGreaterRay[T](implicit arg0: Shrink[T], conv: (T) ⇒ Ordered[T]): Shrink[GreaterRay[T]]

    Permalink
  29. implicit def shrinkInterval[T](implicit arg0: Shrink[T], conv: (T) ⇒ Ordered[T]): Shrink[Interval[T]]

    Permalink
  30. implicit def shrinkLesserRay[T](implicit arg0: Shrink[T], conv: (T) ⇒ Ordered[T]): Shrink[LesserRay[T]]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped