20 CPPUNIT_TEST_SUITE(mitkProgressBarTestSuite);
22 CPPUNIT_TEST_SUITE_END();
25 void TestInstantiation()
28 CPPUNIT_ASSERT_MESSAGE(
"Single instance can be created on demand", pb.IsNotNull());
MITK_TEST_SUITE_REGISTRATION(mitkImageToItk)
#define MITK_TEST(TESTMETHOD)
Adds a test to the current test suite.
static ProgressBar * GetInstance()
static method to get the GUI dependent ProgressBar-instance so the methods for steps to do and progre...
Test fixture for parameterized tests.