UNPKG

boost-react-native-bundle

Version:

Boost library as in https://sourceforge.net/projects/boost/files/boost/1.57.0/

83 lines (82 loc) 5 kB
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Introduction</title> <link rel="stylesheet" href="../style/style.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.74.0"> <link rel="home" href="index.html" title="Boost Test Library"> <link rel="up" href="index.html" title="Boost Test Library"> <link rel="prev" href="index.html" title="Boost Test Library"> <link rel="next" href="faq.html" title="Frequently Asked Questions"> <script language="JavaScript1.2" src="../js/boost-test.js"></script> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table width="100%"><tr> <td width="10%"><a href="index.html"><img alt="Home" width="229" height="61" border="0" src="../../../../libs/test/docbook/img/boost.test.logo.png"></a></td> <td valign="middle" align="left"> &gt; <b>Introduction</b><a href="execution-monitor.html"> &gt; </a> </td> <td><div class="spirit-nav"> <a href="index.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a href="faq.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a> </div></td> </tr></table> <hr> <div class="section" lang="en"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="btl.intro"></a>Introduction</h2></div></div></div> <div class="epigraph"> <p>Test everything that could possibly break</p> <div class="attribution"><span>--<span class="attribution">XP maxim</span></span></div> </div> <p class="first-line-indented"> The Boost Test Library provides a matched set of components for writing test programs, organizing tests in to simple test cases and test suites, and controlling their runtime execution. The Program Execution Monitor is also useful in some production (non-test) environments. </p> <div class="section" lang="en"> <div class="titlepage"><div><div><h3 class="title"> <a name="btl.about-docs"></a>About this documentation</h3></div></div></div> <p class="first-line-indented"> This documentation is <span class="bold"><strong>not</strong></span> intended to be read though from the beginning to the end by a novice user. You can do that if you are interested in detailed bottom-up description of all Boost.Test components. Otherwise you are better off jumping directly to the subject of your interest. For example, if you are interested in unit testing framework you may go directly <a class="link" href="utf.html" title="Part�IV.�Boost Test Library: The Unit Test Framework">there</a>, but for novice users I recommend to start from simple <a class="link" href="utf/tutorials.html" title="The unit test framework tutorials">tutorials</a>. Looking for quick help - check <a class="link" href="faq.html" title="Frequently Asked Questions">FAQ</a> section for resolution to many popular issues you may be faced with. Most pages should link you directly to the terms that you need to understand it. For help with compilation see compilation sections of an appropriate component. </p> </div> <div class="section" lang="en"> <div class="titlepage"><div><div><h3 class="title"> <a name="btl.release-notes"></a>Release notes</h3></div></div></div> <p class="first-line-indented"> For more details see complete release notes. </p> </div> <div class="section" lang="en"> <div class="titlepage"><div><div><h3 class="title"> <a name="btl.portability"></a>Portability</h3></div></div></div> <p class="first-line-indented"> Because the Boost Test Library is critical for porting and testing Boost libraries, it has been written to be conservative in its use of C++ features, and to keep dependencies to a bare minimum. </p> <p class="first-line-indented"> Boost.Test supports all main Boost compilers and platforms. Confirmation of its status on core and additional platforms/compilers can be seen by viewing Boost.Test's own internal regression test results on <a href="http://beta.boost.org/development/tests/release/user/test_release.html" target="_top">release status page</a> or <a href="http://beta.boost.org/development/tests/trunk/developer/test.html" target="_top">trunk status page</a> </p> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright � 2001-2007 Gennadiy Rozental</div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="index.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="faq.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a> </div> </body> </html>