| com.sun.jbi.binding.proxy.util.TestExchangeIdImpl
TestExchangeIdImpl | public class TestExchangeIdImpl extends junit.framework.TestCase (Code) | | Tests for the ExchangeIdImpl class
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | TestExchangeIdImpl(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
TestExchangeIdImpl | public TestExchangeIdImpl(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. This creates the ComponentRegistry instance
and other objects needed for the tests.
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. |
testClockReset | public void testClockReset() throws Exception(Code) | | testClockReset
throws: Exception - if an unexpected error occurs |
testSequencing | public void testSequencing() throws Exception(Code) | | testSequencing
throws: Exception - if an unexpected error occurs |
|
|