assert4hs-core-0.1.0: A set of assertion for writing more readable tests cases
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Fluent.Internal.AssertionConfig

Synopsis

Documentation

defaultConfig :: AssertionConfig Source #

Default configuration used for assertThat and assertThatIO. - default timeout is set to 5 seconds

setAssertionTimeout :: Int -> AssertionConfig -> AssertionConfig Source #

Allow to modify timeout of single assertion