case class TimedMatcher[T](check: ValueCheck[T], duration: Option[FiniteDuration]) extends Matcher[F[T]] with Product with Serializable
- Source
- RunTimedMatchers.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimedMatcher
- Serializable
- Serializable
- Product
- Equals
- Matcher
- AnyRef
- Any
Implicitly
- by Returns
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TimedMatcher(check: ValueCheck[T], duration: Option[FiniteDuration])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from TimedMatcher[T] to any2stringadd[TimedMatcher[T]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (TimedMatcher[T], B)
- Implicit
- This member is added by an implicit conversion from TimedMatcher[T] to ArrowAssoc[TimedMatcher[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
^^[S](f: (S) ⇒ Expectable[F[T]], dummy: Int): Matcher[S]
- Definition Classes
- Matcher
-
def
^^[S](f: (S) ⇒ F[T]): Matcher[S]
- Definition Classes
- Matcher
-
def
and[S <: F[T]](m: ⇒ Matcher[S]): Matcher[S]
- Definition Classes
- Matcher
-
final
def
apply[S <: F[T]](expected: Expectable[S]): MatchResult[S]
- Definition Classes
- TimedMatcher → Matcher
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def before(d: FiniteDuration): TimedMatcher[T]
- val check: ValueCheck[T]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val duration: Option[FiniteDuration]
-
def
ensuring(cond: (TimedMatcher[T]) ⇒ Boolean, msg: ⇒ Any): TimedMatcher[T]
- Implicit
- This member is added by an implicit conversion from TimedMatcher[T] to Ensuring[TimedMatcher[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (TimedMatcher[T]) ⇒ Boolean): TimedMatcher[T]
- Implicit
- This member is added by an implicit conversion from TimedMatcher[T] to Ensuring[TimedMatcher[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): TimedMatcher[T]
- Implicit
- This member is added by an implicit conversion from TimedMatcher[T] to Ensuring[TimedMatcher[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): TimedMatcher[T]
- Implicit
- This member is added by an implicit conversion from TimedMatcher[T] to Ensuring[TimedMatcher[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
eventually(retries: Int, sleep: Duration): Matcher[F[T]]
- Definition Classes
- Matcher
-
def
eventually: Matcher[F[T]]
- Definition Classes
- Matcher
-
def
failure[S <: F[T]](message: ⇒ String, value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from TimedMatcher[T] to StringFormat[TimedMatcher[T]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
iff(b: Boolean): Matcher[F[T]]
- Definition Classes
- Matcher
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lazily: Matcher[() ⇒ F[T]]
- Definition Classes
- Matcher
-
def
mute: Matcher[F[T]]
- Definition Classes
- Matcher
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
not: Matcher[F[T]]
- Definition Classes
- Matcher
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
or[S <: F[T]](m: ⇒ Matcher[S]): Matcher[S]
- Definition Classes
- Matcher
-
def
orPending(message: (String) ⇒ String): Matcher[F[T]]
- Definition Classes
- Matcher
-
def
orPending(m: String): Matcher[F[T]]
- Definition Classes
- Matcher
-
def
orPending: Matcher[F[T]]
- Definition Classes
- Matcher
-
def
orSkip(message: (String) ⇒ String): Matcher[F[T]]
- Definition Classes
- Matcher
-
def
orSkip(m: String): Matcher[F[T]]
- Definition Classes
- Matcher
-
def
orSkip: Matcher[F[T]]
- Definition Classes
- Matcher
-
def
result[S <: F[T]](other: specs2.matcher.MatchResultMessages.MatchResultMessage, value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
-
def
result[S <: F[T]](other: Result, value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
-
def
result[S <: F[T]](other: MatchResult[_], value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
-
def
result[S <: F[T]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S], details: Details): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
-
def
result[S <: F[T]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S], expected: String, actual: String): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
-
def
result[S <: F[T]](triplet: ⇒ (Boolean, String, String), value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
-
def
result[S <: F[T]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
-
def
returns(m: String): MatchResult[Result]
- Implicit
- This member is added by an implicit conversion from TimedMatcher[T] to specs2.matcher.Returns[TimedMatcher[T]] performed by method Returns in org.specs2.matcher.ReturnsSyntax. This conversion will take place only if an implicit value of type AsResult[TimedMatcher[T]] is in scope.
- Definition Classes
- Returns
-
def
returnsMatch(m: String): MatchResult[Result]
- Implicit
- This member is added by an implicit conversion from TimedMatcher[T] to specs2.matcher.Returns[TimedMatcher[T]] performed by method Returns in org.specs2.matcher.ReturnsSyntax. This conversion will take place only if an implicit value of type AsResult[TimedMatcher[T]] is in scope.
- Definition Classes
- Returns
-
def
returnsResult(m: String): MatchResult[Result]
- Implicit
- This member is added by an implicit conversion from TimedMatcher[T] to specs2.matcher.Returns[TimedMatcher[T]] performed by method Returns in org.specs2.matcher.ReturnsSyntax. This conversion will take place only if an implicit value of type AsResult[TimedMatcher[T]] is in scope.
- Definition Classes
- Returns
-
def
setMessage(message: String): Matcher[F[T]]
- Definition Classes
- Matcher
-
def
success[S <: F[T]](message: ⇒ String, value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
test: (F[T]) ⇒ Boolean
- Definition Classes
- Matcher
-
def
unless(b: Boolean, m: String): Matcher[F[T]]
- Definition Classes
- Matcher
-
def
updateMessage(f: (String) ⇒ String): Matcher[F[T]]
- Definition Classes
- Matcher
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
when(b: Boolean, m: String): Matcher[F[T]]
- Definition Classes
- Matcher
- def withValue(t: T): TimedMatcher[T]
- def withValue(check: ValueCheck[T]): TimedMatcher[T]
-
def
→[B](y: B): (TimedMatcher[T], B)
- Implicit
- This member is added by an implicit conversion from TimedMatcher[T] to ArrowAssoc[TimedMatcher[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc