#include <set>
Go to the source code of this file.
Namespaces | |
namespace | dlr::test |
This namespace contains a unit testing library. | |
Functions | |
void | dlr::test::private_registerTestFixture (RunnableObject &testFixture) |
void | dlr::test::private_unregisterTestFixture (RunnableObject &testFixture) |
void | dlr::test::registerTestFixture (RunnableObject &testFixture) |
This function Registers a test fixture with the pre-written main() function so that it will be run automatically if the user chooses to link with libdlrTestAutoMain. | |
void | dlr::test::unregisterTestFixture (RunnableObject &testFixture) |
This function unregisters a test fixture with the pre-written main() function so that it will not be be run automatically if the user chooses to link with libdlrTestAutoMain. |
Copyright (C) 2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file autoregister.h.