IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UnitTestConfig.h
Go to the documentation of this file.
1 // UnitTestConfig.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKUNITTESTTOOLS_UNITTESTCONFIG_H__
16 #define __IPSDKUNITTESTTOOLS_UNITTESTCONFIG_H__
17 
19 
20 namespace ipsdk {
21 namespace unittest {
22 
26 
27 inline boost::filesystem::path
29 {
30  // retrieve requested directory
32 }
33 
37 
38 inline boost::filesystem::path
40 {
41  // retrieve requested directory
43 }
44 
48 
49 inline boost::filesystem::path
51 {
52  // retrieve requested directory
54 }
55 
59 
60 inline boost::filesystem::path
62 {
63  // retrieve requested directory
65 }
66 
70 
71 inline boost::filesystem::path
73 {
74  // retrieve requested directory
76 }
77 
81 
82 inline boost::filesystem::path
84 {
85  // retrieve requested directory
87 }
88 
92 
93 inline boost::filesystem::path
95 {
96  // retrieve requested directory
98 }
99 
103 
104 inline boost::filesystem::path
106 {
107  // retrieve requested directory
109 }
110 
114 
115 inline boost::filesystem::path
117 {
118  // retrieve requested directory
120 }
121 
124 
125 } // end of namespace unittest
126 } // end of namespace ipsdk
127 
128 #endif // __IPSDKUNITTESTTOOLS_UNITTESTCONFIG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Unit test configuration root directory.
Definition: UnitTestPathTypes.h:34
boost::filesystem::path getUTImagesPath()
retrieve unit test images directory
Definition: UnitTestConfig.h:83
Unit test temporary root directory.
Definition: UnitTestPathTypes.h:58
boost::filesystem::path getUTDataFilesRootDir()
retrieve unit test data files root directory
Definition: UnitTestConfig.h:28
boost::filesystem::path getUTConfigCommonPath()
retrieve unit test configuration common directory
Definition: UnitTestConfig.h:50
Unit test data root common directory.
Definition: UnitTestPathTypes.h:42
Unit test images root common directory.
Definition: UnitTestPathTypes.h:46
IPSDKUNITTESTTOOLS_API boost::filesystem::path getInternalDirectory(const eUTInternalDirectory &dirId)
retrieve unit test internal directory
boost::filesystem::path getUTConfigPath()
retrieve unit test configuration directory
Definition: UnitTestConfig.h:39
Functions allowing to manage UnitTest directories and paths.
Unit test data root directory.
Definition: UnitTestPathTypes.h:40
boost::filesystem::path getUTResultsPath()
retrieve unit test results directory
Definition: UnitTestConfig.h:105
boost::filesystem::path getUTImagesCommonPath()
retrieve unit test images common directory
Definition: UnitTestConfig.h:94
boost::filesystem::path getUTDataCommonPath()
retrieve unit test data common directory
Definition: UnitTestConfig.h:72
Unit test results root directory.
Definition: UnitTestPathTypes.h:56
IPSDKUNITTESTTOOLS_API boost::filesystem::path getExternalDirectory(const eUTExternalDirectory &dirId)
retrieve unit test external directory
Unit test configuration common directory.
Definition: UnitTestPathTypes.h:36
Unit test images root directory.
Definition: UnitTestPathTypes.h:44
boost::filesystem::path getUTTmpPath()
retrieve unit test temporary directory
Definition: UnitTestConfig.h:116
Unit test data files root directory.
Definition: UnitTestPathTypes.h:32
boost::filesystem::path getUTDataPath()
retrieve unit test data directory
Definition: UnitTestConfig.h:61