|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkGenericProperty.h"#include "mitkNumericTypes.h"#include "mitkProperties.h"#include "mitkStringProperty.h"#include "mitkTestingMacros.h"#include <iostream>#include <string>Go to the source code of this file.
Functions | |
| template<typename T > | |
| int | TestGenericPropertyForDataType (typename T::ValueType testValue1, typename T::ValueType testValue2, std::string testValue1AsString, std::string testValue2AsString, std::string type) |
| int | mitkGenericPropertyTest (int, char *[]) |
| int mitkGenericPropertyTest | ( | int | , |
| char * | [] | ||
| ) |
Definition at line 73 of file mitkGenericPropertyTest.cpp.
References MITK_TEST_BEGIN(), and MITK_TEST_END().
| int TestGenericPropertyForDataType | ( | typename T::ValueType | testValue1, |
| typename T::ValueType | testValue2, | ||
| std::string | testValue1AsString, | ||
| std::string | testValue2AsString, | ||
| std::string | type | ||
| ) |
Definition at line 24 of file mitkGenericPropertyTest.cpp.
References MITK_TEST_CONDITION_REQUIRED.