NAME
Test::Data::Hash -- test functions for hash variables
SYNOPSIS
use Test::Data qw(Hash);
DESCRIPTION
This modules provides a collection of test utilities for hash variables. Load the module through Test::Data.
FUNCTIONS
- exists_ok( KEY, HASH )
-
Ok is the value for KEY in HASH is true. The function does not create KEY in HASH.
- hash_value_defined_ok( KEY, HASH )
-
Ok is the value for KEY in HASH is true. The function does not create KEY in HASH.
- hash_value_true_ok( KEY, HASH )
-
Ok is the value for KEY in HASH is true. The function does not create KEY in HASH.
SEE ALSO
Test::Data, Test::Data::Array, Test::Data::Scalar, Test::Builder
AUTHOR
brian d foy, <bdfoy@cpan.org>
COPYRIGHT
Copyright 2002, brian d foy, All Rights Reserved
You may use, modify, and distribute this under the same terms as Perl itself.