o

fs2

TestUtil

object TestUtil extends TestUtilPlatform

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

Type Members

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

Inherited from TestUtilPlatform

Inherited from AnyRef

Inherited from Any

Ungrouped