blob: f874ba34f5bb25751ea780724cdc2534e46d70de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
This module is a subclass of Test::Harness::Straps.
It uses callbacks in the straps object to construct a deep structure,
with all the data known about a test run accessible within.
It's purpose is to ease the processing of test data, for the purpose of
generating reports, or something like that.
The niche it fills is creating a way to access test run data, both from
a serialized and a real source, and to ease the querying of this data.
|