Tests.h

00001 /***********************************************************************************
00002         Tests.h
00003         
00004  * Copyright (c) 1997
00005  * Mark of the Unicorn, Inc.
00006  *
00007  * Permission to use, copy, modify, distribute and sell this software
00008  * and its documentation for any purpose is hereby granted without fee,
00009  * provided that the above copyright notice appear in all copies and
00010  * that both that copyright notice and this permission notice appear
00011  * in supporting documentation.  Mark of the Unicorn makes no
00012  * representations about the suitability of this software for any
00013  * purpose.  It is provided "as is" without express or implied warranty.
00014                 
00015                 SUMMARY: Declarations of all of the tests in the exception test suite.
00016                 
00017 ***********************************************************************************/
00018 #if ! defined (INCLUDED_MOTU_Tests)
00019 #define INCLUDED_MOTU_Tests 1
00020 
00021 # include "Prefix.h"
00022 
00023 void test_algobase();
00024 void test_algo();
00025 void test_list();
00026 void test_map();
00027 void test_multimap();
00028 void test_set();
00029 void test_multiset();
00030 void test_vector();
00031 void test_deque();
00032 void test_bit_vector();
00033 
00034 #if defined( EH_HASHED_CONTAINERS_IMPLEMENTED )
00035 void test_hash_map();
00036 void test_hash_multimap();
00037 void test_hash_set();
00038 void test_hash_multiset();
00039 #endif
00040 
00041 #if defined( EH_ROPE_IMPLEMENTED )
00042 void test_rope();
00043 #endif
00044 
00045 #if defined( EH_SLIST_IMPLEMENTED )
00046 void test_slist();
00047 #endif
00048 
00049 #if defined( EH_STRING_IMPLEMENTED )
00050 void test_string();
00051 #endif
00052 #if defined( EH_BITSET_IMPLEMENTED )
00053 void test_bitset();
00054 #endif
00055 #if defined( EH_VALARRAY_IMPLEMENTED )
00056 void test_valarray();
00057 #endif
00058 
00059 #endif // INCLUDED_MOTU_Tests

Generated on Mon Jun 5 10:20:48 2006 for Intelligence.kdevelop by  doxygen 1.4.6