17 #ifndef MITKTESTFIXTURE_H
18 #define MITKTESTFIXTURE_H
20 #include <cppunit/TestFixture.h>
23 #include <itksys/SystemTools.hxx>
113 if (itksys::SystemTools::FileIsFullPath(testData.c_str()))
122 std::vector<std::string> m_Parameter;
126 #endif // MITKTESTFIXTURE_H
DataCollection - Class to facilitate loading/accessing structured data.
static std::string GetTestDataFilePath(const std::string &testData)
Get the absolute path for test data.
std::vector< std::string > GetTestParameter() const
Get parameters for this test fixture.
Test fixture for parameterized tests.
A test caller for parameterized tests.