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
- Alphabetic
- By Inheritance
Inherited
- RunTimedMatchers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit class NotNullSyntax extends AnyRef
- case class TimedMatcher[T](check: ValueCheck[T], duration: Option[FiniteDuration]) extends Matcher[F[T]] with Product with Serializable
Concrete Value Members
- def returnBefore[T](duration: FiniteDuration): TimedMatcher[T]
- def returnOk[T]: TimedMatcher[T]
- def returnValue[T](check: ValueCheck[T]): TimedMatcher[T]