test_plugin.cc
Go to the documentation of this file.
00001 #include <boost/test/auto_unit_test.hpp>
00002 
00003 #include <test/testsuite.hh>
00004 #include <typelib/pluginmanager.hh>
00005 
00006 using namespace Typelib;
00007 
00008 BOOST_AUTO_TEST_CASE( test_manager )
00009 {
00010     PluginManager::self manager;
00011     BOOST_REQUIRE_THROW(manager->importer("BLAH"), PluginNotFound);
00012 }
00013 


typelib
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Thu Jan 2 2014 11:38:41