The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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