Raffi Enficiaud
6a0000ba46
Merge pull request #54 from akrzemi1/develop
...
Doc: advanced usages
2015-05-08 20:07:35 +02:00
Andrzej Krzemienski
1b4355d283
Doc: placeholder for custom test runners
2015-05-08 18:09:49 +02:00
Andrzej Krzemienski
2c46480865
Doc: described custom entry points
2015-05-08 16:07:56 +02:00
Gennadiy Rozental
f339dfa9bb
introduced 2 new manipulators: per_element and lexicographic; removed prod_tools.hpp
2015-05-08 05:53:48 -04:00
Gennadiy Rozental
9cde511a34
Merge branch 'develop' of https://github.com/boostorg/test into develop
2015-05-06 03:35:03 -04:00
Gennadiy Rozental
eb7aff0c53
Implemented proper lexicographic collection comparison and reporting
2015-05-06 03:34:49 -04:00
Raffi Enficiaud
8752dda4c2
Output update
2015-05-06 02:06:29 +02:00
Raffi Enficiaud
ce20c17d9c
renaming
2015-05-06 02:03:32 +02:00
Raffi Enficiaud
993a806c69
Update of the compare sequence
2015-05-06 02:01:10 +02:00
Raffi Enficiaud
858af1caac
Update of the acceptable statements
2015-05-06 00:55:09 +02:00
Raffi Enficiaud
e390661c63
Merge pull request #53 from akrzemi1/patch-3
...
Doc: Wrong example in output_test_stream
2015-05-05 17:00:35 +02:00
Andrzej Krzemieński
bba02cde8c
Doc: Wrong example in output_test_stream
2015-05-05 16:44:32 +02:00
Gennadiy Rozental
70e94cb21e
Merge branch 'develop' of https://github.com/boostorg/test into develop
2015-05-05 03:43:39 -04:00
Gennadiy Rozental
ab369ea6c1
Improved error message in case of comparison of floating point numbers
2015-05-05 03:43:17 -04:00
Raffi Enficiaud
4b4ac6caa9
Merge pull request #52 from jessicah/fix-feature-test
...
Fix feature test of BOOST_NO_CXX11_VARIADIC_MACROS
2015-05-05 09:31:38 +02:00
Jessica Hamilton
c493546c32
Fix feature test of BOOST_NO_CXX11_VARIADIC_MACROS
...
Change b41a935 introduced regression failures due to preprocessor errors with respect to the && operator, leading to the following error:
../boost/test/test_tools.hpp:50:87: error: operator '&&' has no right operand
#if !BOOST_PP_VARIADICS || ((__cplusplus >= 201103L) && BOOST_NO_CXX11_VARIADIC_MACROS)
2015-05-05 16:56:00 +12:00
Raffi Enficiaud
a44849a5e8
Merge pull request #51 from akrzemi1/develop
...
Doc: decorators and test case template
2015-05-04 23:47:43 +02:00
Andrzej Krzemienski
9bc26206fe
Doc: decorators and test case template
2015-05-04 23:44:28 +02:00
Raffi Enficiaud
2144986759
Merge pull request #50 from akrzemi1/develop
...
Doc: decorator and data-driven test cases
2015-05-04 22:59:05 +02:00
Andrzej Krzemienski
cda704b8b6
Doc: decorator and data-driven test cases
2015-05-04 22:44:03 +02:00
Gennadiy Rozental
1b53567eff
Merge branch 'develop' of https://github.com/boostorg/test into develop
2015-05-04 14:23:10 -04:00
Gennadiy Rozental
88512b5bda
Fixed NE comparison for collection
2015-05-04 14:22:27 -04:00
Raffi Enficiaud
50e4347ea7
misleading sentence
2015-05-04 01:39:15 +02:00
Raffi Enficiaud
240e6afd88
subsection for building the UTF
2015-05-04 01:37:44 +02:00
Raffi Enficiaud
2a71044485
fixes
2015-05-04 01:32:30 +02:00
Raffi Enficiaud
23246f5277
links / warnings
2015-05-04 01:25:17 +02:00
Raffi Enficiaud
a5e47f9b77
Merge branch 'local/doc_BOOST_TEST_rebased' into develop
2015-05-04 01:07:37 +02:00
Raffi Enficiaud
5d04bdd933
Fix changelog
2015-05-04 01:07:05 +02:00
Raffi Enficiaud
bfc7a4bcdf
Some cleanups and fixes
2015-05-04 01:06:34 +02:00
Raffi Enficiaud
8c59eb6862
reworked documentation
2015-05-04 00:37:55 +02:00
Raffi Enficiaud
0689628585
optional message
2015-05-04 00:05:12 +02:00
Raffi Enficiaud
dfc16df91c
some more doc
2015-05-02 20:24:08 +02:00
Raffi Enficiaud
f26f458d78
tighters in x
2015-05-02 20:23:52 +02:00
Raffi Enficiaud
d09784e6d9
Fix example output
2015-05-02 10:04:40 +02:00
Raffi Enficiaud
158641b98d
examples for floating point comparison
2015-05-02 10:03:01 +02:00
Raffi Enficiaud
f55899065e
BOOST_TEST for strings
2015-05-01 19:43:50 +02:00
Raffi Enficiaud
d6f5e48b56
BOOST_TEST collection support
2015-04-30 01:14:33 +02:00
Raffi Enficiaud
432a605451
Going to the line
2015-04-30 00:34:19 +02:00
Raffi Enficiaud
d8b26e3030
Bitwise comparison example, floating point comparison example
2015-04-30 00:34:04 +02:00
Raffi Enficiaud
6dece80a9c
Trying to fix floating point test tolerance
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
fedc04ce56
Fixing path in output
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
32c40cc01a
Fixing the doc
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
5edf00c6e5
forward iterable concept in the documentation
...
some text on collections for BOOST_TEST, with links to is_forward_iterable
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
9fd8d002d9
small updates
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
4a18af4538
documentation on flagging a specific (floating point) type as using the tolerance based scheme
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
e6eac1e544
ras
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
a291a5a7b9
minor update floating point part
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
fb38b59908
some more doc about manipulators
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
b613ff637e
ras
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
bdfb3c3904
general definition of BOOST_TEST in the TOC
...
more detailed requirements
parts on floating point with links to doxygen
2015-04-29 22:14:33 +02:00