Boost.Test: Looking for a working non-Trivial Test Suite Example / Tutorial

Posted by Robert S. Barnes on Stack Overflow See other posts from Stack Overflow or by Robert S. Barnes
Published on 2010-05-25T15:29:50Z Indexed on 2010/05/25 15:31 UTC
Read the original article Hit count: 209

Filed under:
|
|
|
|

The Boost.Test documentation and examples don't really seem to contain any non-trivial examples and so far the two tutorials I've found here and here while helpful are both fairly basic.

I would like to have a master test suite for the entire project, while maintaining per module suites of unit tests and fixtures that can be run independently. I'll also be using a mock server to test various networking edge cases.

I'm on Ubuntu 8.04, but I'll take any example Linux or Windows since I'm writing my own makefiles anyways.

© Stack Overflow or respective owner

Related posts about c++

Related posts about unit-testing