hcltest-0.3.8: A testing library for command line applications.
Test.HClTest.Trace
Description
A Trace is a log entry for a single test step.
Synopsis
data Trace Source
A trace has a step description and some messages produced by that step in it.
Constructors
Fields
showTrace :: Trace -> String Source
Pretty print a trace.