Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / doc / html / boost_test / tests_organization / test_cases / test_case_generation / datasets.html
index 16fd43a..2986699 100644 (file)
               like <code class="computeroutput"><span class="identifier">argc</span></code> / <code class="computeroutput"><span class="identifier">argv</span></code>, the <a class="link" href="../../test_tree/master_test_suite.html" title="Master test suite">master
               test suite</a> (and the preprocessed <code class="computeroutput"><span class="identifier">argc</span></code>
               / <code class="computeroutput"><span class="identifier">argv</span></code>), or any other
-              object that has been instanciated after the <code class="computeroutput"><span class="identifier">main</span></code>
+              object that has been instantiated after the <code class="computeroutput"><span class="identifier">main</span></code>
               of the test module entry.
             </p>
 <p>
               To overcome this, a <span class="bold"><strong>delayed</strong></span> dataset
-              instanciation interface has been introduced. This effectively wraps
+              instantiation interface has been introduced. This effectively wraps
               the dataset inside another one, which <span class="bold"><strong>lazyly</strong></span>
-              instanciates the dataset.
+              instantiates the dataset.
             </p>
 <p>
-              To instanciate a delayed dataset, the <code class="computeroutput">boost::unit_test::data::monomorphic::make_delayed</code>
+              To instantiate a delayed dataset, the <code class="computeroutput">boost::unit_test::data::monomorphic::make_delayed</code>
               function should be used in the <a class="link" href="../../../utf_reference/test_org_reference/test_org_boost_test_dataset.html" title="BOOST_DATA_TEST_CASE"><code class="computeroutput"><span class="identifier">BOOST_DATA_TEST_CASE</span></code></a> call.
               The following snippet:
             </p>
 </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 &#169; 2001-2018 Boost.Test contributors<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
+      contributors<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
       </p>