Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Functions | |
VTK_ADDON_EXPORT bool | CheckDoubleTolerance (int line, const std::string &description, double current, double expected, double tolerance) |
VTK_ADDON_EXPORT bool | CheckInt (int line, const std::string &description, int current, int expected) |
VTK_ADDON_EXPORT bool | CheckNotNull (int line, const std::string &description, const void *pointer) |
VTK_ADDON_EXPORT bool | CheckNull (int line, const std::string &description, const void *pointer) |
VTK_ADDON_EXPORT bool | CheckPointer (int line, const std::string &description, void *current, void *expected, bool errorIfDifferent=true) |
VTK_ADDON_EXPORT bool | CheckString (int line, const std::string &description, const char *current, const char *expected, bool errorIfDifferent=true) |
This module provides functions to facilitate writing tests.
Example:
Usually these test methods are used by single-line convenience macros defined in vtkAddonTestingMacros.h.
VTK_ADDON_EXPORT bool vtkAddonTestingUtilities::CheckDoubleTolerance | ( | int | line, |
const std::string & | description, | ||
double | current, | ||
double | expected, | ||
double | tolerance | ||
) |
VTK_ADDON_EXPORT bool vtkAddonTestingUtilities::CheckInt | ( | int | line, |
const std::string & | description, | ||
int | current, | ||
int | expected | ||
) |
VTK_ADDON_EXPORT bool vtkAddonTestingUtilities::CheckNotNull | ( | int | line, |
const std::string & | description, | ||
const void * | pointer | ||
) |
VTK_ADDON_EXPORT bool vtkAddonTestingUtilities::CheckNull | ( | int | line, |
const std::string & | description, | ||
const void * | pointer | ||
) |
VTK_ADDON_EXPORT bool vtkAddonTestingUtilities::CheckPointer | ( | int | line, |
const std::string & | description, | ||
void * | current, | ||
void * | expected, | ||
bool | errorIfDifferent = true |
||
) |
VTK_ADDON_EXPORT bool vtkAddonTestingUtilities::CheckString | ( | int | line, |
const std::string & | description, | ||
const char * | current, | ||
const char * | expected, | ||
bool | errorIfDifferent = true |
||
) |