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

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
  3. implicit class TimedMatcherWithValue[T] extends AnyRef
    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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. def returnBefore[T](duration: FiniteDuration): TimedMatcher[T]
    Definition Classes
    RunTimedMatchers
  16. def returnOk[T]: TimedMatcher[T]
    Definition Classes
    RunTimedMatchers
  17. def returnValue[T](check: ValueCheck[T]): TimedMatcher[T]
    Definition Classes
    RunTimedMatchers
  18. def runAwait[A](fa: IO[A]): A
    Attributes
    protected
    Definition Classes
    IOMatchersRunTimedMatchers
  19. def runWithTimeout[A](fa: IO[A], d: FiniteDuration): A
    Attributes
    protected
    Definition Classes
    IOMatchersRunTimedMatchers
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. 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 RunTimedMatchers[IO]

Inherited from AnyRef

Inherited from Any

Ungrouped