|
ADTF
|
#include <test_error_handling.h>
Public Member Functions | |
| cTestErrorHandling () | |
| ~cTestErrorHandling () | |
| std::vector< tResult > | GetCurrentErrors (bool bClear=true) |
Utility Class that registers itself as global ADTF error handler and records all errors.
| adtf::base::testing::vision::cTestErrorHandling::cTestErrorHandling | ( | ) |
Constructor.
| adtf::base::testing::vision::cTestErrorHandling::~cTestErrorHandling | ( | ) |
Destructor.
| std::vector< tResult > adtf::base::testing::vision::cTestErrorHandling::GetCurrentErrors | ( | bool | bClear = true | ) |
Returns the current errors.
| [in] | bClear | If true, the list will be cleared. |