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

NAME

Tester - Test things.

SYNOPSIS

use Tester;

DESCRIPTION

METHODS

new

construct a goo object

do

executing the test - overridden by subclasses

show

the result of a test

ok

is the expression defined?

not_ok

the reverse of ok

is_array

is the expression defined?

show_results

show the results of a test

get_results

show the results of the tests

isa

check if a thing is a thing

AUTHOR

Nigel Hamilton <nigel@turbo10.com>

SEE ALSO