tests.html 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0.1 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <title>Boost.Flyweight Documentation - Tests</title>
  6. <link rel="stylesheet" href="style.css" type="text/css">
  7. <link rel="start" href="index.html">
  8. <link rel="prev" href="examples.html">
  9. <link rel="up" href="index.html">
  10. <link rel="next" href="future_work.html">
  11. </head>
  12. <body>
  13. <h1><img src="../../../boost.png" alt="Boost logo" align=
  14. "middle" width="277" height="86">Boost.Flyweight Tests</h1>
  15. <div class="prev_link"><a href="examples.html"><img src="prev.gif" alt="examples" border="0"><br>
  16. Examples
  17. </a></div>
  18. <div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
  19. Index
  20. </a></div>
  21. <div class="next_link"><a href="future_work.html"><img src="next.gif" alt="future work" border="0"><br>
  22. Future work
  23. </a></div><br clear="all" style="clear: all;">
  24. <hr>
  25. <p>
  26. The Boost.Flyweight test suite exercises the whole spectrum of
  27. functionalities provided by the library. Although the tests are not meant
  28. to serve as a learning guide, the interested reader may find it
  29. useful to inspect the source code to gain familiarity with the usage
  30. of Boost.Flyweight.
  31. </p>
  32. <p align="center">
  33. <table cellspacing="0" cellpadding="5">
  34. <caption><b>Boost.Flyweight test suite.</b></caption>
  35. <tr>
  36. <th>Program</th>
  37. <th>Description</th>
  38. </tr>
  39. <tr>
  40. <td><a href="../test/test_assoc_cont_factory.cpp"><code>test_assoc_cont_factory.cpp</code></a></td>
  41. <td><a href="tutorial/configuration.html#assoc_container_factory"><code>assoc_container_factory</code></a>
  42. factory specifier.</td>
  43. </tr>
  44. <tr class="odd_tr">
  45. <td><a href="../test/test_basic.cpp"><code>test_basic.cpp</code></a></td>
  46. <td>Exercises the default components of <code>flyweight</code>.</td>
  47. </tr>
  48. <tr>
  49. <td><a href="../test/test_custom_factory.cpp"><code>test_custom_factory.cpp</code></a></td>
  50. <td>Creates a user-defined factory class and specifier.</td>
  51. </tr>
  52. <tr class="odd_tr">
  53. <td><a href="../test/test_init.cpp"><code>test_init.cpp</code></a></td>
  54. <td>Boost.Flyweight <a href="tutorial/technical.html#static_init">static
  55. data initialization</a> facilities.</td>
  56. </tr>
  57. <tr>
  58. <td><a href="../test/test_intermod_holder.cpp"><code>test_intermod_holder.cpp</code></a><br>
  59. <a href="../test/intermod_holder_dll.cpp"><code>intermod_holder_dll.cpp</code></a></td>
  60. <td>Exercises <a href="tutorial/configuration.html#intermodule_holder"><code>intermodule_holder</code></a>.</td>
  61. </tr>
  62. <tr class="odd_tr">
  63. <td><a href="../test/test_multictor.cpp"><code>test_multictor.cpp</code></a></td>
  64. <td>Tests <code>flyweight</code> <a href="reference/flyweight.html#constructors">multiple
  65. argument and initializer-list constructors</a>.</td>
  66. </tr>
  67. <tr>
  68. <td><a href="../test/test_no_locking.cpp"><code>test_no_locking.cpp</code></a></td>
  69. <td><a href="tutorial/configuration.html#no_locking"><code>no_locking</code></a> policy.</td>
  70. </tr>
  71. <tr class="odd_tr">
  72. <td><a href="../test/test_no_tracking.cpp"><code>test_no_tracking.cpp</code></a></td>
  73. <td><a href="tutorial/configuration.html#no_tracking"><code>no_tracking</code></a> policy.</td>
  74. </tr>
  75. <tr>
  76. <td><a href="../test/test_serialization.cpp"><code>test_serialization.cpp</code></a></td>
  77. <td>Exercises <code>flyweight</code> <a href="tutorial/basics.html#serialization">serialization
  78. capabilities</a>.</td>
  79. </tr>
  80. <tr class="odd_tr">
  81. <td><a href="../test/test_set_factory.cpp"><code>test_set_factory.cpp</code></a></td>
  82. <td><a href="tutorial/configuration.html#set_factory"><code>set_factory</code></a>
  83. factory specifier.</td>
  84. </tr>
  85. </table>
  86. </p>
  87. <hr>
  88. <div class="prev_link"><a href="examples.html"><img src="prev.gif" alt="examples" border="0"><br>
  89. Examples
  90. </a></div>
  91. <div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
  92. Index
  93. </a></div>
  94. <div class="next_link"><a href="future_work.html"><img src="next.gif" alt="future work" border="0"><br>
  95. Future work
  96. </a></div><br clear="all" style="clear: all;">
  97. <br>
  98. <p>Revised September 1st 2014</p>
  99. <p>&copy; Copyright 2006-2014 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
  100. Distributed under the Boost Software
  101. License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
  102. LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
  103. http://www.boost.org/LICENSE_1_0.txt</a>)
  104. </p>
  105. </body>
  106. </html>