![]() |
![]()
| ![]() |
![]()
NAMEPipeline::Segment::Tester - a test wrapper for a Pipeline::Segment SYNOPSISuse Pipeline::Segment::Tester; my $pst = Pipeline::Segment::Tester->new(); $pst->test( $segment, $objects, $in, $store ); DESCRIPTION"Pipeline::Segment::Tester" exists to make testing segments easier. Segments will often rely on having multiple other objects in a pipeline store to be used properly, which makes testing a bit icky, as the store and the pipeline need to be set up to handle testing of a segment. Pipeline::Segment::Tester removes this requirement by creating the pipeline and adding stuff to the store for you before, and making your life easier. METHODS
AUTHORJames A. Duncan <jduncan@fotango.com>
|