| com.sun.jbi.engine.sequencing.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 | testClearRegistry() Test of clearRegistry method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry. | public void | testDeregisterService() Test of deregisterService method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry. | public void | testFindService() Test of findService method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry. | public void | testGetDeploymentStatus() Test of getDeploymentStatus method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry. | public void | testGetInstance() Test of getInstance method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry. | public void | testGetService() Test of getService method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry. | public void | testIsDeployed() Test of isDeployed method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry. | public void | testIsStarted() Test of isStarted method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry. | public void | testListAllServices() Test of listAllServices method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry. | public void | testRegisterService() Test of registerService method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry. | public void | testStart() Test of start method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry. | public void | testStop() Test of stop method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry. |
TestDeploymentRegistry | public TestDeploymentRegistry(java.lang.String testName)(Code) | | Creates a new TestDeploymentRegistry object.
Parameters: testName - |
setUp | public void setUp()(Code) | | Sets up tests.
|
suite | public static Test suite()(Code) | | DOCUMENT ME!
NOT YET DOCUMENTED |
testClearRegistry | public void testClearRegistry()(Code) | | Test of clearRegistry method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry.
|
testDeregisterService | public void testDeregisterService()(Code) | | Test of deregisterService method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry.
|
testFindService | public void testFindService()(Code) | | Test of findService method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry.
|
testGetDeploymentStatus | public void testGetDeploymentStatus()(Code) | | Test of getDeploymentStatus method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry.
|
testGetInstance | public void testGetInstance()(Code) | | Test of getInstance method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry.
|
testGetService | public void testGetService()(Code) | | Test of getService method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry.
|
testIsDeployed | public void testIsDeployed()(Code) | | Test of isDeployed method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry.
|
testIsStarted | public void testIsStarted()(Code) | | Test of isStarted method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry.
|
testListAllServices | public void testListAllServices()(Code) | | Test of listAllServices method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry.
|
testRegisterService | public void testRegisterService()(Code) | | Test of registerService method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry.
|
testStart | public void testStart()(Code) | | Test of start method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry.
|
testStop | public void testStop()(Code) | | Test of stop method, of class
com.sun.jbi.engine.sequencing.DeploymentRegistry.
|
|
|