- Companion:
- class
trait TerminationMatchers
trait TerminationNotMatchers
trait TerminationBaseMatchers
class Object
trait Matchable
class Any
TerminationMatchers.type
Type members
Inherited classlikes
implicit implicit class TerminationResultMatcher[T](result: MatchResult[T])(implicit ee: ExecutionEnv)
- Inherited from:
- TerminationNotMatchers
Value members
Inherited methods
this matchers will check if a block of code terminates within a given duration, and a given number of retries
this matchers will check if a block of code terminates within a given duration, and a given number of retries
- Inherited from:
- TerminationBaseMatchers
Implicits
Inherited implicits
final implicit def TerminationResultMatcher[T](result: MatchResult[T])(implicit ee: ExecutionEnv): TerminationResultMatcher[T]
- Inherited from:
- TerminationNotMatchers