#include <string>
Go to the source code of this file.
Functions | |
| void | RegisterCompoInternal (const std::string &compoName, const std::string &compoIOR) |
| std::string | RetrieveCompoInternal (const std::string &compoName) |
| void | GenerateViolentMemoryFaultForTestPurpose () |
| This method generates a SIGSEGV to test robustness of higher level layers. More... | |
| void | GenerateDeadLockForTestPurpose () |
| This method leads to a deadlock to test robustness of higher level layers. More... | |
| void | EntryForDebuggerBreakPoint () |
| This method wrapped into Python is useful to have a break point in C++ when complex python script is invoked in the stack. More... | |
| void EntryForDebuggerBreakPoint | ( | ) |
This method wrapped into Python is useful to have a break point in C++ when complex python script is invoked in the stack.
| void GenerateDeadLockForTestPurpose | ( | ) |
This method leads to a deadlock to test robustness of higher level layers.
References global_mut, and goForLock().
| void GenerateViolentMemoryFaultForTestPurpose | ( | ) |
This method generates a SIGSEGV to test robustness of higher level layers.
References TestSalomeSDS1::a.
| void RegisterCompoInternal | ( | const std::string & | compoName, |
| const std::string & | compoIOR | ||
| ) |
References KERNEL::getORB(), KERNEL_PY.batchmode_salome::obj, salome::orb, and KERNEL::RegisterCompo().
| std::string RetrieveCompoInternal | ( | const std::string & | compoName | ) |
References KERNEL::getORB(), KERNEL_PY.batchmode_salome::obj, salome::orb, and KERNEL::RetrieveCompo().