Scroll to navigation

Test::Data::Hash(3pm) User Contributed Perl Documentation Test::Data::Hash(3pm)

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

Ok if the value for KEY in HASH exists. The function does not create KEY in HASH.
Ok if the value for KEY in HASH does not exist. The function does not create KEY in HASH.
Ok if the value for KEY in HASH is defined. The function does not create KEY in HASH.
Ok if the value for KEY in HASH is undefined. The function does not create KEY in HASH.
Ok if the value for KEY in HASH is true. The function does not create KEY in HASH.
Ok if the value for KEY in HASH is false. The function does not create KEY in HASH.

SEE ALSO

Test::Data, Test::Data::Array, Test::Data::Function, Test::Data::Scalar, Test::Builder

SOURCE AVAILABILITY

This source is in Github:

        https://github.com/briandfoy/test-data

AUTHOR

brian d foy, "<briandfoy@pobox.com>"

COPYRIGHT AND LICENSE

Copyright © 2002-2024, brian d foy <briandfoy@pobox.com>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.

2024-03-16 perl v5.38.2