| com.sun.jbi.binding.file.TestDeploymentRegistry
TestDeploymentRegistry | public class TestDeploymentRegistry extends TestCase (Code) | | DOCUMENT ME!
author: Sun Microsystems, Inc. |
Method Summary | |
public void | setUp() Sets up tests. | public static Test | suite() | public void | testDump() Test of dump method, of class
com.sun.jbi.binding.file.DeploymentRegistry. | public void | testFindEndpoint() Test of findEndpoint method, of class
com.sun.jbi.binding.file.DeploymentRegistry. | public void | testGetDeploymentStatus() Test of getDeploymentStatus method, of class
com.sun.jbi.binding.file.DeploymentRegistry. | public void | testGetEndpoints() Test of getEndpoints method, of class
com.sun.jbi.binding.file.DeploymentRegistry. | public void | testGetInstance() Test of getInstance method, of class
com.sun.jbi.binding.file.DeploymentRegistry. | public void | testIsDeployed() Test of isDeployed method, of class
com.sun.jbi.binding.file.DeploymentRegistry. | public void | testListAllServiceLists() Test of listAllServiceLists method, of class
com.sun.jbi.binding.file.DeploymentRegistry. | public void | testRegisterEndpoint() Test of registerEndpoint method, of class
com.sun.jbi.binding.file.DeploymentRegistry. | public void | testSetComproot() Test of setComproot method, of class
com.sun.jbi.binding.file.DeploymentRegistry. |
TestDeploymentRegistry | public TestDeploymentRegistry(java.lang.String testName)(Code) | | Creates a new TestDeploymentRegistry object.
Parameters: testName - DOCUMENT ME! |
setUp | public void setUp()(Code) | | Sets up tests.
|
suite | public static Test suite()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
testDump | public void testDump()(Code) | | Test of dump method, of class
com.sun.jbi.binding.file.DeploymentRegistry.
|
testFindEndpoint | public void testFindEndpoint()(Code) | | Test of findEndpoint method, of class
com.sun.jbi.binding.file.DeploymentRegistry.
|
testGetDeploymentStatus | public void testGetDeploymentStatus()(Code) | | Test of getDeploymentStatus method, of class
com.sun.jbi.binding.file.DeploymentRegistry.
|
testGetEndpoints | public void testGetEndpoints()(Code) | | Test of getEndpoints method, of class
com.sun.jbi.binding.file.DeploymentRegistry.
|
testGetInstance | public void testGetInstance()(Code) | | Test of getInstance method, of class
com.sun.jbi.binding.file.DeploymentRegistry.
|
testIsDeployed | public void testIsDeployed()(Code) | | Test of isDeployed method, of class
com.sun.jbi.binding.file.DeploymentRegistry.
|
testListAllServiceLists | public void testListAllServiceLists()(Code) | | Test of listAllServiceLists method, of class
com.sun.jbi.binding.file.DeploymentRegistry.
|
testRegisterEndpoint | public void testRegisterEndpoint()(Code) | | Test of registerEndpoint method, of class
com.sun.jbi.binding.file.DeploymentRegistry.
|
testSetComproot | public void testSetComproot()(Code) | | Test of setComproot method, of class
com.sun.jbi.binding.file.DeploymentRegistry.
|
|
|