Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkIOMimeTypes.h"
#include "mitkPropertyPersistenceInfo.h"
#include "mitkStringProperty.h"
#include "mitkTestFixture.h"
#include "mitkTestingMacros.h"
#include <limits>
Go to the source code of this file.
Functions | |
::std::string | testSerializeFunction (const mitk::BaseProperty *) |
mitk::BaseProperty::Pointer | testDeserializeFunction (const std::string &) |
mitk::BaseProperty::Pointer testDeserializeFunction | ( | const std::string & | ) |
Definition at line 26 of file mitkPropertyPersistenceInfoTest.cpp.
References mitk::PropertyPersistenceInfo::ANY_MIMETYPE_NAME(), mitk::IOMimeTypes::DEFAULT_BASE_NAME(), mitk::PropertyPersistenceDeserialization::deserializeToStringProperty(), info(), MITK_TEST, MITK_TEST_SUITE_REGISTRATION(), mitk::PropertyPersistenceInfo::New(), mitk::StringProperty::New(), mitk::PropertyPersistenceSerialization::serializeByGetValueAsString(), and testSerializeFunction().
::std::string testSerializeFunction | ( | const mitk::BaseProperty * | ) |
Definition at line 21 of file mitkPropertyPersistenceInfoTest.cpp.
Referenced by testDeserializeFunction().