Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype AssertionConfig = AssertionConfig {}
- defaultConfig :: AssertionConfig
- setAssertionTimeout :: Int -> AssertionConfig -> AssertionConfig
Documentation
newtype AssertionConfig Source #
Instances
Show AssertionConfig Source # | |
Defined in Test.Fluent.Internal.AssertionConfig showsPrec :: Int -> AssertionConfig -> ShowS # show :: AssertionConfig -> String # showList :: [AssertionConfig] -> ShowS # |
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