hspec-contrib-0.1.0: Contributed functionality for Hspec

Safe HaskellNone
LanguageHaskell2010

Test.Hspec.Contrib.Retry

Synopsis

Documentation

retryWith Source

Arguments

:: Int

number of retries, when this number is 1, just evaluate example and finish.

-> a

retried example

-> Retry a

Retry is instance of Example.

Retry evaluating example that may be failed until success.