Imported Upstream version 1.64.0
[platform/upstream/boost.git] / libs / test / doc / html / boost_test / tests_organization / test_cases / test_organization_nullary.html
index 4d4108b..b819783 100644 (file)
           and returns a pointer to the constructed instance. The test case name is
           deduced from the macro argument test_function. If you prefer to assign
           a different test case name, you have to use the underlying make_test_case
-          interface instead. To register a new test case, employ the method <code class="computeroutput"><a class="link" href="../../../boost/unit_test/test_suite.html#idp57598080-bb">test_suite::add</a></code>.
+          interface instead. To register a new test case, employ the method <code class="computeroutput"><a class="link" href="../../../boost/unit_test/test_suite.html#idp57979136-bb">test_suite::add</a></code>.
           Both test case creation and registration are performed in the <a class="link" href="../../adv_scenarios/test_module_init_overview.html" title="Test module's initialization">test
           module initialization function</a>.
         </p>