Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct master_test_suite_name_setter

boost::unit_test::framework::impl::master_test_suite_name_setter

Synopsis

// In header: <boost/test/framework.hpp>


struct master_test_suite_name_setter {
  // construct/copy/destruct
  master_test_suite_name_setter(const_string);
};

Description

master_test_suite_name_setter public construct/copy/destruct

  1. master_test_suite_name_setter(const_string name);

PrevUpHomeNext