23 #ifndef _NAMINGSERVICETEST_HXX_
24 #define _NAMINGSERVICETEST_HXX_
26 #include <cppunit/extensions/HelperMacros.h>
27 #include "SALOME_NamingService.hxx"
29 #include <SALOMEconfig.h>
30 #include CORBA_SERVER_HEADER(nstest)
33 public virtual PortableServer::ServantBase
45 public virtual PortableServer::ServantBase
50 NSTEST::echo_ptr createInstance();
66 CPPUNIT_TEST( testResolveFirst );
92 CPPUNIT_TEST( testDestroyFullDirectory );
98 CPPUNIT_TEST_SUITE_END();
113 void testResolveFirst();
139 void testDestroyFullDirectory();
148 PortableServer::POA_var _root_poa;
149 PortableServer::POAManager_var _pman;
150 PortableServer::ObjectId_var _myFactoryId;
152 CORBA::Object_var _factoryRef;