| com.sun.jbi.messaging.TestExchangePattern
TestExchangePattern | public class TestExchangePattern extends junit.framework.TestCase (Code) | | The point of this test
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | TestExchangePattern(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
REF_IN_ONLY | final public static String REF_IN_ONLY(Code) | | In Only MEP.
|
REF_IN_OPTIONAL_OUT | final public static String REF_IN_OPTIONAL_OUT(Code) | | In Optional Out MEP.
|
REF_IN_OUT | final public static String REF_IN_OUT(Code) | | In Out MEP.
|
REF_ROBUST_IN_ONLY | final public static String REF_ROBUST_IN_ONLY(Code) | | Robust In Only MEP.
|
TestExchangePattern | public TestExchangePattern(String aTestName)(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. |
testExchangePatternStrings | public void testExchangePatternStrings() throws Exception(Code) | | Test to make sure URI strings returned from match our reference values.
|
testExchangePatternURIs | public void testExchangePatternURIs() throws Exception(Code) | | Test to make sure URIs returned from match our reference values.
|
|
|