| |
|
| com.sun.jbi.binding.proxy.TestProxyBindingStatistics
TestProxyBindingStatistics | public class TestProxyBindingStatistics extends junit.framework.TestCase (Code) | | |
Constructor Summary | |
public | TestProxyBindingStatistics(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
TestProxyBindingStatistics | public TestProxyBindingStatistics(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 ComponentStatistics 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. |
testIncrementCompletedExchanges | public void testIncrementCompletedExchanges()(Code) | | Tests get/incrementCompletedExchanges()
throws: Exception - if unexpected error occurs. |
testIncrementMessageErrors | public void testIncrementMessageErrors()(Code) | | Tests get/incrementMessageErrors()
throws: Exception - if unexpected error occurs. |
testIncrementMessageFaults | public void testIncrementMessageFaults()(Code) | | Tests get/incrementMessageFaults()
throws: Exception - if unexpected error occurs. |
testIncrementReceivedBytes | public void testIncrementReceivedBytes()(Code) | | Tests get/incrementReceivedBytes()
throws: Exception - if unexpected error occurs. |
testIncrementReceivedEvents | public void testIncrementReceivedEvents()(Code) | | Tests get/incrementReceivedEvents()
throws: Exception - if unexpected error occurs. |
testIncrementReceivedExchanges | public void testIncrementReceivedExchanges()(Code) | | Tests get/incrementReceivedExchanges()
throws: Exception - if unexpected error occurs. |
testIncrementReceivedMessages | public void testIncrementReceivedMessages()(Code) | | Tests get/incrementReceivedMessages()
throws: Exception - if unexpected error occurs. |
testIncrementSentBytes | public void testIncrementSentBytes()(Code) | | Tests get/incrementSentBytes()
throws: Exception - if unexpected error occurs. |
testIncrementSentEvents | public void testIncrementSentEvents()(Code) | | Tests get/incrementSentEvents()
throws: Exception - if unexpected error occurs. |
testIncrementSentExchanges | public void testIncrementSentExchanges()(Code) | | Tests get/incrementSentExchanges()
throws: Exception - if unexpected error occurs. |
testIncrementSentMessages | public void testIncrementSentMessages()(Code) | | Tests get/incrementSentMessages()
throws: Exception - if unexpected error occurs. |
testsetNodeRestartTime | public void testsetNodeRestartTime()(Code) | | Tests get/setNodeRestartTime()
throws: Exception - if unexpected error occurs. |
|
|
|