#include "TestToolBox/CommonSources/CommonDefinitions.h"
#include "TestToolBox/CommonSources/ObjectLock.h"
#include <map>
#include <list>
#include <set>
Go to the source code of this file.
Classes | |
struct | TestToolBox::HandlingInstruction |
Stores instructions how to react when an error occures. More... | |
class | TestToolBox::ErrorEvent< T_CATEGORY, T_ERROR_ID, T_SEVERITY > |
This class represents a single error event. More... | |
class | TestToolBox::ErrorEvents< T_CATEGORY, T_ERROR_ID, T_SEVERITY > |
This class stores the error events as they occure during test execution. For more info about usage see Using ErrorEvents. More... | |
Enumerations | |
enum | DefaultSeverity { S_UNKNOWN, S_INFO, S_WARNING, S_ERROR, S_FATAL_ERROR } |
Severity classification for an error. | |
enum | NotificationAction { ACTION_NOT_SPECIFIED, ACTION_INFO, ACTION_ERROR_CONTINUE_TEST_CASE, ACTION_ERROR_BREAK_TEST_CASE, ACTION_IGNORE } |
Possible actions to execute. |