Re: [Boost-bugs] [Boost C++ Libraries] #11845: Ability to generate the unique and stable test name for every data set in BOOST_DATA_TEST_CASE

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11845: Ability to generate the unique and stable test name for every data set in BOOST_DATA_TEST_CASE
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-08-18 00:47:25


#11845: Ability to generate the unique and stable test name for every data set in
BOOST_DATA_TEST_CASE
-------------------------------+---------------------
  Reporter: mikhail@… | Owner: rogeeff
      Type: Feature Requests | Status: new
 Milestone: Boost 1.62.0 | Component: test
   Version: Boost 1.59.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------

Comment (by renficiaud):

 Each data test case now has its own name:

 - the name provided in
   {{{
   BOOST_DATA_TEST_CASE(TTT, std::vector<char const *>({"A", "B", "C"}),
 PPP)
   }}}
   defines a test suite TTT
 - each sample of the dataset is a test case that is a child of the
 previous test suite, with names in "_0", "_1", etc.

 Current on develop and master (rev
 a8fa08b9b78516b78458ecb8b005d520a0c173f7)

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11845#comment:4>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC