public class XmlComponentClient extends ComponentClientTestCase
acsCorba, m_acsManagerProxy, m_logger, m_managerLoc| Constructor and Description |
|---|
XmlComponentClient() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp()
Starts CORBA in the client process and connects to the manager and logger.
|
void |
testAddNewSchedBlocks()
Takes a hard-coded XML of a SchedBlock and sends it to
addNewSchedBlocks. |
void |
testCreateObsProposal()
Makes sure the obs proposal exists and checks its entity id.
|
void |
testException()
Throws an exception.
|
void |
testReleaseComponent() |
void |
testSayHelloUsingHelloDemoComponent()
Makes sure the method sayHello() on the xmlcomponent returns a reply.
|
void |
testXmlInOutMethod() |
connectToManager, getContainerServices, getFullName, getLogReceiver, initRemoteLogging, runTest, tearDownpublic XmlComponentClient()
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()public void testSayHelloUsingHelloDemoComponent()
public void testCreateObsProposal()
public void testAddNewSchedBlocks()
addNewSchedBlocks.public void testXmlInOutMethod()
public void testException()
throws java.lang.Exception
java.lang.Exceptionpublic void testReleaseComponent()
throws java.lang.Exception
java.lang.Exception