13 #ifndef MITKTESTFIXTURE_H 14 #define MITKTESTFIXTURE_H 16 #include <cppunit/TestFixture.h> 19 #include <itksys/SystemTools.hxx> 109 if (itksys::SystemTools::FileIsFullPath(testData.c_str()))
118 std::vector<std::string> m_Parameter;
122 #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.
Test fixture for parameterized tests.
std::vector< std::string > GetTestParameter() const
Get parameters for this test fixture.
A test caller for parameterized tests.