Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- wrapRunTest :: (forall t. IsTest t => TestPath -> TestName -> OptionSet -> t -> (Progress -> IO ()) -> IO Result) -> TestTree -> TestTree
Documentation
wrapRunTest :: (forall t. IsTest t => TestPath -> TestName -> OptionSet -> t -> (Progress -> IO ()) -> IO Result) -> TestTree -> TestTree Source #
Provide new test run function wrapping the existing tests.