ExtensionsForBoostTest/BoostDefaultTestEnvironment.h File Reference
#include "TestToolBox/SynchronizerImpl.h"
#include "TestToolBox/EnvironmentImpl.h"
#include "TestToolBox/TestEventsImpl.h"
#include "TestToolBox/ErrorEventsImpl.h"
#include "TestToolBox/ProtocolImpl.h"
#include "TestToolBox/TestTimeImpl.h"
#include "TestToolBox/ExtensionsForBoostTest/BoostEventReceiverForSynchronizer.h"
#include "TestToolBox/ExtensionsForBoostTest/BoostEventReceiverForTestEvents.h"
#include <iostream>
#include <boost/thread.hpp>
Go to the source code of this file.
Detailed Description
- Author:
- Gerald Fahrnholz
Define Documentation
#define TTB_TEST_CASE |
( |
DESC |
|
) |
|
Value:TestToolBox::TestEvents::Get()->CheckForUnexpectedEvents ("next test case", __FILE__,__LINE__); \
BOOST_CHECK(TestToolBox::TestEvents::Get()->CurTestIsStillOk()); \
TestToolBox::TestEvents::Get()->StartNewTestCase(DESC);