libmoost
/home/mhx/git/github/libmoost/test/pdl/test_pdl.cpp File Reference
#include <vector>
#include <deque>
#include <string>
#include <boost/test/unit_test.hpp>
#include "../../include/moost/pdl/dynamic_library.h"
#include "../../include/moost/utils/foreach.hpp"
#include "../../include/moost/testing/error_matcher.hpp"
#include "test_interface.h"
Include dependency graph for test_pdl.cpp:

Go to the source code of this file.

Functions

void pdl_test_event (const std::string &event)
 BOOST_AUTO_TEST_CASE (load_library)
 BOOST_AUTO_TEST_CASE (load_library_multi)
 BOOST_AUTO_TEST_CASE (multi_instances)
 BOOST_AUTO_TEST_CASE (pdl_error)

Function Documentation

BOOST_AUTO_TEST_CASE ( load_library  )

Definition at line 200 of file test_pdl.cpp.

BOOST_AUTO_TEST_CASE ( load_library_multi  )

Definition at line 220 of file test_pdl.cpp.

BOOST_AUTO_TEST_CASE ( multi_instances  )

Definition at line 243 of file test_pdl.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( pdl_error  )

Definition at line 288 of file test_pdl.cpp.

Here is the call graph for this function:

void pdl_test_event ( const std::string &  event)

Copyright © 2008-2013 Last.fm Limited

This file is part of libmoost.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Definition at line 195 of file test_pdl.cpp.

Here is the caller graph for this function: