Ticket #4924: per-test-case.html.patch

File per-test-case.html.patch, 1.3 KB (added by Daniel Trebbien <dtrebbien@…>, 12 years ago)
  • libs/test/doc/html/utf/user-guide/fixture/per-test-case.html

     
    3232   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>:
    3333  </p>
    3434<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>fixure_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>
    3636<p class="first-line-indented">
    3737   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
    3838   - fixture name. Unlike the pure C++ solution you have direct access to the public and protected members of the