24 CPPUNIT_TEST_SUITE(mitkProgressBarTestSuite);
26 CPPUNIT_TEST_SUITE_END();
29 void TestInstantiation()
32 CPPUNIT_ASSERT_MESSAGE(
"Single instance can be created on demand", pb.IsNotNull());
itk::SmartPointer< Self > Pointer
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.