Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Test.Sandwich.Formatters.Print
Contents
Description
The print formatter prints all results from the test tree from top to bottom, as they become available.
Documentation can be found here.
Synopsis
- defaultPrintFormatter :: PrintFormatter
- printFormatterUseColor :: PrintFormatter -> Bool
- printFormatterLogLevel :: PrintFormatter -> Maybe LogLevel
- printFormatterIncludeCallStacks :: PrintFormatter -> Bool
- printFormatterIndentSize :: PrintFormatter -> Int
- printFormatterVisibilityThreshold :: PrintFormatter -> Int
Documentation
defaultPrintFormatter :: PrintFormatter Source #
Options
printFormatterUseColor :: PrintFormatter -> Bool Source #
Whether to use color in output. Defaults to True
.
printFormatterLogLevel :: PrintFormatter -> Maybe LogLevel Source #
Log level to show in output. Defaults to LevelWarn
.
printFormatterIncludeCallStacks :: PrintFormatter -> Bool Source #
Whether to include callstacks with failures.
printFormatterIndentSize :: PrintFormatter -> Int Source #
The indentation unit in spaces. Defaults to 4.
printFormatterVisibilityThreshold :: PrintFormatter -> Int Source #
Visibility threshold. Nodes above this threshold will not be shown.