| com.sun.jbi.management.system.TestDeploymentService
TestDeploymentService | public class TestDeploymentService extends junit.framework.TestCase (Code) | | Tests some methods in DeploymentService
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | TestDeploymentService(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
TestDeploymentService | public TestDeploymentService(String aTestName) throws Exception(Code) | | The constructor for this testcase, forwards the test name to
the jUnit TestCase base class.
Parameters: aTestName - String with the name of this test. |
testBuildComponentExMsg | public void testBuildComponentExMsg() throws Exception(Code) | | Test fix for Issue 52 : https://open-esb.dev.java.net/issues/show_bug.cgi?id=52
An exception with a message string less than 9 chars should not result in a NPE.
|
testBuildFrmwkInfoMsg | public void testBuildFrmwkInfoMsg() throws Exception(Code) | | Test fix for Issue 52 : https://open-esb.dev.java.net/issues/show_bug.cgi?id=52
A message string less than 9 chars should not result in a exception.
|
testGetComponentResultXmlFragment | public void testGetComponentResultXmlFragment() throws Exception(Code) | | Test the code that creates a component-task-result from a plain-text exception message
|
testGetServiceAssemblyDescriptor | public void testGetServiceAssemblyDescriptor() throws Exception(Code) | | Test entity resolver.
throws: Exception - if an unexpected error occurs |
|
|