TerminationMatchers

Companion:
class
class Object
trait Matchable
class Any

Type members

Inherited classlikes

implicit class TerminationResultMatcher[T](result: MatchResult[T])(implicit ee: ExecutionEnv)
Inherited from:
TerminationNotMatchers

Value members

Inherited methods

def terminate[T](retries: Int, sleep: Duration)(implicit ee: ExecutionEnv): TerminationMatcher[T]

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
def terminate[T](implicit ee: ExecutionEnv): TerminationMatcher[T]

this matchers will check if a block of code terminates within a given duration, after just one try

this matchers will check if a block of code terminates within a given duration, after just one try

Inherited from:
TerminationBaseMatchers

Implicits

Inherited implicits

final implicit def TerminationResultMatcher[T](result: MatchResult[T])(implicit ee: ExecutionEnv): TerminationResultMatcher[T]
Inherited from:
TerminationNotMatchers