AsyncInvoker test class. More...
#include <iostream>
#include <string>
#include <functional>
#include <cppunit/ui/text/TestRunner.h>
#include <cppunit/TextOutputter.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestAssert.h>
#include <coil/Async.h>
#include <coil/Time.h>
Go to the source code of this file.
Classes | |
class | A |
class | add_one_functor |
class | AsyncInvoker::AsyncInvokerTests |
Namespaces | |
namespace | AsyncInvoker |
Defines | |
#define | AsyncInvoker_cpp |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (AsyncInvoker::AsyncInvokerTests) |
#define AsyncInvoker_cpp |
Definition at line 18 of file AsyncInvokerTests.cpp.