| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.Syd.Output.Pretty
Documentation
renderPrettyReport :: Settings -> Timed ResultForest -> Builder Source #
outputResultReport :: Settings -> Timed ResultForest -> [[Chunk]] Source #
outputPrettySummary :: Settings -> Timed ResultForest -> [[Chunk]] Source #
outputFailuresHeader :: [[Chunk]] Source #
outputFailuresWithHeading :: Settings -> ResultForest -> [[Chunk]] Source #
outputStats :: Timed TestSuiteStats -> [[Chunk]] Source #
outputProfilingInfo :: Timed ResultForest -> [[Chunk]] Source #
outputTestsHeader :: [[Chunk]] Source #
outputHeader :: Text -> [[Chunk]] Source #
outputSpecForest :: Settings -> Int -> Int -> ResultForest -> [[Chunk]] Source #
outputSpecTree :: Settings -> Int -> Int -> ResultTree -> [[Chunk]] Source #
outputDescribeLine :: Text -> [Chunk] Source #
outputSpecifyLines :: Settings -> Int -> Int -> Text -> TDef (Timed TestRunReport) -> [[Chunk]] Source #
retriesChunks :: TestRunReport -> [[Chunk]] Source #
outputGoldenCase :: GoldenCase -> [Chunk] Source #
outputFailures :: Settings -> ResultForest -> [[Chunk]] Source #