| |
|
| com.sun.jbi.messaging.TestInOptionalOut
TestInOptionalOut | public class TestInOptionalOut extends junit.framework.TestCase (Code) | | Test InOptionalOut Message Exchange.
author: Sun Microsystems, Inc. |
Inner Class :class HappyBinding extends Binding | |
Inner Class :class HappyBinding2 extends Binding | |
Inner Class :class HappyBinding3 extends Binding | |
Inner Class :class HappyBinding4 extends Binding | |
Inner Class :class HappySynchBinding extends Binding | |
Inner Class :class HappySynchBinding4 extends Binding | |
Inner Class :class HappyEngine extends Engine | |
Inner Class :class HappyEngine2 extends Engine | |
Inner Class :class HappyEngine3 extends Engine | |
Inner Class :class HappyEngine4 extends Engine | |
Inner Class :class HappySynchEngine extends Engine | |
Inner Class :class HappySynchEngine4 extends Engine | |
Inner Class :class BadEngine extends Engine | |
Constructor Summary | |
public | TestInOptionalOut(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
TestInOptionalOut | public TestInOptionalOut(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. |
setUp | public void setUp() throws Exception(Code) | | Setup for the test.
throws: Exception - when set up fails for any reason. |
tearDown | public void tearDown() throws Exception(Code) | | Cleanup for the test.
throws: Exception - when tearDown fails for any reason. |
testExchangeBindingSynch | public void testExchangeBindingSynch() throws Exception(Code) | | Happy path test for an InOptionalOut exchange with status
throws: Exception - test failed |
testExchangeBindingSynch4 | public void testExchangeBindingSynch4() throws Exception(Code) | | Happy path test for an InOptionalOut exchange with status
throws: Exception - test failed |
testExchangeBothSynch | public void testExchangeBothSynch() throws Exception(Code) | | Happy path test for an InOptionalOut exchange with status
throws: Exception - test failed |
testExchangeBothSynch4 | public void testExchangeBothSynch4() throws Exception(Code) | | Happy path test for an InOptionalOut exchange with status
throws: Exception - test failed |
testExchangeEngineSynch | public void testExchangeEngineSynch() throws Exception(Code) | | Happy path test for an InOptionalOut exchange with status
throws: Exception - test failed |
testExchangeEngineSynch4 | public void testExchangeEngineSynch4() throws Exception(Code) | | Happy path test for an InOptionalOut exchange with status
throws: Exception - test failed |
testExchangeFailure | public void testExchangeFailure() throws Exception(Code) | | Attempt to do bad things with an InOptionalOut exchange.
throws: Exception - test failed |
testExchangeGood | public void testExchangeGood() throws Exception(Code) | | Happy path test for an InOptionalOut exchange with status
throws: Exception - test failed |
testExchangeGood2 | public void testExchangeGood2() throws Exception(Code) | | Happy path test for an InOptionalOut exchange with fault
throws: Exception - test failed |
testExchangeGood3 | public void testExchangeGood3() throws Exception(Code) | | Happy path test for an InOptionalOut exchange with out and status
throws: Exception - test failed |
testExchangeGood4 | public void testExchangeGood4() throws Exception(Code) | | Happy path test for an InOptionalOut exchange with out and fault
throws: Exception - test failed |
|
|
|