IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UnitTestTypes.h
Go to the documentation of this file.
1 // UnitTestTypes.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKUNITTESTTOOLS_UNITTESTTYPES_H__
16 #define __IPSDKUNITTESTTOOLS_UNITTESTTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace unittest {
22 
25 
29 
31  (eTL_Python)
32 )
33 
34 
37 } // end of namespace unittest
38 } // end of namespace ipsdk
39 
40 #endif // __IPSDKUNITTESTTOOLS_UNITTESTTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eTestLanguage
Enumerate describing test base type.
Definition: UnitTestTypes.h:30
Python unit tests.
Definition: UnitTestTypes.h:34
C++ unit tests.
Definition: UnitTestTypes.h:32
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26