| com.sun.jbi.engine.sequencing.TestSequencingEngineDeployer
TestSequencingEngineDeployer | public class TestSequencingEngineDeployer extends TestCase (Code) | | DOCUMENT ME!
author: Sun Microsystems, Inc. |
Method Summary | |
public static Test | suite() | public void | testDeploy() Test of deploy method, of class
com.sun.jbi.engine.sequencing.SequencingEngineDeployer. | public void | testGetDeploymentInfo() Test of getDeploymentInfo method, of class
com.sun.jbi.engine.sequencing.SequencingEngineDeployer. | public void | testGetDeployments() Test of getDeployments method, of class
com.sun.jbi.engine.sequencing.SequencingEngineDeployer. | public void | testIsDeployed() Test of isDeployed method, of class
com.sun.jbi.engine.sequencing.SequencingEngineDeployer. | public void | testUndeploy() Test of undeploy method, of class
com.sun.jbi.engine.sequencing.SequencingEngineDeployer. |
TestSequencingEngineDeployer | public TestSequencingEngineDeployer(java.lang.String testName)(Code) | | Creates a new TestSequencingEngineDeployer object.
Parameters: testName - |
suite | public static Test suite()(Code) | | DOCUMENT ME!
NOT YET DOCUMENTED |
testDeploy | public void testDeploy()(Code) | | Test of deploy method, of class
com.sun.jbi.engine.sequencing.SequencingEngineDeployer.
|
testGetDeploymentInfo | public void testGetDeploymentInfo()(Code) | | Test of getDeploymentInfo method, of class
com.sun.jbi.engine.sequencing.SequencingEngineDeployer.
|
testGetDeployments | public void testGetDeployments()(Code) | | Test of getDeployments method, of class
com.sun.jbi.engine.sequencing.SequencingEngineDeployer.
|
testIsDeployed | public void testIsDeployed()(Code) | | Test of isDeployed method, of class
com.sun.jbi.engine.sequencing.SequencingEngineDeployer.
|
testUndeploy | public void testUndeploy()(Code) | | Test of undeploy method, of class
com.sun.jbi.engine.sequencing.SequencingEngineDeployer.
|
|
|