t

org.http4s.testing

RunTimedMatchers

trait RunTimedMatchers[F[_]] extends AnyRef

Matchers for cats.effect.F_

Source
RunTimedMatchers.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RunTimedMatchers
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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]