#include "TestToolBox\CommonSources\CommonDefinitions.h"
Go to the source code of this file.
Classes | |
struct | TestToolBox::IEventReceiver |
This interface is used to convert a textual TestEvent into a message suitable for the specific test environment (e.g. within Boost test a Boost macro will be called). More... | |
Enumerations | |
enum | EventContext { TestToolBox::CTX_NO_CONTEXT = 0x8000, TestToolBox::CTX_TIMEOUT_ELAPSED = 0x0001, TestToolBox::CTX_TOO_MANY_EVENTS = 0x0002, TestToolBox::CTX_UNEXPECTED_EVENTS = 0x0004, TestToolBox::CTX_PROT = 0x0008, TestToolBox::CTX_INFO = 0x0010, TestToolBox::CTX_WARNING = 0x0020, TestToolBox::CTX_ERROR = 0x0040, TestToolBox::CTX_FATAL_ERROR = 0x0080, TestToolBox::CTX_TEST_EVENT = 0x0100, TestToolBox::CTX_ALL = 0xfff8, TestToolBox::CTX_ONLY_ERROR = CTX_ERROR | CTX_FATAL_ERROR } |
Context info which may optionally be available for a TestEvent. The values may be combined to a bit combination. |