t

org.specs2.matcher

IOMatchers

trait IOMatchers extends RunTimedMatchers[IO]

Linear Supertypes
RunTimedMatchers[IO], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOMatchers
  2. RunTimedMatchers
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class IOMatcher[T](check: ValueCheck[T], duration: Option[FiniteDuration]) extends TimedMatcher[T] with Product with Serializable
  2. class TimedMatcher[T] extends Matcher[F[T]]
    Definition Classes
    RunTimedMatchers

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def attemptRun[T](check: ValueCheck[T], duration: Option[FiniteDuration]): IOMatcher[T]
    Attributes
    protected[specs2]
    Definition Classes
    IOMatchersRunTimedMatchers
  6. implicit val catsEffectContextShift: ContextShift[IO]
  7. implicit val catsEffectTimer: Timer[IO]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def returnBefore[T](duration: FiniteDuration): TimedMatcher[T]
    Definition Classes
    RunTimedMatchers
  19. def returnOk[T]: TimedMatcher[T]
    Definition Classes
    RunTimedMatchers
  20. def returnValue[T](check: ValueCheck[T]): TimedMatcher[T]
    Definition Classes
    RunTimedMatchers
  21. def runAwait[A](fa: IO[A]): A
    Attributes
    protected
    Definition Classes
    IOMatchersRunTimedMatchers
  22. def runWithTimeout[A](fa: IO[A], d: FiniteDuration): A
    Attributes
    protected
    Definition Classes
    IOMatchersRunTimedMatchers
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from RunTimedMatchers[IO]

Inherited from AnyRef

Inherited from Any

Ungrouped