]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/tutorials/web_wisdom.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / test / doc / tutorials / web_wisdom.qbk
1 [/
2 / Copyright (c) 2015 Boost.Test contributors
3 /
4 / Distributed under the Boost Software License, Version 1.0. (See accompanying
5 / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 /]
7
8 [section:web_wisdom Web Wisdom]
9
10 If you can't find answer to the question you have on these pages, it is quite possible someone already faced an issue similar to yours
11 and posted about this online. This page gathers a few of the additional materials you may review.
12
13 [note The following material is provided "as is". The views, implementation or methods expressed are their respective authors and
14 do not necessarily represent positions of the Boost.Test contributors, and might be outdated.]
15
16 * [@http://stackoverflow.com/search?q=boost+test Stack overflow Boost.Test related questions]
17 * [@http://www.ibm.com/developerworks/aix/library/au-ctools1_boost/?S_TACT=105AGY20&S_CMP=HP Get to know the Boost unit test framework (from IBM)]
18 * [@http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/ C++ Unit Testing With Boost.Test]
19 * [@http://www.beroux.com/english/articles/boost_unit_testing/ C++ Unit Testing Framework: A Boost Test Tutorial]
20 * [@http://praveen.kumar.in/2010/04/30/introduction-to-test-driven-development-in-c-using-boost-test-library/
21 Introduction to Test-Driven Development in C++ using Boost Test Library]
22 * C++ Unit Tests With Boost.Test:
23 [@https://legalizeadulthood.wordpress.com/2009/07/04/c-unit-tests-with-boost-test-part-1/ part 1],
24 [@https://legalizeadulthood.wordpress.com/2009/07/05/c-unit-tests-with-boost-test-part-2/ part 2],
25 [@https://legalizeadulthood.wordpress.com/2009/07/05/c-unit-tests-with-boost-test-part-3/ part 3],
26 [@https://legalizeadulthood.wordpress.com/2009/07/05/c-unit-tests-with-boost-test-part-4/ part 4],
27 [@https://legalizeadulthood.wordpress.com/2009/07/05/c-unit-tests-with-boost-test-part-5/ part 5]
28 * [@http://alexott.net/en/cpp/CppTestingIntro.html Test-driven development and unit testing with examples in C++]
29 * [@http://www.hpfsc.de/default.php?url=./boosttest/index.html How to use Boost Test for automated testing]
30 * [@http://www.abauchu.net/blog/post/2009/12/02/Unit-tests-with-BoostTest Unit tests with Boost.Test]
31
32 * [@http://richarddingwall.name/2008/06/08/boost-how-do-i-write-a-unit-test-for-a-signal/
33 Boost: How do I write a unit test for a signal?]
34 * [@https://chuckaknight.wordpress.com/2013/04/18/testing-using-the-boost-unit-test-framework
35 Testing Using the Boost Unit Test Framework]
36 * [@https://sanecpp.wordpress.com/2014/10/08/introduction-to-unit-testing/ Introduction to unit testing]
37 * [@http://www.alittlemadness.com/2009/12/04/using-boost-test-with-boost-build/ Using Boost.Test with Boost.Build]
38 * [@http://www.alittlemadness.com/2009/12/10/boost-test-xml-reports-with-boost-build/ Boost.Test XML Reports with Boost.Build]
39 * [@http://edn.embarcadero.com/article/32703 Boost Unit Testing with C++BuilderX]
40 * [@http://www.sharprobotica.com/2010/04/including-boost-test-in-your-c-project/ Including Boost.Test in Your C++ Project]
41 * [@http://bitten.edgewall.org/wiki/BoostTest Using Boost.Test in Bitten]
42 * [@http://seandenigris.com/blog/?p=187 Automate acceptance/unit testing C++ in Xcode (using Boost.Test)]
43 * [@http://www.codeproject.com/Articles/368966/Automation-of-running-Boost-Test-with-Visual-Studi
44 Automation of running Boost.Test with Visual Studio macros]
45 * [@http://richarddingwall.name/2008/06/01/using-the-boost-unit-test-framework-with-xcode-3/ Using the Boost Unit Test Framework with Xcode 3]
46 * [@http://www.lonecpluspluscoder.com/2014/09/some-boost-test-notes/ Some Boost.Test notes]
47 * [@http://www.devexp.ru/2010/01/boost-test-yunit-testirovanie-i-cmake/ Boost.Test tutorial (in Russian)]
48 * Boost Test. Setup and usage ([@http://blog.yastrebkov.com/2009/07/boost-test.html Russian],
49 [@http://blog.yastrebkov.com/2010/07/boost-test-setup-and-usage.html English])
50 * [@http://www.ncbi.nlm.nih.gov/toolkit/doc/book/ch_boost/ Using the Boost Unit Test Framework]
51 * [@http://endl.ch/content/gallio-adapter-boosttest Gallio adapter for Boost.Test]
52 * [@http://sindicollo.blogspot.com/2008/11/boosttest.html Russian translation of small tutorial to Boost.Test]
53 * [@http://www.eld.leidenuniv.nl/~moene/Home/projects/testdox/boosttest/ Customizing the output log and report format]
54 * [@https://github.com/etas/vs-boost-unit-test-adapter Boost Test Adapter] (Boost.Test extension for Microsoft Visual Studio, also
55 available from [@https://visualstudiogallery.msdn.microsoft.com/5f4ae1bd-b769-410e-8238-fb30beda987f here]).
56
57 [endsect] [/section:web_wisdom]