Retries

org.specs2.specification.Retries
trait Retries extends AroundEach

Attributes

Graph
Supertypes
trait AroundEach
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def around[R : AsResult](r: => R): Result
def retries: Int
def sleep: Duration

Inherited methods

protected def aroundContext: Env => Context

Attributes

Inherited from:
AroundEach
override protected def fragmentFactory: FragmentFactory

Attributes

Definition Classes
Inherited from:
AroundEach