mirror of
https://github.com/boostorg/test.git
synced 2026-01-26 19:12:10 +00:00
235acea2fa4b1eb7580acbfcce94d696c86bb207
auto_unit_test.hpp
test_exec_monitor.hpp (Test Execution Monitor)
unit_test_framework.hpp
BOOST_BITWISE_EQUAL( L, R )
BOOST_MESSAGE( M )
BOOST_CHECKPOINT( M )
Eliminated callback.hpp in favor of boost::function.
Eliminated need for sero_return_wrapper
Eliminated test_func_with_bound_param in favor of boost::bind
Eliminated auto_tc_exp_fail in favor on new decorator based implementation
Started header reorganization.
introduced subdirectory tools for testing tools related headers
introduced subdirectory tree for test tree management related headers
introduced subdirectory interaction for interaction based testing
test_tools.hpp header split into interface (stay as it was) and implementation places in tools/impl.hpp
Execution monitor: new interface vexecute - to be used to monitor nullary functions with no result values
Introduced notion of auto-registered test unit decorators. General interface and infrastructure put in place. Following decorators already implemented:
decorator::label - adds labels to a test unit
decorator::expected_failures - set expected failures for test unit
decorator::timeout - sets timeout for test unit
decorator::description - sets test unit description
decorator::depends_on - sets test unit dependency
New macro BOOST_TEST_DECORATOR is to be used to specify decorators
Added operator+ and operator += for basic_cstring and std::string
Eliminated some old workarounds
BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES deprecated use decorator interface instead
test_case::test_func switched back to readonly property
test_tree_visitor interface extended to facilitate visitors applying the same action to all test units. Added:
virtual bool visit( test_unit const& )
and redirected other interfaces use it as default.
Fixed bug in lazy_ostream_impl construction
[SVN r74640]
This is the main directory for the Boost Test Library. (Not to be confused with a directory containing test programs for the parent directory.) Full instructions for use of this library can be accessed from libs/test/docs/index.html This library is part of boost (see www.boost.org), the latest version of the library is available from the boost web site, or development snapshots from the boost cvs repository at http://sourceforge.net/project/?group_id=7586 ************************************************************************ Copyright Gennadiy Rozental 2001-2010. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
Languages
C++
99%
CMake
0.9%