| Safe Haskell | None |
|---|
Test.Framework.Providers.Sandbox.Internals
Documentation
data SandboxTestResult Source
data SandboxTestRunning Source
Constructors
| Running |
data SandboxTest Source
Constructors
| SandboxTest SandboxTestResult | |
| SandboxCleaning (MVar Int) |
printTestName :: Int -> String -> IO ()Source
printTestResult :: Either String a -> IO ()Source
putStrColor :: ColorIntensity -> Color -> String -> IO ()Source
putOptions :: Either String (RunnerOptions, [String]) -> Sandbox ()Source
isExcluded :: Either String (RunnerOptions, [String]) -> String -> BoolSource