Medical Imaging Interaction Toolkit
2016.11.0
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 77 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 28 of file mitkGenericPropertyTest.cpp.
References MITK_TEST_CONDITION_REQUIRED, and mitk::New().