#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <dlrTest/runnableObject.h>
#include <dlrTest/testException.h>
#include <dlrTest/testMacros.h>
Go to the source code of this file.
Classes | |
class | dlr::test::TestFixture< FixtureType > |
The TestFixture class helps with unit testing by coordinating the execution of a test suite. More... | |
Namespaces | |
namespace | dlr::test |
This namespace contains a unit testing library. |
Copyright (C) 2004-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file testFixture.h.