RTXI  2.4
The Real-Time eXperiment Interface Documentation
Functions
plugin_tests.cpp File Reference
#include <plugin_tests.h>
#include <QString>
#include <typeinfo>
#include <filesystem>
#include <dlfcn.h>
#include <fakePlugin.h>
Include dependency graph for plugin_tests.cpp:

Go to the source code of this file.

Functions

 TEST_F (PluginManagerTest, getInstance)
 
 TEST_F (PluginManagerTest, load)
 
 TEST_F (PluginManagerTest, unload)
 
 TEST_F (PluginManagerTest, unloadAll)
 
 TEST_F (PluginManagerTest, foreachPlugin)
 
 TEST_F (PluginObjectTest, getLibrary)
 
 TEST_F (PluginObjectTest, unload)
 

Function Documentation

◆ TEST_F() [1/7]

TEST_F(PluginManagerTest ,
foreachPlugin  
)

Definition at line 72 of file plugin_tests.cpp.

Here is the call graph for this function:

◆ TEST_F() [2/7]

TEST_F(PluginManagerTest ,
getInstance  
)

Definition at line 27 of file plugin_tests.cpp.

Here is the call graph for this function:

◆ TEST_F() [3/7]

TEST_F(PluginManagerTest ,
load  
)

Definition at line 34 of file plugin_tests.cpp.

Here is the call graph for this function:

◆ TEST_F() [4/7]

TEST_F(PluginManagerTest ,
unload  
)

Definition at line 44 of file plugin_tests.cpp.

Here is the call graph for this function:

◆ TEST_F() [5/7]

TEST_F(PluginManagerTest ,
unloadAll  
)

Definition at line 58 of file plugin_tests.cpp.

Here is the call graph for this function:

◆ TEST_F() [6/7]

TEST_F(PluginObjectTest ,
getLibrary  
)

Definition at line 78 of file plugin_tests.cpp.

Here is the call graph for this function:

◆ TEST_F() [7/7]

TEST_F(PluginObjectTest ,
unload  
)

Definition at line 90 of file plugin_tests.cpp.