![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Configurator class allowing to initialize unit test framework. More...
#include <UnitTestConfigurator.h>
Public Types | |
| typedef void(* | CustomizeConfigurationFun) (ipsdk::core::LibraryUserConfiguration &libraryUserConfiguration) |
| type of function used to customize unit test configuration | |
Public Member Functions | |
| void | test_start (boost::unit_test::counter_t) |
| method called on unit test start | |
| void | test_finish (boost::unit_test::counter_t) |
| method called on unit test end | |
| void | test_aborted () |
| method called when unit test are aborted | |
Constructor and destructors | |
| UnitTestConfigurator (CustomizeConfigurationFun pCustomizeConfigurationFun) | |
| ~UnitTestConfigurator () | |
Protected Attributes | |
| CustomizeConfigurationFun | _pCustomizeConfigurationFun |
| function used to customize tests | |
| UnitTestLog * | _pUnitTestLog |
| HTML Unit test logger. | |
| bool | _bDisplayReport |
| Flag indicating if we display the HTML report. | |
Configurator class allowing to initialize unit test framework.
1.8.14