Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

How To Read This Documentation

This documentation provides material for both new users and advanced users. If you are completely new to automated testing, you may wish to read Wikipedia's article on test-driven development and consult the online book xUnit Test Patterns. The amount of information available on automated testing has exploded in the past decade and these are only some suggested starting points and not intended to be an exhaustive list.

To get started quickly writing your first test, read the tutorial sections. For advice on designing and maintaining your tests, read the section on test case design. For advanced uses of the library, consult the reference.


PrevUpHomeNext