2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-27 17:22:21 +00:00
Commit Graph

105 Commits

Author SHA1 Message Date
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
BenWiederhake
cbc7db5472 Documentation enhancement: missing linebreak. 2015-08-17 22:33:50 +02:00
BenWiederhake
fcded0798d Documentation enhancement 2015-08-17 22:33:02 +02:00
Marek Kurdej
aeb67a50ca Fixed typos. Used U.S. spelling consistently. 2015-07-10 15:09:52 +02:00
Marek Kurdej
01294f9738 Fix type fixure -> fixture. 2015-06-23 16:55:36 +02:00
Gennadiy Rozental
9b58f32cf2 pushed new example naming scheme into qbk files 2015-06-13 01:41:41 -04:00
Gennadiy Rozental
4dd5720db6 move FPC theory under "theory" subsection of FPC description 2015-05-25 16:13:21 -04:00
Gennadiy Rozental
d4ad280e7b . 2015-05-25 15:32:32 -04:00
Gennadiy Rozental
b54597c6b8 . 2015-05-25 15:31:01 -04:00
Raffi Enficiaud
6825c30039 Dead link on the Fibonacci example. To be ressurrected in another form 2015-05-25 15:19:43 +02:00
Gennadiy Rozental
cfa7ee3df7 fixture updated 2015-05-25 04:07:44 -04:00
Gennadiy Rozental
75515e8100 decorators updated 2015-05-25 02:46:06 -04:00
Raffi Enficiaud
0b43284ed8 removed unexplainable mention 2015-05-24 17:11:38 +02:00
Gennadiy Rozental
6c6769ae71 nullary test case documentation update; web wisdom page added 2015-05-24 05:58:57 -04:00
Raffi Enficiaud
5b0c4a64e6 Merge pull request #64 from akrzemi1/develop
Doc: more on test case ordering
2015-05-23 10:15:32 +02:00
Gennadiy Rozental
bec860b3d9 decorator description slightly updated; examples fixed 2015-05-23 02:07:50 -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
Andrzej Krzemienski
2120d8bbae Doc: more on test case ordering 2015-05-22 22:32:08 +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
a85aeca630 Renamed summary 2015-05-22 16:18:16 +02:00
Raffi Enficiaud
04d7243dd3 Changing summaries 2015-05-22 13:38:55 +02:00
Raffi Enficiaud
74470185c9 Refactoring fixtures 2015-05-22 13:34:08 +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
e47b92beb7 typo 2015-05-21 17:09:59 +02:00
Raffi Enficiaud
9253d55dcf ran->run 2015-05-21 17:09:49 +02:00
Raffi Enficiaud
5156be91ee decorator label 2015-05-21 17:04:45 +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
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
Raffi Enficiaud
bffd6dd679 Information is not plural 2015-05-21 09:39:02 +02:00
Raffi Enficiaud
db788d01a7 allows it 2015-05-21 01:47:46 +02:00
Raffi Enficiaud
6c3a6811a1 reworked the declaration and organization part 2015-05-21 01:15:22 +02:00
Raffi Enficiaud
3881afec1e Merge branch 'doc_new_organization' into develop
Conflicts:
	doc/test_organization/parametric_test_case_generation.qbk

Clarified TOC
2015-05-20 09:44:35 +02:00
Raffi Enficiaud
dfa3823a18 rephrasing and links 2015-05-19 20:55:00 +02:00
Raffi Enficiaud
5023e2a7b7 Moving the tests management reference to the end, splitting the summary 2015-05-19 17:36:38 +02:00
Raffi Enficiaud
ba30f15178 File rename 2015-05-19 17:29:32 +02:00
Raffi Enficiaud
bf08f61956 removing a level of TOC by removing "Users guide" from the parent 2015-05-19 17:08:15 +02:00
Raffi Enficiaud
f220b9ec0d Merge pull request #55 from akrzemi1/develop
Doc: tolerance in BOOST_TEST
2015-05-11 19:19:24 +02:00
Raffi Enficiaud
95d744d1ad Some BOOST_CHECK remaining 2015-05-11 18:12:50 +02:00
Raffi Enficiaud
600341cb93 Renaming the dataset example files 2015-05-11 18:08:45 +02:00
Raffi Enficiaud
efc8d826c3 Moving the data driven test case before parameterized test cases. 2015-05-11 18:08:39 +02:00
Andrzej Krzemienski
8d09bc9023 Doc: tolerance in BOOST_TEST 2015-05-11 17:36:48 +02:00
Andrzej Krzemienski
9bc26206fe Doc: decorators and test case template 2015-05-04 23:44:28 +02:00
Andrzej Krzemienski
cda704b8b6 Doc: decorator and data-driven test cases 2015-05-04 22:44:03 +02:00
Raffi Enficiaud
432a605451 Going to the line 2015-04-30 00:34:19 +02:00
Andrzej Krzemienski
5771676f4f Doc: fixed decorator examples 2015-04-29 16:21:12 +02:00