1TAP::Formatter::Session(P3eprml)Programmers Reference GTuAiPd:e:Formatter::Session(3pm)
2
3
4
6 TAP::Formatter::Session - Abstract base class for harness output
7 delegate
8
10 Version 3.17
11
13 Class Methods
14 "new"
15
16 my %args = (
17 formatter => $self,
18 )
19 my $harness = TAP::Formatter::Console::Session->new( \%args );
20
21 The constructor returns a new "TAP::Formatter::Console::Session"
22 object.
23
24 · "formatter"
25
26 · "parser"
27
28 · "name"
29
30 · "show_count"
31
32 "header"
33
34 Output test preamble
35
36 "result"
37
38 Called by the harness for each line of TAP it receives.
39
40 "close_test"
41
42 Called to close a test session.
43
44 "clear_for_close"
45
46 Called by "close_test" to clear the line showing test progress, or the
47 parallel test ruler, prior to printing the final test result.
48
49
50
51perl v5.12.4 2011-06-07 TAP::Formatter::Session(3pm)