|
|
std::string | convertPixelPositionToString (const ipsdk::imaproc::attr::PixelPosition &pixPos, const image::ImageConstPtr &pImg) |
| |
|
std::string | convertImgComparisonTolToString (const imaproc::attr::ImgComparisonTolerance &tol) |
| |
|
BoolResult | convertImgComparisonResToBoolResult (const image::ImageConstPtr &pImg1, const image::ImageConstPtr &pImg2, const std::string &strPrefix, const std::string &strImg1VarName, const std::string &strImg2VarName) |
| |
|
BoolResult | convertImgComparison1Or2ResToBoolResult (const image::ImageConstPtr &pImg, const image::ImageConstPtr &pImgRef1, const image::ImageConstPtr &pImgRef2, const std::string &strPrefix, const std::string &strImgVarName, const std::string &strImgRef1VarName, const std::string &strImgRef2VarName) |
| |
|
BoolResult | convertImgComparisonResToBoolResult (const image::ImageConstPtr &pImg1, const image::ImageConstPtr &pImg2, const imaproc::attr::ImgComparisonToleranceConstPtr &pTol, const std::string &strPrefix, const std::string &strImg1VarName, const std::string &strImg2VarName) |
| |
|
BoolResult | convertImgComparison1Or2ResToBoolResult (const image::ImageConstPtr &pImg, const image::ImageConstPtr &pImgRef1, const image::ImageConstPtr &pImgRef2, const imaproc::attr::ImgComparisonToleranceConstPtr &pTol, const std::string &strPrefix, const std::string &strImgVarName, const std::string &strImgRef1VarName, const std::string &strImgRef2VarName) |
| |
|
IPSDKUNITTESTTOOLS_API const std::string & | getIPSDKUnitTestToolsLoggerName () |
| | Recovery of logger name associated to library.
|
| |
|
IPSDKUNITTESTTOOLS_API log4cplus::Logger & | getIPSDKUnitTestToolsLogger () |
| | Recovery of logger associated to library.
|
| |
|
IPSDKUNITTESTTOOLS_API const LogMessageManager & | getIPSDKUnitTestToolsLogMessageManager () |
| | Recovery of message manager associated to library.
|
| |
| IPSDKUNITTESTTOOLS_API void | notifyTestSuiteStart (const std::string &testSuiteName) |
| | function allowing to notify of test suite start More...
|
| |
| IPSDKUNITTESTTOOLS_API void | notifyTestCaseStart (const std::string &testCaseName) |
| | function allowing to notify of test case start More...
|
| |
| IPSDKUNITTESTTOOLS_API void | notifyTestSuccess (const std::string &testFilePath, const ipUInt32 testLineIdx, const std::string &testMsg) |
| | function allowing to notify of success of a given test More...
|
| |
| IPSDKUNITTESTTOOLS_API void | notifyTestWarning (const std::string &testFilePath, const ipUInt32 testLineIdx, const std::string &testMsg) |
| | function allowing to notify of warning for a given test More...
|
| |
| IPSDKUNITTESTTOOLS_API void | notifyTestFailure (const std::string &testFilePath, const ipUInt32 testLineIdx, const std::string &testMsg) |
| | function allowing to notify of failure of a given test More...
|
| |
| IPSDKUNITTESTTOOLS_API void | notifyTestException (const std::string &lastCheckPointFilePath, const ipUInt32 lastCheckPointLineIdx, const std::string &exceptionFunctionName, const std::string &exceptionFilePath, const ipUInt32 exceptionLineIdx, const std::string &exceptionMsg) |
| | function allowing to notify of exception during unit test More...
|
| |
| IPSDKUNITTESTTOOLS_API void | notifyTestCaseEnd () |
| | function allowing to notify of test case end More...
|
| |
| IPSDKUNITTESTTOOLS_API void | notifyTestSuiteEnd () |
| | function allowing to notify of test suite end More...
|
| |
| IPSDKUNITTESTTOOLS_API void | notifyTestEnd () |
| | function allowing to notify of test end More...
|
| |
|
boost::filesystem::path | getUTDataFilesRootDir () |
| | retrieve unit test data files root directory
|
| |
|
boost::filesystem::path | getUTConfigPath () |
| | retrieve unit test configuration directory
|
| |
|
boost::filesystem::path | getUTConfigCommonPath () |
| | retrieve unit test configuration common directory
|
| |
|
boost::filesystem::path | getUTDataPath () |
| | retrieve unit test data directory
|
| |
|
boost::filesystem::path | getUTDataCommonPath () |
| | retrieve unit test data common directory
|
| |
|
boost::filesystem::path | getUTImagesPath () |
| | retrieve unit test images directory
|
| |
|
boost::filesystem::path | getUTImagesCommonPath () |
| | retrieve unit test images common directory
|
| |
|
boost::filesystem::path | getUTResultsPath () |
| | retrieve unit test results directory
|
| |
|
boost::filesystem::path | getUTTmpPath () |
| | retrieve unit test temporary directory
|
| |
| IPSDKUNITTESTTOOLS_API boost::filesystem::path | getInternalDirectory (const eUTInternalDirectory &dirId) |
| | retrieve unit test internal directory More...
|
| |
| IPSDKUNITTESTTOOLS_API boost::filesystem::path | getExternalDirectory (const eUTExternalDirectory &dirId) |
| | retrieve unit test external directory More...
|
| |
|
|
IPSDKUNITTESTTOOLS_API void | initUnitTest (const std::string &testName, const ipUInt32 pythonMajorVersion, const ipUInt32 pythonMinorVersion, const boost::filesystem::path &projectRootDirectory, const boost::filesystem::path &outputResultFilePath, const boost::filesystem::path &unitTestLogResourceDir, bool bDisplayReport) |
| | function allowing to initialize unit test
|
| |
Namespace agregating IPSDK unit test routines and classes.