Grid Community Toolkit  6.2.1705709074 (tag: v6.2.20240202)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hash_test.c File Reference

Hashtable Test Cases. More...

#include "globus_common.h"
#include "globus_test_tap.h"

Functions

int hash_test (void)
 Globus Hashtable Test Cases. More...
 

Detailed Description

Hashtable Test Cases.

Function Documentation

int hash_test ( void  )

Globus Hashtable Test Cases.

Test:
Initialize hashtable with globus_hashtable_init()
Test:
Insert datum 123 into hashtable with globus_hashtable_insert()
Test:
Insert datum 456 into hashtable with globus_hashtable_insert()
Test:
Insert datum 111 into hashtable with globus_hashtable_insert()
Test:
Insert datum 222 into hashtable with globus_hashtable_insert()
Test:
Remove datum 222 from hashtable with globus_hashtable_remove()
Test:
Remove datum 456 from hashtable with globus_hashtable_remove()
Test:
Destroy hashtable with globus_hashtable_destroy()