1TAP::Parser::Scheduler(3Ppemr)l Programmers Reference GuTiAdPe::Parser::Scheduler(3pm)
2
3
4
6 TAP::Parser::Scheduler - Schedule tests during parallel testing
7
9 Version 3.17
10
12 use TAP::Parser::Scheduler;
13
16 Class Methods
17 "new"
18
19 my $sched = TAP::Parser::Scheduler->new;
20
21 Returns a new "TAP::Parser::Scheduler" object.
22
23 "get_all"
24
25 Get a list of all remaining tests.
26
27 "get_job"
28
29 Return the next available job or "undef" if none are available. Returns
30 a "TAP::Parser::Scheduler::Spinner" if the scheduler still has pending
31 jobs but none are available to run right now.
32
33 "as_string"
34
35 Return a human readable representation of the scheduling tree.
36
37
38
39perl v5.10.1 2009-06-12 TAP::Parser::Scheduler(3pm)