ReactOS 0.4.15-dev-7788-g1ad9096
Tests.h
Go to the documentation of this file.
1/***********************************************************************************
2 Tests.h
3
4 * Copyright (c) 1997
5 * Mark of the Unicorn, Inc.
6 *
7 * Permission to use, copy, modify, distribute and sell this software
8 * and its documentation for any purpose is hereby granted without fee,
9 * provided that the above copyright notice appear in all copies and
10 * that both that copyright notice and this permission notice appear
11 * in supporting documentation. Mark of the Unicorn makes no
12 * representations about the suitability of this software for any
13 * purpose. It is provided "as is" without express or implied warranty.
14
15 SUMMARY: Declarations of all of the tests in the exception test suite.
16
17***********************************************************************************/
18#if ! defined (INCLUDED_MOTU_Tests)
19#define INCLUDED_MOTU_Tests 1
20
21#include "Prefix.h"
22
23void test_algobase();
24void test_algo();
25void test_list();
26void test_map();
27void test_multimap();
28void test_set();
29void test_multiset();
30void test_vector();
31void test_deque();
32void test_bit_vector();
33
34#if defined (EH_HASHED_CONTAINERS_IMPLEMENTED)
35void test_hash_map();
37void test_hash_set();
39#endif
40
41#if defined (EH_ROPE_IMPLEMENTED)
42void test_rope();
43#endif
44
45#if defined( EH_SLIST_IMPLEMENTED )
46void test_slist();
47#endif
48
49#if defined( EH_STRING_IMPLEMENTED )
50void test_string();
51#endif
52#if defined( EH_BITSET_IMPLEMENTED )
53void test_bitset();
54#endif
55#if defined( EH_VALARRAY_IMPLEMENTED )
56void test_valarray();
57#endif
58
59#endif // INCLUDED_MOTU_Tests
void test_hash_set()
void test_hash_multiset()
void test_multimap()
Definition: test_map.cpp:50
void test_map()
Definition: test_map.cpp:98
void test_vector()
Definition: test_vector.cpp:74
void test_multiset()
Definition: test_set.cpp:41
void test_hash_multimap()
void test_algobase()
void test_list()
Definition: test_list.cpp:64
void test_set()
Definition: test_set.cpp:75
void test_slist()
Definition: test_slist.cpp:55
void test_rope()
Definition: test_rope.cpp:49
void test_algo()
Definition: test_algo.cpp:248
void test_hash_map()
void test_string()
Definition: test_string.cpp:38
void test_deque()
Definition: test_deque.cpp:47
void test_bit_vector()