hasklepias-main-0.30.3: Tools for constructing epidemiological cohorts
Safe HaskellSafe-Inferred
LanguageHaskell2010

TestUtils.ConstructTestTree

Documentation

appGoldenVsFile :: (a -> String) -> (a -> FilePath) -> (a -> FilePath) -> (a -> FilePath) -> (a -> IO ()) -> a -> TestTree Source #

appTest :: (a -> IO ()) -> (a -> IO ()) -> (a -> IO ()) -> a -> IO () Source #

appTestCmd :: (a -> String) -> a -> IO () Source #

appTestCmdString :: (a -> String) -> (a -> String) -> (a -> String) -> a -> String Source #

constructTestInputFragmFSS :: InputTypeAbleFSS a => (a -> FilePath) -> (a -> String) -> (a -> String) -> a -> String Source #