The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Unit::GTestRunner::Worker - Worker class for GTestRunner

SYNOPSIS

 use Test::Unit::GTestRunner::Worker;

 Test::Unit::GTestRunner::Worker->new->start ($my_testcase_class);

DESCRIPTION

This class is not intended for direct usage. Instead, Test::Unit::GTestRunner(3pm) executes Perl code that uses Test::Unit::GTestRunner::Worker(3pm), so that the testing is executed in separate process.

Feedback about running tests is printed on standard output, see the source for details of the protocol.

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)