NAME Dresden::TestHelper
Utility functions used in Tests.
extends Exporter
SYNOPSIS
my $obj = new Dresden::TestHelper ({paramhashref});
Methods
ok ('comment);
Return ok, as needed in testing.
not_ok ('comment);
Return not_ok, as needed in testing.
AUTHOR
Written 2002 by Steffen Schwigon <schwigon@webit.de>.