Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
icl_core
src
icl_core_testsuite
test_suite.h
Go to the documentation of this file.
1
// this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*-
2
3
// -- BEGIN LICENSE BLOCK ----------------------------------------------
4
// This file is part of FZIs ic_workspace.
5
//
6
// This program is free software licensed under the LGPL
7
// (GNU LESSER GENERAL PUBLIC LICENSE Version 3).
8
// You can find a copy of this license in LICENSE folder in the top
9
// directory of the source code.
10
//
11
// © Copyright 2016 FZI Forschungszentrum Informatik, Karlsruhe, Germany
12
//
13
// -- END LICENSE BLOCK ------------------------------------------------
14
15
//----------------------------------------------------------------------
22
//----------------------------------------------------------------------
23
#ifndef ICL_CORE_TESTSUITE_TEST_SUITE_H_INCLUDED
24
#define ICL_CORE_TESTSUITE_TEST_SUITE_H_INCLUDED
25
26
#include "
icl_core_testsuite/ImportExport.h
"
27
28
#ifdef _IC_BUILDER_DEPRECATED_STYLE_
29
# include "
icl_core/Deprecate.h
"
30
#endif
31
32
namespace
icl_core
{
33
34
enum
TestResultOutputType
35
{
36
eTROT_Text
,
39
eTROT_Compiler
,
43
eTROT_Xml
44
};
45
46
ICL_CORE_TESTSUITE_IMPORT_EXPORT
int
runCppunitTestSuite
(
TestResultOutputType
outputType =
eTROT_Compiler
);
47
49
#ifdef _IC_BUILDER_DEPRECATED_STYLE_
50
51
int
ICL_CORE_TESTSUITE_IMPORT_EXPORT
ICL_CORE_VC_DEPRECATE_STYLE
RunCppunitTestSuite(
TestResultOutputType
outputType =
eTROT_Compiler
)
52
ICL_CORE_GCC_DEPRECATE_STYLE
;
53
54
#endif
55
57
}
58
59
#endif
ICL_CORE_VC_DEPRECATE_STYLE
#define ICL_CORE_VC_DEPRECATE_STYLE
Definition:
Deprecate.h:53
Deprecate.h
Contains macros to deprecate classes, types, functions and variables.
icl_core::runCppunitTestSuite
int runCppunitTestSuite(TestResultOutputType outputType)
Definition:
test_suite.cpp:40
icl_core::eTROT_Text
Definition:
test_suite.h:36
icl_core::TestResultOutputType
TestResultOutputType
Definition:
test_suite.h:34
ICL_CORE_TESTSUITE_IMPORT_EXPORT
#define ICL_CORE_TESTSUITE_IMPORT_EXPORT
Definition:
testsuite/ImportExport.h:43
icl_core::eTROT_Xml
Definition:
test_suite.h:43
icl_core::eTROT_Compiler
Definition:
test_suite.h:39
ImportExport.h
Contains import/export definitions for the Win32 plattform.
icl_core
Definition:
Array2D.h:30
ICL_CORE_GCC_DEPRECATE_STYLE
#define ICL_CORE_GCC_DEPRECATE_STYLE
Definition:
Deprecate.h:54
fzi_icl_core
Author(s):
autogenerated on Mon Jun 10 2019 13:17:58