From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-04-17 13:29:30


Christoph Duelli <duelli <at> melosgmbh.de> writes:
> With 'better way for it', however, I really meant: can/should the setup of
> test cases be done inside those tests or is there a (better) way, perhaps
> some class with setup/tearDown overloads or so...

Boost.Test provides better alternative with use of test cases with fixtures.

Gennadiy