Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testFindOrLoad_Component_LaunchContainer () |
void | testFindOrLoad_Component_SameInstance () |
void | testFindOrLoad_Component_PythonInCppContainer () |
void | testFindOrLoad_Component_PythonSameInstance () |
void | testFindOrLoad_Component_UnknownInCatalog () |
void | testFindOrLoad_Component_LaunchContainerHostname () |
void | testFindOrLoad_Component_SameContainer () |
void | testFindOrLoad_Component_UnknownMachine () |
void | testFindOrLoad_Component_ParamsEmpty () |
void | testFindOrLoad_Component_ParamsLocalContainer () |
void | testFindOrLoad_Component_ParamsContainerName () |
void | testFindOrLoad_Component_RemoteComputer () |
void | testFindOrLoad_Component_ParamsRemoteComputer () |
void | testFindOrLoad_Component_ParamsRemoteComputer2 () |
void | testgetLocalFile_localComputer () |
void | testgetLocalFile_remoteComputer () |
Protected Member Functions | |
std::string | GetRemoteHost () |
Protected Attributes | |
CORBA::ORB_var | _orb |
SALOME_NamingService | _NS |
void LifeCycleCORBATest::setUp | ( | ) |
Set Trace mecanism
void LifeCycleCORBATest::tearDown | ( | ) |
void LifeCycleCORBATest::testFindOrLoad_Component_LaunchContainer | ( | ) |
Check FindOrLoad_Component.
void LifeCycleCORBATest::testFindOrLoad_Component_SameInstance | ( | ) |
Check FindOrLoad_Component.
void LifeCycleCORBATest::testFindOrLoad_Component_PythonInCppContainer | ( | ) |
Check FindOrLoad_Component with Python Component on C++ Container load an engine, check that the CORBA object is not null.
void LifeCycleCORBATest::testFindOrLoad_Component_PythonSameInstance | ( | ) |
Check FindOrLoad_Component with Python Component on C++ Container
void LifeCycleCORBATest::testFindOrLoad_Component_UnknownInCatalog | ( | ) |
Check FindOrLoad_Component with a component name not in catalog. See list of catalog given to module catalog server. Here, we work with KERNEL_SRC/resources/KERNELCatalog.xml that contains only KERNEL, SalomeTestComponent and SALOME_TestComponentPy
void LifeCycleCORBATest::testFindOrLoad_Component_LaunchContainerHostname | ( | ) |
Check FindOrLoad_Component with hostname given
void LifeCycleCORBATest::testFindOrLoad_Component_SameContainer | ( | ) |
Check FindOrLoad_Component with and without local hostname given. We must get the same container, the same instance of component
void LifeCycleCORBATest::testFindOrLoad_Component_UnknownMachine | ( | ) |
Check FindOrLoad_Component: check behaviour when ask for an unknown computer We must catch a Salome Exception with "unknown host" message
void LifeCycleCORBATest::testFindOrLoad_Component_ParamsEmpty | ( | ) |
Check FindOrLoad_Component, empty params must give an instance
void LifeCycleCORBATest::testFindOrLoad_Component_ParamsLocalContainer | ( | ) |
Check FindOrLoad_Component params = local container
void LifeCycleCORBATest::testFindOrLoad_Component_ParamsContainerName | ( | ) |
Check FindOrLoad_Component params = containerName
void LifeCycleCORBATest::testFindOrLoad_Component_RemoteComputer | ( | ) |
Check FindOrLoad_Component on remote computer
void LifeCycleCORBATest::testFindOrLoad_Component_ParamsRemoteComputer | ( | ) |
Check FindOrLoad_Component with params on remote computer params empty except hostname
void LifeCycleCORBATest::testFindOrLoad_Component_ParamsRemoteComputer2 | ( | ) |
Check FindOrLoad_Component with params on remote computer params empty except hostname and container_name
void LifeCycleCORBATest::testgetLocalFile_localComputer | ( | ) |
Check SALOME_FileTransferCORBA on local machine
void LifeCycleCORBATest::testgetLocalFile_remoteComputer | ( | ) |
Check SALOME_FileTransferCORBA on remote machine
|
protected |
Check FindOrLoad_Component params = containerName
Get a remote HostName in the Resource Catalog