TerminationMatchers

org.specs2.matcher.TerminationMatchers
See theTerminationMatchers companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

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

this matcher will check if a block of code terminates within a given duration, and a given number of retries

this matcher will check if a block of code terminates within a given duration, and a given number of retries

Attributes

Inherited from:
TerminationBaseMatchers (hidden)
def terminate[T](sleep: Duration)(using ee: ExecutionEnv): TerminationMatcher[T]

this matcher will check if a block of code terminates within a given duration, and a given number of retries

this matcher will check if a block of code terminates within a given duration, and a given number of retries

Attributes

Inherited from:
TerminationBaseMatchers (hidden)
def terminate[T](retries: Int)(using ee: ExecutionEnv): TerminationMatcher[T]

this matcher will check if a block of code terminates within a given duration, and a given number of retries

this matcher will check if a block of code terminates within a given duration, and a given number of retries

Attributes

Inherited from:
TerminationBaseMatchers (hidden)
def terminate[T](using ee: ExecutionEnv): TerminationMatcher[T]

this matcher will check if a block of code terminates

this matcher will check if a block of code terminates

Attributes

Inherited from:
TerminationBaseMatchers (hidden)