ParCompMarkTest::TestPlugin Class Reference
#include <TestPlugin.h>
List of all members.
Detailed Description
Test suite for 
ParCompMark::Plugin. 
This is a CppUnit test suite for class ParCompMark::Plugin of project ParCompMark. 
Definition at line 56 of file TestPlugin.h.
Member Function Documentation
      
        
          | void ParCompMarkTest::TestPlugin::setUp            | 
          ( | 
                     | 
           )  | 
           | 
        
      
 
Sets up context before running a test. 
Definition at line 33 of file TestPlugin.cpp.
 
 
      
        
          | void ParCompMarkTest::TestPlugin::tearDown            | 
          ( | 
                     | 
           )  | 
           | 
        
      
 
 
      
        
          | void ParCompMarkTest::TestPlugin::test__checkError            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
 
      
        
          | void ParCompMarkTest::TestPlugin::test__getErrorMsg            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
 
      
        
          | void ParCompMarkTest::TestPlugin::test__getNeededLibs            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests method Plugin::_getNeededLibs(). 
Definition at line 121 of file TestPlugin.cpp.
 
 
      
        
          | void ParCompMarkTest::TestPlugin::test__loggerFunction_cvoid_p_cchar_p            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests method Plugin::_loggerFunction(const void * handle, const char * message). 
Definition at line 75 of file TestPlugin.cpp.
 
 
      
        
          | void ParCompMarkTest::TestPlugin::test__onLoad            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
 
      
        
          | void ParCompMarkTest::TestPlugin::test__onUnload            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
 
      
        
          | void ParCompMarkTest::TestPlugin::test__setLoggerFunction            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests method Plugin::_setLoggerFunction(). 
Definition at line 149 of file TestPlugin.cpp.
 
 
      
        
          | void ParCompMarkTest::TestPlugin::test__setPluginHandle            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests method Plugin::_setPluginHandle(). 
Definition at line 135 of file TestPlugin.cpp.
 
 
      
        
          | void ParCompMarkTest::TestPlugin::test_constructor_cPluginType_cstd__string_cstd__string            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests constructor Plugin::Plugin(const PluginType &type, const std::string &name, const std::string &filename). 
Definition at line 49 of file TestPlugin.cpp.
 
 
      
        
          | void ParCompMarkTest::TestPlugin::test_destructor            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests destructor Plugin::~Plugin(). 
Definition at line 63 of file TestPlugin.cpp.
 
 
      
        
          | void ParCompMarkTest::TestPlugin::test_finalize            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
 
      
        
          | void ParCompMarkTest::TestPlugin::test_initialize            | 
          ( | 
                     | 
           )  | 
           [protected] | 
        
      
 
Tests method Plugin::initialize(). 
Definition at line 93 of file TestPlugin.cpp.
 
 
The documentation for this class was generated from the following files: