org.specs2.matcher.TerminationMatchers
See theTerminationMatchers companion object
This trait provides matchers to check if a block of code is terminating or not
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
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
Attributes
-
Inherited from:
-
TerminationBaseMatchers (hidden)
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
Attributes
-
Inherited from:
-
TerminationBaseMatchers (hidden)
Attributes
-
Inherited from:
-
TerminationNotMatchers (hidden)