#include <cppunit/Exception.h>
#include <cppunit/TestSuite.h>
#include "DataTestCaller.h" [code]
#include <cppunit/portability/CppUnitVector.h>
Include dependency graph for DataTestSuite.h:

Go to the source code of this file.
Classes | |
| class | DataTestSuite< Fixture > |
| Generate a test for fixture method containing a number of data tests.
A data test suite is created when you want to run the same test over a number of different data tests (e.g in order to test different boundary conditions). More... | |