public class XmlComponentClientTest extends ComponentClientTestCase
acsCorba, m_acsManagerProxy, m_logger, m_managerLoc| Constructor and Description |
|---|
XmlComponentClientTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp()
Starts CORBA in the client process and connects to the manager and logger.
|
protected void |
tearDown()
Releases all previously obtained components (using manager), logs out from the manager,
and terminates the CORBA ORB.
|
void |
testOffshoot() |
void |
testOffshootJ() |
void |
testOffshootJFromXmlComponentJ() |
connectToManager, getContainerServices, getFullName, getLogReceiver, initRemoteLogging, runTestpublic XmlComponentClientTest()
throws java.lang.Exception
java.lang.Exceptionprotected void setUp()
throws java.lang.Exception
ComponentClientTestCase
Subclasses that override this method must call super.setUp(),
likely before any other code in that method.
setUp in class ComponentClientTestCasejava.lang.Exceptionjunit.framework.TestCase#setUp()protected void tearDown()
throws java.lang.Exception
ComponentClientTestCase
Subclasses that override this method must call super.tearDown(), likely after any other code in that method.
tearDown in class ComponentClientTestCasejava.lang.Exceptionjunit.framework.TestCase#tearDown()public void testOffshoot()
throws java.lang.Exception
java.lang.Exceptionpublic void testOffshootJ()
throws java.lang.Exception
java.lang.Exceptionpublic void testOffshootJFromXmlComponentJ()
throws java.lang.Exception
java.lang.Exception