$search
#include "unit.hpp"
#include <Event.hpp>
#include <Logger.hpp>
#include <base/RunnableInterface.hpp>
#include <EventService.hpp>
#include <internal/DataSourceGenerator.hpp>
#include "eventservice_test.hpp"
#include <extras/SlaveActivity.hpp>
#include <string>
#include <boost/bind.hpp>
#include <boost/scoped_ptr.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testEventC) | |
BOOST_AUTO_TEST_CASE (testEmit3) | |
BOOST_AUTO_TEST_CASE (testEmit2) | |
BOOST_AUTO_TEST_CASE (testEmit1) | |
BOOST_AUTO_TEST_CASE (testEmit0) | |
BOOST_AUTO_TEST_CASE (testSetupEmit) | |
BOOST_AUTO_TEST_CASE (testSetupAsyn) | |
BOOST_AUTO_TEST_CASE (testSetupSyn) | |
BOOST_AUTO_TEST_CASE (testAddRemove) | |
void | Foo3 (string, double, bool) |
BOOST_AUTO_TEST_CASE | ( | testEventC | ) |
Definition at line 345 of file eventservice_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testEmit3 | ) |
Definition at line 307 of file eventservice_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testEmit2 | ) |
Definition at line 274 of file eventservice_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testEmit1 | ) |
Definition at line 245 of file eventservice_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testEmit0 | ) |
Definition at line 218 of file eventservice_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testSetupEmit | ) |
Definition at line 201 of file eventservice_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testSetupAsyn | ) |
Definition at line 185 of file eventservice_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testSetupSyn | ) |
Definition at line 169 of file eventservice_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testAddRemove | ) |
Definition at line 141 of file eventservice_test.cpp.
void Foo3 | ( | string | , | |
double | , | |||
bool | ||||
) |
Definition at line 341 of file eventservice_test.cpp.