| com.sun.jbi.engine.sequencing.TestMessageProcessor
TestMessageProcessor | public class TestMessageProcessor extends TestCase (Code) | | DOCUMENT ME!
author: Sun Microsystems, Inc. |
Method Summary | |
public static Test | suite() | public void | testProcess() Test of process method, of class
com.sun.jbi.engine.sequencing.MessageProcessor. | public void | testProcessInOnly() Test of processInOnly method, of class
com.sun.jbi.engine.sequencing.MessageProcessor. | public void | testProcessInOut() Test of processInOut method, of class
com.sun.jbi.engine.sequencing.MessageProcessor. | public void | testProcessOutOnly() Test of processOutOnly method, of class
com.sun.jbi.engine.sequencing.MessageProcessor. | public void | testProcessRobustInOnly() Test of processRobustInOnly method, of class
com.sun.jbi.engine.sequencing.MessageProcessor. | public void | testValid() Test of valid method, of class
com.sun.jbi.engine.sequencing.MessageProcessor. |
TestMessageProcessor | public TestMessageProcessor(java.lang.String testName)(Code) | | Creates a new TestMessageProcessor object.
Parameters: testName - |
suite | public static Test suite()(Code) | | DOCUMENT ME!
NOT YET DOCUMENTED |
testProcess | public void testProcess()(Code) | | Test of process method, of class
com.sun.jbi.engine.sequencing.MessageProcessor.
|
testProcessInOnly | public void testProcessInOnly()(Code) | | Test of processInOnly method, of class
com.sun.jbi.engine.sequencing.MessageProcessor.
|
testProcessInOut | public void testProcessInOut()(Code) | | Test of processInOut method, of class
com.sun.jbi.engine.sequencing.MessageProcessor.
|
testProcessOutOnly | public void testProcessOutOnly()(Code) | | Test of processOutOnly method, of class
com.sun.jbi.engine.sequencing.MessageProcessor.
|
testProcessRobustInOnly | public void testProcessRobustInOnly()(Code) | | Test of processRobustInOnly method, of class
com.sun.jbi.engine.sequencing.MessageProcessor.
|
testValid | public void testValid()(Code) | | Test of valid method, of class
com.sun.jbi.engine.sequencing.MessageProcessor.
|
|
|