Elaboradar 0.1
|
Base class for test fixtures. Continua...
#include <tests.h>
Base class for test fixtures.
A fixture will have a constructor and a destructor to do setup/teardown, and a reset() function to be called inbetween tests.
Fixtures do not need to descend from Fixture: this implementation is provided as a default for tests that do not need one, or as a base for fixtures that do not need reset().