Version: 6.5.0
LifeCycleCORBATest.hxx
1 // Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License.
10 //
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 // Lesser General Public License for more details.
15 //
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 //
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 
23 #ifndef _LIFECYCLECORBATEST_HXX_
24 #define _LIFECYCLECORBATEST_HXX_
25 
26 #include <cppunit/extensions/HelperMacros.h>
27 
28 #include <SALOMEconfig.h>
29 #include CORBA_CLIENT_HEADER(SALOME_Component)
30 #include CORBA_CLIENT_HEADER(SALOME_TestComponent)
31 #include "SALOME_NamingService.hxx"
32 
33 class LifeCycleCORBATest : public CppUnit::TestFixture
34 {
35  CPPUNIT_TEST_SUITE( LifeCycleCORBATest );
50  CPPUNIT_TEST( testgetLocalFile_localComputer );
51  CPPUNIT_TEST( testgetLocalFile_remoteComputer );
52 // CPPUNIT_TEST( testFindOrLoad_Component_ );
53 // CPPUNIT_TEST( );
54 // CPPUNIT_TEST( );
55  CPPUNIT_TEST_SUITE_END();
56 
57 public:
58 
59  void setUp();
60  void tearDown();
61 
78 // void testFindOrLoad_Component_();
79 // void testFindOrLoad_Component_();
80 
81 protected:
82  std::string GetRemoteHost();
83  CORBA::ORB_var _orb;
85 };
86 
87 #endif
void testFindOrLoad_Component_UnknownInCatalog()
Definition: LifeCycleCORBATest.cxx:267
void tearDown()
Definition: LifeCycleCORBATest.cxx:105
void testFindOrLoad_Component_LaunchContainerHostname()
Definition: LifeCycleCORBATest.cxx:291
void setUp()
Definition: LifeCycleCORBATest.cxx:61
void testFindOrLoad_Component_SameInstance()
Definition: LifeCycleCORBATest.cxx:151
void testgetLocalFile_localComputer()
Definition: LifeCycleCORBATest.cxx:620
void testFindOrLoad_Component_ParamsContainerName()
Definition: LifeCycleCORBATest.cxx:473
A class to manage the SALOME naming service.
Definition: SALOME_NamingService.hxx:48
std::string GetRemoteHost()
Definition: LifeCycleCORBATest.cxx:672
void testFindOrLoad_Component_RemoteComputer()
Definition: LifeCycleCORBATest.cxx:508
void testFindOrLoad_Component_LaunchContainer()
Definition: LifeCycleCORBATest.cxx:123
void testFindOrLoad_Component_PythonSameInstance()
Definition: LifeCycleCORBATest.cxx:223
void testFindOrLoad_Component_PythonInCppContainer()
Definition: LifeCycleCORBATest.cxx:194
void testFindOrLoad_Component_UnknownMachine()
Definition: LifeCycleCORBATest.cxx:381
Definition: LifeCycleCORBATest.hxx:33
void testFindOrLoad_Component_ParamsEmpty()
Definition: LifeCycleCORBATest.cxx:416
void testFindOrLoad_Component_SameContainer()
Definition: LifeCycleCORBATest.cxx:320
void testFindOrLoad_Component_ParamsLocalContainer()
Definition: LifeCycleCORBATest.cxx:439
void testgetLocalFile_remoteComputer()
Definition: LifeCycleCORBATest.cxx:638
void testFindOrLoad_Component_ParamsRemoteComputer()
Definition: LifeCycleCORBATest.cxx:545
void testFindOrLoad_Component_ParamsRemoteComputer2()
Definition: LifeCycleCORBATest.cxx:583
Copyright © 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS