NAME Test::Unit::GTestRunner::Lister - Load and list test suites
SYNOPSIS
use Test::Unit::GTestRunner::Lister;
Test::Unit::GTestRunner::Worker->new->list (@suite_names);
DESCRIPTION
This class is not intended for direct usage. Instead, Test::Unit::GTestRunner(3pm) executes Perl code that uses Test::Unit::GTestRunner::Lister(3pm), so that the test listing executed in separate process.
AUTHOR
Copyright (C) 2004-2006, Guido Flohr <guido@imperia.net>, all rights reserved. See the source code for details.
This software is contributed to the Perl community by Imperia (http://www.imperia.net/).
ENVIRONMENT
The package is internationalized with libintl-perl, hence the environment variables "LANGUAGE", "LANG", "LC_MESSAGES", and "LC_ALL" will influence the language in which messages are presented.
SEE ALSO
Test::Unit::GTestRunner(3pm), Test::Unit::TestRunner(3pm), Test::Unit(3pm), perl(1)