GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Test::Data::Hash(3) User Contributed Perl Documentation Test::Data::Hash(3)

Test::Data::Hash -- test functions for hash variables

        use Test::Data qw(Hash);

This modules provides a collection of test utilities for hash variables. Load the module through Test::Data.

exists_ok( KEY, HASH [, NAME] )
Ok if the value for KEY in HASH exists. The function does not create KEY in HASH.
not_exists_ok( KEY, HASH [, NAME] )
Ok if the value for KEY in HASH does not exist. The function does not create KEY in HASH.
hash_value_defined_ok( KEY, HASH [, NAME] )
Ok if the value for KEY in HASH is defined. The function does not create KEY in HASH.
hash_value_undef_ok( KEY, HASH [, NAME] )
Ok if the value for KEY in HASH is undefined. The function does not create KEY in HASH.
hash_value_true_ok( KEY, HASH [, NAME] )
Ok if the value for KEY in HASH is true. The function does not create KEY in HASH.
hash_value_false_ok( KEY, HASH [, NAME] )
Ok if the value for KEY in HASH is false. The function does not create KEY in HASH.

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

This source is in Github:

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

brian d foy, "<bdfoy@cpan.org>"

Copyright © 2002-2021, brian d foy <bdfoy@cpan.org>. 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.

2021-01-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.