hcltest-0.3.6: A testing library for command line applications.

Safe HaskellSafe-Inferred

Test.HClTest.Trace

Description

A Trace is a log entry for a single test step.

Synopsis

Documentation

data Trace Source

A trace has a step description and some messages produced by that step in it.

Constructors

Trace 

Fields

stepDescription :: String
 
messages :: [String]
 

showTrace :: Trace -> StringSource

Pretty print a trace.