trait TestUtil extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestUtil
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Failure (tag: String, get: Stream[Task, Int]) extends Product with Serializable

    Newtype for generating various failing streams.

  2. case class PureStream [+A](tag: String, get: Stream[Pure, A]) extends Product with Serializable

    Newtype for generating test cases.

    Newtype for generating test cases. Use the tag for labeling properties.

  3. case class SmallNonnegative (get: Int) extends Product with Serializable
  4. case class SmallPositive (get: Int) extends Product with Serializable

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 val S: Strategy
  5. implicit def arbChunk[A](implicit A: Arbitrary[A]): Arbitrary[Chunk[A]]
  6. implicit def arbPureStream[A](implicit arg0: Arbitrary[A]): Arbitrary[PureStream[A]]
  7. implicit def arbSmallNonnegative: Arbitrary[SmallNonnegative]
  8. implicit def arbSmallPositive: Arbitrary[SmallPositive]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. implicit def failingStreamArb: Arbitrary[Failure]
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def nestedVectorGen[A](minSize: Int, maxSize: Int, emptyChunks: Boolean = false)(implicit arg0: Arbitrary[A]): Gen[Vector[Vector[A]]]
  20. val nonEmptyNestedVectorGen: Gen[Vector[Vector[Int]]]
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. def runLog[A](s: Stream[Task, A], timeout: FiniteDuration = 1.minute): Vector[A]
  24. implicit val scheduler: Scheduler
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def throws[A](err: Throwable)(s: Stream[Task, A]): Boolean
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. object Err extends RuntimeException with Product with Serializable
  32. object PureStream extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped