Commit Graph

78 Commits

Author SHA1 Message Date
Raffi Enficiaud
ae01c8387c Documentation updates
- section about command line argument filtering for template test cases
- many typos fixes
- remove reference to bjam
2019-10-31 08:54:50 +01:00
Raffi Enficiaud
3b08f3a436 Test tree constrains and doc refactoring
the test suite and master test suite are now part of a more general
section about the test tree. The constraints on the tree are now
visible on the TOC.
2019-03-24 17:40:35 +01:00
Raffi Enficiaud
1cf1503b23 Making BOOST_TEST_CONTEXT variadic and adding sticky context
To ease the creation of contexts, variadic let us declare several
values in one call (no extra brace) while ticky context let us
add new information while they arrive.

The example shows a random trial making a test fail. We force the failure
for the unit tests, which does not remove the documentation value of the
example.
2019-02-12 01:04:00 +01:00
Raffi Enficiaud
4152af64b4 New macro for manually adding tests by specifying the name
- BOOST_TEST_CASE_NAME for specifying the name of the test case to add
- Documentation updates
2018-09-02 17:33:29 +02:00
Raffi Enficiaud
81c4d667cb Github issues on doc 2018-09-02 10:22:39 +02:00
Raffi Enficiaud
4e736b88e2 Documentation years update 2018-01-18 14:04:03 +01:00
Raffi Enficiaud
e1b211f254 Documentation update for the new macros
- BOOST_TEST_GLOBAL_FIXTURE explained
- BOOST_TEST_GLOBAL_INITIALIZATION explained
- changed the examples, deprecating BOOST_GLOBAL_FIXTURE
- in the logger part, introduced the fact that BOOST_TEST_GLOBAL_INITIALIZATION should be used and no assertion is supported in this case
2017-06-23 14:54:56 +02:00
Raffi Enficiaud
b7492a43cd Added documentation and change log 2016-05-27 09:55:28 +02:00
Raffi Enficiaud
cf4389137c Doc: BOOST_DATA_TEST_CASE_F documentation 2016-02-18 21:43:17 +01:00
Raffi Enficiaud
ef36191365 Merge branch 'topic/various-doc-improvement' into develop
* topic/various-doc-improvement:
  Dates update
  Better wording and links
2016-01-27 23:40:43 +01:00
Raffi Enficiaud
a0718239eb Dates update 2016-01-27 08:40:16 +01:00
Raffi Enficiaud
9260f54650 Documentation on how to control the arity 2016-01-24 01:01:03 +01:00
Raffi Enficiaud
c54743e06d Merge branch 'topic/new-cla-cleaned' into topic/doc-list-labels-content-update
* topic/new-cla-cleaned:
  Allow some foreign token in between boost.test arguemnts for backward compatibility
  Copyright updates
  Doc: change log update
  C++03 compatibility
  Doc: updates for new cla
  Parameters updates for new cla
  Cleanup: utils namespace
  New CLA cont.
  Named parameters refactoring + tests
  New CLA

Conflicts:
	doc/runtime_configuration/runtime_config_reference.qbk
2015-10-27 10:15:18 +01:00
Raffi Enficiaud
d7d95289bf Doc: General content on list_labels/list_content switch
Doc: reference updates
Doc: shorter lines
2015-10-20 15:00:41 +02:00
Gennadiy Rozental
c40207eb98 Doc: updates for new cla 2015-10-20 15:00:24 +02:00
Gennadiy Rozental
b011e02349 copyright update 2015-10-19 14:14:43 +02:00
Raffi Enficiaud
5655c491a6 Revert "after testing"
This reverts commit a733f30a31.
2015-10-08 03:28:28 +02:00
Raffi Enficiaud
364649217d Revert "Copyright update"
This reverts commit 3906cc513f.
2015-10-08 03:26:40 +02:00
Gennadiy Rozental
3906cc513f Copyright update 2015-09-25 04:20:51 -04:00
Gennadiy Rozental
a733f30a31 after testing 2015-09-24 02:41:37 -04:00
Marek Kurdej
aeb67a50ca Fixed typos. Used U.S. spelling consistently. 2015-07-10 15:09:52 +02:00
Andrzej Krzemienski
d72c4d8a3a Doc: debug-friendly assertion variants 2015-06-30 00:42:42 +02:00
Gennadiy Rozental
9b58f32cf2 pushed new example naming scheme into qbk files 2015-06-13 01:41:41 -04:00
Raffi Enficiaud
ee939357e4 Fix links 2015-05-26 06:41:35 +02:00
Gennadiy Rozental
4dd5720db6 move FPC theory under "theory" subsection of FPC description 2015-05-25 16:13:21 -04:00
Gennadiy Rozental
6c6769ae71 nullary test case documentation update; web wisdom page added 2015-05-24 05:58:57 -04:00
Gennadiy Rozental
ca5e4f3328 copyright updated to "year" Boost.Test team 2015-05-23 00:34:24 -04:00
Gennadiy Rozental
e80d648e9c super = 2015-05-23 00:07:30 -04:00
Raffi Enficiaud
6d72d13800 Merge branch 'develop' of http://github.com/boostorg/test into develop 2015-05-22 20:09:29 +02:00
Andrzej Krzemienski
2266d872f5 Doc: simpler introduction
THe Introduction is now shorter. I removed one tutorial (it is in a non-included qbk file), and moved another one into Practical Usage Recommendations.
2015-05-22 18:06:46 +02:00
Raffi Enficiaud
9fbce934b0 Grouping specific comparison methods together
Attempt for reporting refactoring
2015-05-22 17:29:38 +02:00
Raffi Enficiaud
da1d6f6d69 Summary for decorators
Moving the tolerance decorator to the reference of the testing tools (+1 squashed commits)

Squashed commits:

[92f308a] Summary for decorators
2015-05-22 16:43:42 +02:00
Raffi Enficiaud
896dced090 Expected failures API now part of the "writing test" reference 2015-05-22 16:18:53 +02:00
Raffi Enficiaud
273582082a Renamed reference section 2015-05-22 16:08:21 +02:00
Raffi Enficiaud
05c76da99f Moving the reference doc of adv usage scenarios
Rename ref of adv usage scenarios
2015-05-22 16:08:20 +02:00
Raffi Enficiaud
fc0e055b1b tutorial integrated now 2015-05-22 15:58:11 +02:00
Raffi Enficiaud
74470185c9 Refactoring fixtures 2015-05-22 13:34:08 +02:00
Andrzej Krzemienski
d7849bd594 Doc: more changes to Adv Scenarios 2015-05-21 23:52:18 +02:00
Raffi Enficiaud
dffa9b5729 Moving and refactoring expected_failures 2015-05-21 18:07:42 +02:00
Raffi Enficiaud
06744f250f depends_on decorator refactored 2015-05-21 17:44:33 +02:00
Raffi Enficiaud
5c40d588f0 Moving precondition to a more suitable place 2015-05-21 17:22:06 +02:00
Raffi Enficiaud
5156be91ee decorator label 2015-05-21 17:04:45 +02:00
Raffi Enficiaud
a21c36b282 decorator timeout 2015-05-21 16:32:18 +02:00
Raffi Enficiaud
62e964d4ba Proper sections for enabled/disabled/enable_if
Changed the strategy for the narration though.
2015-05-21 16:24:39 +02:00
Raffi Enficiaud
d62c4f8057 Moving and renaming the tutorial part 2015-05-21 13:39:56 +02:00
Raffi Enficiaud
4067f7d2d2 Starting the split of the decorators into topics
Addressing some of the issues of Gennadiy and Andrzej
2015-05-21 10:00:29 +02:00
Gennadiy Rozental
3d8da0c03e changed examples styling 2015-05-21 02:48:32 -04:00
Raffi Enficiaud
38a10b5cca Renamed Users-guide to howtoread
Moved it under the intro
2015-05-21 01:23:16 +02:00
Raffi Enficiaud
e4e07792f9 Moving the runtime parameters to the reference section
Updating all the links and linking to sections instead
2015-05-20 10:55:15 +02:00
Raffi Enficiaud
1671873d6d Moving reference header under the reference section 2015-05-20 10:28:49 +02:00