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

Safe HaskellSafe
LanguageHaskell2010

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 

showTrace :: Trace -> String Source

Pretty print a trace.