bucket_hash_map_tc.cpp 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. /* Generated file, do not edit */
  2. #ifndef CXXTEST_RUNNING
  3. #define CXXTEST_RUNNING
  4. #endif
  5. #define _CXXTEST_HAVE_STD
  6. #define _CXXTEST_HAVE_EH
  7. #include <cxxtest/TestListener.h>
  8. #include <cxxtest/TestTracker.h>
  9. #include <cxxtest/TestRunner.h>
  10. #include <cxxtest/RealDescriptions.h>
  11. #include <cxxtest/TestMain.h>
  12. #include <cxxtest/ErrorPrinter.h>
  13. int main( int argc, char *argv[] ) {
  14. int status;
  15. CxxTest::ErrorPrinter tmp;
  16. CxxTest::RealWorldDescription::_worldName = "cxxtest";
  17. status = CxxTest::Main< CxxTest::ErrorPrinter >( tmp, argc, argv );
  18. return status;
  19. }
  20. bool suite_bucket_hash_map_TestSuite_init = false;
  21. #include "bucket_hash_map.t.h"
  22. static bucket_hash_map_TestSuite suite_bucket_hash_map_TestSuite;
  23. static CxxTest::List Tests_bucket_hash_map_TestSuite = { 0, 0 };
  24. CxxTest::StaticSuiteDescription suiteDescription_bucket_hash_map_TestSuite( "bucket_hash_map.t.h", 13, "bucket_hash_map_TestSuite", suite_bucket_hash_map_TestSuite, Tests_bucket_hash_map_TestSuite );
  25. static class TestDescription_suite_bucket_hash_map_TestSuite_test_default_is_empty : public CxxTest::RealTestDescription {
  26. public:
  27. TestDescription_suite_bucket_hash_map_TestSuite_test_default_is_empty() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 18, "test_default_is_empty" ) {}
  28. void runTest() { suite_bucket_hash_map_TestSuite.test_default_is_empty(); }
  29. } testDescription_suite_bucket_hash_map_TestSuite_test_default_is_empty;
  30. static class TestDescription_suite_bucket_hash_map_TestSuite_test_construct_from_initializer_list : public CxxTest::RealTestDescription {
  31. public:
  32. TestDescription_suite_bucket_hash_map_TestSuite_test_construct_from_initializer_list() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 22, "test_construct_from_initializer_list" ) {}
  33. void runTest() { suite_bucket_hash_map_TestSuite.test_construct_from_initializer_list(); }
  34. } testDescription_suite_bucket_hash_map_TestSuite_test_construct_from_initializer_list;
  35. static class TestDescription_suite_bucket_hash_map_TestSuite_test_swap_hashmaps : public CxxTest::RealTestDescription {
  36. public:
  37. TestDescription_suite_bucket_hash_map_TestSuite_test_swap_hashmaps() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 27, "test_swap_hashmaps" ) {}
  38. void runTest() { suite_bucket_hash_map_TestSuite.test_swap_hashmaps(); }
  39. } testDescription_suite_bucket_hash_map_TestSuite_test_swap_hashmaps;
  40. static class TestDescription_suite_bucket_hash_map_TestSuite_test_insert_elements_effects_size : public CxxTest::RealTestDescription {
  41. public:
  42. TestDescription_suite_bucket_hash_map_TestSuite_test_insert_elements_effects_size() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 36, "test_insert_elements_effects_size" ) {}
  43. void runTest() { suite_bucket_hash_map_TestSuite.test_insert_elements_effects_size(); }
  44. } testDescription_suite_bucket_hash_map_TestSuite_test_insert_elements_effects_size;
  45. static class TestDescription_suite_bucket_hash_map_TestSuite_test_insert_element_contains_expected : public CxxTest::RealTestDescription {
  46. public:
  47. TestDescription_suite_bucket_hash_map_TestSuite_test_insert_element_contains_expected() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 42, "test_insert_element_contains_expected" ) {}
  48. void runTest() { suite_bucket_hash_map_TestSuite.test_insert_element_contains_expected(); }
  49. } testDescription_suite_bucket_hash_map_TestSuite_test_insert_element_contains_expected;
  50. static class TestDescription_suite_bucket_hash_map_TestSuite_test_insert_element_return_true : public CxxTest::RealTestDescription {
  51. public:
  52. TestDescription_suite_bucket_hash_map_TestSuite_test_insert_element_return_true() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 48, "test_insert_element_return_true" ) {}
  53. void runTest() { suite_bucket_hash_map_TestSuite.test_insert_element_return_true(); }
  54. } testDescription_suite_bucket_hash_map_TestSuite_test_insert_element_return_true;
  55. static class TestDescription_suite_bucket_hash_map_TestSuite_test_insert_element_return_iterator_to_elements : public CxxTest::RealTestDescription {
  56. public:
  57. TestDescription_suite_bucket_hash_map_TestSuite_test_insert_element_return_iterator_to_elements() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 53, "test_insert_element_return_iterator_to_elements" ) {}
  58. void runTest() { suite_bucket_hash_map_TestSuite.test_insert_element_return_iterator_to_elements(); }
  59. } testDescription_suite_bucket_hash_map_TestSuite_test_insert_element_return_iterator_to_elements;
  60. static class TestDescription_suite_bucket_hash_map_TestSuite_test_insert_same_element_does_not_create_duplicate : public CxxTest::RealTestDescription {
  61. public:
  62. TestDescription_suite_bucket_hash_map_TestSuite_test_insert_same_element_does_not_create_duplicate() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 60, "test_insert_same_element_does_not_create_duplicate" ) {}
  63. void runTest() { suite_bucket_hash_map_TestSuite.test_insert_same_element_does_not_create_duplicate(); }
  64. } testDescription_suite_bucket_hash_map_TestSuite_test_insert_same_element_does_not_create_duplicate;
  65. static class TestDescription_suite_bucket_hash_map_TestSuite_test_insert_same_element_returns_false : public CxxTest::RealTestDescription {
  66. public:
  67. TestDescription_suite_bucket_hash_map_TestSuite_test_insert_same_element_returns_false() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 67, "test_insert_same_element_returns_false" ) {}
  68. void runTest() { suite_bucket_hash_map_TestSuite.test_insert_same_element_returns_false(); }
  69. } testDescription_suite_bucket_hash_map_TestSuite_test_insert_same_element_returns_false;
  70. static class TestDescription_suite_bucket_hash_map_TestSuite_test_insert_same_element_return_same_iterator : public CxxTest::RealTestDescription {
  71. public:
  72. TestDescription_suite_bucket_hash_map_TestSuite_test_insert_same_element_return_same_iterator() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 73, "test_insert_same_element_return_same_iterator" ) {}
  73. void runTest() { suite_bucket_hash_map_TestSuite.test_insert_same_element_return_same_iterator(); }
  74. } testDescription_suite_bucket_hash_map_TestSuite_test_insert_same_element_return_same_iterator;
  75. static class TestDescription_suite_bucket_hash_map_TestSuite_test_can_insert_range : public CxxTest::RealTestDescription {
  76. public:
  77. TestDescription_suite_bucket_hash_map_TestSuite_test_can_insert_range() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 79, "test_can_insert_range" ) {}
  78. void runTest() { suite_bucket_hash_map_TestSuite.test_can_insert_range(); }
  79. } testDescription_suite_bucket_hash_map_TestSuite_test_can_insert_range;
  80. static class TestDescription_suite_bucket_hash_map_TestSuite_test_inserted_range_contains_all_correct_elements : public CxxTest::RealTestDescription {
  81. public:
  82. TestDescription_suite_bucket_hash_map_TestSuite_test_inserted_range_contains_all_correct_elements() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 84, "test_inserted_range_contains_all_correct_elements" ) {}
  83. void runTest() { suite_bucket_hash_map_TestSuite.test_inserted_range_contains_all_correct_elements(); }
  84. } testDescription_suite_bucket_hash_map_TestSuite_test_inserted_range_contains_all_correct_elements;
  85. static class TestDescription_suite_bucket_hash_map_TestSuite_test_can_find_element_in_map : public CxxTest::RealTestDescription {
  86. public:
  87. TestDescription_suite_bucket_hash_map_TestSuite_test_can_find_element_in_map() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 93, "test_can_find_element_in_map" ) {}
  88. void runTest() { suite_bucket_hash_map_TestSuite.test_can_find_element_in_map(); }
  89. } testDescription_suite_bucket_hash_map_TestSuite_test_can_find_element_in_map;
  90. static class TestDescription_suite_bucket_hash_map_TestSuite_test_count_element_in_map : public CxxTest::RealTestDescription {
  91. public:
  92. TestDescription_suite_bucket_hash_map_TestSuite_test_count_element_in_map() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 99, "test_count_element_in_map" ) {}
  93. void runTest() { suite_bucket_hash_map_TestSuite.test_count_element_in_map(); }
  94. } testDescription_suite_bucket_hash_map_TestSuite_test_count_element_in_map;
  95. static class TestDescription_suite_bucket_hash_map_TestSuite_test_count_element_not_in_map : public CxxTest::RealTestDescription {
  96. public:
  97. TestDescription_suite_bucket_hash_map_TestSuite_test_count_element_not_in_map() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 105, "test_count_element_not_in_map" ) {}
  98. void runTest() { suite_bucket_hash_map_TestSuite.test_count_element_not_in_map(); }
  99. } testDescription_suite_bucket_hash_map_TestSuite_test_count_element_not_in_map;
  100. static class TestDescription_suite_bucket_hash_map_TestSuite_test_equal_range_contains_element_if_present : public CxxTest::RealTestDescription {
  101. public:
  102. TestDescription_suite_bucket_hash_map_TestSuite_test_equal_range_contains_element_if_present() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 111, "test_equal_range_contains_element_if_present" ) {}
  103. void runTest() { suite_bucket_hash_map_TestSuite.test_equal_range_contains_element_if_present(); }
  104. } testDescription_suite_bucket_hash_map_TestSuite_test_equal_range_contains_element_if_present;
  105. static class TestDescription_suite_bucket_hash_map_TestSuite_test_equal_range_contains_end_if_absent : public CxxTest::RealTestDescription {
  106. public:
  107. TestDescription_suite_bucket_hash_map_TestSuite_test_equal_range_contains_end_if_absent() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 119, "test_equal_range_contains_end_if_absent" ) {}
  108. void runTest() { suite_bucket_hash_map_TestSuite.test_equal_range_contains_end_if_absent(); }
  109. } testDescription_suite_bucket_hash_map_TestSuite_test_equal_range_contains_end_if_absent;
  110. static class TestDescription_suite_bucket_hash_map_TestSuite_test_found_element_is_as_expected : public CxxTest::RealTestDescription {
  111. public:
  112. TestDescription_suite_bucket_hash_map_TestSuite_test_found_element_is_as_expected() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 127, "test_found_element_is_as_expected" ) {}
  113. void runTest() { suite_bucket_hash_map_TestSuite.test_found_element_is_as_expected(); }
  114. } testDescription_suite_bucket_hash_map_TestSuite_test_found_element_is_as_expected;
  115. static class TestDescription_suite_bucket_hash_map_TestSuite_test_cannot_find_fake_element : public CxxTest::RealTestDescription {
  116. public:
  117. TestDescription_suite_bucket_hash_map_TestSuite_test_cannot_find_fake_element() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 134, "test_cannot_find_fake_element" ) {}
  118. void runTest() { suite_bucket_hash_map_TestSuite.test_cannot_find_fake_element(); }
  119. } testDescription_suite_bucket_hash_map_TestSuite_test_cannot_find_fake_element;
  120. static class TestDescription_suite_bucket_hash_map_TestSuite_test_operator_bracket_constructs_element : public CxxTest::RealTestDescription {
  121. public:
  122. TestDescription_suite_bucket_hash_map_TestSuite_test_operator_bracket_constructs_element() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 140, "test_operator_bracket_constructs_element" ) {}
  123. void runTest() { suite_bucket_hash_map_TestSuite.test_operator_bracket_constructs_element(); }
  124. } testDescription_suite_bucket_hash_map_TestSuite_test_operator_bracket_constructs_element;
  125. static class TestDescription_suite_bucket_hash_map_TestSuite_test_at_throws_on_no_key_present : public CxxTest::RealTestDescription {
  126. public:
  127. TestDescription_suite_bucket_hash_map_TestSuite_test_at_throws_on_no_key_present() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 146, "test_at_throws_on_no_key_present" ) {}
  128. void runTest() { suite_bucket_hash_map_TestSuite.test_at_throws_on_no_key_present(); }
  129. } testDescription_suite_bucket_hash_map_TestSuite_test_at_throws_on_no_key_present;
  130. static class TestDescription_suite_bucket_hash_map_TestSuite_test_at_nothrow_is_element_present : public CxxTest::RealTestDescription {
  131. public:
  132. TestDescription_suite_bucket_hash_map_TestSuite_test_at_nothrow_is_element_present() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 152, "test_at_nothrow_is_element_present" ) {}
  133. void runTest() { suite_bucket_hash_map_TestSuite.test_at_nothrow_is_element_present(); }
  134. } testDescription_suite_bucket_hash_map_TestSuite_test_at_nothrow_is_element_present;
  135. static class TestDescription_suite_bucket_hash_map_TestSuite_test_at_is_same_as_bracket_if_element_exists : public CxxTest::RealTestDescription {
  136. public:
  137. TestDescription_suite_bucket_hash_map_TestSuite_test_at_is_same_as_bracket_if_element_exists() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 158, "test_at_is_same_as_bracket_if_element_exists" ) {}
  138. void runTest() { suite_bucket_hash_map_TestSuite.test_at_is_same_as_bracket_if_element_exists(); }
  139. } testDescription_suite_bucket_hash_map_TestSuite_test_at_is_same_as_bracket_if_element_exists;
  140. static class TestDescription_suite_bucket_hash_map_TestSuite_test_at_can_mutate_element : public CxxTest::RealTestDescription {
  141. public:
  142. TestDescription_suite_bucket_hash_map_TestSuite_test_at_can_mutate_element() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 165, "test_at_can_mutate_element" ) {}
  143. void runTest() { suite_bucket_hash_map_TestSuite.test_at_can_mutate_element(); }
  144. } testDescription_suite_bucket_hash_map_TestSuite_test_at_can_mutate_element;
  145. static class TestDescription_suite_bucket_hash_map_TestSuite_test_iterator_advance_different : public CxxTest::RealTestDescription {
  146. public:
  147. TestDescription_suite_bucket_hash_map_TestSuite_test_iterator_advance_different() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 173, "test_iterator_advance_different" ) {}
  148. void runTest() { suite_bucket_hash_map_TestSuite.test_iterator_advance_different(); }
  149. } testDescription_suite_bucket_hash_map_TestSuite_test_iterator_advance_different;
  150. static class TestDescription_suite_bucket_hash_map_TestSuite_test_iterator_begin_is_end_if_empty : public CxxTest::RealTestDescription {
  151. public:
  152. TestDescription_suite_bucket_hash_map_TestSuite_test_iterator_begin_is_end_if_empty() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 182, "test_iterator_begin_is_end_if_empty" ) {}
  153. void runTest() { suite_bucket_hash_map_TestSuite.test_iterator_begin_is_end_if_empty(); }
  154. } testDescription_suite_bucket_hash_map_TestSuite_test_iterator_begin_is_end_if_empty;
  155. static class TestDescription_suite_bucket_hash_map_TestSuite_test_iterator_reaches_end : public CxxTest::RealTestDescription {
  156. public:
  157. TestDescription_suite_bucket_hash_map_TestSuite_test_iterator_reaches_end() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 187, "test_iterator_reaches_end" ) {}
  158. void runTest() { suite_bucket_hash_map_TestSuite.test_iterator_reaches_end(); }
  159. } testDescription_suite_bucket_hash_map_TestSuite_test_iterator_reaches_end;
  160. static class TestDescription_suite_bucket_hash_map_TestSuite_test_erasing_element_reduces_size : public CxxTest::RealTestDescription {
  161. public:
  162. TestDescription_suite_bucket_hash_map_TestSuite_test_erasing_element_reduces_size() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 194, "test_erasing_element_reduces_size" ) {}
  163. void runTest() { suite_bucket_hash_map_TestSuite.test_erasing_element_reduces_size(); }
  164. } testDescription_suite_bucket_hash_map_TestSuite_test_erasing_element_reduces_size;
  165. static class TestDescription_suite_bucket_hash_map_TestSuite_test_erase_end_is_fine : public CxxTest::RealTestDescription {
  166. public:
  167. TestDescription_suite_bucket_hash_map_TestSuite_test_erase_end_is_fine() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 201, "test_erase_end_is_fine" ) {}
  168. void runTest() { suite_bucket_hash_map_TestSuite.test_erase_end_is_fine(); }
  169. } testDescription_suite_bucket_hash_map_TestSuite_test_erase_end_is_fine;
  170. static class TestDescription_suite_bucket_hash_map_TestSuite_test_erase_end_does_not_effect_size : public CxxTest::RealTestDescription {
  171. public:
  172. TestDescription_suite_bucket_hash_map_TestSuite_test_erase_end_does_not_effect_size() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 208, "test_erase_end_does_not_effect_size" ) {}
  173. void runTest() { suite_bucket_hash_map_TestSuite.test_erase_end_does_not_effect_size(); }
  174. } testDescription_suite_bucket_hash_map_TestSuite_test_erase_end_does_not_effect_size;
  175. static class TestDescription_suite_bucket_hash_map_TestSuite_test_erase_end_returns_end : public CxxTest::RealTestDescription {
  176. public:
  177. TestDescription_suite_bucket_hash_map_TestSuite_test_erase_end_returns_end() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 215, "test_erase_end_returns_end" ) {}
  178. void runTest() { suite_bucket_hash_map_TestSuite.test_erase_end_returns_end(); }
  179. } testDescription_suite_bucket_hash_map_TestSuite_test_erase_end_returns_end;
  180. static class TestDescription_suite_bucket_hash_map_TestSuite_test_erase_key_missing_key_no_result : public CxxTest::RealTestDescription {
  181. public:
  182. TestDescription_suite_bucket_hash_map_TestSuite_test_erase_key_missing_key_no_result() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 220, "test_erase_key_missing_key_no_result" ) {}
  183. void runTest() { suite_bucket_hash_map_TestSuite.test_erase_key_missing_key_no_result(); }
  184. } testDescription_suite_bucket_hash_map_TestSuite_test_erase_key_missing_key_no_result;
  185. static class TestDescription_suite_bucket_hash_map_TestSuite_test_erase_key_incorrect_key_no_result : public CxxTest::RealTestDescription {
  186. public:
  187. TestDescription_suite_bucket_hash_map_TestSuite_test_erase_key_incorrect_key_no_result() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 225, "test_erase_key_incorrect_key_no_result" ) {}
  188. void runTest() { suite_bucket_hash_map_TestSuite.test_erase_key_incorrect_key_no_result(); }
  189. } testDescription_suite_bucket_hash_map_TestSuite_test_erase_key_incorrect_key_no_result;
  190. static class TestDescription_suite_bucket_hash_map_TestSuite_test_erase_key_correct_key_one : public CxxTest::RealTestDescription {
  191. public:
  192. TestDescription_suite_bucket_hash_map_TestSuite_test_erase_key_correct_key_one() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 231, "test_erase_key_correct_key_one" ) {}
  193. void runTest() { suite_bucket_hash_map_TestSuite.test_erase_key_correct_key_one(); }
  194. } testDescription_suite_bucket_hash_map_TestSuite_test_erase_key_correct_key_one;
  195. static class TestDescription_suite_bucket_hash_map_TestSuite_test_erase_range : public CxxTest::RealTestDescription {
  196. public:
  197. TestDescription_suite_bucket_hash_map_TestSuite_test_erase_range() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 237, "test_erase_range" ) {}
  198. void runTest() { suite_bucket_hash_map_TestSuite.test_erase_range(); }
  199. } testDescription_suite_bucket_hash_map_TestSuite_test_erase_range;
  200. static class TestDescription_suite_bucket_hash_map_TestSuite_test_clear : public CxxTest::RealTestDescription {
  201. public:
  202. TestDescription_suite_bucket_hash_map_TestSuite_test_clear() : CxxTest::RealTestDescription( Tests_bucket_hash_map_TestSuite, suiteDescription_bucket_hash_map_TestSuite, 246, "test_clear" ) {}
  203. void runTest() { suite_bucket_hash_map_TestSuite.test_clear(); }
  204. } testDescription_suite_bucket_hash_map_TestSuite_test_clear;
  205. #include <cxxtest/Root.cpp>
  206. const char* CxxTest::RealWorldDescription::_worldName = "cxxtest";