25 std::string uid1_1, uid2_1;
27 uid1_1 = uidGen1->
GetUID();
31 uid2_1 = uidGen1->GetUID();
42 std::string uid1, uid2;
43 uid1 = uidGen->GetUID();
44 uid2 = uidGen->GetUID();
47 "Testing two UIDs from the same generator. Different UIDs are not allowed to be equal");
53 std::string uid1_1, uid2_1;
68 std::string uid1_1, uid2_1;
void severalGeneratorInstancesTest()
void newGeneratorInstancesTest()
section GeneralTestsDeprecatedOldTestingStyle Deprecated macros All tests with MITK_TEST_BEGIN()
void newGeneratorInstancesHeapTest()
#define MITK_TEST_CONDITION(COND, MSG)
void multipleUIDsFromSameGeneratorTest(int)
int mitkUIDGeneratorTest(int, char *[])