Packages

t

org.http4s.testing

RunTimedMatchers

trait RunTimedMatchers[F[_]] extends AnyRef

Matchers for cats.effect.F_

Annotations
@deprecated
Deprecated

(Since version 0.21.0-RC2) Provided by specs2-cats in org.specs2.matcher.RunTimedMatchers

Source
RunTimedMatchers.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RunTimedMatchers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class NotNullSyntax extends AnyRef
  2. case class TimedMatcher[T](check: ValueCheck[T], duration: Option[FiniteDuration]) extends Matcher[F[T]] with Product with Serializable

Concrete Value Members

  1. def returnBefore[T](duration: FiniteDuration): TimedMatcher[T]
  2. def returnOk[T]: TimedMatcher[T]
  3. def returnValue[T](check: ValueCheck[T]): TimedMatcher[T]