Ticket #4924: per-test-case.html.patch
File per-test-case.html.patch, 1.3 KB (added by , 12 years ago) |
---|
-
libs/test/doc/html/utf/user-guide/fixture/per-test-case.html
32 32 BOOST_FIXTURE_TEST_CASE in place of the macro <code class="computeroutput"><a class="link" href="../test-organization/auto-nullary-test-case.html#BOOST_AUTO_TEST_CASE">BOOST_AUTO_TEST_CASE</a></code>: 33 33 </p> 34 34 <pre class="inline-synopsis"> 35 <a name="BOOST_FIXTURE_TEST_CASE"></a>BOOST_FIXTURE_TEST_CASE(<span class="emphasis"><em>test_case_name</em></span>, <span class="emphasis"><em>fix ure_name</em></span>)</pre>35 <a name="BOOST_FIXTURE_TEST_CASE"></a>BOOST_FIXTURE_TEST_CASE(<span class="emphasis"><em>test_case_name</em></span>, <span class="emphasis"><em>fixture_name</em></span>)</pre> 36 36 <p class="first-line-indented"> 37 37 The only difference from the macro <code class="computeroutput"><a class="link" href="../test-organization/auto-nullary-test-case.html#BOOST_AUTO_TEST_CASE">BOOST_AUTO_TEST_CASE</a></code> is the presence of an extra argument 38 38 - fixture name. Unlike the pure C++ solution you have direct access to the public and protected members of the